2023-11-15T04:30:07.633 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-15T04:30:07.634 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458392 --verbose --owner scheduled_yuriw@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-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458392/orig.config.yaml 2023-11-15T04:30:07.672 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T04:30:07.756 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458392 branch: wip-yuri4-testing-2023-11-13-0820-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} email: yweinste@redhat.com first_in_suite: false job_id: '7458392' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-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-yuri4-testing-2023-11-13-0820-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: 620f25c1794f62207424fc9319427943fb8d1fae ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 620f25c1794f62207424fc9319427943fb8d1fae selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri4-testing-2023-11-13-0820-pacific sha1: 620f25c1794f62207424fc9319427943fb8d1fae 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: 4886 sha1: 620f25c1794f62207424fc9319427943fb8d1fae sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2023-11-13-0820-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 620f25c1794f62207424fc9319427943fb8d1fae targets: smithi037.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDGEEt1CEeCjbzp0ETYW5+X8QbYmTxZwDKWaSk19LHSPP0jbKclWbrZ7SGTM3M/IqXqcL95NeP6pYpefL5HRawU= smithi143.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOa9vtNC+yIm+VBxKSZAGOSKds8BlwRmChUkmt9y7sL7/PcbMHQNZeLze+eOSG2tI4DL3lNpBwgKqqlXtogYIVY= 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: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-14_20:45:49 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.3590714 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-11-15T04:30:07.757 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa; will attempt to use it 2023-11-15T04:30:07.758 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks 2023-11-15T04:30:07.758 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-15T04:30:07.760 INFO:teuthology.task.internal:Checking packages... 2023-11-15T04:30:07.784 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '620f25c1794f62207424fc9319427943fb8d1fae' 2023-11-15T04:30:07.785 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-15T04:30:07.785 INFO:teuthology.packaging:ref: None 2023-11-15T04:30:07.785 INFO:teuthology.packaging:tag: None 2023-11-15T04:30:07.786 INFO:teuthology.packaging:branch: wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T04:30:07.786 INFO:teuthology.packaging:sha1: 620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T04:30:07.786 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T04:30:07.930 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-170.g620f25c1 2023-11-15T04:30:07.931 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-15T04:30:07.940 INFO:teuthology.task.internal:no buildpackages task found 2023-11-15T04:30:07.941 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-15T04:30:07.956 INFO:teuthology.task.internal:Saving configuration 2023-11-15T04:30:07.970 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-15T04:30:07.982 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T04:30:08.008 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458392', '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-11-15 04:25:14.471220', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDGEEt1CEeCjbzp0ETYW5+X8QbYmTxZwDKWaSk19LHSPP0jbKclWbrZ7SGTM3M/IqXqcL95NeP6pYpefL5HRawU='} 2023-11-15T04:30:08.034 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458392', '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-11-15 04:25:14.469793', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOa9vtNC+yIm+VBxKSZAGOSKds8BlwRmChUkmt9y7sL7/PcbMHQNZeLze+eOSG2tI4DL3lNpBwgKqqlXtogYIVY='} 2023-11-15T04:30:08.034 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-15T04:30:08.044 INFO:teuthology.task.internal:roles: ubuntu@smithi037.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-11-15T04:30:08.044 INFO:teuthology.task.internal:roles: ubuntu@smithi143.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-11-15T04:30:08.044 INFO:teuthology.run_tasks:Running task console_log... 2023-11-15T04:30:08.129 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f79f9e9db80>, signals=[15]) 2023-11-15T04:30:08.130 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-15T04:30:08.139 INFO:teuthology.task.internal:Opening connections... 2023-11-15T04:30:08.139 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi037.front.sepia.ceph.com 2023-11-15T04:30:08.142 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T04:30:08.211 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi143.front.sepia.ceph.com 2023-11-15T04:30:08.212 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T04:30:08.281 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-15T04:30:08.292 DEBUG:teuthology.orchestra.run.smithi037:> uname -m 2023-11-15T04:30:08.320 INFO:teuthology.orchestra.run.smithi037.stdout:x86_64 2023-11-15T04:30:08.320 DEBUG:teuthology.orchestra.run.smithi037:> cat /etc/os-release 2023-11-15T04:30:08.384 INFO:teuthology.orchestra.run.smithi037.stdout:NAME="CentOS Stream" 2023-11-15T04:30:08.384 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION="8" 2023-11-15T04:30:08.384 INFO:teuthology.orchestra.run.smithi037.stdout:ID="centos" 2023-11-15T04:30:08.385 INFO:teuthology.orchestra.run.smithi037.stdout:ID_LIKE="rhel fedora" 2023-11-15T04:30:08.385 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION_ID="8" 2023-11-15T04:30:08.385 INFO:teuthology.orchestra.run.smithi037.stdout:PLATFORM_ID="platform:el8" 2023-11-15T04:30:08.385 INFO:teuthology.orchestra.run.smithi037.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-15T04:30:08.385 INFO:teuthology.orchestra.run.smithi037.stdout:ANSI_COLOR="0;31" 2023-11-15T04:30:08.386 INFO:teuthology.orchestra.run.smithi037.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-15T04:30:08.386 INFO:teuthology.orchestra.run.smithi037.stdout:HOME_URL="https://centos.org/" 2023-11-15T04:30:08.387 INFO:teuthology.orchestra.run.smithi037.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-15T04:30:08.387 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-15T04:30:08.387 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-15T04:30:08.388 INFO:teuthology.lock.ops:Updating smithi037.front.sepia.ceph.com on lock server 2023-11-15T04:30:08.416 DEBUG:teuthology.orchestra.run.smithi143:> uname -m 2023-11-15T04:30:08.438 INFO:teuthology.orchestra.run.smithi143.stdout:x86_64 2023-11-15T04:30:08.439 DEBUG:teuthology.orchestra.run.smithi143:> cat /etc/os-release 2023-11-15T04:30:08.500 INFO:teuthology.orchestra.run.smithi143.stdout:NAME="CentOS Stream" 2023-11-15T04:30:08.500 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION="8" 2023-11-15T04:30:08.501 INFO:teuthology.orchestra.run.smithi143.stdout:ID="centos" 2023-11-15T04:30:08.501 INFO:teuthology.orchestra.run.smithi143.stdout:ID_LIKE="rhel fedora" 2023-11-15T04:30:08.501 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION_ID="8" 2023-11-15T04:30:08.501 INFO:teuthology.orchestra.run.smithi143.stdout:PLATFORM_ID="platform:el8" 2023-11-15T04:30:08.502 INFO:teuthology.orchestra.run.smithi143.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-15T04:30:08.502 INFO:teuthology.orchestra.run.smithi143.stdout:ANSI_COLOR="0;31" 2023-11-15T04:30:08.502 INFO:teuthology.orchestra.run.smithi143.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-15T04:30:08.502 INFO:teuthology.orchestra.run.smithi143.stdout:HOME_URL="https://centos.org/" 2023-11-15T04:30:08.502 INFO:teuthology.orchestra.run.smithi143.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-15T04:30:08.503 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-15T04:30:08.503 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-15T04:30:08.503 INFO:teuthology.lock.ops:Updating smithi143.front.sepia.ceph.com on lock server 2023-11-15T04:30:08.524 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-15T04:30:08.546 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-15T04:30:08.761 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-15T04:30:08.761 DEBUG:teuthology.orchestra.run.smithi037:> test '!' -e /home/ubuntu/cephtest 2023-11-15T04:30:08.764 DEBUG:teuthology.orchestra.run.smithi143:> test '!' -e /home/ubuntu/cephtest 2023-11-15T04:30:08.784 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-15T04:30:08.794 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-15T04:30:08.795 DEBUG:teuthology.orchestra.run.smithi037:> test -z $(ls -A /var/lib/ceph) 2023-11-15T04:30:08.826 DEBUG:teuthology.orchestra.run.smithi143:> test -z $(ls -A /var/lib/ceph) 2023-11-15T04:30:08.857 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-15T04:30:08.916 INFO:teuthology.run_tasks:Running task kernel... 2023-11-15T04:30:08.933 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-15T04:30:08.934 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-15T04:30:08.934 DEBUG:teuthology.orchestra.run.smithi037:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T04:30:08.935 DEBUG:teuthology.orchestra.run.smithi143:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T04:30:08.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:30:08.957 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2023-11-15T04:30:08.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:30:08.959 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2023-11-15T04:30:09.019 INFO:teuthology.orchestra.run.smithi037.stdout:4.18.0-489.el8.x86_64 2023-11-15T04:30:09.020 INFO:teuthology.task.kernel:Running kernel on smithi037: 4.18.0-489.el8.x86_64 2023-11-15T04:30:09.020 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum install -y kernel 2023-11-15T04:30:09.021 INFO:teuthology.orchestra.run.smithi143.stdout:4.18.0-489.el8.x86_64 2023-11-15T04:30:09.022 INFO:teuthology.task.kernel:Running kernel on smithi143: 4.18.0-489.el8.x86_64 2023-11-15T04:30:09.022 DEBUG:teuthology.orchestra.run.smithi143:> sudo yum install -y kernel 2023-11-15T04:30:14.353 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 8 - AppStream 13 MB/s | 34 MB 00:02 2023-11-15T04:30:14.546 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - AppStream 12 MB/s | 34 MB 00:02 2023-11-15T04:30:21.984 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - BaseOS 41 MB/s | 53 MB 00:01 2023-11-15T04:30:22.112 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 8 - BaseOS 51 MB/s | 53 MB 00:01 2023-11-15T04:30:30.121 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - Extras 30 kB/s | 18 kB 00:00 2023-11-15T04:30:30.611 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 8 - Extras 39 kB/s | 18 kB 00:00 2023-11-15T04:30:30.798 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2023-11-15T04:30:31.090 INFO:teuthology.orchestra.run.smithi143.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-11-15T04:30:31.303 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2023-11-15T04:30:31.597 INFO:teuthology.orchestra.run.smithi037.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-11-15T04:30:32.182 INFO:teuthology.orchestra.run.smithi143.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-11-15T04:30:34.806 INFO:teuthology.orchestra.run.smithi037.stdout:Extra Packages for Enterprise Linux 5.2 MB/s | 16 MB 00:03 2023-11-15T04:30:35.966 INFO:teuthology.orchestra.run.smithi143.stdout:lab-extras 414 kB/s | 24 kB 00:00 2023-11-15T04:30:38.831 INFO:teuthology.orchestra.run.smithi037.stdout:lab-extras 503 kB/s | 24 kB 00:00 2023-11-15T04:30:39.571 INFO:teuthology.orchestra.run.smithi143.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-15T04:30:39.572 INFO:teuthology.orchestra.run.smithi143.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-15T04:30:39.865 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2023-11-15T04:30:39.866 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-15T04:30:39.866 INFO:teuthology.orchestra.run.smithi143.stdout: Package Architecture Version Repository Size 2023-11-15T04:30:39.867 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-15T04:30:39.867 INFO:teuthology.orchestra.run.smithi143.stdout:Installing: 2023-11-15T04:30:39.867 INFO:teuthology.orchestra.run.smithi143.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-15T04:30:39.867 INFO:teuthology.orchestra.run.smithi143.stdout:Installing dependencies: 2023-11-15T04:30:39.867 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-15T04:30:39.868 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-15T04:30:39.868 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:30:39.868 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2023-11-15T04:30:39.868 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-15T04:30:39.868 INFO:teuthology.orchestra.run.smithi143.stdout:Install 3 Packages 2023-11-15T04:30:39.868 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:30:39.869 INFO:teuthology.orchestra.run.smithi143.stdout:Total download size: 89 M 2023-11-15T04:30:39.869 INFO:teuthology.orchestra.run.smithi143.stdout:Installed size: 96 M 2023-11-15T04:30:39.870 INFO:teuthology.orchestra.run.smithi143.stdout:Downloading Packages: 2023-11-15T04:30:40.269 INFO:teuthology.orchestra.run.smithi143.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 28 MB/s | 10 MB 00:00 2023-11-15T04:30:40.809 INFO:teuthology.orchestra.run.smithi143.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 40 MB/s | 36 MB 00:00 2023-11-15T04:30:41.401 INFO:teuthology.orchestra.run.smithi143.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 29 MB/s | 43 MB 00:01 2023-11-15T04:30:41.402 INFO:teuthology.orchestra.run.smithi143.stdout:-------------------------------------------------------------------------------- 2023-11-15T04:30:41.402 INFO:teuthology.orchestra.run.smithi143.stdout:Total 58 MB/s | 89 MB 00:01 2023-11-15T04:30:42.081 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction check 2023-11-15T04:30:42.490 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction check succeeded. 2023-11-15T04:30:42.490 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction test 2023-11-15T04:30:42.772 INFO:teuthology.orchestra.run.smithi037.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-15T04:30:42.773 INFO:teuthology.orchestra.run.smithi037.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-15T04:30:43.087 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2023-11-15T04:30:43.088 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-11-15T04:30:43.088 INFO:teuthology.orchestra.run.smithi037.stdout: Package Architecture Version Repository Size 2023-11-15T04:30:43.089 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-11-15T04:30:43.089 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2023-11-15T04:30:43.089 INFO:teuthology.orchestra.run.smithi037.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-15T04:30:43.089 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2023-11-15T04:30:43.090 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-15T04:30:43.090 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-15T04:30:43.090 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:30:43.090 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2023-11-15T04:30:43.090 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-11-15T04:30:43.091 INFO:teuthology.orchestra.run.smithi037.stdout:Install 3 Packages 2023-11-15T04:30:43.091 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:30:43.091 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 89 M 2023-11-15T04:30:43.092 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 96 M 2023-11-15T04:30:43.092 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2023-11-15T04:30:43.649 INFO:teuthology.orchestra.run.smithi037.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 27 MB/s | 10 MB 00:00 2023-11-15T04:30:43.724 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction test succeeded. 2023-11-15T04:30:43.751 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction 2023-11-15T04:30:44.566 INFO:teuthology.orchestra.run.smithi037.stdout:(2/3): kernel-core-4.18.0-521.el8.x86_64.rpm 34 MB/s | 43 MB 00:01 2023-11-15T04:30:45.049 INFO:teuthology.orchestra.run.smithi037.stdout:(3/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 20 MB/s | 36 MB 00:01 2023-11-15T04:30:45.050 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2023-11-15T04:30:45.050 INFO:teuthology.orchestra.run.smithi037.stdout:Total 46 MB/s | 89 MB 00:01 2023-11-15T04:30:45.759 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2023-11-15T04:30:46.211 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2023-11-15T04:30:46.211 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2023-11-15T04:30:46.475 INFO:teuthology.orchestra.run.smithi143.stdout: Preparing : 1/1 2023-11-15T04:30:47.032 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-15T04:30:47.514 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2023-11-15T04:30:47.535 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2023-11-15T04:30:50.423 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2023-11-15T04:30:50.546 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-15T04:30:50.923 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-15T04:30:50.995 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-15T04:30:54.356 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-15T04:30:54.620 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-15T04:30:54.727 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-15T04:30:55.236 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-15T04:30:58.908 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-15T04:30:59.212 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-15T04:31:16.492 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-15T04:31:16.516 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-15T04:31:16.882 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-15T04:31:16.883 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-15T04:31:16.883 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-15T04:31:17.670 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-15T04:31:17.671 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:31:17.671 INFO:teuthology.orchestra.run.smithi143.stdout:Installed: 2023-11-15T04:31:17.671 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-15T04:31:17.671 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-15T04:31:17.672 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:31:17.672 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2023-11-15T04:31:17.804 DEBUG:teuthology.orchestra.run.smithi143:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T04:31:18.063 INFO:teuthology.orchestra.run.smithi143.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-15T04:31:18.063 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-15T04:31:18.063 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-15T04:31:18.064 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T04:31:18.064 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T04:31:18.064 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-15T04:31:18.064 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi143.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T04:31:18.065 DEBUG:teuthology.orchestra.run.smithi143:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T04:31:18.273 INFO:teuthology.orchestra.run.smithi143.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-15T04:31:18.273 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-15T04:31:18.274 DEBUG:teuthology.orchestra.run.smithi143:> sudo rpm -qi grub2-tools 2023-11-15T04:31:18.308 INFO:teuthology.orchestra.run.smithi143.stdout:Name : grub2-tools 2023-11-15T04:31:18.308 INFO:teuthology.orchestra.run.smithi143.stdout:Epoch : 1 2023-11-15T04:31:18.308 INFO:teuthology.orchestra.run.smithi143.stdout:Version : 2.02 2023-11-15T04:31:18.308 INFO:teuthology.orchestra.run.smithi143.stdout:Release : 129.el8 2023-11-15T04:31:18.309 INFO:teuthology.orchestra.run.smithi143.stdout:Architecture: x86_64 2023-11-15T04:31:18.309 INFO:teuthology.orchestra.run.smithi143.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-15T04:31:18.309 INFO:teuthology.orchestra.run.smithi143.stdout:Group : System Environment/Base 2023-11-15T04:31:18.309 INFO:teuthology.orchestra.run.smithi143.stdout:Size : 9265586 2023-11-15T04:31:18.309 INFO:teuthology.orchestra.run.smithi143.stdout:License : GPLv3+ 2023-11-15T04:31:18.309 INFO:teuthology.orchestra.run.smithi143.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-15T04:31:18.310 INFO:teuthology.orchestra.run.smithi143.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-15T04:31:18.310 INFO:teuthology.orchestra.run.smithi143.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-15T04:31:18.310 INFO:teuthology.orchestra.run.smithi143.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-15T04:31:18.310 INFO:teuthology.orchestra.run.smithi143.stdout:Relocations : (not relocatable) 2023-11-15T04:31:18.310 INFO:teuthology.orchestra.run.smithi143.stdout:Packager : CentOS BuildSystem 2023-11-15T04:31:18.311 INFO:teuthology.orchestra.run.smithi143.stdout:Vendor : CentOS 2023-11-15T04:31:18.311 INFO:teuthology.orchestra.run.smithi143.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-15T04:31:18.311 INFO:teuthology.orchestra.run.smithi143.stdout:Summary : Support tools for GRUB. 2023-11-15T04:31:18.311 INFO:teuthology.orchestra.run.smithi143.stdout:Description : 2023-11-15T04:31:18.311 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:31:18.312 INFO:teuthology.orchestra.run.smithi143.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-15T04:31:18.312 INFO:teuthology.orchestra.run.smithi143.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-15T04:31:18.312 INFO:teuthology.orchestra.run.smithi143.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-15T04:31:18.312 INFO:teuthology.orchestra.run.smithi143.stdout:hardware devices. 2023-11-15T04:31:18.312 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:31:18.313 INFO:teuthology.orchestra.run.smithi143.stdout:This subpackage provides tools for support of all platforms. 2023-11-15T04:31:18.314 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-15T04:31:18.314 INFO:teuthology.task.kernel:Updating grub on smithi143 to boot 4.18.0-521.el8.x86_64 2023-11-15T04:31:18.314 DEBUG:teuthology.orchestra.run.smithi143:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-15T04:31:20.225 INFO:teuthology.orchestra.run.smithi143.stderr:Generating grub configuration file ... 2023-11-15T04:31:22.480 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-15T04:31:22.505 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-15T04:31:22.536 INFO:teuthology.orchestra.run.smithi143.stderr:done 2023-11-15T04:31:22.538 DEBUG:teuthology.orchestra.run.smithi143:> mktemp 2023-11-15T04:31:22.569 INFO:teuthology.orchestra.run.smithi143.stdout:/tmp/tmp.i4eGD77NC6 2023-11-15T04:31:22.569 DEBUG:teuthology.orchestra.run.smithi143:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.i4eGD77NC6 2023-11-15T04:31:22.643 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 0666 /tmp/tmp.i4eGD77NC6 2023-11-15T04:31:22.798 DEBUG:teuthology.orchestra.remote:smithi143:/tmp/tmp.i4eGD77NC6 is 6KB 2023-11-15T04:31:22.850 DEBUG:teuthology.orchestra.run.smithi143:> rm -fr /tmp/tmp.i4eGD77NC6 2023-11-15T04:31:22.852 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-15T04:31:22.852 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-15T04:31:22.852 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-15T04:31:22.868 DEBUG:teuthology.orchestra.run.smithi143:> sudo /bin/ls /boot/loader/entries || true 2023-11-15T04:31:22.943 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-15T04:31:22.943 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-15T04:31:22.944 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-15T04:31:22.944 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-15T04:31:22.945 DEBUG:teuthology.orchestra.run.smithi143:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-15T04:31:23.127 DEBUG:teuthology.orchestra.run.smithi143:> sudo shutdown -r now 2023-11-15T04:31:23.674 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-15T04:31:23.674 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:31:23.674 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2023-11-15T04:31:23.675 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-15T04:31:23.675 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-15T04:31:23.675 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:31:23.675 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2023-11-15T04:31:23.821 DEBUG:teuthology.orchestra.run.smithi037:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T04:31:24.054 INFO:teuthology.orchestra.run.smithi037.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-15T04:31:24.054 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-15T04:31:24.054 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-15T04:31:24.055 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T04:31:24.055 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T04:31:24.055 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-15T04:31:24.055 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi037.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T04:31:24.056 DEBUG:teuthology.orchestra.run.smithi037:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T04:31:24.274 INFO:teuthology.orchestra.run.smithi037.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-15T04:31:24.274 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-15T04:31:24.275 DEBUG:teuthology.orchestra.run.smithi037:> sudo rpm -qi grub2-tools 2023-11-15T04:31:24.308 INFO:teuthology.orchestra.run.smithi037.stdout:Name : grub2-tools 2023-11-15T04:31:24.309 INFO:teuthology.orchestra.run.smithi037.stdout:Epoch : 1 2023-11-15T04:31:24.309 INFO:teuthology.orchestra.run.smithi037.stdout:Version : 2.02 2023-11-15T04:31:24.309 INFO:teuthology.orchestra.run.smithi037.stdout:Release : 129.el8 2023-11-15T04:31:24.309 INFO:teuthology.orchestra.run.smithi037.stdout:Architecture: x86_64 2023-11-15T04:31:24.310 INFO:teuthology.orchestra.run.smithi037.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-15T04:31:24.310 INFO:teuthology.orchestra.run.smithi037.stdout:Group : System Environment/Base 2023-11-15T04:31:24.310 INFO:teuthology.orchestra.run.smithi037.stdout:Size : 9265586 2023-11-15T04:31:24.310 INFO:teuthology.orchestra.run.smithi037.stdout:License : GPLv3+ 2023-11-15T04:31:24.311 INFO:teuthology.orchestra.run.smithi037.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-15T04:31:24.311 INFO:teuthology.orchestra.run.smithi037.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-15T04:31:24.311 INFO:teuthology.orchestra.run.smithi037.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-15T04:31:24.311 INFO:teuthology.orchestra.run.smithi037.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-15T04:31:24.311 INFO:teuthology.orchestra.run.smithi037.stdout:Relocations : (not relocatable) 2023-11-15T04:31:24.312 INFO:teuthology.orchestra.run.smithi037.stdout:Packager : CentOS BuildSystem 2023-11-15T04:31:24.312 INFO:teuthology.orchestra.run.smithi037.stdout:Vendor : CentOS 2023-11-15T04:31:24.312 INFO:teuthology.orchestra.run.smithi037.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-15T04:31:24.312 INFO:teuthology.orchestra.run.smithi037.stdout:Summary : Support tools for GRUB. 2023-11-15T04:31:24.312 INFO:teuthology.orchestra.run.smithi037.stdout:Description : 2023-11-15T04:31:24.313 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:31:24.313 INFO:teuthology.orchestra.run.smithi037.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-15T04:31:24.313 INFO:teuthology.orchestra.run.smithi037.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-15T04:31:24.313 INFO:teuthology.orchestra.run.smithi037.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-15T04:31:24.314 INFO:teuthology.orchestra.run.smithi037.stdout:hardware devices. 2023-11-15T04:31:24.314 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:31:24.314 INFO:teuthology.orchestra.run.smithi037.stdout:This subpackage provides tools for support of all platforms. 2023-11-15T04:31:24.315 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-15T04:31:24.315 INFO:teuthology.task.kernel:Updating grub on smithi037 to boot 4.18.0-521.el8.x86_64 2023-11-15T04:31:24.315 DEBUG:teuthology.orchestra.run.smithi037:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-15T04:31:25.640 INFO:teuthology.orchestra.run.smithi037.stderr:Generating grub configuration file ... 2023-11-15T04:31:27.329 INFO:teuthology.orchestra.run.smithi037.stderr:done 2023-11-15T04:31:27.330 DEBUG:teuthology.orchestra.run.smithi037:> mktemp 2023-11-15T04:31:27.352 INFO:teuthology.orchestra.run.smithi037.stdout:/tmp/tmp.NLHikEW3IY 2023-11-15T04:31:27.353 DEBUG:teuthology.orchestra.run.smithi037:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.NLHikEW3IY 2023-11-15T04:31:27.425 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 0666 /tmp/tmp.NLHikEW3IY 2023-11-15T04:31:27.566 DEBUG:teuthology.orchestra.remote:smithi037:/tmp/tmp.NLHikEW3IY is 6KB 2023-11-15T04:31:27.614 DEBUG:teuthology.orchestra.run.smithi037:> rm -fr /tmp/tmp.NLHikEW3IY 2023-11-15T04:31:27.632 DEBUG:teuthology.orchestra.run.smithi037:> sudo /bin/ls /boot/loader/entries || true 2023-11-15T04:31:27.705 INFO:teuthology.orchestra.run.smithi037.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-15T04:31:27.706 INFO:teuthology.orchestra.run.smithi037.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-15T04:31:27.706 INFO:teuthology.orchestra.run.smithi037.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-15T04:31:27.706 INFO:teuthology.orchestra.run.smithi037.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-15T04:31:27.707 DEBUG:teuthology.orchestra.run.smithi037:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-15T04:31:27.845 DEBUG:teuthology.orchestra.run.smithi037:> sudo shutdown -r now 2023-11-15T04:31:53.156 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-15T04:31:53.156 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-15T04:31:53.157 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T04:31:57.850 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-15T04:31:57.851 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-11-15T04:31:57.851 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T04:32:11.644 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2023-11-15T04:32:16.254 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.37 2023-11-15T04:32:20.650 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-15T04:32:20.651 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T04:32:23.706 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2023-11-15T04:32:25.257 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-11-15T04:32:25.258 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T04:32:28.318 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.37 2023-11-15T04:32:35.714 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-15T04:32:35.715 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T04:32:40.322 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-11-15T04:32:40.323 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T04:33:07.773 DEBUG:teuthology.orchestra.run.smithi143:> true 2023-11-15T04:33:08.022 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-15T04:33:08.023 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-521.el8.x86_64"... 2023-11-15T04:33:08.023 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2023-11-15T04:33:08.040 INFO:teuthology.orchestra.run.smithi143.stdout:4.18.0-521.el8.x86_64 2023-11-15T04:33:08.041 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-15T04:33:08.041 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T04:33:08.041 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-15T04:33:09.042 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-15T04:33:09.042 DEBUG:teuthology.orchestra.run.smithi143:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T04:33:09.146 INFO:teuthology.orchestra.run.smithi143.stdout:ttyS1 2023-11-15T04:33:09.162 DEBUG:teuthology.parallel:result is None 2023-11-15T04:33:40.325 DEBUG:teuthology.orchestra.remote:timed out 2023-11-15T04:33:55.327 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-11-15T04:33:55.328 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T04:33:55.689 DEBUG:teuthology.orchestra.run.smithi037:> true 2023-11-15T04:33:56.034 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-11-15T04:33:56.034 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-521.el8.x86_64"... 2023-11-15T04:33:56.035 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2023-11-15T04:33:56.057 INFO:teuthology.orchestra.run.smithi037.stdout:4.18.0-521.el8.x86_64 2023-11-15T04:33:56.057 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-15T04:33:56.058 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T04:33:56.058 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-15T04:33:57.060 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-15T04:33:57.060 DEBUG:teuthology.orchestra.run.smithi037:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T04:33:57.150 INFO:teuthology.orchestra.run.smithi037.stdout:ttyS1 2023-11-15T04:33:57.164 DEBUG:teuthology.parallel:result is None 2023-11-15T04:33:57.164 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-15T04:33:57.172 INFO:teuthology.task.internal:Creating test directory... 2023-11-15T04:33:57.172 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T04:33:57.176 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T04:33:57.199 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-15T04:33:57.233 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-15T04:33:57.246 INFO:teuthology.task.internal:Creating archive directory... 2023-11-15T04:33:57.247 DEBUG:teuthology.orchestra.run.smithi037:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T04:33:57.249 DEBUG:teuthology.orchestra.run.smithi143:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T04:33:57.298 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-15T04:33:57.308 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-15T04:33:57.309 DEBUG:teuthology.orchestra.run.smithi037:> 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-11-15T04:33:57.317 DEBUG:teuthology.orchestra.run.smithi143:> 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-11-15T04:33:57.362 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T04:33:57.366 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T04:33:57.375 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T04:33:57.377 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T04:33:57.378 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-15T04:33:57.393 INFO:teuthology.task.internal:Configuring sudo... 2023-11-15T04:33:57.393 DEBUG:teuthology.orchestra.run.smithi037:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T04:33:57.397 DEBUG:teuthology.orchestra.run.smithi143:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T04:33:57.449 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-15T04:33:57.458 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-15T04:33:57.459 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T04:33:57.471 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T04:33:57.507 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T04:33:57.585 DEBUG:teuthology.orchestra.run.smithi037:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T04:33:57.640 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T04:33:57.729 DEBUG:teuthology.orchestra.run.smithi037:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T04:33:57.780 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-11-15T04:33:57.780 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T04:33:57.856 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T04:33:57.904 DEBUG:teuthology.orchestra.run.smithi143:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T04:33:57.958 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T04:33:58.045 DEBUG:teuthology.orchestra.run.smithi143:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T04:33:58.088 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T04:33:58.088 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T04:33:58.156 DEBUG:teuthology.orchestra.run.smithi037:> sudo service rsyslog restart 2023-11-15T04:33:58.158 DEBUG:teuthology.orchestra.run.smithi143:> sudo service rsyslog restart 2023-11-15T04:33:58.216 INFO:teuthology.orchestra.run.smithi037.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T04:33:58.260 INFO:teuthology.orchestra.run.smithi143.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T04:33:58.560 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-15T04:33:58.569 INFO:teuthology.task.internal:Starting timer... 2023-11-15T04:33:58.569 INFO:teuthology.run_tasks:Running task pcp... 2023-11-15T04:33:58.579 INFO:teuthology.run_tasks:Running task selinux... 2023-11-15T04:33:58.587 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-15T04:33:58.589 DEBUG:teuthology.orchestra.run.smithi037:> sudo service auditd rotate 2023-11-15T04:33:58.688 INFO:teuthology.orchestra.run.smithi037.stdout:Rotating logs: 2023-11-15T04:33:58.690 DEBUG:teuthology.orchestra.run.smithi143:> sudo service auditd rotate 2023-11-15T04:33:58.790 INFO:teuthology.orchestra.run.smithi143.stdout:Rotating logs: 2023-11-15T04:33:58.793 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-15T04:33:58.793 DEBUG:teuthology.orchestra.run.smithi037:> /usr/sbin/getenforce 2023-11-15T04:33:58.822 INFO:teuthology.orchestra.run.smithi037.stdout:Permissive 2023-11-15T04:33:58.823 DEBUG:teuthology.orchestra.run.smithi143:> /usr/sbin/getenforce 2023-11-15T04:33:58.853 INFO:teuthology.orchestra.run.smithi143.stdout:Permissive 2023-11-15T04:33:58.853 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi037.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi143.front.sepia.ceph.com': 'permissive'} 2023-11-15T04:33:58.854 DEBUG:teuthology.orchestra.run.smithi037:> 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-11-15T04:33:58.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:33:58.899 DEBUG:teuthology.orchestra.run.smithi143:> 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-11-15T04:33:58.925 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:33:58.926 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-15T04:33:58.926 DEBUG:teuthology.orchestra.run.smithi037:> sudo /usr/sbin/setenforce permissive 2023-11-15T04:33:58.974 DEBUG:teuthology.orchestra.run.smithi143:> sudo /usr/sbin/setenforce permissive 2023-11-15T04:33:59.003 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-15T04:33:59.011 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-15T04:33:59.012 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-15T04:33:59.034 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-11-15T04:33:59.036 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi037.front.sepia.ceph.com,smithi143.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-15T04:42:13.149 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi037.front.sepia.ceph.com'), Remote(name='ubuntu@smithi143.front.sepia.ceph.com')] 2023-11-15T04:42:13.151 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-11-15T04:42:13.152 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T04:42:13.223 DEBUG:teuthology.orchestra.run.smithi037:> true 2023-11-15T04:42:13.297 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-11-15T04:42:13.298 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-15T04:42:13.298 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T04:42:13.369 DEBUG:teuthology.orchestra.run.smithi143:> true 2023-11-15T04:42:13.438 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-15T04:42:13.438 INFO:teuthology.run_tasks:Running task clock... 2023-11-15T04:42:13.450 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-15T04:42:13.450 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T04:42:13.451 DEBUG:teuthology.orchestra.run.smithi037:> 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-11-15T04:42:13.453 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T04:42:13.454 DEBUG:teuthology.orchestra.run.smithi143:> 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-11-15T04:42:13.491 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-15T04:42:13.508 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-15T04:42:13.512 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-15T04:42:13.526 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-15T04:42:13.583 INFO:teuthology.orchestra.run.smithi037.stderr:sudo: ntpd: command not found 2023-11-15T04:42:13.596 INFO:teuthology.orchestra.run.smithi037.stdout:506 Cannot talk to daemon 2023-11-15T04:42:13.598 INFO:teuthology.orchestra.run.smithi143.stderr:sudo: ntpd: command not found 2023-11-15T04:42:13.610 INFO:teuthology.orchestra.run.smithi143.stdout:506 Cannot talk to daemon 2023-11-15T04:42:13.613 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-15T04:42:13.623 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-15T04:42:13.629 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-15T04:42:13.636 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-15T04:42:13.695 INFO:teuthology.orchestra.run.smithi037.stderr:bash: ntpq: command not found 2023-11-15T04:42:13.699 INFO:teuthology.orchestra.run.smithi037.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T04:42:13.699 INFO:teuthology.orchestra.run.smithi037.stdout:=============================================================================== 2023-11-15T04:42:13.700 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T04:42:13.700 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T04:42:13.700 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T04:42:13.700 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T04:42:13.701 INFO:teuthology.orchestra.run.smithi143.stderr:bash: ntpq: command not found 2023-11-15T04:42:13.703 INFO:teuthology.orchestra.run.smithi143.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T04:42:13.703 INFO:teuthology.orchestra.run.smithi143.stdout:=============================================================================== 2023-11-15T04:42:13.703 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T04:42:13.703 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T04:42:13.703 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T04:42:13.704 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T04:42:13.705 INFO:teuthology.run_tasks:Running task pexec... 2023-11-15T04:42:13.714 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-15T04:42:13.714 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi037.front.sepia.ceph.com 2023-11-15T04:42:13.715 DEBUG:teuthology.orchestra.run.smithi037:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-15T04:42:13.715 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi143.front.sepia.ceph.com 2023-11-15T04:42:13.716 DEBUG:teuthology.orchestra.run.smithi143:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-15T04:42:14.621 INFO:teuthology.orchestra.run.smithi143.stdout:Last metadata expiration check: 0:02:23 ago on Wed 15 Nov 2023 04:39:51 AM UTC. 2023-11-15T04:42:14.754 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:42 ago on Wed 15 Nov 2023 04:40:32 AM UTC. 2023-11-15T04:42:16.725 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2023-11-15T04:42:16.726 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-15T04:42:16.726 INFO:teuthology.orchestra.run.smithi143.stdout: Package Architecture Version Repository Size 2023-11-15T04:42:16.727 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-15T04:42:16.727 INFO:teuthology.orchestra.run.smithi143.stdout:Resetting modules: 2023-11-15T04:42:16.727 INFO:teuthology.orchestra.run.smithi143.stdout: container-tools 2023-11-15T04:42:16.727 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:42:16.728 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2023-11-15T04:42:16.728 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-15T04:42:16.728 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:42:16.972 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2023-11-15T04:42:17.156 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2023-11-15T04:42:17.158 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-11-15T04:42:17.158 INFO:teuthology.orchestra.run.smithi037.stdout: Package Architecture Version Repository Size 2023-11-15T04:42:17.158 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-11-15T04:42:17.158 INFO:teuthology.orchestra.run.smithi037.stdout:Resetting modules: 2023-11-15T04:42:17.159 INFO:teuthology.orchestra.run.smithi037.stdout: container-tools 2023-11-15T04:42:17.159 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:42:17.159 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2023-11-15T04:42:17.159 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-11-15T04:42:17.159 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:42:17.456 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2023-11-15T04:42:17.952 INFO:teuthology.orchestra.run.smithi143.stdout:Last metadata expiration check: 0:02:26 ago on Wed 15 Nov 2023 04:39:51 AM UTC. 2023-11-15T04:42:18.553 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:46 ago on Wed 15 Nov 2023 04:40:32 AM UTC. 2023-11-15T04:42:20.032 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2023-11-15T04:42:20.210 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-15T04:42:20.210 INFO:teuthology.orchestra.run.smithi143.stdout: Package Arch Version Repository Size 2023-11-15T04:42:20.211 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-15T04:42:20.211 INFO:teuthology.orchestra.run.smithi143.stdout:Installing group/module packages: 2023-11-15T04:42:20.211 INFO:teuthology.orchestra.run.smithi143.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-15T04:42:20.211 INFO:teuthology.orchestra.run.smithi143.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-15T04:42:20.211 INFO:teuthology.orchestra.run.smithi143.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-15T04:42:20.212 INFO:teuthology.orchestra.run.smithi143.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-15T04:42:20.212 INFO:teuthology.orchestra.run.smithi143.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-15T04:42:20.212 INFO:teuthology.orchestra.run.smithi143.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-15T04:42:20.212 INFO:teuthology.orchestra.run.smithi143.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-15T04:42:20.212 INFO:teuthology.orchestra.run.smithi143.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-15T04:42:20.213 INFO:teuthology.orchestra.run.smithi143.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-15T04:42:20.213 INFO:teuthology.orchestra.run.smithi143.stdout:Installing dependencies: 2023-11-15T04:42:20.213 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-15T04:42:20.213 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-15T04:42:20.213 INFO:teuthology.orchestra.run.smithi143.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-15T04:42:20.214 INFO:teuthology.orchestra.run.smithi143.stdout:Installing weak dependencies: 2023-11-15T04:42:20.214 INFO:teuthology.orchestra.run.smithi143.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-15T04:42:20.214 INFO:teuthology.orchestra.run.smithi143.stdout:Installing module profiles: 2023-11-15T04:42:20.214 INFO:teuthology.orchestra.run.smithi143.stdout: container-tools/common 2023-11-15T04:42:20.214 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:42:20.214 INFO:teuthology.orchestra.run.smithi143.stdout:Enabling module streams: 2023-11-15T04:42:20.215 INFO:teuthology.orchestra.run.smithi143.stdout: container-tools rhel8 2023-11-15T04:42:20.215 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:42:20.215 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2023-11-15T04:42:20.215 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-15T04:42:20.216 INFO:teuthology.orchestra.run.smithi143.stdout:Install 13 Packages 2023-11-15T04:42:20.216 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:42:20.216 INFO:teuthology.orchestra.run.smithi143.stdout:Total download size: 27 M 2023-11-15T04:42:20.217 INFO:teuthology.orchestra.run.smithi143.stdout:Installed size: 89 M 2023-11-15T04:42:20.217 INFO:teuthology.orchestra.run.smithi143.stdout:Downloading Packages: 2023-11-15T04:42:20.837 INFO:teuthology.orchestra.run.smithi143.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.3 MB/s | 1.0 MB 00:00 2023-11-15T04:42:20.870 INFO:teuthology.orchestra.run.smithi143.stdout:(2/13): cockpit-podman-78-1.module_el8+712+4cd1 1.6 MB/s | 750 kB 00:00 2023-11-15T04:42:20.898 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2023-11-15T04:42:20.903 INFO:teuthology.orchestra.run.smithi143.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 568 kB/s | 38 kB 00:00 2023-11-15T04:42:20.954 INFO:teuthology.orchestra.run.smithi143.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.8 MB/s | 241 kB 00:00 2023-11-15T04:42:21.071 INFO:teuthology.orchestra.run.smithi143.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.5 MB/s | 178 kB 00:00 2023-11-15T04:42:21.098 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-11-15T04:42:21.099 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2023-11-15T04:42:21.099 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-11-15T04:42:21.099 INFO:teuthology.orchestra.run.smithi037.stdout:Installing group/module packages: 2023-11-15T04:42:21.099 INFO:teuthology.orchestra.run.smithi037.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-15T04:42:21.099 INFO:teuthology.orchestra.run.smithi037.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-15T04:42:21.100 INFO:teuthology.orchestra.run.smithi037.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-15T04:42:21.100 INFO:teuthology.orchestra.run.smithi037.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-15T04:42:21.100 INFO:teuthology.orchestra.run.smithi037.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-15T04:42:21.100 INFO:teuthology.orchestra.run.smithi037.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-15T04:42:21.100 INFO:teuthology.orchestra.run.smithi037.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-15T04:42:21.101 INFO:teuthology.orchestra.run.smithi037.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-15T04:42:21.101 INFO:teuthology.orchestra.run.smithi037.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-15T04:42:21.101 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2023-11-15T04:42:21.101 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-15T04:42:21.101 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-15T04:42:21.102 INFO:teuthology.orchestra.run.smithi037.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-15T04:42:21.102 INFO:teuthology.orchestra.run.smithi037.stdout:Installing weak dependencies: 2023-11-15T04:42:21.102 INFO:teuthology.orchestra.run.smithi037.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-15T04:42:21.102 INFO:teuthology.orchestra.run.smithi037.stdout:Installing module profiles: 2023-11-15T04:42:21.102 INFO:teuthology.orchestra.run.smithi037.stdout: container-tools/common 2023-11-15T04:42:21.103 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:42:21.103 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling module streams: 2023-11-15T04:42:21.103 INFO:teuthology.orchestra.run.smithi037.stdout: container-tools rhel8 2023-11-15T04:42:21.104 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:42:21.104 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2023-11-15T04:42:21.104 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-11-15T04:42:21.104 INFO:teuthology.orchestra.run.smithi037.stdout:Install 13 Packages 2023-11-15T04:42:21.105 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:42:21.105 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 27 M 2023-11-15T04:42:21.106 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 89 M 2023-11-15T04:42:21.106 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2023-11-15T04:42:21.155 INFO:teuthology.orchestra.run.smithi143.stdout:(6/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 16 MB/s | 3.9 MB 00:00 2023-11-15T04:42:21.180 INFO:teuthology.orchestra.run.smithi143.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 228 kB/s | 25 kB 00:00 2023-11-15T04:42:21.280 INFO:teuthology.orchestra.run.smithi143.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 11 MB/s | 9.6 MB 00:00 2023-11-15T04:42:21.306 INFO:teuthology.orchestra.run.smithi143.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 622 kB/s | 94 kB 00:00 2023-11-15T04:42:21.406 INFO:teuthology.orchestra.run.smithi143.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 20 MB/s | 2.5 MB 00:00 2023-11-15T04:42:21.431 INFO:teuthology.orchestra.run.smithi143.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 420 kB/s | 53 kB 00:00 2023-11-15T04:42:21.481 INFO:teuthology.orchestra.run.smithi143.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 544 kB/s | 41 kB 00:00 2023-11-15T04:42:21.652 INFO:teuthology.orchestra.run.smithi143.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 17 MB/s | 8.1 MB 00:00 2023-11-15T04:42:21.652 INFO:teuthology.orchestra.run.smithi143.stdout:-------------------------------------------------------------------------------- 2023-11-15T04:42:21.652 INFO:teuthology.orchestra.run.smithi143.stdout:Total 18 MB/s | 27 MB 00:01 2023-11-15T04:42:21.733 INFO:teuthology.orchestra.run.smithi037.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.3 MB/s | 1.0 MB 00:00 2023-11-15T04:42:21.758 INFO:teuthology.orchestra.run.smithi037.stdout:(2/13): cockpit-podman-78-1.module_el8+712+4cd1 1.6 MB/s | 750 kB 00:00 2023-11-15T04:42:21.800 INFO:teuthology.orchestra.run.smithi037.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 566 kB/s | 38 kB 00:00 2023-11-15T04:42:21.842 INFO:teuthology.orchestra.run.smithi037.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.8 MB/s | 241 kB 00:00 2023-11-15T04:42:21.921 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction check 2023-11-15T04:42:21.941 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction check succeeded. 2023-11-15T04:42:21.942 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction test 2023-11-15T04:42:21.959 INFO:teuthology.orchestra.run.smithi037.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.5 MB/s | 178 kB 00:00 2023-11-15T04:42:22.076 INFO:teuthology.orchestra.run.smithi037.stdout:(6/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 12 MB/s | 9.6 MB 00:00 2023-11-15T04:42:22.101 INFO:teuthology.orchestra.run.smithi037.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 174 kB/s | 25 kB 00:00 2023-11-15T04:42:22.189 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction test succeeded. 2023-11-15T04:42:22.193 INFO:teuthology.orchestra.run.smithi037.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 10 MB/s | 3.9 MB 00:00 2023-11-15T04:42:22.193 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction 2023-11-15T04:42:22.218 INFO:teuthology.orchestra.run.smithi037.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 660 kB/s | 94 kB 00:00 2023-11-15T04:42:22.319 INFO:teuthology.orchestra.run.smithi037.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 20 MB/s | 2.5 MB 00:00 2023-11-15T04:42:22.336 INFO:teuthology.orchestra.run.smithi037.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 450 kB/s | 53 kB 00:00 2023-11-15T04:42:22.444 INFO:teuthology.orchestra.run.smithi037.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 327 kB/s | 41 kB 00:00 2023-11-15T04:42:22.614 INFO:teuthology.orchestra.run.smithi037.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 16 MB/s | 8.1 MB 00:00 2023-11-15T04:42:22.614 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2023-11-15T04:42:22.614 INFO:teuthology.orchestra.run.smithi037.stdout:Total 18 MB/s | 27 MB 00:01 2023-11-15T04:42:22.907 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2023-11-15T04:42:22.923 INFO:teuthology.orchestra.run.smithi143.stdout: Preparing : 1/1 2023-11-15T04:42:22.931 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2023-11-15T04:42:22.931 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2023-11-15T04:42:23.123 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-15T04:42:23.217 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2023-11-15T04:42:23.221 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2023-11-15T04:42:23.310 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-15T04:42:23.544 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-15T04:42:23.786 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-15T04:42:23.950 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2023-11-15T04:42:24.192 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-15T04:42:24.360 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-15T04:42:24.589 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-15T04:42:24.632 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-15T04:42:24.878 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-15T04:42:25.476 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-15T04:42:25.635 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-15T04:42:25.904 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-15T04:42:26.142 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-15T04:42:26.406 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-15T04:42:26.576 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-15T04:42:26.846 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-15T04:42:26.850 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-15T04:42:27.098 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-15T04:42:27.357 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-15T04:42:27.768 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-15T04:42:28.029 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-15T04:42:28.234 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-15T04:42:28.269 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-15T04:42:28.657 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-15T04:42:28.658 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-15T04:42:28.658 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-15T04:42:28.658 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-15T04:42:28.658 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-15T04:42:28.658 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-15T04:42:28.659 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-15T04:42:28.659 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-15T04:42:28.659 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-15T04:42:28.659 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-15T04:42:28.660 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-15T04:42:28.660 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-15T04:42:28.660 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-15T04:42:29.264 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-15T04:42:29.528 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-15T04:42:29.733 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-15T04:42:29.840 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-15T04:42:29.840 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:42:29.840 INFO:teuthology.orchestra.run.smithi143.stdout:Installed: 2023-11-15T04:42:29.840 INFO:teuthology.orchestra.run.smithi143.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T04:42:29.841 INFO:teuthology.orchestra.run.smithi143.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T04:42:29.841 INFO:teuthology.orchestra.run.smithi143.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-15T04:42:29.842 INFO:teuthology.orchestra.run.smithi143.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-15T04:42:29.842 INFO:teuthology.orchestra.run.smithi143.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T04:42:29.843 INFO:teuthology.orchestra.run.smithi143.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-15T04:42:29.843 INFO:teuthology.orchestra.run.smithi143.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-15T04:42:29.843 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-15T04:42:29.843 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-15T04:42:29.845 INFO:teuthology.orchestra.run.smithi143.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T04:42:29.845 INFO:teuthology.orchestra.run.smithi143.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-15T04:42:29.846 INFO:teuthology.orchestra.run.smithi143.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-15T04:42:29.846 INFO:teuthology.orchestra.run.smithi143.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-15T04:42:29.846 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:42:29.846 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2023-11-15T04:42:30.131 DEBUG:teuthology.parallel:result is None 2023-11-15T04:42:30.254 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-15T04:42:30.254 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-15T04:42:30.255 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-15T04:42:30.255 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-15T04:42:30.255 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-15T04:42:30.255 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-15T04:42:30.255 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-15T04:42:30.256 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-15T04:42:30.256 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-15T04:42:30.256 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-15T04:42:30.256 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-15T04:42:30.256 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-15T04:42:30.257 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-15T04:42:31.143 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-15T04:42:31.143 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:42:31.144 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2023-11-15T04:42:31.144 INFO:teuthology.orchestra.run.smithi037.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T04:42:31.144 INFO:teuthology.orchestra.run.smithi037.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T04:42:31.144 INFO:teuthology.orchestra.run.smithi037.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-15T04:42:31.144 INFO:teuthology.orchestra.run.smithi037.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-15T04:42:31.144 INFO:teuthology.orchestra.run.smithi037.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T04:42:31.145 INFO:teuthology.orchestra.run.smithi037.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-15T04:42:31.145 INFO:teuthology.orchestra.run.smithi037.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-15T04:42:31.145 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-15T04:42:31.145 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-15T04:42:31.145 INFO:teuthology.orchestra.run.smithi037.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T04:42:31.146 INFO:teuthology.orchestra.run.smithi037.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-15T04:42:31.146 INFO:teuthology.orchestra.run.smithi037.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-15T04:42:31.146 INFO:teuthology.orchestra.run.smithi037.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-15T04:42:31.146 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:42:31.146 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2023-11-15T04:42:31.427 DEBUG:teuthology.parallel:result is None 2023-11-15T04:42:31.427 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-15T04:42:31.507 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': '620f25c1794f62207424fc9319427943fb8d1fae'} 2023-11-15T04:42:31.507 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2023-11-15T04:42:31.508 INFO:tasks.cephadm:Cluster fsid is 63451fb2-8371-11ee-8dbe-212e2dc638e7 2023-11-15T04:42:31.508 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-15T04:42:31.508 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-15T04:42:31.509 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi037': '172.21.15.37', 'mon.smithi143': '172.21.15.143'} 2023-11-15T04:42:31.509 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-15T04:42:31.510 DEBUG:teuthology.orchestra.run.smithi037:> sudo hostname $(hostname -s) 2023-11-15T04:42:31.543 DEBUG:teuthology.orchestra.run.smithi143:> sudo hostname $(hostname -s) 2023-11-15T04:42:31.578 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2023-11-15T04:42:31.579 DEBUG:teuthology.orchestra.run.smithi037:> 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-11-15T04:42:31.850 INFO:teuthology.orchestra.run.smithi037.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Nov 15 04:42 /home/ubuntu/cephtest/cephadm 2023-11-15T04:42:31.851 DEBUG:teuthology.orchestra.run.smithi143:> 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-11-15T04:42:31.999 INFO:teuthology.orchestra.run.smithi143.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Nov 15 04:42 /home/ubuntu/cephtest/cephadm 2023-11-15T04:42:31.999 DEBUG:teuthology.orchestra.run.smithi037:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T04:42:32.024 DEBUG:teuthology.orchestra.run.smithi143:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T04:42:32.056 DEBUG:teuthology.orchestra.run.smithi037:> sudo mkdir -p /etc/ceph 2023-11-15T04:42:32.101 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /etc/ceph 2023-11-15T04:42:32.131 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 777 /etc/ceph 2023-11-15T04:42:32.175 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 777 /etc/ceph 2023-11-15T04:42:32.205 INFO:tasks.cephadm:Writing seed config... 2023-11-15T04:42:32.206 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-15T04:42:32.206 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-15T04:42:32.207 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-15T04:42:32.207 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-15T04:42:32.207 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-15T04:42:32.207 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-15T04:42:32.208 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-15T04:42:32.208 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-15T04:42:32.209 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-11-15T04:42:32.209 DEBUG:teuthology.orchestra.run.smithi037:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-15T04:42:32.238 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 = 63451fb2-8371-11ee-8dbe-212e2dc638e7 [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-11-15T04:42:32.238 DEBUG:teuthology.orchestra.run.smithi037:mon.smithi037> sudo journalctl -f -n 0 -u ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mon.smithi037.service 2023-11-15T04:42:32.280 INFO:tasks.cephadm:Bootstrapping... 2023-11-15T04:42:32.281 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 --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.37 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-15T04:42:32.315 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:-- Logs begin at Wed 2023-11-15 04:33:02 UTC. -- 2023-11-15T04:42:32.712 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-15T04:42:34.133 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: 4.6.1 2023-11-15T04:42:34.143 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying podman|docker is present... 2023-11-15T04:42:34.143 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-15T04:42:34.167 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: 4.6.1 2023-11-15T04:42:34.180 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying lvm2 is present... 2023-11-15T04:42:34.180 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying time synchronization is in place... 2023-11-15T04:42:34.180 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-enabled chrony.service 2023-11-15T04:42:34.188 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T04:42:34.188 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-active chrony.service 2023-11-15T04:42:34.194 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: inactive 2023-11-15T04:42:34.195 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-enabled chronyd.service 2023-11-15T04:42:34.202 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: enabled 2023-11-15T04:42:34.203 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-active chronyd.service 2023-11-15T04:42:34.208 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: active 2023-11-15T04:42:34.209 INFO:teuthology.orchestra.run.smithi037.stderr:Unit chronyd.service is enabled and running 2023-11-15T04:42:34.209 INFO:teuthology.orchestra.run.smithi037.stderr:Repeating the final host check... 2023-11-15T04:42:34.209 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-15T04:42:34.231 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: 4.6.1 2023-11-15T04:42:34.239 INFO:teuthology.orchestra.run.smithi037.stderr:podman|docker (/bin/podman) is present 2023-11-15T04:42:34.239 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl is present 2023-11-15T04:42:34.240 INFO:teuthology.orchestra.run.smithi037.stderr:lvcreate is present 2023-11-15T04:42:34.240 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-enabled chrony.service 2023-11-15T04:42:34.245 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T04:42:34.246 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-active chrony.service 2023-11-15T04:42:34.252 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: inactive 2023-11-15T04:42:34.252 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-enabled chronyd.service 2023-11-15T04:42:34.258 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: enabled 2023-11-15T04:42:34.259 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-active chronyd.service 2023-11-15T04:42:34.265 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: active 2023-11-15T04:42:34.266 INFO:teuthology.orchestra.run.smithi037.stderr:Unit chronyd.service is enabled and running 2023-11-15T04:42:34.267 INFO:teuthology.orchestra.run.smithi037.stderr:Host looks OK 2023-11-15T04:42:34.267 INFO:teuthology.orchestra.run.smithi037.stderr:Cluster fsid: 63451fb2-8371-11ee-8dbe-212e2dc638e7 2023-11-15T04:42:34.267 INFO:teuthology.orchestra.run.smithi037.stderr:Acquiring lock 139730813313152 on /run/cephadm/63451fb2-8371-11ee-8dbe-212e2dc638e7.lock 2023-11-15T04:42:34.267 INFO:teuthology.orchestra.run.smithi037.stderr:Lock 139730813313152 acquired on /run/cephadm/63451fb2-8371-11ee-8dbe-212e2dc638e7.lock 2023-11-15T04:42:34.268 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying IP 172.21.15.37 port 3300 ... 2023-11-15T04:42:34.268 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying IP 172.21.15.37 port 6789 ... 2023-11-15T04:42:34.269 INFO:teuthology.orchestra.run.smithi037.stderr:Base mon IP is 172.21.15.37, final addrv is [v2:172.21.15.37:3300,v1:172.21.15.37:6789] 2023-11-15T04:42:34.269 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /sbin/ip route ls 2023-11-15T04:42:34.270 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.37 metric 100 2023-11-15T04:42:34.270 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.37 metric 100 2023-11-15T04:42:34.272 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /sbin/ip -6 route ls 2023-11-15T04:42:34.275 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-15T04:42:34.275 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-11-15T04:42:34.275 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1776sec hoplimit 64 pref medium 2023-11-15T04:42:34.276 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /sbin/ip -6 addr ls 2023-11-15T04:42:34.276 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-15T04:42:34.278 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-15T04:42:34.278 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T04:42:34.279 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: 3: ens1f0: mtu 1500 state UP qlen 1000 2023-11-15T04:42:34.279 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:7794/64 scope link 2023-11-15T04:42:34.279 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T04:42:34.279 INFO:teuthology.orchestra.run.smithi037.stderr:Mon IP `172.21.15.37` is in CIDR network `172.21.0.0/20` 2023-11-15T04:42:34.279 INFO:teuthology.orchestra.run.smithi037.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-15T04:42:34.280 INFO:teuthology.orchestra.run.smithi037.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2023-11-15T04:42:34.280 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2023-11-15T04:42:34.374 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2023-11-15T04:42:40.836 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: Getting image source signatures 2023-11-15T04:42:40.844 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2023-11-15T04:42:40.844 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-11-15T04:42:55.351 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-11-15T04:42:55.408 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: Writing manifest to image destination 2023-11-15T04:42:55.820 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-11-15T04:42:55.831 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2023-11-15T04:42:56.433 INFO:teuthology.orchestra.run.smithi037.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-11-15T04:42:56.850 INFO:teuthology.orchestra.run.smithi037.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-11-15T04:42:56.850 INFO:teuthology.orchestra.run.smithi037.stderr:Extracting ceph user uid/gid from container image... 2023-11-15T04:42:56.850 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2023-11-15T04:42:57.196 INFO:teuthology.orchestra.run.smithi037.stderr:stat: 167 167 2023-11-15T04:42:57.617 INFO:teuthology.orchestra.run.smithi037.stderr:Creating initial keys... 2023-11-15T04:42:57.617 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-11-15T04:42:57.903 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-authtool: AQBRTFRlNqciNRAAvykX5BwgooPA6UwLR6oZqA== 2023-11-15T04:42:58.362 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-11-15T04:42:58.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-authtool: AQBSTFRlu+ErJxAApevbpcA3GYv3CCn8YO7ZcQ== 2023-11-15T04:42:59.034 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-11-15T04:42:59.408 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-authtool: AQBTTFRljef8FBAA9BIP3Pf8AQgm0BW052c5IA== 2023-11-15T04:42:59.806 INFO:teuthology.orchestra.run.smithi037.stderr:Creating initial monmap... 2023-11-15T04:42:59.806 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmppyujl3o0:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 --addv smithi037 [v2:172.21.15.37:3300,v1:172.21.15.37:6789] /tmp/monmap 2023-11-15T04:43:00.111 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T04:43:00.111 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 63451fb2-8371-11ee-8dbe-212e2dc638e7 2023-11-15T04:43:00.111 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T04:43:00.471 INFO:teuthology.orchestra.run.smithi037.stderr:monmaptool for smithi037 [v2:172.21.15.37:3300,v1:172.21.15.37:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T04:43:00.472 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/monmaptool: set fsid to 63451fb2-8371-11ee-8dbe-212e2dc638e7 2023-11-15T04:43:00.472 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T04:43:00.472 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T04:43:00.473 INFO:teuthology.orchestra.run.smithi037.stderr:Creating mon... 2023-11-15T04:43:00.474 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/mon.smithi037:/var/lib/ceph/mon/ceph-smithi037:z -v /tmp/ceph-tmpnmvze233:/tmp/keyring:z -v /tmp/ceph-tmppyujl3o0:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi037 --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -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-11-15T04:43:00.990 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.916+0000 7f77626db700 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T04:43:00.991 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.917+0000 7f77626db700 1 imported monmap: 2023-11-15T04:43:00.991 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-15T04:43:00.991 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 2023-11-15T04:43:00.991 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: last_changed 2023-11-15T04:43:00.108255+0000 2023-11-15T04:43:00.992 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: created 2023-11-15T04:43:00.108255+0000 2023-11-15T04:43:00.992 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-15T04:43:00.992 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-15T04:43:00.992 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.smithi037 2023-11-15T04:43:00.993 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T04:43:00.993 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.917+0000 7f77626db700 0 /usr/bin/ceph-mon: set fsid to 63451fb2-8371-11ee-8dbe-212e2dc638e7 2023-11-15T04:43:00.993 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T04:43:00.993 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T04:43:00.993 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T04:43:00.994 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Compile date Jul 8 2021 2023-11-15T04:43:00.994 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: DB SUMMARY 2023-11-15T04:43:00.994 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T04:43:00.994 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi037/store.db dir, Total Num: 0, files: 2023-11-15T04:43:00.995 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T04:43:00.995 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi037/store.db: 2023-11-15T04:43:00.995 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T04:43:00.995 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.error_if_exists: 0 2023-11-15T04:43:00.996 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.create_if_missing: 1 2023-11-15T04:43:00.996 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T04:43:00.996 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.env: 0x5587fddc11c0 2023-11-15T04:43:00.996 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.fs: Posix File System 2023-11-15T04:43:00.996 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.info_log: 0x5587ff273000 2023-11-15T04:43:00.997 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T04:43:00.997 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.statistics: (nil) 2023-11-15T04:43:00.997 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.use_fsync: 0 2023-11-15T04:43:00.997 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T04:43:00.997 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T04:43:00.998 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T04:43:00.998 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T04:43:00.998 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T04:43:00.998 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T04:43:00.999 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T04:43:00.999 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T04:43:00.999 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T04:43:00.999 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T04:43:01.000 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T04:43:01.000 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.db_log_dir: 2023-11-15T04:43:01.000 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi037/store.db 2023-11-15T04:43:01.000 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T04:43:01.000 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T04:43:01.001 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T04:43:01.001 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T04:43:01.001 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T04:43:01.001 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T04:43:01.001 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T04:43:01.002 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T04:43:01.002 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T04:43:01.002 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T04:43:01.002 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.write_buffer_manager: 0x5587ff27b530 2023-11-15T04:43:01.002 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T04:43:01.003 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T04:43:01.003 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T04:43:01.003 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T04:43:01.003 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T04:43:01.004 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T04:43:01.004 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T04:43:01.004 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T04:43:01.005 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T04:43:01.005 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.unordered_write: 0 2023-11-15T04:43:01.005 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T04:43:01.005 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T04:43:01.005 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T04:43:01.006 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T04:43:01.006 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.row_cache: None 2023-11-15T04:43:01.006 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.wal_filter: None 2023-11-15T04:43:01.006 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T04:43:01.007 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T04:43:01.007 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T04:43:01.007 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.two_write_queues: 0 2023-11-15T04:43:01.007 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T04:43:01.007 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.atomic_flush: 0 2023-11-15T04:43:01.008 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T04:43:01.008 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T04:43:01.008 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T04:43:01.008 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T04:43:01.008 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T04:43:01.009 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T04:43:01.009 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T04:43:01.009 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T04:43:01.009 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T04:43:01.009 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T04:43:01.010 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T04:43:01.010 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T04:43:01.010 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T04:43:01.010 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T04:43:01.011 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T04:43:01.011 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.max_open_files: -1 2023-11-15T04:43:01.011 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T04:43:01.011 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T04:43:01.012 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T04:43:01.012 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T04:43:01.012 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Compression algorithms supported: 2023-11-15T04:43:01.012 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T04:43:01.013 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: kZSTD supported: 0 2023-11-15T04:43:01.013 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: kXpressCompression supported: 0 2023-11-15T04:43:01.013 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T04:43:01.013 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T04:43:01.013 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T04:43:01.014 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: kZlibCompression supported: 1 2023-11-15T04:43:01.014 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T04:43:01.014 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.918+0000 7f77626db700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T04:43:01.014 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-15T04:43:01.014 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T04:43:01.015 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi037/store.db/MANIFEST-000001 2023-11-15T04:43:01.015 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T04:43:01.015 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T04:43:01.015 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T04:43:01.016 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T04:43:01.016 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.merge_operator: 2023-11-15T04:43:01.016 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.compaction_filter: None 2023-11-15T04:43:01.016 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T04:43:01.016 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T04:43:01.017 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T04:43:01.017 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5587ff18c160) 2023-11-15T04:43:01.017 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-15T04:43:01.017 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T04:43:01.017 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T04:43:01.018 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-15T04:43:01.018 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-15T04:43:01.018 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-15T04:43:01.018 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-15T04:43:01.019 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-15T04:43:01.019 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-15T04:43:01.019 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-15T04:43:01.019 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-15T04:43:01.019 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_cache: 0x5587ff1c2d10 2023-11-15T04:43:01.020 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-15T04:43:01.020 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-15T04:43:01.020 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-15T04:43:01.020 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-15T04:43:01.021 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-15T04:43:01.021 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-15T04:43:01.021 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-15T04:43:01.021 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-15T04:43:01.021 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-15T04:43:01.022 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-15T04:43:01.022 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-15T04:43:01.022 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-15T04:43:01.022 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-15T04:43:01.023 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-15T04:43:01.023 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-15T04:43:01.023 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T04:43:01.023 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-15T04:43:01.023 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-15T04:43:01.024 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-15T04:43:01.024 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-15T04:43:01.024 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-15T04:43:01.024 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-15T04:43:01.024 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T04:43:01.025 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T04:43:01.025 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T04:43:01.025 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.compression: NoCompression 2023-11-15T04:43:01.025 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T04:43:01.025 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T04:43:01.026 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T04:43:01.026 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.num_levels: 7 2023-11-15T04:43:01.026 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T04:43:01.026 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T04:43:01.027 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T04:43:01.029 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T04:43:01.029 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T04:43:01.029 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T04:43:01.030 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T04:43:01.030 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T04:43:01.030 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T04:43:01.030 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T04:43:01.030 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T04:43:01.031 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T04:43:01.031 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T04:43:01.031 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T04:43:01.031 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T04:43:01.031 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T04:43:01.032 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T04:43:01.032 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T04:43:01.032 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T04:43:01.032 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T04:43:01.033 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T04:43:01.033 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T04:43:01.033 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T04:43:01.033 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T04:43:01.033 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T04:43:01.034 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T04:43:01.034 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T04:43:01.034 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T04:43:01.034 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T04:43:01.034 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T04:43:01.035 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T04:43:01.035 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T04:43:01.035 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T04:43:01.035 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T04:43:01.036 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T04:43:01.036 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T04:43:01.036 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T04:43:01.036 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T04:43:01.036 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T04:43:01.037 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T04:43:01.037 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T04:43:01.037 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T04:43:01.037 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T04:43:01.038 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T04:43:01.038 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T04:43:01.038 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T04:43:01.038 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T04:43:01.038 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.table_properties_collectors: 2023-11-15T04:43:01.039 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T04:43:01.039 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T04:43:01.039 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T04:43:01.039 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T04:43:01.040 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T04:43:01.040 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.bloom_locality: 0 2023-11-15T04:43:01.040 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T04:43:01.040 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T04:43:01.040 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T04:43:01.041 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T04:43:01.041 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T04:43:01.041 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.ttl: 2592000 2023-11-15T04:43:01.041 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.919+0000 7f77626db700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T04:43:01.041 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.920+0000 7f77626db700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi037/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-11-15T04:43:01.042 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T04:43:01.042 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.920+0000 7f77626db700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-15T04:43:01.042 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T04:43:01.042 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.921+0000 7f77626db700 4 rocksdb: DB pointer 0x5587ff287800 2023-11-15T04:43:01.043 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.921+0000 7f774b564700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T04:43:01.043 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.921+0000 7f774b564700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T04:43:01.043 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-15T04:43:01.043 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T04:43:01.043 INFO:teuthology.orchestra.run.smithi037.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-11-15T04:43:01.044 INFO:teuthology.orchestra.run.smithi037.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-11-15T04:43:01.044 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T04:43:01.044 INFO:teuthology.orchestra.run.smithi037.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-11-15T04:43:01.045 INFO:teuthology.orchestra.run.smithi037.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-11-15T04:43:01.045 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T04:43:01.045 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T04:43:01.045 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T04:43:01.045 INFO:teuthology.orchestra.run.smithi037.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-11-15T04:43:01.046 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:43:01.046 INFO:teuthology.orchestra.run.smithi037.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-11-15T04:43:01.046 INFO:teuthology.orchestra.run.smithi037.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-11-15T04:43:01.047 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T04:43:01.047 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T04:43:01.047 INFO:teuthology.orchestra.run.smithi037.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-11-15T04:43:01.047 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:43:01.048 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T04:43:01.048 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T04:43:01.048 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T04:43:01.048 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T04:43:01.049 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T04:43:01.049 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T04:43:01.049 INFO:teuthology.orchestra.run.smithi037.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-11-15T04:43:01.049 INFO:teuthology.orchestra.run.smithi037.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-11-15T04:43:01.049 INFO:teuthology.orchestra.run.smithi037.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-11-15T04:43:01.050 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T04:43:01.050 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T04:43:01.050 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T04:43:01.050 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T04:43:01.050 INFO:teuthology.orchestra.run.smithi037.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-11-15T04:43:01.051 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:43:01.051 INFO:teuthology.orchestra.run.smithi037.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-11-15T04:43:01.051 INFO:teuthology.orchestra.run.smithi037.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-11-15T04:43:01.051 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T04:43:01.052 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T04:43:01.052 INFO:teuthology.orchestra.run.smithi037.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-11-15T04:43:01.052 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:43:01.052 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T04:43:01.052 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T04:43:01.053 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T04:43:01.053 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T04:43:01.053 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T04:43:01.053 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T04:43:01.053 INFO:teuthology.orchestra.run.smithi037.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-11-15T04:43:01.054 INFO:teuthology.orchestra.run.smithi037.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-11-15T04:43:01.054 INFO:teuthology.orchestra.run.smithi037.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-11-15T04:43:01.054 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T04:43:01.054 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T04:43:01.054 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T04:43:01.055 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.922+0000 7f77626db700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-15T04:43:01.055 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.922+0000 7f77626db700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-15T04:43:01.055 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:43:00.922+0000 7f77626db700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi037 for mon.smithi037 2023-11-15T04:43:01.283 INFO:teuthology.orchestra.run.smithi037.stderr:create mon.smithi037 on 2023-11-15T04:43:01.283 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7 2023-11-15T04:43:01.290 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl disable ceph.target 2023-11-15T04:43:01.398 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl enable ceph.target 2023-11-15T04:43:01.407 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-15T04:43:01.496 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl start ceph.target 2023-11-15T04:43:01.504 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl enable ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7.target 2023-11-15T04:43:01.511 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7.target. 2023-11-15T04:43:01.512 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7.target. 2023-11-15T04:43:01.599 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl start ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7.target 2023-11-15T04:43:01.607 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl daemon-reload 2023-11-15T04:43:01.698 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl stop ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mon.smithi037 2023-11-15T04:43:01.726 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl reset-failed ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mon.smithi037 2023-11-15T04:43:01.732 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Failed to reset failed state of unit ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mon.smithi037.service: Unit ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mon.smithi037.service not loaded. 2023-11-15T04:43:01.733 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl enable ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mon.smithi037 2023-11-15T04:43:01.740 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Created symlink /etc/systemd/system/ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7.target.wants/ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mon.smithi037.service → /etc/systemd/system/ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T04:43:01.833 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl start ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mon.smithi037 2023-11-15T04:43:02.149 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-15T04:43:02.159 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: disabled 2023-11-15T04:43:02.159 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-active firewalld.service 2023-11-15T04:43:02.168 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: inactive 2023-11-15T04:43:02.168 INFO:teuthology.orchestra.run.smithi037.stderr:firewalld.service is not enabled 2023-11-15T04:43:02.169 INFO:teuthology.orchestra.run.smithi037.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T04:43:02.169 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for mon to start... 2023-11-15T04:43:02.170 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for mon... 2023-11-15T04:43:02.170 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/mon.smithi037:/var/lib/ceph/mon/ceph-smithi037:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2023-11-15T04:43:02.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:02 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[107708]: cluster 2023-11-15T04:43:02.173487+0000 mon.smithi037 (mon.0) 1 : cluster [INF] mon.smithi037 is new leader, mons smithi037 in quorum (ranks 0) 2023-11-15T04:43:02.709 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: cluster: 2023-11-15T04:43:02.710 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: id: 63451fb2-8371-11ee-8dbe-212e2dc638e7 2023-11-15T04:43:02.710 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-15T04:43:02.710 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T04:43:02.710 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: services: 2023-11-15T04:43:02.710 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi037 (age 0.509636s) 2023-11-15T04:43:02.711 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-15T04:43:02.711 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-15T04:43:02.711 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T04:43:02.711 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: data: 2023-11-15T04:43:02.711 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-15T04:43:02.712 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-15T04:43:02.712 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-15T04:43:02.712 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: pgs: 2023-11-15T04:43:02.712 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T04:43:03.047 INFO:teuthology.orchestra.run.smithi037.stderr:mon is available 2023-11-15T04:43:03.047 INFO:teuthology.orchestra.run.smithi037.stderr:Assimilating anything we can from ceph.conf... 2023-11-15T04:43:03.048 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z -v /var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/mon.smithi037:/var/lib/ceph/mon/ceph-smithi037:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi037/config 2023-11-15T04:43:03.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:03 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[107708]: cluster 2023-11-15T04:43:02.198420+0000 mon.smithi037 (mon.0) 2 : cluster [INF] mon.smithi037 is new leader, mons smithi037 in quorum (ranks 0) 2023-11-15T04:43:03.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:03 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[107708]: cluster 2023-11-15T04:43:02.198711+0000 mon.smithi037 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi037=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0]} 2023-11-15T04:43:03.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:03 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[107708]: cluster 2023-11-15T04:43:02.202598+0000 mon.smithi037 (mon.0) 4 : cluster [DBG] fsmap 2023-11-15T04:43:03.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:03 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[107708]: cluster 2023-11-15T04:43:02.206714+0000 mon.smithi037 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T04:43:03.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:03 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[107708]: cluster 2023-11-15T04:43:02.207193+0000 mon.smithi037 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-15T04:43:03.275 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:03 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[107708]: audit 2023-11-15T04:43:02.708016+0000 mon.smithi037 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.37:0/1471337472' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-15T04:43:03.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T04:43:03.531 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: [global] 2023-11-15T04:43:03.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: fsid = 63451fb2-8371-11ee-8dbe-212e2dc638e7 2023-11-15T04:43:03.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.37:3300,v1:172.21.15.37:6789] 2023-11-15T04:43:03.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-15T04:43:03.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-15T04:43:03.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-15T04:43:03.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-15T04:43:03.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T04:43:03.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: [mgr] 2023-11-15T04:43:03.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-15T04:43:03.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T04:43:03.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: [osd] 2023-11-15T04:43:03.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-15T04:43:03.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-15T04:43:03.888 INFO:teuthology.orchestra.run.smithi037.stderr:Generating new minimal ceph.conf... 2023-11-15T04:43:03.889 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z -v /var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/mon.smithi037:/var/lib/ceph/mon/ceph-smithi037:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi037/config 2023-11-15T04:43:04.520 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:04 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[107708]: audit 2023-11-15T04:43:03.526891+0000 mon.smithi037 (mon.0) 8 : audit [INF] from='client.? 172.21.15.37:0/1321142850' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T04:43:04.520 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:04 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[107708]: audit 2023-11-15T04:43:03.529694+0000 mon.smithi037 (mon.0) 9 : audit [INF] from='client.? 172.21.15.37:0/1321142850' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-15T04:43:04.698 INFO:teuthology.orchestra.run.smithi037.stderr:Restarting the monitor... 2023-11-15T04:43:04.698 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl restart ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mon.smithi037 2023-11-15T04:43:04.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:04 smithi037 systemd[1]: Stopping Ceph mon.smithi037 for 63451fb2-8371-11ee-8dbe-212e2dc638e7... 2023-11-15T04:43:05.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:04 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[107708]: debug 2023-11-15T04:43:04.777+0000 7f45e7ddb700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi037 -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-11-15T04:43:05.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:04 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[107708]: debug 2023-11-15T04:43:04.777+0000 7f45e7ddb700 -1 mon.smithi037@0(leader) e1 *** Got Signal Terminated *** 2023-11-15T04:43:05.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 podman[108030]: ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037 2023-11-15T04:43:05.774 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 systemd[1]: ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mon.smithi037.service: Succeeded. 2023-11-15T04:43:05.774 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 systemd[1]: Stopped Ceph mon.smithi037 for 63451fb2-8371-11ee-8dbe-212e2dc638e7. 2023-11-15T04:43:05.774 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 systemd[1]: Starting Ceph mon.smithi037 for 63451fb2-8371-11ee-8dbe-212e2dc638e7... 2023-11-15T04:43:05.922 INFO:teuthology.orchestra.run.smithi037.stderr:Setting mon public_network to 172.21.0.0/20 2023-11-15T04:43:05.923 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2023-11-15T04:43:06.275 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 bash[108099]: 57bfe91ae78c4d6c9b637e6ff62dc62fd0b6e7bee40773822c739e9b5981ce6f 2023-11-15T04:43:06.275 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.919+0000 7f8ecfa70700 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T04:43:06.275 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.919+0000 7f8ecfa70700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2023-11-15T04:43:06.276 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.919+0000 7f8ecfa70700 0 pidfile_write: ignore empty --pid-file 2023-11-15T04:43:06.276 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 systemd[1]: Started Ceph mon.smithi037 for 63451fb2-8371-11ee-8dbe-212e2dc638e7. 2023-11-15T04:43:06.276 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.925+0000 7f8ecfa70700 0 load: jerasure load: lrc load: isa 2023-11-15T04:43:06.276 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T04:43:06.276 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 2023-11-15T04:43:06.277 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T04:43:06.277 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Compile date Jul 8 2021 2023-11-15T04:43:06.277 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: DB SUMMARY 2023-11-15T04:43:06.277 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 2023-11-15T04:43:06.278 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: CURRENT file: CURRENT 2023-11-15T04:43:06.278 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 2023-11-15T04:43:06.278 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: IDENTITY file: IDENTITY 2023-11-15T04:43:06.278 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 2023-11-15T04:43:06.279 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-15T04:43:06.279 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 2023-11-15T04:43:06.279 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi037/store.db dir, Total Num: 1, files: 000004.sst 2023-11-15T04:43:06.279 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 2023-11-15T04:43:06.279 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi037/store.db: 000006.log size: 80410 ; 2023-11-15T04:43:06.280 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 2023-11-15T04:43:06.280 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.error_if_exists: 0 2023-11-15T04:43:06.280 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.create_if_missing: 0 2023-11-15T04:43:06.280 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T04:43:06.280 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.env: 0x5589d12801c0 2023-11-15T04:43:06.281 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.fs: Posix File System 2023-11-15T04:43:06.281 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.info_log: 0x5589d3043a40 2023-11-15T04:43:06.281 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T04:43:06.281 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.statistics: (nil) 2023-11-15T04:43:06.281 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.use_fsync: 0 2023-11-15T04:43:06.282 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T04:43:06.282 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T04:43:06.282 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T04:43:06.283 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T04:43:06.283 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T04:43:06.283 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T04:43:06.283 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T04:43:06.283 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T04:43:06.284 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T04:43:06.284 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T04:43:06.284 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T04:43:06.284 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.db_log_dir: 2023-11-15T04:43:06.284 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi037/store.db 2023-11-15T04:43:06.285 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T04:43:06.285 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T04:43:06.285 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T04:43:06.285 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T04:43:06.285 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T04:43:06.286 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T04:43:06.286 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T04:43:06.286 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T04:43:06.286 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T04:43:06.286 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T04:43:06.287 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.write_buffer_manager: 0x5589d3cba030 2023-11-15T04:43:06.287 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T04:43:06.287 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T04:43:06.287 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T04:43:06.287 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T04:43:06.288 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T04:43:06.288 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T04:43:06.288 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T04:43:06.288 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T04:43:06.288 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T04:43:06.288 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.unordered_write: 0 2023-11-15T04:43:06.289 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T04:43:06.289 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T04:43:06.289 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T04:43:06.289 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T04:43:06.289 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.row_cache: None 2023-11-15T04:43:06.290 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.wal_filter: None 2023-11-15T04:43:06.290 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T04:43:06.290 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T04:43:06.290 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T04:43:06.290 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.two_write_queues: 0 2023-11-15T04:43:06.291 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T04:43:06.291 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.atomic_flush: 0 2023-11-15T04:43:06.291 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T04:43:06.291 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T04:43:06.291 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T04:43:06.292 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T04:43:06.292 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T04:43:06.292 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T04:43:06.292 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T04:43:06.292 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T04:43:06.293 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T04:43:06.293 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T04:43:06.293 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T04:43:06.293 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T04:43:06.293 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T04:43:06.294 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T04:43:06.294 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T04:43:06.294 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_open_files: -1 2023-11-15T04:43:06.294 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T04:43:06.294 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T04:43:06.295 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T04:43:06.295 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T04:43:06.295 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Compression algorithms supported: 2023-11-15T04:43:06.295 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T04:43:06.295 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: kZSTD supported: 0 2023-11-15T04:43:06.296 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: kXpressCompression supported: 0 2023-11-15T04:43:06.296 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T04:43:06.296 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T04:43:06.296 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T04:43:06.296 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: kZlibCompression supported: 1 2023-11-15T04:43:06.297 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T04:43:06.297 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T04:43:06.297 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi037/store.db/MANIFEST-000005 2023-11-15T04:43:06.297 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 2023-11-15T04:43:06.297 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T04:43:06.298 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 2023-11-15T04:43:06.298 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T04:43:06.298 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.merge_operator: 2023-11-15T04:43:06.298 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.compaction_filter: None 2023-11-15T04:43:06.298 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T04:43:06.299 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T04:43:06.299 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T04:43:06.299 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5589d2f5dcc0) 2023-11-15T04:43:06.299 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cache_index_and_filter_blocks: 1 2023-11-15T04:43:06.299 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T04:43:06.299 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T04:43:06.300 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: pin_top_level_index_and_filter: 1 2023-11-15T04:43:06.300 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: index_type: 0 2023-11-15T04:43:06.300 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: data_block_index_type: 0 2023-11-15T04:43:06.300 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: index_shortening: 1 2023-11-15T04:43:06.300 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: data_block_hash_table_util_ratio: 0.750000 2023-11-15T04:43:06.301 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: hash_index_allow_collision: 1 2023-11-15T04:43:06.301 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: checksum: 1 2023-11-15T04:43:06.301 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: no_block_cache: 0 2023-11-15T04:43:06.301 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: block_cache: 0x5589d2f92f10 2023-11-15T04:43:06.301 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: block_cache_name: BinnedLRUCache 2023-11-15T04:43:06.302 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: block_cache_options: 2023-11-15T04:43:06.302 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: capacity : 536870912 2023-11-15T04:43:06.303 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: num_shard_bits : 4 2023-11-15T04:43:06.303 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: strict_capacity_limit : 0 2023-11-15T04:43:06.304 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: high_pri_pool_ratio: 0.000 2023-11-15T04:43:06.304 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: block_cache_compressed: (nil) 2023-11-15T04:43:06.304 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: persistent_cache: (nil) 2023-11-15T04:43:06.304 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: block_size: 4096 2023-11-15T04:43:06.305 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: block_size_deviation: 10 2023-11-15T04:43:06.305 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: block_restart_interval: 16 2023-11-15T04:43:06.305 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: index_block_restart_interval: 1 2023-11-15T04:43:06.305 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: metadata_block_size: 4096 2023-11-15T04:43:06.305 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: partition_filters: 0 2023-11-15T04:43:06.306 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: use_delta_encoding: 1 2023-11-15T04:43:06.306 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T04:43:06.306 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: whole_key_filtering: 1 2023-11-15T04:43:06.306 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: verify_compression: 0 2023-11-15T04:43:06.306 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: read_amp_bytes_per_bit: 0 2023-11-15T04:43:06.306 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: format_version: 2 2023-11-15T04:43:06.307 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: enable_index_compression: 1 2023-11-15T04:43:06.307 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: block_align: 0 2023-11-15T04:43:06.307 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 2023-11-15T04:43:06.307 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T04:43:06.307 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T04:43:06.308 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.compression: NoCompression 2023-11-15T04:43:06.308 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T04:43:06.308 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T04:43:06.308 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T04:43:06.308 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.num_levels: 7 2023-11-15T04:43:06.309 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T04:43:06.309 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T04:43:06.309 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T04:43:06.309 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T04:43:06.309 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T04:43:06.309 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T04:43:06.310 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T04:43:06.310 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T04:43:06.310 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T04:43:06.310 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T04:43:06.310 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T04:43:06.311 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T04:43:06.311 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T04:43:06.311 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T04:43:06.311 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T04:43:06.311 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T04:43:06.312 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T04:43:06.312 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T04:43:06.312 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T04:43:06.312 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T04:43:06.312 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T04:43:06.313 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T04:43:06.313 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T04:43:06.313 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T04:43:06.313 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T04:43:06.313 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T04:43:06.314 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T04:43:06.314 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T04:43:06.314 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T04:43:06.314 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T04:43:06.314 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T04:43:06.315 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T04:43:06.315 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T04:43:06.315 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T04:43:06.315 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T04:43:06.315 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T04:43:06.315 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T04:43:06.316 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T04:43:06.316 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T04:43:06.316 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T04:43:06.316 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T04:43:06.316 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T04:43:06.317 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T04:43:06.317 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T04:43:06.317 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T04:43:06.317 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T04:43:06.317 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T04:43:06.317 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.table_properties_collectors: 2023-11-15T04:43:06.318 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T04:43:06.318 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T04:43:06.318 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T04:43:06.318 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T04:43:06.319 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T04:43:06.319 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.bloom_locality: 0 2023-11-15T04:43:06.319 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T04:43:06.319 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T04:43:06.319 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T04:43:06.320 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T04:43:06.320 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T04:43:06.320 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.ttl: 2592000 2023-11-15T04:43:06.320 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.926+0000 7f8ecfa70700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T04:43:06.320 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.927+0000 7f8ecfa70700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi037/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-11-15T04:43:06.320 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 2023-11-15T04:43:06.321 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.927+0000 7f8ecfa70700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-15T04:43:06.321 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 2023-11-15T04:43:06.321 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.927+0000 7f8ecfa70700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700023385929516, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-15T04:43:06.321 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.927+0000 7f8ecfa70700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-15T04:43:06.321 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.928+0000 7f8ecfa70700 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-11-15T04:43:06.322 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.928+0000 7f8ecfa70700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700023385930610, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 77333, "table_properties": {"data_size": 75630, "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": 70277, "raw_average_value_size": 360, "num_data_blocks": 10, "num_entries": 195, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1700023385, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-15T04:43:06.322 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.928+0000 7f8ecfa70700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-15T04:43:06.322 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 2023-11-15T04:43:06.322 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.929+0000 7f8ecfa70700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700023385931128, "job": 1, "event": "recovery_finished"} 2023-11-15T04:43:06.322 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.930+0000 7f8ecfa70700 4 rocksdb: DB pointer 0x5589d3057800 2023-11-15T04:43:06.323 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.930+0000 7f8eb6878700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T04:43:06.323 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.930+0000 7f8eb6878700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T04:43:06.323 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: ** DB Stats ** 2023-11-15T04:43:06.323 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T04:43:06.323 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-15T04:43:06.324 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T04:43:06.324 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T04:43:06.324 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-15T04:43:06.324 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T04:43:06.324 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T04:43:06.324 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 2023-11-15T04:43:06.325 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: ** Compaction Stats [default] ** 2023-11-15T04:43:06.325 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 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-11-15T04:43:06.325 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:43:06.325 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: L0 2/0 77.21 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 105.1 0.00 0.00 1 0.001 0 0 2023-11-15T04:43:06.326 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Sum 2/0 77.21 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 105.1 0.00 0.00 1 0.001 0 0 2023-11-15T04:43:06.326 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 105.1 0.00 0.00 1 0.001 0 0 2023-11-15T04:43:06.326 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 2023-11-15T04:43:06.326 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: ** Compaction Stats [default] ** 2023-11-15T04:43:06.326 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 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-11-15T04:43:06.327 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:43:06.327 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 105.1 0.00 0.00 1 0.001 0 0 2023-11-15T04:43:06.327 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T04:43:06.327 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T04:43:06.327 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T04:43:06.328 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T04:43:06.328 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T04:43:06.328 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T04:43:06.328 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Cumulative compaction: 0.00 GB write, 20.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:43:06.328 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Interval compaction: 0.00 GB write, 20.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:43:06.329 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 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-11-15T04:43:06.329 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 2023-11-15T04:43:06.329 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T04:43:06.329 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 2023-11-15T04:43:06.329 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: ** Compaction Stats [default] ** 2023-11-15T04:43:06.330 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 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-11-15T04:43:06.330 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:43:06.330 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: L0 2/0 77.21 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 105.1 0.00 0.00 1 0.001 0 0 2023-11-15T04:43:06.330 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Sum 2/0 77.21 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 105.1 0.00 0.00 1 0.001 0 0 2023-11-15T04:43:06.331 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 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-11-15T04:43:06.331 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 2023-11-15T04:43:06.331 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: ** Compaction Stats [default] ** 2023-11-15T04:43:06.331 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 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-11-15T04:43:06.331 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:43:06.332 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 105.1 0.00 0.00 1 0.001 0 0 2023-11-15T04:43:06.332 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T04:43:06.332 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T04:43:06.332 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T04:43:06.333 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T04:43:06.333 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T04:43:06.333 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T04:43:06.333 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Cumulative compaction: 0.00 GB write, 19.99 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:43:06.333 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:43:06.333 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 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-11-15T04:43:06.334 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 2023-11-15T04:43:06.334 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T04:43:06.334 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 2023-11-15T04:43:06.334 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.931+0000 7f8ecfa70700 0 starting mon.smithi037 rank 0 at public addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] at bind addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi037 fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 2023-11-15T04:43:06.334 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.932+0000 7f8ecfa70700 1 mon.smithi037@-1(???) e1 preinit fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 2023-11-15T04:43:06.335 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.932+0000 7f8ecfa70700 0 mon.smithi037@-1(???).mds e1 new map 2023-11-15T04:43:06.335 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.932+0000 7f8ecfa70700 0 mon.smithi037@-1(???).mds e1 print_map 2023-11-15T04:43:06.335 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: e1 2023-11-15T04:43:06.335 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-15T04:43:06.335 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 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-11-15T04:43:06.336 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: legacy client fscid: -1 2023-11-15T04:43:06.336 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 2023-11-15T04:43:06.336 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: No filesystems configured 2023-11-15T04:43:06.336 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 2023-11-15T04:43:06.336 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.932+0000 7f8ecfa70700 0 mon.smithi037@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-15T04:43:06.336 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.932+0000 7f8ecfa70700 0 mon.smithi037@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T04:43:06.337 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.932+0000 7f8ecfa70700 0 mon.smithi037@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T04:43:06.337 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.932+0000 7f8ecfa70700 0 mon.smithi037@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T04:43:06.337 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:03.526891+0000 mon.smithi037 (mon.0) 8 : audit [INF] from='client.? 172.21.15.37:0/1321142850' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T04:43:06.337 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:03.529694+0000 mon.smithi037 (mon.0) 9 : audit [INF] from='client.? 172.21.15.37:0/1321142850' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-15T04:43:06.337 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:43:05.932+0000 7f8ecfa70700 1 mon.smithi037@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-15T04:43:06.338 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:06 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:05.950730+0000 mon.smithi037 (mon.0) 1 : cluster [INF] mon.smithi037 is new leader, mons smithi037 in quorum (ranks 0) 2023-11-15T04:43:06.338 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:06 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:05.950837+0000 mon.smithi037 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi037=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0]} 2023-11-15T04:43:06.338 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:06 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:05.950906+0000 mon.smithi037 (mon.0) 3 : cluster [DBG] fsmap 2023-11-15T04:43:06.338 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:06 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:05.950955+0000 mon.smithi037 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T04:43:06.339 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:06 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:05.951506+0000 mon.smithi037 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-15T04:43:06.713 INFO:teuthology.orchestra.run.smithi037.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-15T04:43:06.714 INFO:teuthology.orchestra.run.smithi037.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-15T04:43:06.714 INFO:teuthology.orchestra.run.smithi037.stderr:Creating mgr... 2023-11-15T04:43:06.715 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying port 9283 ... 2023-11-15T04:43:06.717 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl daemon-reload 2023-11-15T04:43:06.830 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl stop ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mgr.smithi037.ourcoj 2023-11-15T04:43:06.866 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl reset-failed ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mgr.smithi037.ourcoj 2023-11-15T04:43:06.872 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Failed to reset failed state of unit ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mgr.smithi037.ourcoj.service: Unit ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mgr.smithi037.ourcoj.service not loaded. 2023-11-15T04:43:06.872 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl enable ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mgr.smithi037.ourcoj 2023-11-15T04:43:06.879 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Created symlink /etc/systemd/system/ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7.target.wants/ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mgr.smithi037.ourcoj.service → /etc/systemd/system/ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T04:43:06.975 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl start ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mgr.smithi037.ourcoj 2023-11-15T04:43:07.341 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-15T04:43:07.352 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: disabled 2023-11-15T04:43:07.353 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-active firewalld.service 2023-11-15T04:43:07.362 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: inactive 2023-11-15T04:43:07.363 INFO:teuthology.orchestra.run.smithi037.stderr:firewalld.service is not enabled 2023-11-15T04:43:07.363 INFO:teuthology.orchestra.run.smithi037.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T04:43:07.363 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-15T04:43:07.372 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: disabled 2023-11-15T04:43:07.373 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-active firewalld.service 2023-11-15T04:43:07.383 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: inactive 2023-11-15T04:43:07.384 INFO:teuthology.orchestra.run.smithi037.stderr:firewalld.service is not enabled 2023-11-15T04:43:07.384 INFO:teuthology.orchestra.run.smithi037.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-15T04:43:07.384 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for mgr to start... 2023-11-15T04:43:07.384 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for mgr... 2023-11-15T04:43:07.384 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-11-15T04:43:07.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:07 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:06.369441+0000 mon.smithi037 (mon.0) 6 : audit [INF] from='client.? 172.21.15.37:0/3315008481' entity='client.admin' 2023-11-15T04:43:07.870 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T04:43:07.871 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: { 2023-11-15T04:43:07.871 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "fsid": "63451fb2-8371-11ee-8dbe-212e2dc638e7", 2023-11-15T04:43:07.871 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "health": { 2023-11-15T04:43:07.871 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T04:43:07.872 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T04:43:07.872 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T04:43:07.872 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:07.872 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T04:43:07.873 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T04:43:07.873 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 0 2023-11-15T04:43:07.873 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2023-11-15T04:43:07.873 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T04:43:07.873 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "smithi037" 2023-11-15T04:43:07.874 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2023-11-15T04:43:07.874 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-11-15T04:43:07.874 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T04:43:07.875 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:43:07.875 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T04:43:07.875 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T04:43:07.875 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:07.875 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T04:43:07.876 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:43:07.876 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T04:43:07.876 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T04:43:07.876 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T04:43:07.876 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T04:43:07.877 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T04:43:07.877 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T04:43:07.877 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:07.877 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T04:43:07.877 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T04:43:07.878 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T04:43:07.878 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T04:43:07.878 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T04:43:07.878 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T04:43:07.878 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T04:43:07.879 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T04:43:07.879 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T04:43:07.879 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:07.879 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T04:43:07.879 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:43:07.881 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T04:43:07.882 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T04:43:07.882 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:07.882 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T04:43:07.882 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "available": false, 2023-11-15T04:43:07.882 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T04:43:07.883 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T04:43:07.883 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "iostat", 2023-11-15T04:43:07.883 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "nfs", 2023-11-15T04:43:07.883 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "restful" 2023-11-15T04:43:07.883 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2023-11-15T04:43:07.884 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "services": {} 2023-11-15T04:43:07.884 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:07.884 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T04:43:07.884 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:43:07.884 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "modified": "2023-11-15T04:43:02.200471+0000", 2023-11-15T04:43:07.884 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "services": {} 2023-11-15T04:43:07.885 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:07.885 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T04:43:07.885 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: } 2023-11-15T04:43:08.245 INFO:teuthology.orchestra.run.smithi037.stderr:mgr not available, waiting (1/15)... 2023-11-15T04:43:08.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:08 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:07.864383+0000 mon.smithi037 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.37:0/1880389893' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T04:43:10.248 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-11-15T04:43:10.695 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T04:43:10.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: { 2023-11-15T04:43:10.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "fsid": "63451fb2-8371-11ee-8dbe-212e2dc638e7", 2023-11-15T04:43:10.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "health": { 2023-11-15T04:43:10.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T04:43:10.696 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T04:43:10.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T04:43:10.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:10.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T04:43:10.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T04:43:10.697 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 0 2023-11-15T04:43:10.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2023-11-15T04:43:10.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T04:43:10.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "smithi037" 2023-11-15T04:43:10.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2023-11-15T04:43:10.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-11-15T04:43:10.698 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T04:43:10.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:43:10.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T04:43:10.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T04:43:10.699 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:10.701 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T04:43:10.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:43:10.702 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T04:43:10.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T04:43:10.703 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T04:43:10.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T04:43:10.706 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T04:43:10.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T04:43:10.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:10.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T04:43:10.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T04:43:10.707 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T04:43:10.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T04:43:10.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T04:43:10.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T04:43:10.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T04:43:10.708 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T04:43:10.709 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T04:43:10.709 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:10.709 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T04:43:10.709 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:43:10.709 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T04:43:10.709 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T04:43:10.710 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:10.710 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T04:43:10.710 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "available": false, 2023-11-15T04:43:10.710 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T04:43:10.710 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T04:43:10.711 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "iostat", 2023-11-15T04:43:10.711 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "nfs", 2023-11-15T04:43:10.711 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "restful" 2023-11-15T04:43:10.711 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2023-11-15T04:43:10.711 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "services": {} 2023-11-15T04:43:10.712 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:10.712 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T04:43:10.712 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:43:10.712 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "modified": "2023-11-15T04:43:02.200471+0000", 2023-11-15T04:43:10.712 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "services": {} 2023-11-15T04:43:10.713 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:10.713 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T04:43:10.713 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: } 2023-11-15T04:43:10.989 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:10 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:10.693160+0000 mon.smithi037 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.37:0/2182269212' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T04:43:11.036 INFO:teuthology.orchestra.run.smithi037.stderr:mgr not available, waiting (2/15)... 2023-11-15T04:43:13.039 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-11-15T04:43:13.524 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:13 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:13.155764+0000 mon.smithi037 (mon.0) 9 : cluster [INF] Activating manager daemon smithi037.ourcoj 2023-11-15T04:43:13.524 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:13 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:13.158701+0000 mon.smithi037 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi037.ourcoj(active, starting, since 0.00303666s) 2023-11-15T04:43:13.524 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:13 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:13.159815+0000 mon.smithi037 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.37:0/882663884' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T04:43:13.524 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:13 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:13.160050+0000 mon.smithi037 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.37:0/882663884' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T04:43:13.525 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:13 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:13.160264+0000 mon.smithi037 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.37:0/882663884' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T04:43:13.525 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:13 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:13.160458+0000 mon.smithi037 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.37:0/882663884' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2023-11-15T04:43:13.525 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:13 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:13.160671+0000 mon.smithi037 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.37:0/882663884' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "mgr metadata", "who": "smithi037.ourcoj", "id": "smithi037.ourcoj"}]: dispatch 2023-11-15T04:43:13.525 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:13 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:13.174705+0000 mon.smithi037 (mon.0) 16 : cluster [INF] Manager daemon smithi037.ourcoj is now available 2023-11-15T04:43:13.526 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:13 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:13.186426+0000 mon.smithi037 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.37:0/882663884' entity='mgr.smithi037.ourcoj' 2023-11-15T04:43:13.526 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:13 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:13.191469+0000 mon.smithi037 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.37:0/882663884' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/mirror_snapshot_schedule"}]: dispatch 2023-11-15T04:43:13.526 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:13 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:13.192999+0000 mon.smithi037 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.37:0/882663884' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/trash_purge_schedule"}]: dispatch 2023-11-15T04:43:13.526 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:13 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:13.200632+0000 mon.smithi037 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.37:0/882663884' entity='mgr.smithi037.ourcoj' 2023-11-15T04:43:13.526 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:13 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:13.205409+0000 mon.smithi037 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.37:0/882663884' entity='mgr.smithi037.ourcoj' 2023-11-15T04:43:13.532 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T04:43:13.534 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: { 2023-11-15T04:43:13.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "fsid": "63451fb2-8371-11ee-8dbe-212e2dc638e7", 2023-11-15T04:43:13.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "health": { 2023-11-15T04:43:13.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T04:43:13.535 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T04:43:13.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T04:43:13.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:13.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T04:43:13.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T04:43:13.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 0 2023-11-15T04:43:13.536 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2023-11-15T04:43:13.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T04:43:13.537 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "smithi037" 2023-11-15T04:43:13.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2023-11-15T04:43:13.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-11-15T04:43:13.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T04:43:13.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:43:13.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T04:43:13.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T04:43:13.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:13.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T04:43:13.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:43:13.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T04:43:13.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T04:43:13.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T04:43:13.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T04:43:13.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T04:43:13.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T04:43:13.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:13.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T04:43:13.544 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T04:43:13.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T04:43:13.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T04:43:13.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T04:43:13.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T04:43:13.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T04:43:13.545 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T04:43:13.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T04:43:13.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:13.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T04:43:13.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:43:13.546 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T04:43:13.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T04:43:13.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:13.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T04:43:13.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "available": false, 2023-11-15T04:43:13.547 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T04:43:13.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T04:43:13.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "iostat", 2023-11-15T04:43:13.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "nfs", 2023-11-15T04:43:13.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "restful" 2023-11-15T04:43:13.548 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2023-11-15T04:43:13.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "services": {} 2023-11-15T04:43:13.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:13.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T04:43:13.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:43:13.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "modified": "2023-11-15T04:43:02.200471+0000", 2023-11-15T04:43:13.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "services": {} 2023-11-15T04:43:13.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:13.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T04:43:13.550 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: } 2023-11-15T04:43:13.879 INFO:teuthology.orchestra.run.smithi037.stderr:mgr not available, waiting (3/15)... 2023-11-15T04:43:14.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:14 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:13.532009+0000 mon.smithi037 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.37:0/829049862' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T04:43:14.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:14 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:14.161573+0000 mon.smithi037 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi037.ourcoj(active, since 1.00591s) 2023-11-15T04:43:15.882 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-11-15T04:43:16.524 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:16 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:15.213061+0000 mon.smithi037 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi037.ourcoj(active, since 2s) 2023-11-15T04:43:17.552 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T04:43:17.553 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: { 2023-11-15T04:43:17.553 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "fsid": "63451fb2-8371-11ee-8dbe-212e2dc638e7", 2023-11-15T04:43:17.553 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "health": { 2023-11-15T04:43:17.554 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T04:43:17.554 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T04:43:17.554 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T04:43:17.554 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:17.554 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T04:43:17.555 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T04:43:17.555 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 0 2023-11-15T04:43:17.555 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2023-11-15T04:43:17.556 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T04:43:17.556 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "smithi037" 2023-11-15T04:43:17.556 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2023-11-15T04:43:17.557 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum_age": 11, 2023-11-15T04:43:17.557 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T04:43:17.557 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:43:17.557 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T04:43:17.558 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T04:43:17.558 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:17.559 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T04:43:17.559 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:43:17.559 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T04:43:17.559 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T04:43:17.560 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T04:43:17.564 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T04:43:17.564 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T04:43:17.564 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T04:43:17.565 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:17.565 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T04:43:17.565 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T04:43:17.565 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T04:43:17.565 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T04:43:17.566 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T04:43:17.566 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T04:43:17.566 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T04:43:17.566 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T04:43:17.568 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T04:43:17.568 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:17.569 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T04:43:17.569 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:43:17.569 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T04:43:17.569 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T04:43:17.569 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:17.570 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T04:43:17.570 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "available": true, 2023-11-15T04:43:17.570 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T04:43:17.570 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T04:43:17.570 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "iostat", 2023-11-15T04:43:17.570 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "nfs", 2023-11-15T04:43:17.571 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "restful" 2023-11-15T04:43:17.571 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2023-11-15T04:43:17.571 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "services": {} 2023-11-15T04:43:17.571 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:17.571 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T04:43:17.572 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:43:17.572 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "modified": "2023-11-15T04:43:02.200471+0000", 2023-11-15T04:43:17.572 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "services": {} 2023-11-15T04:43:17.572 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T04:43:17.572 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T04:43:17.572 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: } 2023-11-15T04:43:17.831 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:17.549409+0000 mon.smithi037 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.37:0/3379183398' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T04:43:17.902 INFO:teuthology.orchestra.run.smithi037.stderr:mgr is available 2023-11-15T04:43:17.903 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z -v /tmp/tmp8m7x1gle:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2023-11-15T04:43:18.450 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T04:43:18.451 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: [global] 2023-11-15T04:43:18.451 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: fsid = 63451fb2-8371-11ee-8dbe-212e2dc638e7 2023-11-15T04:43:18.451 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-15T04:43:18.451 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-15T04:43:18.451 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-15T04:43:18.452 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-15T04:43:18.452 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T04:43:18.452 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: [mgr] 2023-11-15T04:43:18.452 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-15T04:43:18.452 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T04:43:18.453 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: [osd] 2023-11-15T04:43:18.453 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-15T04:43:18.453 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-15T04:43:18.772 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:18 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:18.447987+0000 mon.smithi037 (mon.0) 26 : audit [INF] from='client.? 172.21.15.37:0/1864480937' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T04:43:18.794 INFO:teuthology.orchestra.run.smithi037.stderr:Enabling cephadm module... 2023-11-15T04:43:18.795 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2023-11-15T04:43:19.913 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:19 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:19.401489+0000 mon.smithi037 (mon.0) 27 : audit [INF] from='client.? 172.21.15.37:0/3328154639' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-15T04:43:19.952 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-11-15T04:43:20.553 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: { 2023-11-15T04:43:20.553 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-15T04:43:20.553 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "available": true, 2023-11-15T04:43:20.553 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "active_name": "smithi037.ourcoj", 2023-11-15T04:43:20.554 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T04:43:20.554 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: } 2023-11-15T04:43:20.895 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for the mgr to restart... 2023-11-15T04:43:20.895 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for mgr epoch 5... 2023-11-15T04:43:20.895 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-11-15T04:43:20.896 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:20 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:19.605856+0000 mon.smithi037 (mon.0) 28 : audit [INF] from='client.? 172.21.15.37:0/3328154639' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-15T04:43:20.897 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:20 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:19.605927+0000 mon.smithi037 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi037.ourcoj(active, since 6s) 2023-11-15T04:43:20.897 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:20 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:20.551369+0000 mon.smithi037 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.37:0/160682362' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T04:43:25.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:25 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:25.401593+0000 mon.smithi037 (mon.0) 31 : cluster [INF] Active manager daemon smithi037.ourcoj restarted 2023-11-15T04:43:25.774 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:25 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:25.402044+0000 mon.smithi037 (mon.0) 32 : cluster [INF] Activating manager daemon smithi037.ourcoj 2023-11-15T04:43:25.774 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:25 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:25.404296+0000 mon.smithi037 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-15T04:43:26.470 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: { 2023-11-15T04:43:26.471 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-15T04:43:26.471 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T04:43:26.471 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: } 2023-11-15T04:43:26.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:25.454947+0000 mon.smithi037 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi037.ourcoj(active, starting, since 0.052988s) 2023-11-15T04:43:26.774 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:25.457688+0000 mon.smithi037 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.37:0/510095629' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2023-11-15T04:43:26.774 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:25.458000+0000 mon.smithi037 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.37:0/510095629' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "mgr metadata", "who": "smithi037.ourcoj", "id": "smithi037.ourcoj"}]: dispatch 2023-11-15T04:43:26.774 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:25.458227+0000 mon.smithi037 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.37:0/510095629' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T04:43:26.774 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:25.458419+0000 mon.smithi037 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.37:0/510095629' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T04:43:26.774 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:25.458578+0000 mon.smithi037 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.37:0/510095629' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T04:43:26.775 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:25.472447+0000 mon.smithi037 (mon.0) 40 : cluster [INF] Manager daemon smithi037.ourcoj is now available 2023-11-15T04:43:26.775 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:25.488061+0000 mon.smithi037 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.37:0/510095629' entity='mgr.smithi037.ourcoj' 2023-11-15T04:43:26.775 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:25.491052+0000 mon.smithi037 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.37:0/510095629' entity='mgr.smithi037.ourcoj' 2023-11-15T04:43:26.775 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:25.493661+0000 mon.smithi037 (mon.0) 43 : audit [INF] from='mgr.14118 172.21.15.37:0/510095629' entity='mgr.smithi037.ourcoj' 2023-11-15T04:43:26.776 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:25.596056+0000 mon.smithi037 (mon.0) 44 : audit [INF] from='mgr.14118 172.21.15.37:0/510095629' entity='mgr.smithi037.ourcoj' 2023-11-15T04:43:26.776 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:25.596846+0000 mon.smithi037 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.37:0/510095629' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:43:26.776 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:25.598354+0000 mon.smithi037 (mon.0) 46 : audit [DBG] from='mgr.14118 172.21.15.37:0/510095629' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:43:26.776 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:25.600220+0000 mon.smithi037 (mon.0) 47 : audit [DBG] from='mgr.14118 172.21.15.37:0/510095629' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:43:26.777 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:25.612334+0000 mon.smithi037 (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.37:0/510095629' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/mirror_snapshot_schedule"}]: dispatch 2023-11-15T04:43:26.777 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:25.613701+0000 mon.smithi037 (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.37:0/510095629' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/trash_purge_schedule"}]: dispatch 2023-11-15T04:43:27.774 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:27 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:26.462129+0000 mgr.smithi037.ourcoj (mgr.14118) 1 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T04:43:27.774 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:27 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:26.462602+0000 mon.smithi037 (mon.0) 50 : cluster [DBG] mgrmap e7: smithi037.ourcoj(active, since 1.06064s) 2023-11-15T04:43:27.774 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:27 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:26.469910+0000 mgr.smithi037.ourcoj (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T04:43:28.570 INFO:teuthology.orchestra.run.smithi037.stderr:mgr epoch 5 is available 2023-11-15T04:43:28.570 INFO:teuthology.orchestra.run.smithi037.stderr:Setting orchestrator backend to cephadm... 2023-11-15T04:43:28.570 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2023-11-15T04:43:28.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:28 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:27.464858+0000 mon.smithi037 (mon.0) 51 : cluster [DBG] mgrmap e8: smithi037.ourcoj(active, since 2s) 2023-11-15T04:43:31.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:31 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:30.048030+0000 mgr.smithi037.ourcoj (mgr.14118) 3 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:43:31.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:31 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:30.052111+0000 mon.smithi037 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.37:0/510095629' entity='mgr.smithi037.ourcoj' 2023-11-15T04:43:31.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:31 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:30.055979+0000 mon.smithi037 (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.37:0/510095629' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:43:31.980 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2023-11-15T04:43:33.111 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: value unchanged 2023-11-15T04:43:33.476 INFO:teuthology.orchestra.run.smithi037.stderr:Generating ssh key... 2023-11-15T04:43:33.476 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2023-11-15T04:43:34.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:33 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:33.110788+0000 mgr.smithi037.ourcoj (mgr.14118) 4 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:43:34.635 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2023-11-15T04:43:35.192 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCqUhuvLTjLqSivFYZ9mH7RhT9nWnWbalHYg8GVlflkjb2PJpRRI5tZwNIUtR7aHCl8w9f7oHf17Sg9ltb8NVxD+faatpWJ3vps/VzGd3Op+Q6rq4eRYb7jK+reI/GKawbdKwMgrnSDhj8HxlT5qcydS0WLRJA3WfkPVQdHO5rM4hrISVPQxREswIVKmE5XG4aMW79LIyaLE7EQzzr/tRlITsja75ynXUZTe67BlOq5UBLa2ugtPAw9Y5aKJPNGrTdzEqLNGKmQ1bMnOqmYxZsHIaG9lIFR8bDajWP3g8BO/XK03vWFjKhk/d239wbdDXohhi8Uh548tVKVbdMVxYBt4yiBVwWszlDpkj4d17tRkawNe7DER6f5YArXTBb0MdFTyru+DWiOu9U96tlNdCEOz5HPL9vFOI+PfoDh1PrdjI3sktMkCjdKk4rjEUf0xPUCwdBcd9sTWw8r0i/YPgXQdzLytZHI0eF0DNKbUTGKzsplAA7kxS8jdUvzVht9LE= ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7 2023-11-15T04:43:35.487 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:35 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cephadm 2023-11-15T04:43:34.021120+0000 mgr.smithi037.ourcoj (mgr.14118) 6 : cephadm [INF] Generating ssh key... 2023-11-15T04:43:35.487 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:35 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:34.272655+0000 mon.smithi037 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.37:0/510095629' entity='mgr.smithi037.ourcoj' 2023-11-15T04:43:35.487 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:35 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:34.275390+0000 mon.smithi037 (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.37:0/510095629' entity='mgr.smithi037.ourcoj' 2023-11-15T04:43:35.542 INFO:teuthology.orchestra.run.smithi037.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-15T04:43:35.543 INFO:teuthology.orchestra.run.smithi037.stderr:Adding key to root@localhost authorized_keys... 2023-11-15T04:43:35.543 INFO:teuthology.orchestra.run.smithi037.stderr:Adding host smithi037... 2023-11-15T04:43:35.544 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi037 172.21.15.37 2023-11-15T04:43:36.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:35.191912+0000 mgr.smithi037.ourcoj (mgr.14118) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:43:36.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Added host 'smithi037' with addr '172.21.15.37' 2023-11-15T04:43:37.084 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying mon service with default placement... 2023-11-15T04:43:37.084 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2023-11-15T04:43:37.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:37 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:36.111175+0000 mgr.smithi037.ourcoj (mgr.14118) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi037", "addr": "172.21.15.37", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:43:37.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:37 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:36.760238+0000 mon.smithi037 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.37:0/510095629' entity='mgr.smithi037.ourcoj' 2023-11-15T04:43:37.524 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:37 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:36.760847+0000 mon.smithi037 (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.37:0/510095629' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:43:37.711 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-15T04:43:38.085 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying mgr service with default placement... 2023-11-15T04:43:38.085 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2023-11-15T04:43:38.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:38 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cephadm 2023-11-15T04:43:36.760554+0000 mgr.smithi037.ourcoj (mgr.14118) 9 : cephadm [INF] Added host smithi037 2023-11-15T04:43:38.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:38 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:37.710006+0000 mon.smithi037 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.37:0/510095629' entity='mgr.smithi037.ourcoj' 2023-11-15T04:43:38.989 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-15T04:43:39.342 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying crash service with default placement... 2023-11-15T04:43:39.343 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2023-11-15T04:43:39.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:39 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:37.706188+0000 mgr.smithi037.ourcoj (mgr.14118) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:43:39.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:39 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cephadm 2023-11-15T04:43:37.707044+0000 mgr.smithi037.ourcoj (mgr.14118) 11 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-15T04:43:39.774 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:39 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:38.988672+0000 mon.smithi037 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.37:0/510095629' entity='mgr.smithi037.ourcoj' 2023-11-15T04:43:39.913 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-15T04:43:40.276 INFO:teuthology.orchestra.run.smithi037.stderr:Enabling mgr prometheus module... 2023-11-15T04:43:40.276 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2023-11-15T04:43:40.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:40 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:38.985589+0000 mgr.smithi037.ourcoj (mgr.14118) 12 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:43:40.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:40 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cephadm 2023-11-15T04:43:38.986216+0000 mgr.smithi037.ourcoj (mgr.14118) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-15T04:43:40.524 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:40 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:39.912544+0000 mon.smithi037 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.37:0/510095629' entity='mgr.smithi037.ourcoj' 2023-11-15T04:43:41.599 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying prometheus service with default placement... 2023-11-15T04:43:41.600 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2023-11-15T04:43:41.602 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:41 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:39.909373+0000 mgr.smithi037.ourcoj (mgr.14118) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:43:41.602 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:41 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cephadm 2023-11-15T04:43:39.910105+0000 mgr.smithi037.ourcoj (mgr.14118) 15 : cephadm [INF] Saving service crash spec with placement * 2023-11-15T04:43:41.603 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:41 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:40.938775+0000 mon.smithi037 (mon.0) 61 : audit [INF] from='client.? 172.21.15.37:0/285046021' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-15T04:43:42.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:42 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:41.281483+0000 mon.smithi037 (mon.0) 62 : audit [INF] from='client.? 172.21.15.37:0/285046021' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-15T04:43:42.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:42 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:41.281568+0000 mon.smithi037 (mon.0) 63 : cluster [DBG] mgrmap e9: smithi037.ourcoj(active, since 15s) 2023-11-15T04:43:48.190 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-15T04:43:48.502 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:47.126670+0000 mon.smithi037 (mon.0) 64 : cluster [INF] Active manager daemon smithi037.ourcoj restarted 2023-11-15T04:43:48.503 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:47.127151+0000 mon.smithi037 (mon.0) 65 : cluster [INF] Activating manager daemon smithi037.ourcoj 2023-11-15T04:43:48.503 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:47.129528+0000 mon.smithi037 (mon.0) 66 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-15T04:43:48.503 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:47.180579+0000 mon.smithi037 (mon.0) 67 : cluster [DBG] mgrmap e10: smithi037.ourcoj(active, starting, since 0.0535519s) 2023-11-15T04:43:48.503 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:47.181516+0000 mon.smithi037 (mon.0) 68 : audit [DBG] from='mgr.14146 172.21.15.37:0/1045851772' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2023-11-15T04:43:48.503 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:47.182391+0000 mon.smithi037 (mon.0) 69 : audit [DBG] from='mgr.14146 172.21.15.37:0/1045851772' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "mgr metadata", "who": "smithi037.ourcoj", "id": "smithi037.ourcoj"}]: dispatch 2023-11-15T04:43:48.504 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:47.183272+0000 mon.smithi037 (mon.0) 70 : audit [DBG] from='mgr.14146 172.21.15.37:0/1045851772' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T04:43:48.504 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:47.183516+0000 mon.smithi037 (mon.0) 71 : audit [DBG] from='mgr.14146 172.21.15.37:0/1045851772' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T04:43:48.504 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:47.183683+0000 mon.smithi037 (mon.0) 72 : audit [DBG] from='mgr.14146 172.21.15.37:0/1045851772' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T04:43:48.504 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:47.197318+0000 mon.smithi037 (mon.0) 73 : cluster [INF] Manager daemon smithi037.ourcoj is now available 2023-11-15T04:43:48.504 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:47.312611+0000 mon.smithi037 (mon.0) 74 : audit [DBG] from='mgr.14146 172.21.15.37:0/1045851772' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:43:48.505 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:47.314346+0000 mon.smithi037 (mon.0) 75 : audit [DBG] from='mgr.14146 172.21.15.37:0/1045851772' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:43:48.505 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:47.340189+0000 mon.smithi037 (mon.0) 76 : audit [INF] from='mgr.14146 172.21.15.37:0/1045851772' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/mirror_snapshot_schedule"}]: dispatch 2023-11-15T04:43:48.505 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:47.343441+0000 mon.smithi037 (mon.0) 77 : audit [INF] from='mgr.14146 172.21.15.37:0/1045851772' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/trash_purge_schedule"}]: dispatch 2023-11-15T04:43:48.533 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying grafana service with default placement... 2023-11-15T04:43:48.533 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2023-11-15T04:43:49.120 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-15T04:43:49.432 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying node-exporter service with default placement... 2023-11-15T04:43:49.433 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2023-11-15T04:43:49.436 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:49 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:48.183843+0000 mon.smithi037 (mon.0) 78 : cluster [DBG] mgrmap e11: smithi037.ourcoj(active, since 1.05682s) 2023-11-15T04:43:49.436 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:49 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cephadm 2023-11-15T04:43:48.185613+0000 mgr.smithi037.ourcoj (mgr.14146) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-15T04:43:49.436 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:49 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:48.188218+0000 mon.smithi037 (mon.0) 79 : audit [INF] from='mgr.14146 172.21.15.37:0/1045851772' entity='mgr.smithi037.ourcoj' 2023-11-15T04:43:49.436 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:49 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:49.119300+0000 mon.smithi037 (mon.0) 80 : audit [INF] from='mgr.14146 172.21.15.37:0/1045851772' entity='mgr.smithi037.ourcoj' 2023-11-15T04:43:50.026 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-15T04:43:50.344 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:50 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:49.116292+0000 mgr.smithi037.ourcoj (mgr.14146) 3 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:43:50.344 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:50 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cephadm 2023-11-15T04:43:49.116880+0000 mgr.smithi037.ourcoj (mgr.14146) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-15T04:43:50.344 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:50 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:50.025716+0000 mon.smithi037 (mon.0) 81 : audit [INF] from='mgr.14146 172.21.15.37:0/1045851772' entity='mgr.smithi037.ourcoj' 2023-11-15T04:43:50.344 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:50 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:50.120787+0000 mon.smithi037 (mon.0) 82 : cluster [DBG] mgrmap e12: smithi037.ourcoj(active, since 2s) 2023-11-15T04:43:50.374 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying alertmanager service with default placement... 2023-11-15T04:43:50.374 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2023-11-15T04:43:51.002 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-15T04:43:51.293 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:51 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:50.022525+0000 mgr.smithi037.ourcoj (mgr.14146) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:43:51.294 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:51 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cephadm 2023-11-15T04:43:50.023270+0000 mgr.smithi037.ourcoj (mgr.14146) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-15T04:43:51.294 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:51 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:51.001968+0000 mon.smithi037 (mon.0) 83 : audit [INF] from='mgr.14146 172.21.15.37:0/1045851772' entity='mgr.smithi037.ourcoj' 2023-11-15T04:43:51.357 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2023-11-15T04:43:52.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:52 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:50.996368+0000 mgr.smithi037.ourcoj (mgr.14146) 7 : audit [DBG] from='client.14158 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:43:52.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:52 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cephadm 2023-11-15T04:43:50.996976+0000 mgr.smithi037.ourcoj (mgr.14146) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-15T04:43:52.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:52 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:51.930940+0000 mon.smithi037 (mon.0) 84 : audit [INF] from='client.? 172.21.15.37:0/106635807' entity='client.admin' 2023-11-15T04:43:52.309 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2023-11-15T04:43:53.249 INFO:teuthology.orchestra.run.smithi037.stderr:Enabling the dashboard module... 2023-11-15T04:43:53.249 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2023-11-15T04:43:54.209 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:53 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:52.877942+0000 mon.smithi037 (mon.0) 85 : audit [INF] from='client.? 172.21.15.37:0/2981677818' entity='client.admin' 2023-11-15T04:43:54.209 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:53 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:53.841609+0000 mon.smithi037 (mon.0) 86 : audit [INF] from='client.? 172.21.15.37:0/191055779' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-15T04:43:54.224 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-11-15T04:43:54.922 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: { 2023-11-15T04:43:54.922 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 13, 2023-11-15T04:43:54.923 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "available": true, 2023-11-15T04:43:54.923 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "active_name": "smithi037.ourcoj", 2023-11-15T04:43:54.923 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T04:43:54.923 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: } 2023-11-15T04:43:55.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:54 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:53.879524+0000 mon.smithi037 (mon.0) 87 : audit [INF] from='client.? 172.21.15.37:0/191055779' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-15T04:43:55.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:54 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:53.879582+0000 mon.smithi037 (mon.0) 88 : cluster [DBG] mgrmap e13: smithi037.ourcoj(active, since 6s) 2023-11-15T04:43:55.441 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for the mgr to restart... 2023-11-15T04:43:55.441 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for mgr epoch 13... 2023-11-15T04:43:55.442 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-11-15T04:43:56.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:55 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:54.920891+0000 mon.smithi037 (mon.0) 89 : audit [DBG] from='client.? 172.21.15.37:0/3759214790' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T04:44:00.036 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:59 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:59.729655+0000 mon.smithi037 (mon.0) 90 : cluster [INF] Active manager daemon smithi037.ourcoj restarted 2023-11-15T04:44:00.036 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:59 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:59.730112+0000 mon.smithi037 (mon.0) 91 : cluster [INF] Activating manager daemon smithi037.ourcoj 2023-11-15T04:44:00.037 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:43:59 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:59.734314+0000 mon.smithi037 (mon.0) 92 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-15T04:44:00.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: { 2023-11-15T04:44:00.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2023-11-15T04:44:00.803 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T04:44:00.804 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: } 2023-11-15T04:44:01.139 INFO:teuthology.orchestra.run.smithi037.stderr:mgr epoch 13 is available 2023-11-15T04:44:01.139 INFO:teuthology.orchestra.run.smithi037.stderr:Generating a dashboard self-signed certificate... 2023-11-15T04:44:01.140 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2023-11-15T04:44:01.142 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:59.783069+0000 mon.smithi037 (mon.0) 93 : cluster [DBG] mgrmap e14: smithi037.ourcoj(active, starting, since 0.0530542s) 2023-11-15T04:44:01.143 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:59.785901+0000 mon.smithi037 (mon.0) 94 : audit [DBG] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2023-11-15T04:44:01.143 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:59.786671+0000 mon.smithi037 (mon.0) 95 : audit [DBG] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "mgr metadata", "who": "smithi037.ourcoj", "id": "smithi037.ourcoj"}]: dispatch 2023-11-15T04:44:01.143 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:59.788152+0000 mon.smithi037 (mon.0) 96 : audit [DBG] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T04:44:01.143 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:59.788429+0000 mon.smithi037 (mon.0) 97 : audit [DBG] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T04:44:01.143 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:59.788669+0000 mon.smithi037 (mon.0) 98 : audit [DBG] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T04:44:01.144 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:43:59.802555+0000 mon.smithi037 (mon.0) 99 : cluster [INF] Manager daemon smithi037.ourcoj is now available 2023-11-15T04:44:01.144 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:59.916427+0000 mon.smithi037 (mon.0) 100 : audit [DBG] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:44:01.144 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:59.919006+0000 mon.smithi037 (mon.0) 101 : audit [DBG] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:44:01.144 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:59.945100+0000 mon.smithi037 (mon.0) 102 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/mirror_snapshot_schedule"}]: dispatch 2023-11-15T04:44:01.144 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:43:59.948079+0000 mon.smithi037 (mon.0) 103 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/trash_purge_schedule"}]: dispatch 2023-11-15T04:44:01.871 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-15T04:44:02.077 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:01 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:00.793326+0000 mgr.smithi037.ourcoj (mgr.14166) 1 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T04:44:02.078 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:01 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:00.794132+0000 mon.smithi037 (mon.0) 104 : cluster [DBG] mgrmap e15: smithi037.ourcoj(active, since 1.06411s) 2023-11-15T04:44:02.078 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:01 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:00.800802+0000 mgr.smithi037.ourcoj (mgr.14166) 2 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T04:44:02.222 INFO:teuthology.orchestra.run.smithi037.stderr:Creating initial admin user... 2023-11-15T04:44:02.223 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpgay1m4an:/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-11-15T04:44:03.134 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$iPju9H.vtu3cFHtaY2VFDe9job6jGREdsPWPM4fI55.23iagPj1OS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700023443, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-15T04:44:03.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:02 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:01.728263+0000 mgr.smithi037.ourcoj (mgr.14166) 3 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:44:03.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:02 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:01.865226+0000 mon.smithi037 (mon.0) 105 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' 2023-11-15T04:44:03.159 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:02 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:01.870724+0000 mon.smithi037 (mon.0) 106 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' 2023-11-15T04:44:03.160 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:02 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:01.953146+0000 mon.smithi037 (mon.0) 107 : cluster [DBG] mgrmap e16: smithi037.ourcoj(active, since 2s) 2023-11-15T04:44:03.513 INFO:teuthology.orchestra.run.smithi037.stderr:Fetching dashboard port number... 2023-11-15T04:44:03.513 INFO:teuthology.orchestra.run.smithi037.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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp59xbzd8e:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpxo6h8rra:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2023-11-15T04:44:04.062 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 8443 2023-11-15T04:44:04.229 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:03 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:02.882835+0000 mgr.smithi037.ourcoj (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-11-15T04:44:04.229 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:03 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:03.134337+0000 mon.smithi037 (mon.0) 108 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' 2023-11-15T04:44:04.414 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-15T04:44:04.425 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: disabled 2023-11-15T04:44:04.426 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: systemctl is-active firewalld.service 2023-11-15T04:44:04.435 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: inactive 2023-11-15T04:44:04.436 INFO:teuthology.orchestra.run.smithi037.stderr:firewalld.service is not enabled 2023-11-15T04:44:04.436 INFO:teuthology.orchestra.run.smithi037.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-15T04:44:04.439 INFO:teuthology.orchestra.run.smithi037.stderr:Ceph Dashboard is now available at: 2023-11-15T04:44:04.439 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T04:44:04.439 INFO:teuthology.orchestra.run.smithi037.stderr: URL: https://smithi037.front.sepia.ceph.com:8443/ 2023-11-15T04:44:04.440 INFO:teuthology.orchestra.run.smithi037.stderr: User: admin 2023-11-15T04:44:04.440 INFO:teuthology.orchestra.run.smithi037.stderr: Password: 3v31nzyapw 2023-11-15T04:44:04.440 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T04:44:04.441 INFO:teuthology.orchestra.run.smithi037.stderr:You can access the Ceph CLI with: 2023-11-15T04:44:04.441 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T04:44:04.441 INFO:teuthology.orchestra.run.smithi037.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-15T04:44:04.441 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T04:44:04.442 INFO:teuthology.orchestra.run.smithi037.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-15T04:44:04.442 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T04:44:04.442 INFO:teuthology.orchestra.run.smithi037.stderr: ceph telemetry on 2023-11-15T04:44:04.442 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T04:44:04.442 INFO:teuthology.orchestra.run.smithi037.stderr:For more information see: 2023-11-15T04:44:04.443 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T04:44:04.443 INFO:teuthology.orchestra.run.smithi037.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2023-11-15T04:44:04.443 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T04:44:04.443 INFO:teuthology.orchestra.run.smithi037.stderr:Bootstrap complete. 2023-11-15T04:44:04.443 INFO:teuthology.orchestra.run.smithi037.stderr:Releasing lock 139730813313152 on /run/cephadm/63451fb2-8371-11ee-8dbe-212e2dc638e7.lock 2023-11-15T04:44:04.444 INFO:teuthology.orchestra.run.smithi037.stderr:Lock 139730813313152 released on /run/cephadm/63451fb2-8371-11ee-8dbe-212e2dc638e7.lock 2023-11-15T04:44:04.481 INFO:tasks.cephadm:Fetching config... 2023-11-15T04:44:04.482 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-11-15T04:44:04.482 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-15T04:44:04.503 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-15T04:44:04.503 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-11-15T04:44:04.503 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-15T04:44:04.565 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-15T04:44:04.566 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-11-15T04:44:04.566 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/mon.smithi037/keyring of=/dev/stdout 2023-11-15T04:44:04.641 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-15T04:44:04.641 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-11-15T04:44:04.642 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-15T04:44:04.704 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-15T04:44:04.705 DEBUG:teuthology.orchestra.run.smithi037:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCqUhuvLTjLqSivFYZ9mH7RhT9nWnWbalHYg8GVlflkjb2PJpRRI5tZwNIUtR7aHCl8w9f7oHf17Sg9ltb8NVxD+faatpWJ3vps/VzGd3Op+Q6rq4eRYb7jK+reI/GKawbdKwMgrnSDhj8HxlT5qcydS0WLRJA3WfkPVQdHO5rM4hrISVPQxREswIVKmE5XG4aMW79LIyaLE7EQzzr/tRlITsja75ynXUZTe67BlOq5UBLa2ugtPAw9Y5aKJPNGrTdzEqLNGKmQ1bMnOqmYxZsHIaG9lIFR8bDajWP3g8BO/XK03vWFjKhk/d239wbdDXohhi8Uh548tVKVbdMVxYBt4yiBVwWszlDpkj4d17tRkawNe7DER6f5YArXTBb0MdFTyru+DWiOu9U96tlNdCEOz5HPL9vFOI+PfoDh1PrdjI3sktMkCjdKk4rjEUf0xPUCwdBcd9sTWw8r0i/YPgXQdzLytZHI0eF0DNKbUTGKzsplAA7kxS8jdUvzVht9LE= ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T04:44:04.790 INFO:teuthology.orchestra.run.smithi037.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCqUhuvLTjLqSivFYZ9mH7RhT9nWnWbalHYg8GVlflkjb2PJpRRI5tZwNIUtR7aHCl8w9f7oHf17Sg9ltb8NVxD+faatpWJ3vps/VzGd3Op+Q6rq4eRYb7jK+reI/GKawbdKwMgrnSDhj8HxlT5qcydS0WLRJA3WfkPVQdHO5rM4hrISVPQxREswIVKmE5XG4aMW79LIyaLE7EQzzr/tRlITsja75ynXUZTe67BlOq5UBLa2ugtPAw9Y5aKJPNGrTdzEqLNGKmQ1bMnOqmYxZsHIaG9lIFR8bDajWP3g8BO/XK03vWFjKhk/d239wbdDXohhi8Uh548tVKVbdMVxYBt4yiBVwWszlDpkj4d17tRkawNe7DER6f5YArXTBb0MdFTyru+DWiOu9U96tlNdCEOz5HPL9vFOI+PfoDh1PrdjI3sktMkCjdKk4rjEUf0xPUCwdBcd9sTWw8r0i/YPgXQdzLytZHI0eF0DNKbUTGKzsplAA7kxS8jdUvzVht9LE= ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7 2023-11-15T04:44:04.803 DEBUG:teuthology.orchestra.run.smithi143:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCqUhuvLTjLqSivFYZ9mH7RhT9nWnWbalHYg8GVlflkjb2PJpRRI5tZwNIUtR7aHCl8w9f7oHf17Sg9ltb8NVxD+faatpWJ3vps/VzGd3Op+Q6rq4eRYb7jK+reI/GKawbdKwMgrnSDhj8HxlT5qcydS0WLRJA3WfkPVQdHO5rM4hrISVPQxREswIVKmE5XG4aMW79LIyaLE7EQzzr/tRlITsja75ynXUZTe67BlOq5UBLa2ugtPAw9Y5aKJPNGrTdzEqLNGKmQ1bMnOqmYxZsHIaG9lIFR8bDajWP3g8BO/XK03vWFjKhk/d239wbdDXohhi8Uh548tVKVbdMVxYBt4yiBVwWszlDpkj4d17tRkawNe7DER6f5YArXTBb0MdFTyru+DWiOu9U96tlNdCEOz5HPL9vFOI+PfoDh1PrdjI3sktMkCjdKk4rjEUf0xPUCwdBcd9sTWw8r0i/YPgXQdzLytZHI0eF0DNKbUTGKzsplAA7kxS8jdUvzVht9LE= ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T04:44:04.848 INFO:teuthology.orchestra.run.smithi143.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCqUhuvLTjLqSivFYZ9mH7RhT9nWnWbalHYg8GVlflkjb2PJpRRI5tZwNIUtR7aHCl8w9f7oHf17Sg9ltb8NVxD+faatpWJ3vps/VzGd3Op+Q6rq4eRYb7jK+reI/GKawbdKwMgrnSDhj8HxlT5qcydS0WLRJA3WfkPVQdHO5rM4hrISVPQxREswIVKmE5XG4aMW79LIyaLE7EQzzr/tRlITsja75ynXUZTe67BlOq5UBLa2ugtPAw9Y5aKJPNGrTdzEqLNGKmQ1bMnOqmYxZsHIaG9lIFR8bDajWP3g8BO/XK03vWFjKhk/d239wbdDXohhi8Uh548tVKVbdMVxYBt4yiBVwWszlDpkj4d17tRkawNe7DER6f5YArXTBb0MdFTyru+DWiOu9U96tlNdCEOz5HPL9vFOI+PfoDh1PrdjI3sktMkCjdKk4rjEUf0xPUCwdBcd9sTWw8r0i/YPgXQdzLytZHI0eF0DNKbUTGKzsplAA7kxS8jdUvzVht9LE= ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7 2023-11-15T04:44:04.861 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-15T04:44:05.187 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:04 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:04.061919+0000 mon.smithi037 (mon.0) 109 : audit [DBG] from='client.? 172.21.15.37:0/3305090090' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-15T04:44:06.623 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-15T04:44:06.624 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-15T04:44:07.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:06 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:05.870484+0000 mon.smithi037 (mon.0) 110 : cluster [DBG] mgrmap e17: smithi037.ourcoj(active, since 6s) 2023-11-15T04:44:07.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:06 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:06.246378+0000 mon.smithi037 (mon.0) 111 : audit [INF] from='client.? 172.21.15.37:0/451699715' entity='client.admin' 2023-11-15T04:44:08.728 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi143 2023-11-15T04:44:08.729 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T04:44:08.729 DEBUG:teuthology.orchestra.run.smithi143:> dd of=/etc/ceph/ceph.conf 2023-11-15T04:44:08.751 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T04:44:08.751 DEBUG:teuthology.orchestra.run.smithi143:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T04:44:08.812 INFO:tasks.cephadm:Adding host smithi143 to orchestrator... 2023-11-15T04:44:08.812 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph orch host add smithi143 2023-11-15T04:44:09.524 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:09 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:08.264762+0000 mon.smithi037 (mon.0) 112 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' 2023-11-15T04:44:09.524 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:09 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:08.703447+0000 mon.smithi037 (mon.0) 113 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' 2023-11-15T04:44:09.524 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:09 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:08.705598+0000 mon.smithi037 (mon.0) 114 : audit [DBG] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:44:09.524 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:09 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:08.706555+0000 mon.smithi037 (mon.0) 115 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:44:09.525 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:09 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cephadm 2023-11-15T04:44:08.707627+0000 mgr.smithi037.ourcoj (mgr.14166) 6 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(host_pattern='*'): Cannot place : No matching hosts 2023-11-15T04:44:09.525 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:09 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:08.956168+0000 mon.smithi037 (mon.0) 116 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' 2023-11-15T04:44:10.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:10 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:09.660281+0000 mon.smithi037 (mon.0) 117 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' 2023-11-15T04:44:13.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:13 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:12.335859+0000 mon.smithi037 (mon.0) 118 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' 2023-11-15T04:44:13.774 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:13 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:12.650158+0000 mon.smithi037 (mon.0) 119 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' 2023-11-15T04:44:13.774 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:13 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:12.650702+0000 mon.smithi037 (mon.0) 120 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:44:13.774 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:13 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:12.653352+0000 mon.smithi037 (mon.0) 121 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' 2023-11-15T04:44:13.775 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:13 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cephadm 2023-11-15T04:44:12.660351+0000 mgr.smithi037.ourcoj (mgr.14166) 7 : cephadm [INF] Deploying daemon alertmanager.smithi037 on smithi037 2023-11-15T04:44:21.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:20 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:19.789494+0000 mgr.smithi037.ourcoj (mgr.14166) 8 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:44:22.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:21 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:21.789892+0000 mgr.smithi037.ourcoj (mgr.14166) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:44:25.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:24 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:23.790149+0000 mgr.smithi037.ourcoj (mgr.14166) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:44:27.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:25.790496+0000 mgr.smithi037.ourcoj (mgr.14166) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:44:29.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:28 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:27.790880+0000 mgr.smithi037.ourcoj (mgr.14166) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:44:31.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:30 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:29.791181+0000 mgr.smithi037.ourcoj (mgr.14166) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:44:32.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:31 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:31.791461+0000 mgr.smithi037.ourcoj (mgr.14166) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:44:33.749 INFO:teuthology.orchestra.run.smithi143.stdout:Added host 'smithi143' with addr '172.21.15.143' 2023-11-15T04:44:34.117 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-15T04:44:35.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:34 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:33.154128+0000 mgr.smithi037.ourcoj (mgr.14166) 15 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi143", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:44:35.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:34 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:33.747909+0000 mon.smithi037 (mon.0) 122 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' 2023-11-15T04:44:35.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:34 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cephadm 2023-11-15T04:44:33.748350+0000 mgr.smithi037.ourcoj (mgr.14166) 16 : cephadm [INF] Added host smithi143 2023-11-15T04:44:35.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:34 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:33.791921+0000 mgr.smithi037.ourcoj (mgr.14166) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:44:35.429 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:44:35.429 INFO:teuthology.orchestra.run.smithi143.stdout:[{"addr": "172.21.15.37", "hostname": "smithi037", "labels": [], "status": ""}, {"addr": "172.21.15.143", "hostname": "smithi143", "labels": [], "status": ""}] 2023-11-15T04:44:35.819 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-15T04:44:35.820 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph osd crush tunables default 2023-11-15T04:44:37.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:35.427935+0000 mgr.smithi037.ourcoj (mgr.14166) 18 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:37.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:35.792269+0000 mgr.smithi037.ourcoj (mgr.14166) 19 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:44:37.852 INFO:teuthology.orchestra.run.smithi037.stderr:adjusted tunables profile to default 2023-11-15T04:44:38.206 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:37 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:37.235770+0000 mon.smithi037 (mon.0) 123 : audit [INF] from='client.? 172.21.15.37:0/290301375' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-15T04:44:38.253 INFO:tasks.cephadm:Adding mon.smithi037 on smithi037 2023-11-15T04:44:38.253 INFO:tasks.cephadm:Adding mon.smithi143 on smithi143 2023-11-15T04:44:38.253 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph orch apply mon '2;smithi037:172.21.15.37=smithi037;smithi143:172.21.15.143=smithi143' 2023-11-15T04:44:39.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:38 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:37.792705+0000 mgr.smithi037.ourcoj (mgr.14166) 20 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:44:39.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:38 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:37.849396+0000 mon.smithi037 (mon.0) 124 : audit [INF] from='client.? 172.21.15.37:0/290301375' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-15T04:44:39.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:38 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:37.849450+0000 mon.smithi037 (mon.0) 125 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T04:44:41.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:40 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:39.793079+0000 mgr.smithi037.ourcoj (mgr.14166) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:44:42.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:41 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:41.793403+0000 mgr.smithi037.ourcoj (mgr.14166) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:44:43.639 INFO:teuthology.orchestra.run.smithi143.stdout:Scheduled mon update... 2023-11-15T04:44:45.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:44 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:43.634492+0000 mgr.smithi037.ourcoj (mgr.14166) 23 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi037:172.21.15.37=smithi037;smithi143:172.21.15.143=smithi143", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:44:45.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:44 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cephadm 2023-11-15T04:44:43.636015+0000 mgr.smithi037.ourcoj (mgr.14166) 24 : cephadm [INF] Saving service mon spec with placement smithi037:172.21.15.37=smithi037;smithi143:172.21.15.143=smithi143;count:2 2023-11-15T04:44:45.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:44 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:43.638876+0000 mon.smithi037 (mon.0) 126 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' 2023-11-15T04:44:45.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:44 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:43.793772+0000 mgr.smithi037.ourcoj (mgr.14166) 25 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:44:45.731 DEBUG:teuthology.orchestra.run.smithi143:mon.smithi143> sudo journalctl -f -n 0 -u ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mon.smithi143.service 2023-11-15T04:44:45.734 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:44:45.735 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:44:45.766 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:-- Logs begin at Wed 2023-11-15 04:32:44 UTC. -- 2023-11-15T04:44:47.116 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:44:47.117 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:44:47.118 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:44:47.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:46 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:45.794135+0000 mgr.smithi037.ourcoj (mgr.14166) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:44:48.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:47 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:47.116158+0000 mon.smithi037 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.143:0/882555566' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:44:48.497 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:44:48.497 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:44:49.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:47.794508+0000 mgr.smithi037.ourcoj (mgr.14166) 27 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:44:49.824 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:44:49.825 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:44:49.826 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:44:50.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:49 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:49.824020+0000 mon.smithi037 (mon.0) 128 : audit [DBG] from='client.? 172.21.15.143:0/3379997243' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:44:51.237 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:44:51.238 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:44:51.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:50 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:49.794769+0000 mgr.smithi037.ourcoj (mgr.14166) 28 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:44:52.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:51 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:51.795082+0000 mgr.smithi037.ourcoj (mgr.14166) 29 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:44:52.613 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:44:52.614 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:44:52.615 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:44:53.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:52 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:52.613174+0000 mon.smithi037 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.143:0/3169763492' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:44:54.006 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:44:54.007 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:44:54.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:53 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:53.795344+0000 mgr.smithi037.ourcoj (mgr.14166) 30 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:44:55.350 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:44:55.350 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:44:55.351 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:44:55.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:55 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:55.349568+0000 mon.smithi037 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.143:0/2976473427' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:44:56.764 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:44:56.764 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:44:56.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:56 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:55.795714+0000 mgr.smithi037.ourcoj (mgr.14166) 31 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:44:58.148 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:44:58.148 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:44:58.149 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:44:59.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:58 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:57.796098+0000 mgr.smithi037.ourcoj (mgr.14166) 32 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:44:59.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:44:58 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:58.147255+0000 mon.smithi037 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.143:0/1179883678' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:44:59.484 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:44:59.484 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:45:00.858 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:45:00.859 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:45:00.860 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:45:01.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:44:59.796466+0000 mgr.smithi037.ourcoj (mgr.14166) 33 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:01.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:59.947097+0000 mon.smithi037 (mon.0) 132 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/mirror_snapshot_schedule"}]: dispatch 2023-11-15T04:45:01.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:44:59.950944+0000 mon.smithi037 (mon.0) 133 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/trash_purge_schedule"}]: dispatch 2023-11-15T04:45:02.266 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:45:02.267 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:45:02.275 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:01 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:45:00.858442+0000 mon.smithi037 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.143:0/4109076686' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:45:03.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:02 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:01.796882+0000 mgr.smithi037.ourcoj (mgr.14166) 34 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:04.045 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:45:04.045 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:45:04.046 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:45:05.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:04 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:03.797215+0000 mgr.smithi037.ourcoj (mgr.14166) 35 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:05.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:04 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:45:04.044349+0000 mon.smithi037 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.143:0/3517284495' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:45:05.455 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:45:05.456 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:45:06.852 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:45:06.853 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:45:06.854 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:45:07.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:06 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:05.797459+0000 mgr.smithi037.ourcoj (mgr.14166) 36 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:07.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:06 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:45:06.852549+0000 mon.smithi037 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.143:0/3915224724' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:45:08.271 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:45:08.271 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:45:09.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:08 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:07.797728+0000 mgr.smithi037.ourcoj (mgr.14166) 37 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:09.641 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:45:09.641 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:45:09.642 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:45:10.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:09 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:45:09.640830+0000 mon.smithi037 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.143:0/3667025370' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:45:11.058 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:45:11.058 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:45:11.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:10 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:09.798064+0000 mgr.smithi037.ourcoj (mgr.14166) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:12.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:11 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:11.798325+0000 mgr.smithi037.ourcoj (mgr.14166) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:12.441 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:45:12.441 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:45:12.443 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:45:13.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:12 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:45:12.441144+0000 mon.smithi037 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.143:0/1101293084' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:45:13.884 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:45:13.884 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:45:14.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:13 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:13.798681+0000 mgr.smithi037.ourcoj (mgr.14166) 40 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:15.273 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:45:15.273 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:45:15.275 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:45:15.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:15 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:45:15.272889+0000 mon.smithi037 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.143:0/3526109264' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:45:16.649 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:45:16.649 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:45:16.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:16 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:15.798952+0000 mgr.smithi037.ourcoj (mgr.14166) 41 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:18.028 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:45:18.028 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:45:18.030 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:45:19.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:18 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:17.799215+0000 mgr.smithi037.ourcoj (mgr.14166) 42 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:19.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:18 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:45:18.027927+0000 mon.smithi037 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.143:0/3678232028' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:45:19.795 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:45:19.796 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:45:21.163 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:45:21.163 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:45:21.164 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:45:21.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:20 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:19.799518+0000 mgr.smithi037.ourcoj (mgr.14166) 43 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:22.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:21 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:45:21.162405+0000 mon.smithi037 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.143:0/1256731664' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:45:22.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:21 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:21.799938+0000 mgr.smithi037.ourcoj (mgr.14166) 44 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:22.500 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:45:22.500 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:45:23.878 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:45:23.878 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:45:23.879 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:45:25.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:24 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:23.800279+0000 mgr.smithi037.ourcoj (mgr.14166) 45 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:25.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:24 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:45:23.877660+0000 mon.smithi037 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.143:0/3611365097' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:45:25.274 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:45:25.274 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:45:26.668 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:45:26.669 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:45:26.670 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:45:27.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:25.800666+0000 mgr.smithi037.ourcoj (mgr.14166) 46 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:27.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:45:26.667924+0000 mon.smithi037 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.143:0/2968444394' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:45:28.094 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:45:28.094 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:45:29.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:28 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:27.800976+0000 mgr.smithi037.ourcoj (mgr.14166) 47 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:29.451 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:45:29.451 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:45:29.453 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:45:30.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:29 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:45:29.450969+0000 mon.smithi037 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.143:0/2753421626' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:45:30.879 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:45:30.879 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:45:31.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:30 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:29.801264+0000 mgr.smithi037.ourcoj (mgr.14166) 48 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:32.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:31 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:31.801603+0000 mgr.smithi037.ourcoj (mgr.14166) 49 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:32.292 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:45:32.292 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:45:32.294 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:45:33.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:32 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:45:32.291828+0000 mon.smithi037 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.143:0/377461339' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:45:33.688 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:45:33.688 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:45:34.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:33 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:33.801902+0000 mgr.smithi037.ourcoj (mgr.14166) 50 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:35.072 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:45:35.072 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:45:35.073 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:45:35.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:35 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:45:35.071382+0000 mon.smithi037 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.143:0/3809283800' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:45:36.459 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:45:36.459 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:45:36.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:35.802217+0000 mgr.smithi037.ourcoj (mgr.14166) 51 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:37.855 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:45:37.856 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:45:37.857 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:45:39.242 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:45:39.243 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:45:39.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:38 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:37.802596+0000 mgr.smithi037.ourcoj (mgr.14166) 52 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:39.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:38 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:45:37.855214+0000 mon.smithi037 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.143:0/626265259' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:45:40.624 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:45:40.624 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:45:40.625 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:45:41.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:40 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:39.802856+0000 mgr.smithi037.ourcoj (mgr.14166) 53 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:41.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:40 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:45:40.623353+0000 mon.smithi037 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.143:0/1426113760' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:45:42.012 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:45:42.012 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:45:42.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:41 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:41.803179+0000 mgr.smithi037.ourcoj (mgr.14166) 54 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:43.361 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:45:43.362 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:45:43.363 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:45:43.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:43 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:45:43.361272+0000 mon.smithi037 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.143:0/3566930705' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:45:44.753 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:45:44.753 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:45:44.774 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:44 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:43.803477+0000 mgr.smithi037.ourcoj (mgr.14166) 55 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:46.150 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:45:46.150 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:45:46.152 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:45:47.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:46 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:45.803833+0000 mgr.smithi037.ourcoj (mgr.14166) 56 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:47.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:46 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:45:46.149895+0000 mon.smithi037 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.143:0/257040065' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:45:47.537 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:45:47.538 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:45:48.946 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:45:48.947 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:45:48.948 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:45:49.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:47.804170+0000 mgr.smithi037.ourcoj (mgr.14166) 57 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:50.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:49 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:45:48.945909+0000 mon.smithi037 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.143:0/392046916' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:45:50.478 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:45:50.479 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:45:51.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:50 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:49.804531+0000 mgr.smithi037.ourcoj (mgr.14166) 58 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:51.918 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:45:51.918 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:45:51.919 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:45:52.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:51 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:51.804869+0000 mgr.smithi037.ourcoj (mgr.14166) 59 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:52.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:51 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:45:51.917037+0000 mon.smithi037 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.143:0/4265525011' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:45:53.307 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:45:53.308 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:45:54.739 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:45:54.740 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:45:54.742 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:45:55.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:54 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:53.805151+0000 mgr.smithi037.ourcoj (mgr.14166) 60 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:55.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:54 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:45:54.738966+0000 mon.smithi037 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.143:0/2787962102' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:45:56.130 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:45:56.130 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:45:57.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:56 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:55.805471+0000 mgr.smithi037.ourcoj (mgr.14166) 61 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:45:57.502 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:45:57.502 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:45:57.503 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:45:58.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:57 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:45:57.501753+0000 mon.smithi037 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.143:0/1794669522' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:45:58.886 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:45:58.887 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:45:59.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:45:58 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:57.805801+0000 mgr.smithi037.ourcoj (mgr.14166) 62 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:00.242 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:46:00.242 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:46:00.244 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:46:01.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:45:59.806058+0000 mgr.smithi037.ourcoj (mgr.14166) 63 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:01.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:45:59.948347+0000 mon.smithi037 (mon.0) 155 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/mirror_snapshot_schedule"}]: dispatch 2023-11-15T04:46:01.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:45:59.952062+0000 mon.smithi037 (mon.0) 156 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/trash_purge_schedule"}]: dispatch 2023-11-15T04:46:01.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:00.241891+0000 mon.smithi037 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.143:0/126473928' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:46:01.623 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:46:01.624 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:46:02.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:01 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:01.806412+0000 mgr.smithi037.ourcoj (mgr.14166) 64 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:03.010 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:46:03.010 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:46:03.011 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:46:03.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:03 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:03.009514+0000 mon.smithi037 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.143:0/3773177180' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:46:04.354 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:46:04.355 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:46:04.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:04 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:03.806831+0000 mgr.smithi037.ourcoj (mgr.14166) 65 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:05.763 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:46:05.763 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:46:05.765 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:46:06.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:05.763018+0000 mon.smithi037 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.143:0/3932874317' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:46:07.143 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:46:07.145 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:46:07.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:06 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:05.807220+0000 mgr.smithi037.ourcoj (mgr.14166) 66 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:08.493 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:46:08.494 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:46:08.495 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:46:09.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:08 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:07.807474+0000 mgr.smithi037.ourcoj (mgr.14166) 67 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:09.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:08 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:08.492951+0000 mon.smithi037 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.143:0/1164828740' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:46:09.875 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:46:09.876 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:46:11.231 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:46:11.231 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:46:11.232 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:46:11.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:10 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:09.807838+0000 mgr.smithi037.ourcoj (mgr.14166) 68 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:12.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:11 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:11.230505+0000 mon.smithi037 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.143:0/1821915834' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:46:12.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:11 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:11.808104+0000 mgr.smithi037.ourcoj (mgr.14166) 69 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:12.622 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:46:12.623 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:46:13.937 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:46:13.938 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:46:13.939 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:46:15.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:14 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:13.808355+0000 mgr.smithi037.ourcoj (mgr.14166) 70 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:15.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:14 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:13.936675+0000 mon.smithi037 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.143:0/1107334295' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:46:15.339 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:46:15.340 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:46:16.717 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:46:16.717 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:46:16.718 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:46:17.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:16 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:15.808685+0000 mgr.smithi037.ourcoj (mgr.14166) 71 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:17.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:16 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:16.716358+0000 mon.smithi037 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.143:0/2931844299' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:46:18.112 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:46:18.113 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:46:19.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:18 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:17.809026+0000 mgr.smithi037.ourcoj (mgr.14166) 72 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:19.492 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:46:19.492 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:46:19.493 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:46:20.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:19 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:19.491311+0000 mon.smithi037 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.143:0/1690048591' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:46:20.883 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:46:20.884 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:46:21.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:20 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:19.809317+0000 mgr.smithi037.ourcoj (mgr.14166) 73 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:22.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:21 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:21.809594+0000 mgr.smithi037.ourcoj (mgr.14166) 74 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:22.299 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:46:22.299 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:46:22.300 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:46:23.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:22 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:22.298534+0000 mon.smithi037 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.143:0/2847257769' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:46:23.680 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:46:23.680 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:46:24.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:23 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:23.809941+0000 mgr.smithi037.ourcoj (mgr.14166) 75 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:25.063 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:46:25.063 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:46:25.064 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:46:25.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:25 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:25.062163+0000 mon.smithi037 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.143:0/1365720676' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:46:26.448 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:46:26.449 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:46:26.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:25.810328+0000 mgr.smithi037.ourcoj (mgr.14166) 76 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:27.798 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:46:27.799 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:46:27.800 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:46:28.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:27 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:27.798110+0000 mon.smithi037 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.143:0/2570290327' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:46:29.189 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:46:29.190 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:46:29.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:28 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:27.810706+0000 mgr.smithi037.ourcoj (mgr.14166) 77 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:30.525 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:46:30.525 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:46:30.527 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:46:31.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:30 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:29.811053+0000 mgr.smithi037.ourcoj (mgr.14166) 78 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:31.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:30 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:30.525084+0000 mon.smithi037 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.143:0/3956036901' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:46:31.905 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:46:31.906 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:46:32.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:31 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:31.811343+0000 mgr.smithi037.ourcoj (mgr.14166) 79 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:33.271 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:46:33.271 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:46:33.272 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:46:33.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:33 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:33.270593+0000 mon.smithi037 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.143:0/2482556087' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:46:34.652 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:46:34.652 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:46:34.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:34 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:33.811611+0000 mgr.smithi037.ourcoj (mgr.14166) 80 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:36.096 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:46:36.096 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:46:36.097 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:46:37.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:35.811941+0000 mgr.smithi037.ourcoj (mgr.14166) 81 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:37.275 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:36.094951+0000 mon.smithi037 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.143:0/87046927' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:46:37.484 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:46:37.485 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:46:38.858 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:46:38.859 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:46:38.860 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:46:39.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:38 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:37.812215+0000 mgr.smithi037.ourcoj (mgr.14166) 82 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:39.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:38 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:38.858398+0000 mon.smithi037 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.143:0/4206850180' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:46:40.245 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:46:40.246 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:46:41.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:40 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:39.812570+0000 mgr.smithi037.ourcoj (mgr.14166) 83 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:41.586 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:46:41.587 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:46:41.588 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:46:42.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:41 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:41.586426+0000 mon.smithi037 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.143:0/1466589434' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:46:42.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:41 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:41.812983+0000 mgr.smithi037.ourcoj (mgr.14166) 84 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:42.989 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:46:42.989 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:46:44.432 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:46:44.432 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:46:44.434 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:46:45.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:44 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:43.813352+0000 mgr.smithi037.ourcoj (mgr.14166) 85 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:45.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:44 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:44.431971+0000 mon.smithi037 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.143:0/1705234632' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:46:45.828 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:46:45.829 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:46:47.223 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:46:47.224 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:46:47.224 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:46:47.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:46 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:45.813660+0000 mgr.smithi037.ourcoj (mgr.14166) 86 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:48.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:47 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:47.222711+0000 mon.smithi037 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.143:0/1556023519' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:46:48.564 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:46:48.564 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:46:49.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:47.813893+0000 mgr.smithi037.ourcoj (mgr.14166) 87 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:50.001 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:46:50.002 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:46:50.003 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:46:51.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:50 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:49.814217+0000 mgr.smithi037.ourcoj (mgr.14166) 88 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:51.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:50 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:50.001125+0000 mon.smithi037 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.143:0/3361553015' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:46:51.385 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:46:51.386 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:46:52.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:51 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:51.814573+0000 mgr.smithi037.ourcoj (mgr.14166) 89 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:52.797 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:46:52.797 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:46:52.798 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:46:53.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:52 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:52.796405+0000 mon.smithi037 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.143:0/2664162266' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:46:54.188 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:46:54.189 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:46:54.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:53 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:53.814885+0000 mgr.smithi037.ourcoj (mgr.14166) 90 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:55.545 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:46:55.545 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:46:55.546 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:46:56.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:55 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:55.544784+0000 mon.smithi037 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.143:0/2258161844' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:46:56.975 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:46:56.976 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:46:57.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:56 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:55.815121+0000 mgr.smithi037.ourcoj (mgr.14166) 91 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:58.332 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:46:58.332 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:46:58.334 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:46:59.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:58 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:57.815451+0000 mgr.smithi037.ourcoj (mgr.14166) 92 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:46:59.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:46:58 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:58.331822+0000 mon.smithi037 (mon.0) 178 : audit [DBG] from='client.? 172.21.15.143:0/2802053774' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:46:59.721 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:46:59.721 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:47:01.027 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:47:01.027 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:47:01.028 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:47:01.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:46:59.815832+0000 mgr.smithi037.ourcoj (mgr.14166) 93 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:01.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:59.949370+0000 mon.smithi037 (mon.0) 179 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/mirror_snapshot_schedule"}]: dispatch 2023-11-15T04:47:01.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:46:59.953106+0000 mon.smithi037 (mon.0) 180 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/trash_purge_schedule"}]: dispatch 2023-11-15T04:47:02.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:01 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:01.026619+0000 mon.smithi037 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.143:0/3990022839' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:47:02.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:01 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:01.816136+0000 mgr.smithi037.ourcoj (mgr.14166) 94 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:02.434 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:47:02.435 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:47:03.841 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:47:03.841 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:47:03.842 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:47:04.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:03 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:03.840785+0000 mon.smithi037 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.143:0/3334788042' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:47:05.227 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:47:05.228 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:47:05.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:04 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:03.816444+0000 mgr.smithi037.ourcoj (mgr.14166) 95 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:06.606 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:47:06.607 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:47:06.608 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:47:07.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:06 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:05.816759+0000 mgr.smithi037.ourcoj (mgr.14166) 96 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:07.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:06 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:06.605702+0000 mon.smithi037 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.143:0/992948498' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:47:08.001 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:47:08.002 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:47:09.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:08 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:07.817021+0000 mgr.smithi037.ourcoj (mgr.14166) 97 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:09.434 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:47:09.434 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:47:09.436 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:47:10.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:09 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:09.433682+0000 mon.smithi037 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.143:0/3084416389' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:47:10.823 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:47:10.823 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:47:11.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:10 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:09.817365+0000 mgr.smithi037.ourcoj (mgr.14166) 98 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:12.181 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:47:12.181 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:47:12.183 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:47:12.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:11 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:11.817740+0000 mgr.smithi037.ourcoj (mgr.14166) 99 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:13.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:12 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:12.180410+0000 mon.smithi037 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.143:0/3198739483' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:47:13.570 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:47:13.570 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:47:14.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:13 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:13.818143+0000 mgr.smithi037.ourcoj (mgr.14166) 100 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:14.952 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:47:14.953 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:47:14.954 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:47:15.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:14 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:14.952067+0000 mon.smithi037 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.143:0/95732380' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:47:16.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:15 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:15.818443+0000 mgr.smithi037.ourcoj (mgr.14166) 101 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:16.340 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:47:16.340 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:47:17.746 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:47:17.747 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:47:17.748 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:47:18.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:17.746503+0000 mon.smithi037 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.143:0/2808288516' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:47:19.132 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:47:19.133 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:47:19.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:18 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:17.818716+0000 mgr.smithi037.ourcoj (mgr.14166) 102 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:20.462 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:47:20.463 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:47:20.464 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:47:21.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:20 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:19.819071+0000 mgr.smithi037.ourcoj (mgr.14166) 103 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:21.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:20 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:20.462155+0000 mon.smithi037 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.143:0/2464061364' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:47:21.844 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:47:21.845 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:47:22.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:21 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:21.819368+0000 mgr.smithi037.ourcoj (mgr.14166) 104 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:23.209 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:47:23.209 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:47:23.210 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:47:23.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:23 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:23.208449+0000 mon.smithi037 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.143:0/182176133' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:47:24.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:24 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:23.819715+0000 mgr.smithi037.ourcoj (mgr.14166) 105 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:24.595 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:47:24.595 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:47:25.962 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:47:25.962 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:47:25.964 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:47:27.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:25.820043+0000 mgr.smithi037.ourcoj (mgr.14166) 106 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:27.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:25.961871+0000 mon.smithi037 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.143:0/67869718' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:47:27.352 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:47:27.352 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:47:28.749 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:47:28.749 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:47:28.750 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:47:29.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:28 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:27.820352+0000 mgr.smithi037.ourcoj (mgr.14166) 107 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:29.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:28 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:28.748361+0000 mon.smithi037 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.143:0/2217351656' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:47:30.125 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:47:30.126 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:47:31.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:30 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:29.820684+0000 mgr.smithi037.ourcoj (mgr.14166) 108 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:31.498 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:47:31.498 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:47:31.499 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:47:32.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:31 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:31.497604+0000 mon.smithi037 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.143:0/747218710' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:47:32.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:31 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:31.821008+0000 mgr.smithi037.ourcoj (mgr.14166) 109 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:32.876 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:47:32.876 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:47:34.262 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:47:34.262 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:47:34.263 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:47:35.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:34 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:33.821331+0000 mgr.smithi037.ourcoj (mgr.14166) 110 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:35.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:34 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:34.261335+0000 mon.smithi037 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.143:0/925700297' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:47:35.662 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:47:35.662 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:47:37.048 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:47:37.048 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:47:37.049 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:47:37.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:35.821625+0000 mgr.smithi037.ourcoj (mgr.14166) 111 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:38.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:37 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:37.047841+0000 mon.smithi037 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.143:0/2205146891' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:47:38.429 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:47:38.430 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:47:39.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:38 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:37.821917+0000 mgr.smithi037.ourcoj (mgr.14166) 112 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:39.839 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:47:39.840 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:47:39.841 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:47:40.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:39 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:39.838980+0000 mon.smithi037 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.143:0/3443396225' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:47:41.174 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:47:41.174 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:47:41.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:40 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:39.822205+0000 mgr.smithi037.ourcoj (mgr.14166) 113 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:42.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:41 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:41.822464+0000 mgr.smithi037.ourcoj (mgr.14166) 114 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:42.603 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:47:42.603 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:47:42.605 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:47:43.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:42 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:42.603065+0000 mon.smithi037 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.143:0/326752855' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:47:43.996 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:47:43.996 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:47:44.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:43 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:43.822819+0000 mgr.smithi037.ourcoj (mgr.14166) 115 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:45.393 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:47:45.393 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:47:45.394 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:47:45.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:45 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:45.392586+0000 mon.smithi037 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.143:0/2665327758' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:47:46.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:46 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:45.823154+0000 mgr.smithi037.ourcoj (mgr.14166) 116 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:46.780 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:47:46.780 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:47:48.194 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:47:48.194 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:47:48.196 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:47:49.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:47.823470+0000 mgr.smithi037.ourcoj (mgr.14166) 117 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:49.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:48.193914+0000 mon.smithi037 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.143:0/519413682' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:47:49.572 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:47:49.573 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:47:50.943 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:47:50.943 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:47:50.945 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:47:51.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:50 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:49.823774+0000 mgr.smithi037.ourcoj (mgr.14166) 118 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:52.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:51 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:50.942187+0000 mon.smithi037 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.143:0/749534083' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:47:52.325 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:47:52.325 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:47:53.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:52 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:51.824029+0000 mgr.smithi037.ourcoj (mgr.14166) 119 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:53.703 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:47:53.703 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:47:53.704 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:47:54.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:53 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:53.702570+0000 mon.smithi037 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.143:0/2571599637' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:47:55.075 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:47:55.075 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:47:55.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:54 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:53.824367+0000 mgr.smithi037.ourcoj (mgr.14166) 120 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:56.418 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:47:56.419 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:47:56.420 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:47:57.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:56 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:55.824788+0000 mgr.smithi037.ourcoj (mgr.14166) 121 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:47:57.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:56 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:56.418278+0000 mon.smithi037 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.143:0/3352098782' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:47:57.804 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:47:57.805 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:47:59.159 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:47:59.159 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:47:59.161 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:47:59.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:58 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:57.825148+0000 mgr.smithi037.ourcoj (mgr.14166) 122 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:00.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:47:59 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:59.159035+0000 mon.smithi037 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.143:0/3869757488' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:48:00.540 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:48:00.540 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:48:01.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:47:59.825468+0000 mgr.smithi037.ourcoj (mgr.14166) 123 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:01.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:59.950435+0000 mon.smithi037 (mon.0) 203 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/mirror_snapshot_schedule"}]: dispatch 2023-11-15T04:48:01.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:47:59.954198+0000 mon.smithi037 (mon.0) 204 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/trash_purge_schedule"}]: dispatch 2023-11-15T04:48:01.968 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:48:01.968 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:48:01.969 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:48:02.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:01 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:01.825847+0000 mgr.smithi037.ourcoj (mgr.14166) 124 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:02.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:01 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:48:01.966938+0000 mon.smithi037 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.143:0/2127542138' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:48:03.423 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:48:03.424 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:48:04.797 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:48:04.798 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:48:04.799 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:48:05.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:04 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:03.826143+0000 mgr.smithi037.ourcoj (mgr.14166) 125 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:05.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:04 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:48:04.797173+0000 mon.smithi037 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.143:0/1067421958' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:48:06.169 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:48:06.169 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:48:07.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:06 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:05.826465+0000 mgr.smithi037.ourcoj (mgr.14166) 126 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:07.483 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:48:07.484 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:48:07.485 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:48:08.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:07 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:48:07.483233+0000 mon.smithi037 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.143:0/4219521664' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:48:08.877 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:48:08.878 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:48:09.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:08 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:07.826867+0000 mgr.smithi037.ourcoj (mgr.14166) 127 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:10.239 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:48:10.239 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:48:10.241 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:48:11.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:10 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:09.827176+0000 mgr.smithi037.ourcoj (mgr.14166) 128 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:11.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:10 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:48:10.239367+0000 mon.smithi037 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.143:0/4249483387' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:48:11.654 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:48:11.654 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:48:12.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:11 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:11.827517+0000 mgr.smithi037.ourcoj (mgr.14166) 129 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:13.063 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:48:13.063 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:48:13.064 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:48:13.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:13 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:48:13.062670+0000 mon.smithi037 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.143:0/772717738' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:48:14.444 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:48:14.445 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:48:14.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:14 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:13.827880+0000 mgr.smithi037.ourcoj (mgr.14166) 130 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:15.894 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:48:15.895 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:48:15.896 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:48:17.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:16 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:15.828235+0000 mgr.smithi037.ourcoj (mgr.14166) 131 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:17.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:16 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:48:15.894039+0000 mon.smithi037 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.143:0/2946474321' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:48:17.282 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:48:17.282 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:48:18.687 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:48:18.688 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:48:18.689 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:48:19.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:18 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:17.828494+0000 mgr.smithi037.ourcoj (mgr.14166) 132 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:19.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:18 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:48:18.686945+0000 mon.smithi037 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.143:0/3084070873' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:48:20.078 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:48:20.079 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:48:21.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:20 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:19.828845+0000 mgr.smithi037.ourcoj (mgr.14166) 133 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:21.436 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:48:21.436 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:48:21.437 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:48:22.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:21 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:48:21.435531+0000 mon.smithi037 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.143:0/351234761' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:48:22.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:21 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:21.829159+0000 mgr.smithi037.ourcoj (mgr.14166) 134 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:22.820 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:48:22.820 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:48:24.138 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:48:24.139 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:48:24.140 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:48:25.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:24 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:23.829504+0000 mgr.smithi037.ourcoj (mgr.14166) 135 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:25.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:24 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:48:24.138275+0000 mon.smithi037 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.143:0/1954169654' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:48:25.546 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:48:25.546 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:48:26.902 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:48:26.902 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:48:26.904 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:48:27.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:25.829894+0000 mgr.smithi037.ourcoj (mgr.14166) 136 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:28.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:27 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:48:26.902038+0000 mon.smithi037 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.143:0/3991024188' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:48:28.301 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:48:28.301 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:48:29.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:28 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:27.830173+0000 mgr.smithi037.ourcoj (mgr.14166) 137 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:29.711 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:48:29.712 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:48:29.713 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:48:30.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:29 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:48:29.710895+0000 mon.smithi037 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.143:0/1178678049' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:48:31.084 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:48:31.085 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:48:31.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:30 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:29.830493+0000 mgr.smithi037.ourcoj (mgr.14166) 138 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:32.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:31 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:31.830872+0000 mgr.smithi037.ourcoj (mgr.14166) 139 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:32.463 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:48:32.464 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:48:32.465 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:48:33.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:32 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:48:32.463329+0000 mon.smithi037 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.143:0/3289536108' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:48:33.844 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:48:33.845 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:48:34.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:34 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:33.831209+0000 mgr.smithi037.ourcoj (mgr.14166) 140 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:35.276 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:48:35.276 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:48:35.277 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:48:35.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:35 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:48:35.275417+0000 mon.smithi037 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.143:0/2880512776' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:48:36.614 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:48:36.615 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:48:36.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:35.831554+0000 mgr.smithi037.ourcoj (mgr.14166) 141 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:38.025 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:48:38.025 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:48:38.027 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:48:39.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:38 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:37.831935+0000 mgr.smithi037.ourcoj (mgr.14166) 142 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:39.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:38 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:48:38.025308+0000 mon.smithi037 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.143:0/1209830209' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:48:39.451 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:48:39.451 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:48:40.819 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:48:40.819 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:48:40.821 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:48:41.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:40 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:39.832281+0000 mgr.smithi037.ourcoj (mgr.14166) 143 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:41.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:40 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:48:40.818720+0000 mon.smithi037 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.143:0/4081524272' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:48:42.218 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:48:42.218 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:48:42.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:41 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:41.832667+0000 mgr.smithi037.ourcoj (mgr.14166) 144 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:43.567 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:48:43.568 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:48:43.569 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:48:44.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:43 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:48:43.567128+0000 mon.smithi037 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.143:0/3075654373' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:48:44.935 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:48:44.935 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:48:45.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:44 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:43.833034+0000 mgr.smithi037.ourcoj (mgr.14166) 145 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:46.272 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:48:46.273 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:48:46.274 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:48:47.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:46 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:45.833369+0000 mgr.smithi037.ourcoj (mgr.14166) 146 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:47.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:46 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:48:46.272036+0000 mon.smithi037 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.143:0/2286453210' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:48:47.662 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:48:47.663 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:48:49.016 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:48:49.017 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:48:49.018 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:48:49.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:47.833674+0000 mgr.smithi037.ourcoj (mgr.14166) 147 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:50.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:49 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:48:49.016277+0000 mon.smithi037 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.143:0/2611132145' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:48:50.431 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:48:50.432 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:48:51.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:50 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:49.833930+0000 mgr.smithi037.ourcoj (mgr.14166) 148 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:51.796 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:48:51.797 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:48:51.798 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:48:52.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:51 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:48:51.796300+0000 mon.smithi037 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.143:0/231268781' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:48:52.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:51 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:51.834261+0000 mgr.smithi037.ourcoj (mgr.14166) 149 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:53.187 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:48:53.187 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:48:54.591 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:48:54.592 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:48:54.592 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:48:55.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:54 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:53.834631+0000 mgr.smithi037.ourcoj (mgr.14166) 150 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:55.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:54 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:48:54.590337+0000 mon.smithi037 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.143:0/1935751599' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:48:55.985 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:48:55.985 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:48:57.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:56 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:55.835005+0000 mgr.smithi037.ourcoj (mgr.14166) 151 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:48:57.423 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:48:57.423 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:48:57.425 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:48:58.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:57 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:48:57.422932+0000 mon.smithi037 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.143:0/3951224336' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:48:58.811 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:48:58.812 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:48:59.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:48:58 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:57.835369+0000 mgr.smithi037.ourcoj (mgr.14166) 152 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:00.149 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:49:00.150 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:49:00.151 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:49:01.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:48:59.835770+0000 mgr.smithi037.ourcoj (mgr.14166) 153 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:01.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:48:59.951407+0000 mon.smithi037 (mon.0) 226 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/mirror_snapshot_schedule"}]: dispatch 2023-11-15T04:49:01.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:48:59.955151+0000 mon.smithi037 (mon.0) 227 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/trash_purge_schedule"}]: dispatch 2023-11-15T04:49:01.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:00.149071+0000 mon.smithi037 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.143:0/1088877291' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:49:01.534 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:49:01.535 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:49:02.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:01 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:01.836017+0000 mgr.smithi037.ourcoj (mgr.14166) 154 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:02.944 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:49:02.945 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:49:02.946 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:49:03.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:02 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:02.944350+0000 mon.smithi037 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.143:0/394467244' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:49:04.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:04 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:03.836251+0000 mgr.smithi037.ourcoj (mgr.14166) 155 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:04.340 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:49:04.341 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:49:05.692 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:49:05.692 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:49:05.694 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:49:06.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:05.691976+0000 mon.smithi037 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.143:0/2221187859' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:49:07.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:06 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:05.836581+0000 mgr.smithi037.ourcoj (mgr.14166) 156 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:07.070 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:49:07.070 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:49:08.495 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:49:08.495 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:49:08.497 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:49:09.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:08 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:07.836888+0000 mgr.smithi037.ourcoj (mgr.14166) 157 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:09.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:08 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:08.494704+0000 mon.smithi037 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.143:0/1639400062' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:49:09.892 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:49:09.893 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:49:11.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:10 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:09.837208+0000 mgr.smithi037.ourcoj (mgr.14166) 158 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:11.317 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:49:11.318 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:49:11.319 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:49:12.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:12 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:11.316896+0000 mon.smithi037 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.143:0/4173818898' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:49:12.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:12 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:11.837532+0000 mgr.smithi037.ourcoj (mgr.14166) 159 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:12.695 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:49:12.696 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:49:14.098 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:49:14.099 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:49:14.101 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:49:15.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:14 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:13.837814+0000 mgr.smithi037.ourcoj (mgr.14166) 160 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:15.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:14 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:14.098374+0000 mon.smithi037 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.143:0/2065157597' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:49:15.483 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:49:15.483 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:49:16.894 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:49:16.895 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:49:16.896 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:49:17.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:16 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:15.838136+0000 mgr.smithi037.ourcoj (mgr.14166) 161 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:17.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:16 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:16.308360+0000 mon.smithi037 (mon.0) 234 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi037", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T04:49:17.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:16 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:16.310900+0000 mon.smithi037 (mon.0) 235 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi037", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-15T04:49:17.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:16 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:16.311761+0000 mon.smithi037 (mon.0) 236 : audit [DBG] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:49:18.270 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:49:18.271 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:49:18.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cephadm 2023-11-15T04:49:16.306417+0000 mgr.smithi037.ourcoj (mgr.14166) 162 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-alertmanager.smithi037 2023-11-15T04:49:18.275 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: /bin/podman: stderr Error: no such container ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-alertmanager.smithi037 2023-11-15T04:49:18.275 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Deploy daemon alertmanager.smithi037 ... 2023-11-15T04:49:18.275 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-11-15T04:49:18.275 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-15T04:49:18.275 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr time="2023-11-15T04:44: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-11-15T04:49:18.276 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr time="2023-11-15T04:45: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-11-15T04:49:18.276 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr time="2023-11-15T04:46: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-11-15T04:49:18.276 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 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-11-15T04:49:18.276 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-11-15T04:49:18.276 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-15T04:49:18.276 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr time="2023-11-15T04:47:18Z" 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-11-15T04:49:18.277 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr time="2023-11-15T04:47:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:49:18.277 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr time="2023-11-15T04:48:38Z" level=warning msg="Failed, retrying in 1s ... (3/3). 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-11-15T04:49:18.277 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 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-11-15T04:49:18.277 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Traceback (most recent call last): 2023-11-15T04:49:18.277 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-15T04:49:18.278 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: main() 2023-11-15T04:49:18.278 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-15T04:49:18.278 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: r = ctx.func(ctx) 2023-11-15T04:49:18.278 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-15T04:49:18.278 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: return func(ctx) 2023-11-15T04:49:18.279 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-11-15T04:49:18.279 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-11-15T04:49:18.279 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-11-15T04:49:18.279 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-11-15T04:49:18.279 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-11-15T04:49:18.280 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: raise RuntimeError('uid/gid not found') 2023-11-15T04:49:18.280 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: RuntimeError: uid/gid not found 2023-11-15T04:49:18.280 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Traceback (most recent call last): 2023-11-15T04:49:18.280 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2023-11-15T04:49:18.280 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: yield (conn, connr) 2023-11-15T04:49:18.280 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2023-11-15T04:49:18.281 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: code, '\n'.join(err))) 2023-11-15T04:49:18.281 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 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-63451fb2-8371-11ee-8dbe-212e2dc638e7-alertmanager.smithi037 2023-11-15T04:49:18.281 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: /bin/podman: stderr Error: no such container ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-alertmanager.smithi037 2023-11-15T04:49:18.281 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Deploy daemon alertmanager.smithi037 ... 2023-11-15T04:49:18.281 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-11-15T04:49:18.282 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-15T04:49:18.282 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr time="2023-11-15T04:44: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-11-15T04:49:18.282 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr time="2023-11-15T04:45: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-11-15T04:49:18.284 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr time="2023-11-15T04:46: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-11-15T04:49:18.284 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 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-11-15T04:49:18.284 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-11-15T04:49:18.284 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-15T04:49:18.285 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr time="2023-11-15T04:47:18Z" 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-11-15T04:49:18.285 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr time="2023-11-15T04:47:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:49:18.285 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr time="2023-11-15T04:48:38Z" level=warning msg="Failed, retrying in 1s ... (3/3). 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-11-15T04:49:18.285 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 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-11-15T04:49:18.286 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Traceback (most recent call last): 2023-11-15T04:49:18.286 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-15T04:49:18.286 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: main() 2023-11-15T04:49:18.286 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-15T04:49:18.286 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: r = ctx.func(ctx) 2023-11-15T04:49:18.286 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-15T04:49:18.287 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: return func(ctx) 2023-11-15T04:49:18.287 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-11-15T04:49:18.287 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-11-15T04:49:18.287 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-11-15T04:49:18.287 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-11-15T04:49:18.288 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-11-15T04:49:18.288 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: raise RuntimeError('uid/gid not found') 2023-11-15T04:49:18.288 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: RuntimeError: uid/gid not found 2023-11-15T04:49:18.288 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cephadm 2023-11-15T04:49:16.306699+0000 mgr.smithi037.ourcoj (mgr.14166) 163 : cephadm [ERR] Failed while placing alertmanager.smithi037 on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-alertmanager.smithi037 2023-11-15T04:49:18.288 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: /bin/podman: stderr Error: no such container ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-alertmanager.smithi037 2023-11-15T04:49:18.289 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Deploy daemon alertmanager.smithi037 ... 2023-11-15T04:49:18.289 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-11-15T04:49:18.289 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-15T04:49:18.289 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr time="2023-11-15T04:44: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-11-15T04:49:18.289 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr time="2023-11-15T04:45: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-11-15T04:49:18.289 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr time="2023-11-15T04:46: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-11-15T04:49:18.290 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 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-11-15T04:49:18.290 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-11-15T04:49:18.290 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-15T04:49:18.290 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr time="2023-11-15T04:47:18Z" 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-11-15T04:49:18.290 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr time="2023-11-15T04:47:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:49:18.291 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: stat: stderr time="2023-11-15T04:48:38Z" level=warning msg="Failed, retrying in 1s ... (3/3). 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-11-15T04:49:18.291 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 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-11-15T04:49:18.291 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Traceback (most recent call last): 2023-11-15T04:49:18.292 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-15T04:49:18.292 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: main() 2023-11-15T04:49:18.292 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-15T04:49:18.292 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: r = ctx.func(ctx) 2023-11-15T04:49:18.292 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-15T04:49:18.293 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: return func(ctx) 2023-11-15T04:49:18.293 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-11-15T04:49:18.293 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-11-15T04:49:18.293 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-11-15T04:49:18.293 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-11-15T04:49:18.293 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-11-15T04:49:18.294 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: raise RuntimeError('uid/gid not found') 2023-11-15T04:49:18.294 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: RuntimeError: uid/gid not found 2023-11-15T04:49:18.294 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cephadm 2023-11-15T04:49:16.312409+0000 mgr.smithi037.ourcoj (mgr.14166) 164 : cephadm [INF] Deploying daemon crash.smithi037 on smithi037 2023-11-15T04:49:18.294 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:16.893899+0000 mon.smithi037 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.143:0/1626711147' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:49:18.294 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:17.873499+0000 mon.smithi037 (mon.0) 238 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' 2023-11-15T04:49:19.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:18 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:17.838430+0000 mgr.smithi037.ourcoj (mgr.14166) 165 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:19.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:18 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:17.918323+0000 mon.smithi037 (mon.0) 239 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' 2023-11-15T04:49:19.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:18 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:17.923433+0000 mon.smithi037 (mon.0) 240 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' 2023-11-15T04:49:19.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:18 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:17.923864+0000 mon.smithi037 (mon.0) 241 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T04:49:19.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:18 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:17.924217+0000 mgr.smithi037.ourcoj (mgr.14166) 166 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T04:49:19.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:18 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:17.927336+0000 mon.smithi037 (mon.0) 242 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' 2023-11-15T04:49:19.275 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:18 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cephadm 2023-11-15T04:49:17.930432+0000 mgr.smithi037.ourcoj (mgr.14166) 167 : cephadm [INF] Deploying daemon grafana.smithi037 on smithi037 2023-11-15T04:49:19.637 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:49:19.637 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:49:19.638 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:49:20.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:19 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:19.636327+0000 mon.smithi037 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.143:0/1569355930' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:49:21.020 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:49:21.021 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:49:21.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:20 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:19.838686+0000 mgr.smithi037.ourcoj (mgr.14166) 168 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:21.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:20 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:19.946542+0000 mon.smithi037 (mon.0) 244 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' 2023-11-15T04:49:22.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:21 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:21.839028+0000 mgr.smithi037.ourcoj (mgr.14166) 169 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:22.436 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:49:22.437 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:49:22.438 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:49:23.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:23 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:22.436249+0000 mon.smithi037 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.143:0/2474059388' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:49:23.816 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:49:23.816 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:49:24.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:24 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:23.839343+0000 mgr.smithi037.ourcoj (mgr.14166) 170 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:25.216 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:49:25.216 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:49:25.217 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:49:25.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:25 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:25.215488+0000 mon.smithi037 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.143:0/3365200532' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:49:26.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:25.839550+0000 mgr.smithi037.ourcoj (mgr.14166) 171 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:26.590 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:49:26.590 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:49:27.988 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:49:27.989 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:49:27.990 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:49:29.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:28 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:27.839793+0000 mgr.smithi037.ourcoj (mgr.14166) 172 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:29.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:28 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:27.988303+0000 mon.smithi037 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.143:0/1517860961' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:49:29.378 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:49:29.379 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:49:30.730 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:49:30.731 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:49:30.731 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:49:31.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:30 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:29.840010+0000 mgr.smithi037.ourcoj (mgr.14166) 173 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:31.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:30 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:30.729182+0000 mon.smithi037 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.143:0/2525263215' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:49:32.120 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:49:32.121 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:49:32.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:32 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:31.840252+0000 mgr.smithi037.ourcoj (mgr.14166) 174 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:33.485 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:49:33.486 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:49:33.488 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:49:33.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:33 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:33.485398+0000 mon.smithi037 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.143:0/3266206918' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:49:34.791 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:34 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:33.840550+0000 mgr.smithi037.ourcoj (mgr.14166) 175 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:34.874 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:49:34.874 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:49:36.259 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:49:36.259 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:49:36.262 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:49:36.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:35 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:34.798512+0000 mon.smithi037 (mon.0) 250 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' 2023-11-15T04:49:36.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:35 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cephadm 2023-11-15T04:49:34.801562+0000 mgr.smithi037.ourcoj (mgr.14166) 176 : cephadm [INF] Deploying daemon node-exporter.smithi037 on smithi037 2023-11-15T04:49:36.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:35 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:34.953763+0000 mon.smithi037 (mon.0) 251 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' 2023-11-15T04:49:37.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:35.840862+0000 mgr.smithi037.ourcoj (mgr.14166) 177 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:37.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:36.258769+0000 mon.smithi037 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.143:0/1157094512' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:49:37.649 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:49:37.650 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:49:39.004 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:49:39.004 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:49:39.005 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:49:39.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:38 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:37.841176+0000 mgr.smithi037.ourcoj (mgr.14166) 178 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:40.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:39 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:39.003194+0000 mon.smithi037 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.143:0/427585565' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:49:40.351 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:49:40.351 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:49:41.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:40 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:39.841521+0000 mgr.smithi037.ourcoj (mgr.14166) 179 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:41.807 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:49:41.807 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:49:41.809 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:49:42.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:42 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:41.807139+0000 mon.smithi037 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.143:0/4205309083' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:49:42.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:42 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:41.841842+0000 mgr.smithi037.ourcoj (mgr.14166) 180 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:43.193 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:49:43.193 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:49:44.586 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:49:44.587 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:49:44.588 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:49:45.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:44 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:43.842126+0000 mgr.smithi037.ourcoj (mgr.14166) 181 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:45.275 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:44 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:44.586408+0000 mon.smithi037 (mon.0) 255 : audit [DBG] from='client.? 172.21.15.143:0/1600587888' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:49:45.982 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:49:45.983 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:49:47.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:46 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:45.842378+0000 mgr.smithi037.ourcoj (mgr.14166) 182 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:47.288 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:49:47.288 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:49:47.289 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:49:48.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:47 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:47.287821+0000 mon.smithi037 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.143:0/2061239987' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:49:48.672 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:49:48.673 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:49:49.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:47.842699+0000 mgr.smithi037.ourcoj (mgr.14166) 183 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:50.106 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:49:50.107 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:49:50.109 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:49:51.275 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:50 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:49.842950+0000 mgr.smithi037.ourcoj (mgr.14166) 184 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:51.275 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:50 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:50.106432+0000 mon.smithi037 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.143:0/4105319141' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:49:51.498 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:49:51.498 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:49:52.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:52 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:51.843209+0000 mgr.smithi037.ourcoj (mgr.14166) 185 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:52.929 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:49:52.930 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:49:52.930 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:49:53.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:53 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:52.926437+0000 mon.smithi037 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.143:0/3267390224' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:49:54.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:54 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:53.843488+0000 mgr.smithi037.ourcoj (mgr.14166) 186 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:54.327 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:49:54.328 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:49:55.690 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:49:55.690 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:49:55.691 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:49:56.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:55 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:55.686682+0000 mon.smithi037 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.143:0/2277870405' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:49:57.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:56 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:55.843860+0000 mgr.smithi037.ourcoj (mgr.14166) 187 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:57.071 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:49:57.071 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:49:58.422 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:49:58.422 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:49:58.423 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:49:59.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:58 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:57.844113+0000 mgr.smithi037.ourcoj (mgr.14166) 188 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:49:59.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:49:58 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:58.421198+0000 mon.smithi037 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.143:0/3932956614' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:49:59.821 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:49:59.821 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:50:01.218 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:50:01.218 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:50:01.219 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:50:01.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:49:59.844440+0000 mgr.smithi037.ourcoj (mgr.14166) 189 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:01.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:59.952706+0000 mon.smithi037 (mon.0) 261 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/mirror_snapshot_schedule"}]: dispatch 2023-11-15T04:50:01.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:49:59.956085+0000 mon.smithi037 (mon.0) 262 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/trash_purge_schedule"}]: dispatch 2023-11-15T04:50:02.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:02 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:01.217858+0000 mon.smithi037 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.143:0/1372371427' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:50:02.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:02 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:01.844904+0000 mgr.smithi037.ourcoj (mgr.14166) 190 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:02.605 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:50:02.606 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:50:04.049 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:50:04.050 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:50:04.051 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:50:05.275 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:04 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:03.845296+0000 mgr.smithi037.ourcoj (mgr.14166) 191 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:05.275 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:04 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:04.049096+0000 mon.smithi037 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.143:0/1052822675' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:50:05.441 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:50:05.442 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:50:06.806 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:50:06.806 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:50:06.807 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:50:07.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:06 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:05.845638+0000 mgr.smithi037.ourcoj (mgr.14166) 192 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:07.275 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:06 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:06.805845+0000 mon.smithi037 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.143:0/2117508785' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:50:08.200 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:50:08.200 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:50:09.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:08 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:07.846015+0000 mgr.smithi037.ourcoj (mgr.14166) 193 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:09.555 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:50:09.556 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:50:09.557 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:50:10.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:09 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:09.555154+0000 mon.smithi037 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.143:0/398530873' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:50:10.928 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:50:10.929 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:50:11.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:10 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:09.846387+0000 mgr.smithi037.ourcoj (mgr.14166) 194 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:12.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:12 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:11.846809+0000 mgr.smithi037.ourcoj (mgr.14166) 195 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:12.323 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:50:12.323 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:50:12.324 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:50:13.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:13 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:12.322383+0000 mon.smithi037 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.143:0/3021413505' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:50:13.711 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:50:13.711 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:50:14.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:14 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:13.847132+0000 mgr.smithi037.ourcoj (mgr.14166) 196 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:15.082 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:50:15.082 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:50:15.083 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:50:15.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:15 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:15.081990+0000 mon.smithi037 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.143:0/2676695072' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:50:16.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:16 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:15.847391+0000 mgr.smithi037.ourcoj (mgr.14166) 197 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:16.554 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:50:16.554 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:50:17.896 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:50:17.896 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:50:17.898 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:50:18.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:17.895658+0000 mon.smithi037 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.143:0/4160491416' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:50:19.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:18 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:17.847740+0000 mgr.smithi037.ourcoj (mgr.14166) 198 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:19.275 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:50:19.276 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:50:20.609 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:50:20.609 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:50:20.610 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:50:21.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:20 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:19.848108+0000 mgr.smithi037.ourcoj (mgr.14166) 199 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:21.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:20 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:20.608391+0000 mon.smithi037 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.143:0/1658956980' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:50:21.994 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:50:21.995 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:50:22.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:22 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:21.848505+0000 mgr.smithi037.ourcoj (mgr.14166) 200 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:23.400 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:50:23.400 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:50:23.401 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:50:23.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:23 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:23.399320+0000 mon.smithi037 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.143:0/1541908767' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:50:24.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:24 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:23.848903+0000 mgr.smithi037.ourcoj (mgr.14166) 201 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:24.786 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:50:24.786 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:50:26.159 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:50:26.159 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:50:26.161 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:50:27.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:25.849233+0000 mgr.smithi037.ourcoj (mgr.14166) 202 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:27.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:26.159053+0000 mon.smithi037 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.143:0/3970459556' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:50:27.562 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:50:27.563 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:50:28.916 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:50:28.916 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:50:28.917 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:50:29.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:28 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:27.849595+0000 mgr.smithi037.ourcoj (mgr.14166) 203 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:30.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:29 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:28.915397+0000 mon.smithi037 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.143:0/1949637108' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:50:30.282 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:50:30.283 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:50:31.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:30 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:29.849881+0000 mgr.smithi037.ourcoj (mgr.14166) 204 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:31.680 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:50:31.680 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:50:31.682 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:50:32.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:32 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:31.680450+0000 mon.smithi037 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.143:0/1114198023' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:50:32.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:32 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:31.850152+0000 mgr.smithi037.ourcoj (mgr.14166) 205 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:33.096 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:50:33.096 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:50:34.480 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:50:34.480 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:50:34.482 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:50:35.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:34 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:33.850461+0000 mgr.smithi037.ourcoj (mgr.14166) 206 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:35.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:34 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:34.479834+0000 mon.smithi037 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.143:0/3777223882' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:50:35.896 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:50:35.897 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:50:37.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:35.850846+0000 mgr.smithi037.ourcoj (mgr.14166) 207 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:37.274 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:50:37.274 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:50:37.275 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:50:38.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:37 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:37.273284+0000 mon.smithi037 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.143:0/440489695' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:50:38.680 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:50:38.680 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:50:39.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:38 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:37.851191+0000 mgr.smithi037.ourcoj (mgr.14166) 208 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:40.069 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:50:40.069 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:50:40.071 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:50:41.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:40 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:39.851406+0000 mgr.smithi037.ourcoj (mgr.14166) 209 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:41.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:40 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:40.068673+0000 mon.smithi037 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.143:0/1087436308' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:50:41.477 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:50:41.477 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:50:42.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:42 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:41.851716+0000 mgr.smithi037.ourcoj (mgr.14166) 210 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:42.913 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:50:42.913 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:50:42.914 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:50:43.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:43 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:42.912470+0000 mon.smithi037 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.143:0/3996670628' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:50:44.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:44 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:43.852060+0000 mgr.smithi037.ourcoj (mgr.14166) 211 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:44.297 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:50:44.297 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:50:45.655 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:50:45.656 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:50:45.657 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:50:46.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:45 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:45.655344+0000 mon.smithi037 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.143:0/4258799703' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:50:47.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:46 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:45.852416+0000 mgr.smithi037.ourcoj (mgr.14166) 212 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:47.046 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:50:47.046 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:50:48.423 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:50:48.423 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:50:48.424 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:50:49.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:47.852804+0000 mgr.smithi037.ourcoj (mgr.14166) 213 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:49.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:48.422630+0000 mon.smithi037 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.143:0/3820787142' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:50:49.813 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:50:49.814 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:50:51.180 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:50:51.181 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:50:51.181 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:50:51.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:50 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:49.853141+0000 mgr.smithi037.ourcoj (mgr.14166) 214 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:52.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:52 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:51.180005+0000 mon.smithi037 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.143:0/3200332302' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:50:52.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:52 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:51.853557+0000 mgr.smithi037.ourcoj (mgr.14166) 215 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:52.577 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:50:52.578 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:50:53.970 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:50:53.971 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:50:53.972 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:50:55.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:54 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:53.853941+0000 mgr.smithi037.ourcoj (mgr.14166) 216 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:55.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:54 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:53.969974+0000 mon.smithi037 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.143:0/3163069159' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:50:55.349 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:50:55.350 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:50:56.773 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:50:56.774 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:50:56.775 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:50:57.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:56 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:55.854220+0000 mgr.smithi037.ourcoj (mgr.14166) 217 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:57.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:56 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:56.773140+0000 mon.smithi037 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.143:0/3247729119' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:50:58.146 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:50:58.146 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:50:59.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:58 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:57.854510+0000 mgr.smithi037.ourcoj (mgr.14166) 218 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:50:59.484 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:50:59.484 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:50:59.486 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:51:00.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:50:59 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:59.483894+0000 mon.smithi037 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.143:0/445576841' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:51:00.858 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:51:00.859 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:51:01.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:50:59.854874+0000 mgr.smithi037.ourcoj (mgr.14166) 219 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:01.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:59.953995+0000 mon.smithi037 (mon.0) 285 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/mirror_snapshot_schedule"}]: dispatch 2023-11-15T04:51:01.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:50:59.956968+0000 mon.smithi037 (mon.0) 286 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/trash_purge_schedule"}]: dispatch 2023-11-15T04:51:02.225 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:51:02.225 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:51:02.226 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:51:02.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:02 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:01.855258+0000 mgr.smithi037.ourcoj (mgr.14166) 220 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:03.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:03 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:02.224842+0000 mon.smithi037 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.143:0/1315047457' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:51:03.615 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:51:03.616 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:51:04.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:04 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:03.855660+0000 mgr.smithi037.ourcoj (mgr.14166) 221 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:04.967 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:51:04.967 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:51:04.969 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:51:05.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:04.966633+0000 mon.smithi037 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.143:0/93429062' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:51:06.344 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:51:06.344 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:51:06.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:06 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:05.856008+0000 mgr.smithi037.ourcoj (mgr.14166) 222 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:07.718 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:51:07.718 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:51:07.720 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:51:08.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:07 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:07.718132+0000 mon.smithi037 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.143:0/3158982344' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:51:09.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:08 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:07.856261+0000 mgr.smithi037.ourcoj (mgr.14166) 223 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:09.114 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:51:09.114 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:51:10.508 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:51:10.508 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:51:10.510 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:51:11.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:10 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:09.856483+0000 mgr.smithi037.ourcoj (mgr.14166) 224 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:11.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:10 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:10.507931+0000 mon.smithi037 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.143:0/3111151452' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:51:11.925 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:51:11.926 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:51:12.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:12 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:11.856869+0000 mgr.smithi037.ourcoj (mgr.14166) 225 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:13.295 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:51:13.296 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:51:13.297 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:51:13.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:13 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:13.295169+0000 mon.smithi037 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.143:0/3402189812' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:51:14.672 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:51:14.673 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:51:14.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:14 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:13.857194+0000 mgr.smithi037.ourcoj (mgr.14166) 226 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:16.032 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:51:16.032 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:51:16.033 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:51:17.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:16 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:15.857486+0000 mgr.smithi037.ourcoj (mgr.14166) 227 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:17.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:16 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:16.031813+0000 mon.smithi037 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.143:0/2250760042' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:51:17.440 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:51:17.440 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:51:18.822 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:51:18.822 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:51:18.824 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:51:19.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:18 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:17.857882+0000 mgr.smithi037.ourcoj (mgr.14166) 228 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:19.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:18 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:18.822325+0000 mon.smithi037 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.143:0/2607428924' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:51:20.243 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:51:20.244 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:51:21.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:20 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:19.858210+0000 mgr.smithi037.ourcoj (mgr.14166) 229 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:21.640 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:51:21.641 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:51:21.642 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:51:22.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:22 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:21.639993+0000 mon.smithi037 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.143:0/495204945' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:51:22.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:22 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:21.858619+0000 mgr.smithi037.ourcoj (mgr.14166) 230 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:23.121 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:51:23.121 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:51:24.487 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:51:24.487 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:51:24.489 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:51:25.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:24 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:23.858954+0000 mgr.smithi037.ourcoj (mgr.14166) 231 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:25.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:24 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:24.486840+0000 mon.smithi037 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.143:0/3240525037' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:51:25.875 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:51:25.876 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:51:27.224 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:51:27.225 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:51:27.226 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:51:27.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:25.859308+0000 mgr.smithi037.ourcoj (mgr.14166) 232 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:28.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:27 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:27.223988+0000 mon.smithi037 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.143:0/1536729590' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:51:28.609 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:51:28.610 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:51:29.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:28 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:27.859726+0000 mgr.smithi037.ourcoj (mgr.14166) 233 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:30.000 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:51:30.001 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:51:30.002 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:51:31.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:30 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:29.860078+0000 mgr.smithi037.ourcoj (mgr.14166) 234 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:31.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:30 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:30.000665+0000 mon.smithi037 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.143:0/3767335932' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:51:31.392 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:51:31.393 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:51:32.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:32 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:31.860327+0000 mgr.smithi037.ourcoj (mgr.14166) 235 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:32.747 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:51:32.747 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:51:32.749 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:51:33.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:33 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:32.747062+0000 mon.smithi037 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.143:0/3371175965' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:51:34.114 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:51:34.115 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:51:34.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:34 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:33.860678+0000 mgr.smithi037.ourcoj (mgr.14166) 236 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:35.488 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:51:35.488 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:51:35.489 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:51:36.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:35 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:35.487177+0000 mon.smithi037 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.143:0/3832795898' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:51:36.875 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:51:36.875 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:51:37.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cephadm 2023-11-15T04:51:35.566046+0000 mgr.smithi037.ourcoj (mgr.14166) 237 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-node-exporter.smithi037 2023-11-15T04:51:37.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: /bin/podman: stderr Error: no such container ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-node-exporter.smithi037 2023-11-15T04:51:37.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Deploy daemon node-exporter.smithi037 ... 2023-11-15T04:51:37.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Verifying port 9100 ... 2023-11-15T04:51:37.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Non-zero exit code 1 from systemctl start ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@node-exporter.smithi037 2023-11-15T04:51:37.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: systemctl: stderr Job for ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@node-exporter.smithi037.service failed because a timeout was exceeded. 2023-11-15T04:51:37.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: systemctl: stderr See "systemctl status ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@node-exporter.smithi037.service" and "journalctl -xe" for details. 2023-11-15T04:51:37.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Traceback (most recent call last): 2023-11-15T04:51:37.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-15T04:51:37.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: main() 2023-11-15T04:51:37.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-15T04:51:37.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: r = ctx.func(ctx) 2023-11-15T04:51:37.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-15T04:51:37.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: return func(ctx) 2023-11-15T04:51:37.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-11-15T04:51:37.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: ports=daemon_ports) 2023-11-15T04:51:37.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-11-15T04:51:37.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: c, osd_fsid=osd_fsid, ports=ports) 2023-11-15T04:51:37.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-11-15T04:51:37.028 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-11-15T04:51:37.028 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-11-15T04:51:37.028 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-11-15T04:51:37.028 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: RuntimeError: Failed command: systemctl start ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@node-exporter.smithi037 2023-11-15T04:51:37.028 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Traceback (most recent call last): 2023-11-15T04:51:37.029 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2023-11-15T04:51:37.029 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: yield (conn, connr) 2023-11-15T04:51:37.029 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2023-11-15T04:51:37.029 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: code, '\n'.join(err))) 2023-11-15T04:51:37.030 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: 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-63451fb2-8371-11ee-8dbe-212e2dc638e7-node-exporter.smithi037 2023-11-15T04:51:37.030 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: /bin/podman: stderr Error: no such container ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-node-exporter.smithi037 2023-11-15T04:51:37.030 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Deploy daemon node-exporter.smithi037 ... 2023-11-15T04:51:37.030 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Verifying port 9100 ... 2023-11-15T04:51:37.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Non-zero exit code 1 from systemctl start ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@node-exporter.smithi037 2023-11-15T04:51:37.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: systemctl: stderr Job for ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@node-exporter.smithi037.service failed because a timeout was exceeded. 2023-11-15T04:51:37.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: systemctl: stderr See "systemctl status ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@node-exporter.smithi037.service" and "journalctl -xe" for details. 2023-11-15T04:51:37.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Traceback (most recent call last): 2023-11-15T04:51:37.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-15T04:51:37.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: main() 2023-11-15T04:51:37.032 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-15T04:51:37.032 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: r = ctx.func(ctx) 2023-11-15T04:51:37.032 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-15T04:51:37.033 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: return func(ctx) 2023-11-15T04:51:37.033 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-11-15T04:51:37.033 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: ports=daemon_ports) 2023-11-15T04:51:37.033 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-11-15T04:51:37.034 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: c, osd_fsid=osd_fsid, ports=ports) 2023-11-15T04:51:37.034 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-11-15T04:51:37.035 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-11-15T04:51:37.035 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-11-15T04:51:37.035 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-11-15T04:51:37.036 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: RuntimeError: Failed command: systemctl start ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@node-exporter.smithi037 2023-11-15T04:51:37.037 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cephadm 2023-11-15T04:51:35.566338+0000 mgr.smithi037.ourcoj (mgr.14166) 238 : cephadm [ERR] Failed while placing node-exporter.smithi037 on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-node-exporter.smithi037 2023-11-15T04:51:37.037 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: /bin/podman: stderr Error: no such container ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-node-exporter.smithi037 2023-11-15T04:51:37.037 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Deploy daemon node-exporter.smithi037 ... 2023-11-15T04:51:37.037 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Verifying port 9100 ... 2023-11-15T04:51:37.037 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Non-zero exit code 1 from systemctl start ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@node-exporter.smithi037 2023-11-15T04:51:37.038 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: systemctl: stderr Job for ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@node-exporter.smithi037.service failed because a timeout was exceeded. 2023-11-15T04:51:37.038 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: systemctl: stderr See "systemctl status ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@node-exporter.smithi037.service" and "journalctl -xe" for details. 2023-11-15T04:51:37.038 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: Traceback (most recent call last): 2023-11-15T04:51:37.038 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-15T04:51:37.038 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: main() 2023-11-15T04:51:37.042 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-15T04:51:37.042 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: r = ctx.func(ctx) 2023-11-15T04:51:37.042 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-15T04:51:37.042 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: return func(ctx) 2023-11-15T04:51:37.043 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-11-15T04:51:37.043 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: ports=daemon_ports) 2023-11-15T04:51:37.043 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-11-15T04:51:37.043 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: c, osd_fsid=osd_fsid, ports=ports) 2023-11-15T04:51:37.044 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-11-15T04:51:37.044 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-11-15T04:51:37.044 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: File "/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-11-15T04:51:37.044 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-11-15T04:51:37.045 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: RuntimeError: Failed command: systemctl start ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@node-exporter.smithi037 2023-11-15T04:51:37.045 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cephadm 2023-11-15T04:51:35.575117+0000 mgr.smithi037.ourcoj (mgr.14166) 239 : cephadm [INF] Deploying daemon prometheus.smithi037 on smithi037 2023-11-15T04:51:37.045 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:35.860990+0000 mgr.smithi037.ourcoj (mgr.14166) 240 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:38.271 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:51:38.272 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:51:38.273 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:51:39.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:38 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:37.861284+0000 mgr.smithi037.ourcoj (mgr.14166) 241 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:39.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:38 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:38.271216+0000 mon.smithi037 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.143:0/3047186060' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:51:39.641 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:51:39.641 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:51:40.964 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:51:40.964 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:51:40.966 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:51:41.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:40 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:39.861637+0000 mgr.smithi037.ourcoj (mgr.14166) 242 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:41.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:40 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:39.960081+0000 mon.smithi037 (mon.0) 301 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' 2023-11-15T04:51:42.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:41 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:40.963979+0000 mon.smithi037 (mon.0) 302 : audit [DBG] from='client.? 172.21.15.143:0/1532737955' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:51:42.349 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:51:42.349 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:51:43.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:42 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:41.862043+0000 mgr.smithi037.ourcoj (mgr.14166) 243 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:43.784 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:51:43.784 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:51:43.785 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:51:44.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:43 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:43.783720+0000 mon.smithi037 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.143:0/20274881' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:51:45.163 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:51:45.164 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:51:45.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:44 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:43.862501+0000 mgr.smithi037.ourcoj (mgr.14166) 244 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:46.535 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:51:46.536 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:51:46.537 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:51:47.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:46 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:45.862784+0000 mgr.smithi037.ourcoj (mgr.14166) 245 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:47.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:46 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:46.534971+0000 mon.smithi037 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.143:0/3406960086' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:51:47.918 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:51:47.919 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:51:49.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:47.863149+0000 mgr.smithi037.ourcoj (mgr.14166) 246 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:49.336 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:51:49.337 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:51:49.338 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:51:50.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:49 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:49.335985+0000 mon.smithi037 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.143:0/3356219468' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:51:50.728 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:51:50.729 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:51:51.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:50 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:49.863400+0000 mgr.smithi037.ourcoj (mgr.14166) 247 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:52.085 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:51:52.085 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:51:52.087 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:51:52.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:52 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:51.863805+0000 mgr.smithi037.ourcoj (mgr.14166) 248 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:53.470 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:51:53.470 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:51:53.524 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:53 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:52.084834+0000 mon.smithi037 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.143:0/811345939' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:51:54.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:54 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:53.864067+0000 mgr.smithi037.ourcoj (mgr.14166) 249 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:54.858 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:51:54.858 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:51:54.860 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:51:55.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:55 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:54.858116+0000 mon.smithi037 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.143:0/2319700135' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:51:56.236 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:51:56.237 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:51:56.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:56 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:55.864341+0000 mgr.smithi037.ourcoj (mgr.14166) 250 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:57.619 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:51:57.619 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:51:57.620 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:51:58.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:57 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:57.618324+0000 mon.smithi037 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.143:0/1654965891' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:51:59.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:51:58 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:57.864578+0000 mgr.smithi037.ourcoj (mgr.14166) 251 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:51:59.112 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:51:59.112 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:52:00.487 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:52:00.488 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:52:00.489 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:52:01.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:51:59.864927+0000 mgr.smithi037.ourcoj (mgr.14166) 252 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:01.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:59.955193+0000 mon.smithi037 (mon.0) 309 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/mirror_snapshot_schedule"}]: dispatch 2023-11-15T04:52:01.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:51:59.957818+0000 mon.smithi037 (mon.0) 310 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/trash_purge_schedule"}]: dispatch 2023-11-15T04:52:01.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:00.487421+0000 mon.smithi037 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.143:0/1699001622' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:52:01.875 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:52:01.876 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:52:02.524 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:02 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:01.865273+0000 mgr.smithi037.ourcoj (mgr.14166) 253 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:03.234 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:52:03.235 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:52:03.236 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:52:03.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:03 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:03.234352+0000 mon.smithi037 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.143:0/2602745981' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:52:04.619 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:52:04.619 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:52:04.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:04 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:03.865649+0000 mgr.smithi037.ourcoj (mgr.14166) 254 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:06.020 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:52:06.021 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:52:06.022 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:52:07.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:06 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:05.866015+0000 mgr.smithi037.ourcoj (mgr.14166) 255 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:07.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:06 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:06.020045+0000 mon.smithi037 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.143:0/2541557227' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:52:07.411 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:52:07.412 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:52:08.786 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:52:08.787 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:52:08.788 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:52:09.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:08 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:07.866371+0000 mgr.smithi037.ourcoj (mgr.14166) 256 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:09.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:08 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:08.786230+0000 mon.smithi037 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.143:0/430999202' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:52:10.171 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:52:10.171 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:52:11.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:10 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:09.866730+0000 mgr.smithi037.ourcoj (mgr.14166) 257 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:11.552 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:52:11.553 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:52:11.554 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:52:12.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:12 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:11.552305+0000 mon.smithi037 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.143:0/2865562262' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:52:12.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:12 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:11.867071+0000 mgr.smithi037.ourcoj (mgr.14166) 258 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:12.933 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:52:12.934 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:52:14.283 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:52:14.283 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:52:14.284 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:52:15.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:14 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:13.867308+0000 mgr.smithi037.ourcoj (mgr.14166) 259 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:15.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:14 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:14.282661+0000 mon.smithi037 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.143:0/2378000549' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:52:15.679 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:52:15.679 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:52:17.101 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:52:17.101 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:52:17.103 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:52:17.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:16 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:15.867608+0000 mgr.smithi037.ourcoj (mgr.14166) 260 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:18.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:17 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:17.100975+0000 mon.smithi037 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.143:0/1693207831' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:52:18.489 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:52:18.489 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:52:19.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:18 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:17.867922+0000 mgr.smithi037.ourcoj (mgr.14166) 261 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:19.937 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:52:19.937 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:52:19.938 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:52:21.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:20 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:19.868142+0000 mgr.smithi037.ourcoj (mgr.14166) 262 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:21.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:20 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:19.936821+0000 mon.smithi037 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.143:0/116794173' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:52:21.342 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:52:21.343 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:52:22.323 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:22 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:21.868499+0000 mgr.smithi037.ourcoj (mgr.14166) 263 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:22.846 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:52:22.847 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:52:22.848 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:52:23.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:23 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:22.846456+0000 mon.smithi037 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.143:0/3466340210' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:52:24.258 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:52:24.259 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:52:24.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:24 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:23.868880+0000 mgr.smithi037.ourcoj (mgr.14166) 264 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:25.638 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:52:25.638 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:52:25.641 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:52:26.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:25 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:25.637648+0000 mon.smithi037 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.143:0/2970291236' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:52:27.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:26 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:25.869233+0000 mgr.smithi037.ourcoj (mgr.14166) 265 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:27.027 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:52:27.027 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:52:28.430 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:52:28.430 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:52:28.432 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:52:29.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:28 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:27.869635+0000 mgr.smithi037.ourcoj (mgr.14166) 266 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:29.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:28 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:28.429792+0000 mon.smithi037 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.143:0/3859299324' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:52:29.842 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:52:29.842 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:52:31.226 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:52:31.227 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:52:31.228 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:52:31.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:30 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:29.869949+0000 mgr.smithi037.ourcoj (mgr.14166) 267 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:32.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:32 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:31.226248+0000 mon.smithi037 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.143:0/3302622706' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:52:32.524 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:32 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:31.870324+0000 mgr.smithi037.ourcoj (mgr.14166) 268 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:32.606 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:52:32.607 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:52:33.999 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:52:34.000 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:52:34.000 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:52:35.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:34 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:33.870623+0000 mgr.smithi037.ourcoj (mgr.14166) 269 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:35.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:34 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:33.999031+0000 mon.smithi037 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.143:0/3469932276' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:52:35.375 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:52:35.376 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:52:36.711 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:52:36.712 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:52:36.713 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:52:37.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:35.870979+0000 mgr.smithi037.ourcoj (mgr.14166) 270 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:37.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:36 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:36.711393+0000 mon.smithi037 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.143:0/1173778852' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:52:38.119 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:52:38.119 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:52:39.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:38 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:37.871286+0000 mgr.smithi037.ourcoj (mgr.14166) 271 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:39.496 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:52:39.496 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:52:39.498 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:52:40.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:39 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:39.495972+0000 mon.smithi037 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.143:0/1019702072' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:52:40.904 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:52:40.905 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:52:41.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:40 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:39.871617+0000 mgr.smithi037.ourcoj (mgr.14166) 272 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:42.296 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:52:42.296 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:52:42.298 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:52:42.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:42 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:41.871933+0000 mgr.smithi037.ourcoj (mgr.14166) 273 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:43.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:43 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:42.296023+0000 mon.smithi037 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.143:0/864737426' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:52:43.677 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:52:43.678 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:52:44.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:44 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:43.872255+0000 mgr.smithi037.ourcoj (mgr.14166) 274 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:45.087 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:52:45.087 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:52:45.089 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:52:45.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:45 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:45.086588+0000 mon.smithi037 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.143:0/1231351908' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:52:46.466 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:52:46.467 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:52:46.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:46 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:45.872616+0000 mgr.smithi037.ourcoj (mgr.14166) 275 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:47.862 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:52:47.862 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:52:47.863 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:52:48.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:47 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:47.861942+0000 mon.smithi037 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.143:0/3308070457' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:52:49.248 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:52:49.249 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:52:49.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:48 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:47.872959+0000 mgr.smithi037.ourcoj (mgr.14166) 276 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:50.638 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:52:50.639 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:52:50.639 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:52:51.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:50 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:49.873251+0000 mgr.smithi037.ourcoj (mgr.14166) 277 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:51.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:50 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:50.637328+0000 mon.smithi037 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.143:0/2455590135' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:52:52.025 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:52:52.026 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:52:52.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:52 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:51.873557+0000 mgr.smithi037.ourcoj (mgr.14166) 278 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:53.402 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:52:53.402 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:52:53.404 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:52:53.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:53 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:53.402012+0000 mon.smithi037 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.143:0/633446' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:52:54.773 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:54 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:53.873847+0000 mgr.smithi037.ourcoj (mgr.14166) 279 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:54.784 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:52:54.784 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:52:56.171 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:52:56.171 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:52:56.172 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:52:57.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:56 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:55.874184+0000 mgr.smithi037.ourcoj (mgr.14166) 280 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:52:57.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:56 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:56.170404+0000 mon.smithi037 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.143:0/3477569162' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:52:57.552 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:52:57.553 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:52:58.964 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:52:58.964 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:52:58.966 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:52:59.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:58 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:57.874498+0000 mgr.smithi037.ourcoj (mgr.14166) 281 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:53:00.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:52:59 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:58.963487+0000 mon.smithi037 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.143:0/3655728656' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:53:00.462 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:53:00.463 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:53:01.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:53:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:52:59.874819+0000 mgr.smithi037.ourcoj (mgr.14166) 282 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:53:01.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:53:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:59.956395+0000 mon.smithi037 (mon.0) 333 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/mirror_snapshot_schedule"}]: dispatch 2023-11-15T04:53:01.274 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:53:00 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:52:59.958733+0000 mon.smithi037 (mon.0) 334 : audit [INF] from='mgr.14166 172.21.15.37:0/1430428447' entity='mgr.smithi037.ourcoj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.ourcoj/trash_purge_schedule"}]: dispatch 2023-11-15T04:53:01.888 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:53:01.888 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:53:01.889 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:53:02.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:53:02 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:53:01.875035+0000 mgr.smithi037.ourcoj (mgr.14166) 283 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:53:02.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:53:02 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:53:01.887723+0000 mon.smithi037 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.143:0/1240412814' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:53:03.272 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:53:03.273 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:53:04.702 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T04:53:04.702 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"63451fb2-8371-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:43:00.108255Z","created":"2023-11-15T04:43:00.108255Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:53:04.703 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T04:53:05.107 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds 2023-11-15T04:53:05.108 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-15T04:53:05.109 DEBUG:teuthology.orchestra.run.smithi037:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T04:53:05.135 DEBUG:teuthology.orchestra.run.smithi143:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T04:53:05.154 INFO:tasks.cephadm:Stopping all daemons... 2023-11-15T04:53:05.154 INFO:tasks.cephadm.mon.smithi037:Stopping mon.smithi037... 2023-11-15T04:53:05.155 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mon.smithi037 2023-11-15T04:53:05.208 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:53:04 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: cluster 2023-11-15T04:53:03.875378+0000 mgr.smithi037.ourcoj (mgr.14166) 284 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:53:05.209 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:53:04 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: audit 2023-11-15T04:53:04.701244+0000 mon.smithi037 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.143:0/3283185512' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:53:05.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:53:05 smithi037 systemd[1]: Stopping Ceph mon.smithi037 for 63451fb2-8371-11ee-8dbe-212e2dc638e7... 2023-11-15T04:53:05.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:53:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:53:05.285+0000 7f8ebf88a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi037 -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-11-15T04:53:05.524 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:53:05 smithi037 ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7-mon.smithi037[108113]: debug 2023-11-15T04:53:05.285+0000 7f8ebf88a700 -1 mon.smithi037@0(leader) e1 *** Got Signal Terminated *** 2023-11-15T04:53:05.707 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mon.smithi037.service' 2023-11-15T04:53:05.829 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-15T04:53:05.829 INFO:tasks.cephadm.mon.smithi037:Stopped mon.smithi037 2023-11-15T04:53:05.830 INFO:tasks.cephadm.mon.smithi143:Stopping mon.smithi143... 2023-11-15T04:53:05.830 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mon.smithi143 2023-11-15T04:53:05.864 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to stop ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mon.smithi143.service: Unit ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mon.smithi143.service not loaded. 2023-11-15T04:53:05.866 DEBUG:teuthology.orchestra.run:got remote process result: 5 2023-11-15T04:53:05.867 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi143" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_620f25c1794f62207424fc9319427943fb8d1fae/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi143 with status 5: 'sudo systemctl stop ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mon.smithi143' 2023-11-15T04:53:05.867 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-15T04:53:05.869 DEBUG:teuthology.misc:Transferring archived files from smithi037:/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458392/remote/ubuntu@smithi037.front.sepia.ceph.com/crash 2023-11-15T04:53:05.870 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T04:53:05.912 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458392/remote/ubuntu@smithi143.front.sepia.ceph.com/crash 2023-11-15T04:53:05.913 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T04:53:05.956 INFO:teuthology.orchestra.run.smithi143.stderr:tar: /var/lib/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-15T04:53:05.957 INFO:teuthology.orchestra.run.smithi143.stderr:tar: Error is not recoverable: exiting now 2023-11-15T04:53:05.957 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-15T04:53:05.958 DEBUG:teuthology.orchestra.run.smithi037:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-15T04:53:05.993 INFO:teuthology.orchestra.run.smithi037.stderr:grep: /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-15T04:53:05.995 INFO:tasks.cephadm:Compressing logs... 2023-11-15T04:53:05.996 DEBUG:teuthology.orchestra.run.smithi037:> 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-11-15T04:53:06.038 DEBUG:teuthology.orchestra.run.smithi143:> 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-11-15T04:53:06.067 INFO:teuthology.orchestra.run.smithi143.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-15T04:53:06.067 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T04:53:06.068 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/cephadm.log: 96.2% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T04:53:06.070 INFO:teuthology.orchestra.run.smithi143.stderr: 2023-11-15T04:53:06.070 INFO:teuthology.orchestra.run.smithi143.stderr:real 0m0.014s 2023-11-15T04:53:06.070 INFO:teuthology.orchestra.run.smithi143.stderr:user 0m0.010s 2023-11-15T04:53:06.070 INFO:teuthology.orchestra.run.smithi143.stderr:sys 0m0.011s 2023-11-15T04:53:06.071 INFO:teuthology.orchestra.run.smithi037.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-15T04:53:06.072 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T04:53:06.072 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-15T04:53:06.072 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/ceph-mon.smithi037.log 2023-11-15T04:53:06.072 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi037.ourcoj.log 2023-11-15T04:53:06.073 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/ceph-volume.log: /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/ceph-mon.smithi037.log: /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi037.ourcoj.log: 88.3% -- replaced with /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-15T04:53:06.077 INFO:teuthology.orchestra.run.smithi037.stderr: 88.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T04:53:06.157 INFO:teuthology.orchestra.run.smithi037.stderr: 92.8% -- replaced with /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi037.ourcoj.log.gz 2023-11-15T04:53:06.228 INFO:teuthology.orchestra.run.smithi037.stderr: 90.5% -- replaced with /var/log/ceph/63451fb2-8371-11ee-8dbe-212e2dc638e7/ceph-mon.smithi037.log.gz 2023-11-15T04:53:06.230 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T04:53:06.230 INFO:teuthology.orchestra.run.smithi037.stderr:real 0m0.173s 2023-11-15T04:53:06.231 INFO:teuthology.orchestra.run.smithi037.stderr:user 0m0.249s 2023-11-15T04:53:06.231 INFO:teuthology.orchestra.run.smithi037.stderr:sys 0m0.025s 2023-11-15T04:53:06.231 INFO:tasks.cephadm:Archiving logs... 2023-11-15T04:53:06.232 DEBUG:teuthology.misc:Transferring archived files from smithi037:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458392/remote/ubuntu@smithi037.front.sepia.ceph.com/log 2023-11-15T04:53:06.233 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T04:53:06.352 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458392/remote/ubuntu@smithi143.front.sepia.ceph.com/log 2023-11-15T04:53:06.354 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T04:53:06.385 INFO:tasks.cephadm:Removing cluster... 2023-11-15T04:53:06.386 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 --force 2023-11-15T04:54:10.386 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 63451fb2-8371-11ee-8dbe-212e2dc638e7 --force 2023-11-15T04:54:10.690 INFO:tasks.cephadm:Removing cephadm ... 2023-11-15T04:54:10.691 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T04:54:10.716 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T04:54:10.734 INFO:tasks.cephadm:Teardown complete 2023-11-15T04:54:10.734 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_620f25c1794f62207424fc9319427943fb8d1fae/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_620f25c1794f62207424fc9319427943fb8d1fae/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi143 with status 5: 'sudo systemctl stop ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mon.smithi143' 2023-11-15T04:54:10.809 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=4c82f125e5f348eda7117a354eb3ec71 Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_620f25c1794f62207424fc9319427943fb8d1fae/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_620f25c1794f62207424fc9319427943fb8d1fae/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi143 with status 5: 'sudo systemctl stop ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mon.smithi143' 2023-11-15T04:54:10.814 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-15T04:54:10.823 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-15T04:54:10.834 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-15T04:54:10.835 DEBUG:teuthology.orchestra.run.smithi037:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T04:54:10.849 DEBUG:teuthology.orchestra.run.smithi143:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T04:54:10.861 INFO:teuthology.orchestra.run.smithi037.stderr:bash: ntpq: command not found 2023-11-15T04:54:10.866 INFO:teuthology.orchestra.run.smithi037.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T04:54:10.866 INFO:teuthology.orchestra.run.smithi037.stdout:=============================================================================== 2023-11-15T04:54:10.867 INFO:teuthology.orchestra.run.smithi037.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 63 -209us[ -209us] +/- 83ms 2023-11-15T04:54:10.867 INFO:teuthology.orchestra.run.smithi037.stdout:^* hv02.front.sepia.ceph.com 3 6 377 63 -128us[ -92us] +/- 55ms 2023-11-15T04:54:10.867 INFO:teuthology.orchestra.run.smithi037.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 64 +368us[ +405us] +/- 77ms 2023-11-15T04:54:10.868 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T04:54:10.868 INFO:teuthology.orchestra.run.smithi143.stderr:bash: ntpq: command not found 2023-11-15T04:54:10.871 INFO:teuthology.orchestra.run.smithi143.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T04:54:10.871 INFO:teuthology.orchestra.run.smithi143.stdout:=============================================================================== 2023-11-15T04:54:10.872 INFO:teuthology.orchestra.run.smithi143.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 63 -221us[ -221us] +/- 83ms 2023-11-15T04:54:10.872 INFO:teuthology.orchestra.run.smithi143.stdout:^* hv02.front.sepia.ceph.com 3 6 377 64 -142us[ -144us] +/- 55ms 2023-11-15T04:54:10.872 INFO:teuthology.orchestra.run.smithi143.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 63 +360us[ +360us] +/- 77ms 2023-11-15T04:54:10.872 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T04:54:10.873 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-15T04:54:10.885 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-15T04:54:10.886 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-15T04:54:10.900 DEBUG:teuthology.orchestra.run.smithi037:> 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-11-15T04:54:11.015 DEBUG:teuthology.orchestra.run.smithi143:> 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-11-15T04:54:11.105 DEBUG:teuthology.orchestra.run.smithi037:> 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-11-15T04:54:11.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:54:11.144 DEBUG:teuthology.orchestra.run.smithi143:> 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-11-15T04:54:11.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:54:11.176 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-15T04:54:11.186 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-15T04:54:11.196 INFO:teuthology.task.internal:Duration was 1212.627440 seconds 2023-11-15T04:54:11.197 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-15T04:54:11.208 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-15T04:54:11.209 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T04:54:11.212 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T04:54:11.261 INFO:teuthology.orchestra.run.smithi143.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T04:54:11.268 INFO:teuthology.orchestra.run.smithi037.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T04:54:11.537 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-15T04:54:11.538 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi037.front.sepia.ceph.com 2023-11-15T04:54:11.538 DEBUG:teuthology.orchestra.run.smithi037:> 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-11-15T04:54:11.568 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi143.front.sepia.ceph.com 2023-11-15T04:54:11.569 DEBUG:teuthology.orchestra.run.smithi143:> 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-11-15T04:54:11.591 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-15T04:54:11.592 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T04:54:11.611 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T04:54:11.677 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-15T04:54:11.678 DEBUG:teuthology.orchestra.run.smithi037:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T04:54:11.680 DEBUG:teuthology.orchestra.run.smithi143:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T04:54:11.768 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-15T04:54:11.778 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-15T04:54:11.778 DEBUG:teuthology.orchestra.run.smithi037:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T04:54:11.809 DEBUG:teuthology.orchestra.run.smithi143:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T04:54:11.836 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-15T04:54:11.846 DEBUG:teuthology.orchestra.run.smithi037:> 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-11-15T04:54:11.851 DEBUG:teuthology.orchestra.run.smithi143:> 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-11-15T04:54:11.882 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = core 2023-11-15T04:54:11.902 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = core 2023-11-15T04:54:11.945 DEBUG:teuthology.orchestra.run.smithi037:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T04:54:11.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:54:11.977 DEBUG:teuthology.orchestra.run.smithi143:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T04:54:12.002 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:54:12.003 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-15T04:54:12.013 INFO:teuthology.task.internal:Transferring archived files... 2023-11-15T04:54:12.014 DEBUG:teuthology.misc:Transferring archived files from smithi037:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458392/remote/smithi037 2023-11-15T04:54:12.015 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T04:54:12.064 DEBUG:teuthology.misc:Transferring archived files from smithi143:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458392/remote/smithi143 2023-11-15T04:54:12.065 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T04:54:12.103 INFO:teuthology.task.internal:Removing archive directory... 2023-11-15T04:54:12.104 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T04:54:12.107 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T04:54:12.155 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-15T04:54:12.166 INFO:teuthology.task.internal:Not uploading archives. 2023-11-15T04:54:12.167 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-15T04:54:12.175 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-15T04:54:12.176 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T04:54:12.178 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T04:54:12.198 INFO:teuthology.orchestra.run.smithi037.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 04:54 /home/ubuntu/cephtest 2023-11-15T04:54:12.212 INFO:teuthology.orchestra.run.smithi143.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 04:54 /home/ubuntu/cephtest 2023-11-15T04:54:12.213 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-15T04:54:12.223 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-15T04:54:12.241 INFO:teuthology.nuke:Checking targets against current locks 2023-11-15T04:54:12.265 DEBUG:teuthology.nuke:shortname: smithi037 2023-11-15T04:54:12.265 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T04:54:12.288 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458392', '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-11-15 04:25:14.471220', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDGEEt1CEeCjbzp0ETYW5+X8QbYmTxZwDKWaSk19LHSPP0jbKclWbrZ7SGTM3M/IqXqcL95NeP6pYpefL5HRawU='} 2023-11-15T04:54:12.294 DEBUG:teuthology.nuke:shortname: smithi143 2023-11-15T04:54:12.294 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T04:54:12.319 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458392', '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-11-15 04:25:14.469793', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOa9vtNC+yIm+VBxKSZAGOSKds8BlwRmChUkmt9y7sL7/PcbMHQNZeLze+eOSG2tI4DL3lNpBwgKqqlXtogYIVY='} 2023-11-15T04:54:12.348 INFO:teuthology.orchestra.console.smithi037:Power off 2023-11-15T04:54:12.349 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T04:54:12.384 INFO:teuthology.orchestra.console.smithi143:Power off 2023-11-15T04:54:12.384 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T04:54:12.394 DEBUG:teuthology.orchestra.console.smithi037:power off output: Chassis Power Control: Down/Off 2023-11-15T04:54:12.395 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:54:12.409 DEBUG:teuthology.orchestra.console.smithi143:power off output: Chassis Power Control: Down/Off 2023-11-15T04:54:12.410 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:54:12.421 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2023-11-15T04:54:12.432 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2023-11-15T04:54:16.422 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:54:16.432 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:54:16.533 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2023-11-15T04:54:16.545 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2023-11-15T04:54:20.535 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:54:20.546 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:54:20.646 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2023-11-15T04:54:20.656 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is off 2023-11-15T04:54:20.757 INFO:teuthology.orchestra.console.smithi143:Power off completed 2023-11-15T04:54:24.650 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:54:24.760 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is off 2023-11-15T04:54:24.861 INFO:teuthology.orchestra.console.smithi037:Power off completed 2023-11-15T04:54:24.965 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: 1212.6274399757385 failure_reason: 'Command failed on smithi143 with status 5: ''sudo systemctl stop ceph-63451fb2-8371-11ee-8dbe-212e2dc638e7@mon.smithi143''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=4c82f125e5f348eda7117a354eb3ec71 status: fail success: false 2023-11-15T04:54:24.966 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T04:54:25.047 INFO:teuthology.run:FAIL