2023-11-30T22:22:43.325 INFO:root:teuthology version: 0.0.1.dev212+g595fad1 2023-11-30T22:22:43.325 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} --archive /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472676 --owner scheduled_yuriw@teuthology --verbose -- /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472676/orig.config.yaml 2023-11-30T22:22:43.364 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-30T22:22:43.453 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472676 branch: wip-yuri8-testing-2023-11-29-0706-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: '7472676' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-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-yuri8-testing-2023-11-29-0706-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: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri8-testing-2023-11-29-0706-pacific sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 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: 8528 sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2023-11-29-0706-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 targets: smithi061.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG+dhXNzbjU+zNkN/Erd1X78AOL6dqj+MFkCa77IKsojY7rLyupIwAI3ObQsz8JJEOY49YJanPB7PII/7hu1b9c= smithi138.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA+y9rkg8hn7K2e0lgrDgg4Wq4UhGcnDYzuaAcsqqsrFnFEziX3vhZPTF5h/twEFAMFvEB6VGyC7w6s3g2o9Kh8= 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: wip-package-queries teuthology_sha1: 595fad1080bd379e3c0231a8e02595924c59a9da timestamp: 2023-11-30_16:00:27 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.232157 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-30T22:22:43.454 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa; will attempt to use it 2023-11-30T22:22:43.455 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks 2023-11-30T22:22:43.455 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-30T22:22:43.456 INFO:teuthology.task.internal:Checking packages... 2023-11-30T22:22:43.480 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9' 2023-11-30T22:22:43.480 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-30T22:22:43.480 INFO:teuthology.packaging:ref: None 2023-11-30T22:22:43.481 INFO:teuthology.packaging:tag: None 2023-11-30T22:22:43.481 INFO:teuthology.packaging:branch: wip-yuri8-testing-2023-11-29-0706-pacific 2023-11-30T22:22:43.481 INFO:teuthology.packaging:sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 2023-11-30T22:22:43.481 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri8-testing-2023-11-29-0706-pacific 2023-11-30T22:22:43.631 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-328.g0dc074ce 2023-11-30T22:22:43.631 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-30T22:22:43.638 INFO:teuthology.task.internal:no buildpackages task found 2023-11-30T22:22:43.638 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-30T22:22:43.663 INFO:teuthology.task.internal:Saving configuration 2023-11-30T22:22:43.679 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-30T22:22:43.686 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-30T22:22:43.712 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi061.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472676', '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-30 22:17:44.544001', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG+dhXNzbjU+zNkN/Erd1X78AOL6dqj+MFkCa77IKsojY7rLyupIwAI3ObQsz8JJEOY49YJanPB7PII/7hu1b9c='} 2023-11-30T22:22:43.737 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi138.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472676', '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-30 22:17:44.545943', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA+y9rkg8hn7K2e0lgrDgg4Wq4UhGcnDYzuaAcsqqsrFnFEziX3vhZPTF5h/twEFAMFvEB6VGyC7w6s3g2o9Kh8='} 2023-11-30T22:22:43.738 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-30T22:22:43.743 INFO:teuthology.task.internal:roles: ubuntu@smithi061.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-11-30T22:22:43.744 INFO:teuthology.task.internal:roles: ubuntu@smithi138.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-11-30T22:22:43.744 INFO:teuthology.run_tasks:Running task console_log... 2023-11-30T22:22:43.817 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa1508f9a60>, signals=[15]) 2023-11-30T22:22:43.818 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-30T22:22:43.833 INFO:teuthology.task.internal:Opening connections... 2023-11-30T22:22:43.833 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi061.front.sepia.ceph.com 2023-11-30T22:22:43.838 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi061.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T22:22:43.911 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi138.front.sepia.ceph.com 2023-11-30T22:22:43.911 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T22:22:43.985 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-30T22:22:43.992 DEBUG:teuthology.orchestra.run.smithi061:> uname -m 2023-11-30T22:22:44.016 INFO:teuthology.orchestra.run.smithi061.stdout:x86_64 2023-11-30T22:22:44.017 DEBUG:teuthology.orchestra.run.smithi061:> cat /etc/os-release 2023-11-30T22:22:44.078 INFO:teuthology.orchestra.run.smithi061.stdout:NAME="CentOS Stream" 2023-11-30T22:22:44.078 INFO:teuthology.orchestra.run.smithi061.stdout:VERSION="8" 2023-11-30T22:22:44.078 INFO:teuthology.orchestra.run.smithi061.stdout:ID="centos" 2023-11-30T22:22:44.078 INFO:teuthology.orchestra.run.smithi061.stdout:ID_LIKE="rhel fedora" 2023-11-30T22:22:44.079 INFO:teuthology.orchestra.run.smithi061.stdout:VERSION_ID="8" 2023-11-30T22:22:44.079 INFO:teuthology.orchestra.run.smithi061.stdout:PLATFORM_ID="platform:el8" 2023-11-30T22:22:44.079 INFO:teuthology.orchestra.run.smithi061.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-30T22:22:44.079 INFO:teuthology.orchestra.run.smithi061.stdout:ANSI_COLOR="0;31" 2023-11-30T22:22:44.079 INFO:teuthology.orchestra.run.smithi061.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-30T22:22:44.079 INFO:teuthology.orchestra.run.smithi061.stdout:HOME_URL="https://centos.org/" 2023-11-30T22:22:44.079 INFO:teuthology.orchestra.run.smithi061.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-30T22:22:44.079 INFO:teuthology.orchestra.run.smithi061.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-30T22:22:44.079 INFO:teuthology.orchestra.run.smithi061.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-30T22:22:44.080 INFO:teuthology.lock.ops:Updating smithi061.front.sepia.ceph.com on lock server 2023-11-30T22:22:44.103 DEBUG:teuthology.orchestra.run.smithi138:> uname -m 2023-11-30T22:22:44.125 INFO:teuthology.orchestra.run.smithi138.stdout:x86_64 2023-11-30T22:22:44.125 DEBUG:teuthology.orchestra.run.smithi138:> cat /etc/os-release 2023-11-30T22:22:44.187 INFO:teuthology.orchestra.run.smithi138.stdout:NAME="CentOS Stream" 2023-11-30T22:22:44.187 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION="8" 2023-11-30T22:22:44.187 INFO:teuthology.orchestra.run.smithi138.stdout:ID="centos" 2023-11-30T22:22:44.187 INFO:teuthology.orchestra.run.smithi138.stdout:ID_LIKE="rhel fedora" 2023-11-30T22:22:44.187 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION_ID="8" 2023-11-30T22:22:44.187 INFO:teuthology.orchestra.run.smithi138.stdout:PLATFORM_ID="platform:el8" 2023-11-30T22:22:44.187 INFO:teuthology.orchestra.run.smithi138.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-30T22:22:44.187 INFO:teuthology.orchestra.run.smithi138.stdout:ANSI_COLOR="0;31" 2023-11-30T22:22:44.188 INFO:teuthology.orchestra.run.smithi138.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-30T22:22:44.188 INFO:teuthology.orchestra.run.smithi138.stdout:HOME_URL="https://centos.org/" 2023-11-30T22:22:44.188 INFO:teuthology.orchestra.run.smithi138.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-30T22:22:44.188 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-30T22:22:44.188 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-30T22:22:44.188 INFO:teuthology.lock.ops:Updating smithi138.front.sepia.ceph.com on lock server 2023-11-30T22:22:44.211 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-30T22:22:44.220 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-30T22:22:44.230 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-30T22:22:44.230 DEBUG:teuthology.orchestra.run.smithi061:> test '!' -e /home/ubuntu/cephtest 2023-11-30T22:22:44.233 DEBUG:teuthology.orchestra.run.smithi138:> test '!' -e /home/ubuntu/cephtest 2023-11-30T22:22:44.253 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-30T22:22:44.260 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-30T22:22:44.261 DEBUG:teuthology.orchestra.run.smithi061:> test -z $(ls -A /var/lib/ceph) 2023-11-30T22:22:44.293 DEBUG:teuthology.orchestra.run.smithi138:> test -z $(ls -A /var/lib/ceph) 2023-11-30T22:22:44.321 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-30T22:22:44.375 INFO:teuthology.run_tasks:Running task kernel... 2023-11-30T22:22:44.390 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-30T22:22:44.391 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-30T22:22:44.391 DEBUG:teuthology.orchestra.run.smithi061:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-30T22:22:44.392 DEBUG:teuthology.orchestra.run.smithi138:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-30T22:22:44.411 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:22:44.412 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2023-11-30T22:22:44.413 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:22:44.413 DEBUG:teuthology.orchestra.run.smithi061:> uname -r 2023-11-30T22:22:44.471 INFO:teuthology.orchestra.run.smithi138.stdout:4.18.0-489.el8.x86_64 2023-11-30T22:22:44.472 INFO:teuthology.task.kernel:Running kernel on smithi138: 4.18.0-489.el8.x86_64 2023-11-30T22:22:44.472 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum install -y kernel 2023-11-30T22:22:44.475 INFO:teuthology.orchestra.run.smithi061.stdout:4.18.0-489.el8.x86_64 2023-11-30T22:22:44.475 INFO:teuthology.task.kernel:Running kernel on smithi061: 4.18.0-489.el8.x86_64 2023-11-30T22:22:44.475 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum install -y kernel 2023-11-30T22:22:50.168 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 8 - AppStream 11 MB/s | 34 MB 00:03 2023-11-30T22:22:52.315 INFO:teuthology.orchestra.run.smithi061.stdout:CentOS Stream 8 - AppStream 6.5 MB/s | 34 MB 00:05 2023-11-30T22:27:24.934 INFO:teuthology.orchestra.run.smithi061.stdout:CentOS Stream 8 - BaseOS 212 kB/s | 55 MB 04:25 2023-11-30T22:27:33.492 INFO:teuthology.orchestra.run.smithi061.stdout:CentOS Stream 8 - Extras 87 kB/s | 18 kB 00:00 2023-11-30T22:27:33.910 INFO:teuthology.orchestra.run.smithi061.stdout:CentOS Stream 8 - Extras common packages 30 kB/s | 6.9 kB 00:00 2023-11-30T22:27:34.219 INFO:teuthology.orchestra.run.smithi061.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-11-30T22:27:41.181 INFO:teuthology.orchestra.run.smithi061.stdout:Extra Packages for Enterprise Linux 2.3 MB/s | 16 MB 00:06 2023-11-30T22:27:45.227 INFO:teuthology.orchestra.run.smithi061.stdout:lab-extras 280 kB/s | 24 kB 00:00 2023-11-30T22:27:49.161 INFO:teuthology.orchestra.run.smithi061.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-30T22:27:49.161 INFO:teuthology.orchestra.run.smithi061.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-30T22:27:49.470 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-30T22:27:49.471 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-30T22:27:49.471 INFO:teuthology.orchestra.run.smithi061.stdout: Package Architecture Version Repository Size 2023-11-30T22:27:49.471 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-30T22:27:49.471 INFO:teuthology.orchestra.run.smithi061.stdout:Installing: 2023-11-30T22:27:49.471 INFO:teuthology.orchestra.run.smithi061.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-11-30T22:27:49.471 INFO:teuthology.orchestra.run.smithi061.stdout:Installing dependencies: 2023-11-30T22:27:49.471 INFO:teuthology.orchestra.run.smithi061.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-11-30T22:27:49.472 INFO:teuthology.orchestra.run.smithi061.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-11-30T22:27:49.472 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-30T22:27:49.472 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-11-30T22:27:49.472 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-30T22:27:49.472 INFO:teuthology.orchestra.run.smithi061.stdout:Install 3 Packages 2023-11-30T22:27:49.472 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-30T22:27:49.472 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 90 M 2023-11-30T22:27:49.473 INFO:teuthology.orchestra.run.smithi061.stdout:Installed size: 96 M 2023-11-30T22:27:49.473 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-11-30T22:29:59.813 INFO:teuthology.orchestra.run.smithi061.stdout:[MIRROR] kernel-4.18.0-526.el8.x86_64.rpm: Curl error (7): Couldn't connect to server for http://mirrors.maine.edu/CentOS/8-stream/BaseOS/x86_64/os/Packages/kernel-4.18.0-526.el8.x86_64.rpm [Failed to connect to mirrors.maine.edu port 80: Connection timed out] 2023-11-30T22:29:59.813 INFO:teuthology.orchestra.run.smithi061.stdout:[MIRROR] kernel-core-4.18.0-526.el8.x86_64.rpm: Curl error (7): Couldn't connect to server for http://mirrors.maine.edu/CentOS/8-stream/BaseOS/x86_64/os/Packages/kernel-core-4.18.0-526.el8.x86_64.rpm [Failed to connect to mirrors.maine.edu port 80: Connection timed out] 2023-11-30T22:29:59.813 INFO:teuthology.orchestra.run.smithi061.stdout:[MIRROR] kernel-modules-4.18.0-526.el8.x86_64.rpm: Curl error (7): Couldn't connect to server for http://mirrors.maine.edu/CentOS/8-stream/BaseOS/x86_64/os/Packages/kernel-modules-4.18.0-526.el8.x86_64.rpm [Failed to connect to mirrors.maine.edu port 80: Connection timed out] 2023-11-30T22:30:00.423 INFO:teuthology.orchestra.run.smithi061.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 79 kB/s | 10 MB 02:10 2023-11-30T22:30:01.515 INFO:teuthology.orchestra.run.smithi061.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 280 kB/s | 36 MB 02:11 2023-11-30T22:30:02.015 INFO:teuthology.orchestra.run.smithi061.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 335 kB/s | 43 MB 02:12 2023-11-30T22:30:02.016 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-11-30T22:30:02.016 INFO:teuthology.orchestra.run.smithi061.stdout:Total 692 kB/s | 90 MB 02:12 2023-11-30T22:30:02.718 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-11-30T22:30:03.179 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-11-30T22:30:03.180 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-11-30T22:30:04.479 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-11-30T22:30:04.507 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-11-30T22:30:07.488 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-11-30T22:30:07.983 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-11-30T22:30:11.150 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 8 - BaseOS 129 kB/s | 55 MB 07:14 2023-11-30T22:30:11.683 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-11-30T22:30:12.082 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-11-30T22:30:15.751 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-11-30T22:30:16.033 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-11-30T22:30:19.197 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 8 - Extras 91 kB/s | 18 kB 00:00 2023-11-30T22:30:19.681 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 8 - Extras common packages 23 kB/s | 6.9 kB 00:00 2023-11-30T22:30:19.966 INFO:teuthology.orchestra.run.smithi138.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-11-30T22:30:20.567 INFO:teuthology.orchestra.run.smithi138.stdout:Extra Packages for Enterprise Linux 35 MB/s | 16 MB 00:00 2023-11-30T22:30:24.350 INFO:teuthology.orchestra.run.smithi138.stdout:lab-extras 436 kB/s | 24 kB 00:00 2023-11-30T22:30:28.000 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-30T22:30:28.000 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-30T22:30:28.292 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-11-30T22:30:28.292 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-11-30T22:30:28.292 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2023-11-30T22:30:28.292 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-11-30T22:30:28.292 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-11-30T22:30:28.292 INFO:teuthology.orchestra.run.smithi138.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-11-30T22:30:28.292 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2023-11-30T22:30:28.293 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-11-30T22:30:28.293 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-11-30T22:30:28.293 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:30:28.293 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-11-30T22:30:28.293 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-11-30T22:30:28.293 INFO:teuthology.orchestra.run.smithi138.stdout:Install 3 Packages 2023-11-30T22:30:28.293 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:30:28.294 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 90 M 2023-11-30T22:30:28.294 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 96 M 2023-11-30T22:30:28.294 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-11-30T22:30:39.391 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-11-30T22:30:39.415 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-11-30T22:30:39.775 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-11-30T22:30:39.776 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-11-30T22:30:39.776 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-11-30T22:30:41.180 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-11-30T22:30:41.180 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-30T22:30:41.180 INFO:teuthology.orchestra.run.smithi061.stdout:Installed: 2023-11-30T22:30:41.180 INFO:teuthology.orchestra.run.smithi061.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-11-30T22:30:41.180 INFO:teuthology.orchestra.run.smithi061.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-11-30T22:30:41.181 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-30T22:30:41.181 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-30T22:30:41.327 DEBUG:teuthology.orchestra.run.smithi061:> rpm -q kernel | sort -rV | head -n 1 2023-11-30T22:30:41.548 INFO:teuthology.orchestra.run.smithi061.stdout:kernel-4.18.0-526.el8.x86_64 2023-11-30T22:30:41.548 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-11-30T22:30:41.548 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-11-30T22:30:41.548 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-30T22:30:41.548 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-30T22:30:41.549 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-30T22:30:41.549 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi061.front.sepia.ceph.com, path=None, version=distro) 2023-11-30T22:30:41.549 DEBUG:teuthology.orchestra.run.smithi061:> rpm -q kernel | sort -rV | head -n 1 2023-11-30T22:30:41.767 INFO:teuthology.orchestra.run.smithi061.stdout:kernel-4.18.0-526.el8.x86_64 2023-11-30T22:30:41.767 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-11-30T22:30:41.767 DEBUG:teuthology.orchestra.run.smithi061:> sudo rpm -qi grub2-tools 2023-11-30T22:30:41.802 INFO:teuthology.orchestra.run.smithi061.stdout:Name : grub2-tools 2023-11-30T22:30:41.802 INFO:teuthology.orchestra.run.smithi061.stdout:Epoch : 1 2023-11-30T22:30:41.802 INFO:teuthology.orchestra.run.smithi061.stdout:Version : 2.02 2023-11-30T22:30:41.802 INFO:teuthology.orchestra.run.smithi061.stdout:Release : 129.el8 2023-11-30T22:30:41.802 INFO:teuthology.orchestra.run.smithi061.stdout:Architecture: x86_64 2023-11-30T22:30:41.803 INFO:teuthology.orchestra.run.smithi061.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-30T22:30:41.803 INFO:teuthology.orchestra.run.smithi061.stdout:Group : System Environment/Base 2023-11-30T22:30:41.803 INFO:teuthology.orchestra.run.smithi061.stdout:Size : 9265586 2023-11-30T22:30:41.803 INFO:teuthology.orchestra.run.smithi061.stdout:License : GPLv3+ 2023-11-30T22:30:41.803 INFO:teuthology.orchestra.run.smithi061.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-30T22:30:41.803 INFO:teuthology.orchestra.run.smithi061.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-30T22:30:41.803 INFO:teuthology.orchestra.run.smithi061.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-30T22:30:41.803 INFO:teuthology.orchestra.run.smithi061.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-30T22:30:41.803 INFO:teuthology.orchestra.run.smithi061.stdout:Relocations : (not relocatable) 2023-11-30T22:30:41.803 INFO:teuthology.orchestra.run.smithi061.stdout:Packager : CentOS BuildSystem 2023-11-30T22:30:41.803 INFO:teuthology.orchestra.run.smithi061.stdout:Vendor : CentOS 2023-11-30T22:30:41.803 INFO:teuthology.orchestra.run.smithi061.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-30T22:30:41.803 INFO:teuthology.orchestra.run.smithi061.stdout:Summary : Support tools for GRUB. 2023-11-30T22:30:41.804 INFO:teuthology.orchestra.run.smithi061.stdout:Description : 2023-11-30T22:30:41.804 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-30T22:30:41.804 INFO:teuthology.orchestra.run.smithi061.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-30T22:30:41.804 INFO:teuthology.orchestra.run.smithi061.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-30T22:30:41.804 INFO:teuthology.orchestra.run.smithi061.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-30T22:30:41.804 INFO:teuthology.orchestra.run.smithi061.stdout:hardware devices. 2023-11-30T22:30:41.804 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-30T22:30:41.804 INFO:teuthology.orchestra.run.smithi061.stdout:This subpackage provides tools for support of all platforms. 2023-11-30T22:30:41.805 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-30T22:30:41.805 INFO:teuthology.task.kernel:Updating grub on smithi061 to boot 4.18.0-526.el8.x86_64 2023-11-30T22:30:41.805 DEBUG:teuthology.orchestra.run.smithi061:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-30T22:30:43.225 INFO:teuthology.orchestra.run.smithi061.stderr:Generating grub configuration file ... 2023-11-30T22:30:45.417 INFO:teuthology.orchestra.run.smithi061.stderr:done 2023-11-30T22:30:45.429 DEBUG:teuthology.orchestra.run.smithi061:> mktemp 2023-11-30T22:30:45.464 INFO:teuthology.orchestra.run.smithi061.stdout:/tmp/tmp.SGWwwlOmbZ 2023-11-30T22:30:45.465 DEBUG:teuthology.orchestra.run.smithi061:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.SGWwwlOmbZ 2023-11-30T22:30:45.537 DEBUG:teuthology.orchestra.run.smithi061:> sudo chmod 0666 /tmp/tmp.SGWwwlOmbZ 2023-11-30T22:30:45.676 DEBUG:teuthology.orchestra.remote:smithi061:/tmp/tmp.SGWwwlOmbZ is 6KB 2023-11-30T22:30:45.731 DEBUG:teuthology.orchestra.run.smithi061:> rm -fr /tmp/tmp.SGWwwlOmbZ 2023-11-30T22:30:45.751 DEBUG:teuthology.orchestra.run.smithi061:> sudo /bin/ls /boot/loader/entries || true 2023-11-30T22:30:45.836 INFO:teuthology.orchestra.run.smithi061.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-30T22:30:45.836 INFO:teuthology.orchestra.run.smithi061.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-30T22:30:45.836 INFO:teuthology.orchestra.run.smithi061.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-30T22:30:45.836 INFO:teuthology.orchestra.run.smithi061.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-11-30T22:30:45.837 DEBUG:teuthology.orchestra.run.smithi061:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-11-30T22:30:45.944 DEBUG:teuthology.orchestra.run.smithi061:> sudo shutdown -r now 2023-11-30T22:31:15.947 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-30T22:31:15.947 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi061.front.sepia.ceph.com' 2023-11-30T22:31:15.948 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi061.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T22:32:15.951 DEBUG:teuthology.orchestra.remote:timed out 2023-11-30T22:32:24.952 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi061.front.sepia.ceph.com' 2023-11-30T22:32:24.953 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi061.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T22:32:28.330 DEBUG:teuthology.orchestra.run.smithi061:> true 2023-11-30T22:32:28.575 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi061.front.sepia.ceph.com' 2023-11-30T22:32:28.575 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-526.el8.x86_64"... 2023-11-30T22:32:28.576 DEBUG:teuthology.orchestra.run.smithi061:> uname -r 2023-11-30T22:32:28.593 INFO:teuthology.orchestra.run.smithi061.stdout:4.18.0-526.el8.x86_64 2023-11-30T22:32:28.593 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-11-30T22:32:28.593 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-30T22:32:28.593 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-30T22:32:29.595 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-30T22:32:29.595 DEBUG:teuthology.orchestra.run.smithi061:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-30T22:32:29.666 INFO:teuthology.orchestra.run.smithi061.stdout:ttyS1 2023-11-30T22:32:29.678 DEBUG:teuthology.parallel:result is None 2023-11-30T22:33:33.984 INFO:teuthology.orchestra.run.smithi138.stdout:[MIRROR] kernel-4.18.0-526.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.maine.edu/CentOS/8-stream/BaseOS/x86_64/os/Packages/kernel-4.18.0-526.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-30T22:33:33.984 INFO:teuthology.orchestra.run.smithi138.stdout:[MIRROR] kernel-core-4.18.0-526.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.maine.edu/CentOS/8-stream/BaseOS/x86_64/os/Packages/kernel-core-4.18.0-526.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-30T22:33:33.984 INFO:teuthology.orchestra.run.smithi138.stdout:[MIRROR] kernel-modules-4.18.0-526.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.maine.edu/CentOS/8-stream/BaseOS/x86_64/os/Packages/kernel-modules-4.18.0-526.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-30T22:33:35.450 INFO:teuthology.orchestra.run.smithi138.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 55 kB/s | 10 MB 03:07 2023-11-30T22:33:36.592 INFO:teuthology.orchestra.run.smithi138.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 196 kB/s | 36 MB 03:08 2023-11-30T22:33:37.101 INFO:teuthology.orchestra.run.smithi138.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 235 kB/s | 43 MB 03:08 2023-11-30T22:33:37.101 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-11-30T22:33:37.101 INFO:teuthology.orchestra.run.smithi138.stdout:Total 486 kB/s | 90 MB 03:08 2023-11-30T22:33:37.782 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-11-30T22:33:38.206 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-11-30T22:33:38.206 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-11-30T22:33:39.442 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-11-30T22:33:39.472 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-11-30T22:33:42.256 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-11-30T22:33:42.779 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-11-30T22:33:46.340 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-11-30T22:33:46.761 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-11-30T22:33:50.183 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-11-30T22:33:50.466 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-11-30T22:34:12.575 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-11-30T22:34:13.914 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-11-30T22:34:13.914 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-11-30T22:34:13.918 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-11-30T22:34:13.918 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-11-30T22:34:13.918 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-11-30T22:34:13.918 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:34:13.919 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-11-30T22:34:13.919 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-11-30T22:34:13.919 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-11-30T22:34:13.919 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:34:13.919 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-11-30T22:34:14.016 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2023-11-30T22:34:14.276 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-4.18.0-526.el8.x86_64 2023-11-30T22:34:14.276 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-11-30T22:34:14.276 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-11-30T22:34:14.276 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-30T22:34:14.277 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-30T22:34:14.277 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-30T22:34:14.277 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi138.front.sepia.ceph.com, path=None, version=distro) 2023-11-30T22:34:14.277 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2023-11-30T22:34:14.487 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-4.18.0-526.el8.x86_64 2023-11-30T22:34:14.487 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-11-30T22:34:14.487 DEBUG:teuthology.orchestra.run.smithi138:> sudo rpm -qi grub2-tools 2023-11-30T22:34:14.521 INFO:teuthology.orchestra.run.smithi138.stdout:Name : grub2-tools 2023-11-30T22:34:14.521 INFO:teuthology.orchestra.run.smithi138.stdout:Epoch : 1 2023-11-30T22:34:14.521 INFO:teuthology.orchestra.run.smithi138.stdout:Version : 2.02 2023-11-30T22:34:14.521 INFO:teuthology.orchestra.run.smithi138.stdout:Release : 129.el8 2023-11-30T22:34:14.521 INFO:teuthology.orchestra.run.smithi138.stdout:Architecture: x86_64 2023-11-30T22:34:14.521 INFO:teuthology.orchestra.run.smithi138.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-30T22:34:14.521 INFO:teuthology.orchestra.run.smithi138.stdout:Group : System Environment/Base 2023-11-30T22:34:14.521 INFO:teuthology.orchestra.run.smithi138.stdout:Size : 9265586 2023-11-30T22:34:14.522 INFO:teuthology.orchestra.run.smithi138.stdout:License : GPLv3+ 2023-11-30T22:34:14.522 INFO:teuthology.orchestra.run.smithi138.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-30T22:34:14.522 INFO:teuthology.orchestra.run.smithi138.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-30T22:34:14.522 INFO:teuthology.orchestra.run.smithi138.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-30T22:34:14.522 INFO:teuthology.orchestra.run.smithi138.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-30T22:34:14.522 INFO:teuthology.orchestra.run.smithi138.stdout:Relocations : (not relocatable) 2023-11-30T22:34:14.522 INFO:teuthology.orchestra.run.smithi138.stdout:Packager : CentOS BuildSystem 2023-11-30T22:34:14.522 INFO:teuthology.orchestra.run.smithi138.stdout:Vendor : CentOS 2023-11-30T22:34:14.522 INFO:teuthology.orchestra.run.smithi138.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-30T22:34:14.522 INFO:teuthology.orchestra.run.smithi138.stdout:Summary : Support tools for GRUB. 2023-11-30T22:34:14.522 INFO:teuthology.orchestra.run.smithi138.stdout:Description : 2023-11-30T22:34:14.522 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:34:14.523 INFO:teuthology.orchestra.run.smithi138.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-30T22:34:14.523 INFO:teuthology.orchestra.run.smithi138.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-30T22:34:14.523 INFO:teuthology.orchestra.run.smithi138.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-30T22:34:14.523 INFO:teuthology.orchestra.run.smithi138.stdout:hardware devices. 2023-11-30T22:34:14.523 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:34:14.523 INFO:teuthology.orchestra.run.smithi138.stdout:This subpackage provides tools for support of all platforms. 2023-11-30T22:34:14.524 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-30T22:34:14.524 INFO:teuthology.task.kernel:Updating grub on smithi138 to boot 4.18.0-526.el8.x86_64 2023-11-30T22:34:14.524 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-30T22:34:15.970 INFO:teuthology.orchestra.run.smithi138.stderr:Generating grub configuration file ... 2023-11-30T22:34:18.045 INFO:teuthology.orchestra.run.smithi138.stderr:done 2023-11-30T22:34:18.047 DEBUG:teuthology.orchestra.run.smithi138:> mktemp 2023-11-30T22:34:18.070 INFO:teuthology.orchestra.run.smithi138.stdout:/tmp/tmp.d6hZsf7Oyl 2023-11-30T22:34:18.070 DEBUG:teuthology.orchestra.run.smithi138:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.d6hZsf7Oyl 2023-11-30T22:34:18.163 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 0666 /tmp/tmp.d6hZsf7Oyl 2023-11-30T22:34:18.267 DEBUG:teuthology.orchestra.remote:smithi138:/tmp/tmp.d6hZsf7Oyl is 6KB 2023-11-30T22:34:18.315 DEBUG:teuthology.orchestra.run.smithi138:> rm -fr /tmp/tmp.d6hZsf7Oyl 2023-11-30T22:34:18.333 DEBUG:teuthology.orchestra.run.smithi138:> sudo /bin/ls /boot/loader/entries || true 2023-11-30T22:34:18.416 INFO:teuthology.orchestra.run.smithi138.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-30T22:34:18.416 INFO:teuthology.orchestra.run.smithi138.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-30T22:34:18.416 INFO:teuthology.orchestra.run.smithi138.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-30T22:34:18.416 INFO:teuthology.orchestra.run.smithi138.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-11-30T22:34:18.417 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-11-30T22:34:18.539 DEBUG:teuthology.orchestra.run.smithi138:> sudo shutdown -r now 2023-11-30T22:34:48.542 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-30T22:34:48.542 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-11-30T22:34:48.543 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T22:35:06.982 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.138 2023-11-30T22:35:15.983 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-11-30T22:35:15.984 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T22:35:19.042 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.138 2023-11-30T22:35:31.044 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-11-30T22:35:31.045 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T22:35:49.474 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.138 2023-11-30T22:36:04.475 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-11-30T22:36:04.476 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T22:36:05.847 DEBUG:teuthology.orchestra.run.smithi138:> true 2023-11-30T22:36:06.506 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-11-30T22:36:06.506 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-526.el8.x86_64"... 2023-11-30T22:36:06.507 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2023-11-30T22:36:06.523 INFO:teuthology.orchestra.run.smithi138.stdout:4.18.0-526.el8.x86_64 2023-11-30T22:36:06.524 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-11-30T22:36:06.524 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-30T22:36:06.524 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-30T22:36:07.524 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-30T22:36:07.525 DEBUG:teuthology.orchestra.run.smithi138:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-30T22:36:07.589 INFO:teuthology.orchestra.run.smithi138.stdout:ttyS1 2023-11-30T22:36:07.605 DEBUG:teuthology.parallel:result is None 2023-11-30T22:36:07.606 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-30T22:36:07.614 INFO:teuthology.task.internal:Creating test directory... 2023-11-30T22:36:07.614 DEBUG:teuthology.orchestra.run.smithi061:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-30T22:36:07.622 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-30T22:36:07.644 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-30T22:36:07.651 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-30T22:36:07.658 INFO:teuthology.task.internal:Creating archive directory... 2023-11-30T22:36:07.659 DEBUG:teuthology.orchestra.run.smithi061:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-30T22:36:07.685 DEBUG:teuthology.orchestra.run.smithi138:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-30T22:36:07.737 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-30T22:36:07.745 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-30T22:36:07.745 DEBUG:teuthology.orchestra.run.smithi061:> 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-30T22:36:07.758 DEBUG:teuthology.orchestra.run.smithi138:> 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-30T22:36:07.796 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-30T22:36:07.801 INFO:teuthology.orchestra.run.smithi061.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-30T22:36:07.806 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-30T22:36:07.813 INFO:teuthology.orchestra.run.smithi061.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-30T22:36:07.814 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-30T22:36:07.823 INFO:teuthology.task.internal:Configuring sudo... 2023-11-30T22:36:07.823 DEBUG:teuthology.orchestra.run.smithi061:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-30T22:36:07.825 DEBUG:teuthology.orchestra.run.smithi138:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-30T22:36:07.879 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-30T22:36:07.889 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-30T22:36:07.890 DEBUG:teuthology.orchestra.run.smithi061:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-30T22:36:07.896 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-30T22:36:07.938 DEBUG:teuthology.orchestra.run.smithi061:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-30T22:36:08.004 DEBUG:teuthology.orchestra.run.smithi061:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-30T22:36:08.057 DEBUG:teuthology.orchestra.run.smithi061:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-30T22:36:08.141 DEBUG:teuthology.orchestra.run.smithi061:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-30T22:36:08.187 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-11-30T22:36:08.187 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-30T22:36:08.255 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-30T22:36:08.304 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-30T22:36:08.362 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-30T22:36:08.451 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-30T22:36:08.496 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-11-30T22:36:08.496 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-30T22:36:08.566 DEBUG:teuthology.orchestra.run.smithi061:> sudo service rsyslog restart 2023-11-30T22:36:08.568 DEBUG:teuthology.orchestra.run.smithi138:> sudo service rsyslog restart 2023-11-30T22:36:08.637 INFO:teuthology.orchestra.run.smithi061.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-30T22:36:08.662 INFO:teuthology.orchestra.run.smithi138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-30T22:36:09.087 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-30T22:36:09.095 INFO:teuthology.task.internal:Starting timer... 2023-11-30T22:36:09.095 INFO:teuthology.run_tasks:Running task pcp... 2023-11-30T22:36:09.106 INFO:teuthology.run_tasks:Running task selinux... 2023-11-30T22:36:09.117 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-30T22:36:09.118 DEBUG:teuthology.orchestra.run.smithi061:> sudo service auditd rotate 2023-11-30T22:36:09.249 INFO:teuthology.orchestra.run.smithi061.stdout:Rotating logs: 2023-11-30T22:36:09.251 DEBUG:teuthology.orchestra.run.smithi138:> sudo service auditd rotate 2023-11-30T22:36:09.343 INFO:teuthology.orchestra.run.smithi138.stdout:Rotating logs: 2023-11-30T22:36:09.345 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-30T22:36:09.345 DEBUG:teuthology.orchestra.run.smithi061:> /usr/sbin/getenforce 2023-11-30T22:36:09.382 INFO:teuthology.orchestra.run.smithi061.stdout:Permissive 2023-11-30T22:36:09.382 DEBUG:teuthology.orchestra.run.smithi138:> /usr/sbin/getenforce 2023-11-30T22:36:09.437 INFO:teuthology.orchestra.run.smithi138.stdout:Permissive 2023-11-30T22:36:09.437 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi061.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi138.front.sepia.ceph.com': 'permissive'} 2023-11-30T22:36:09.438 DEBUG:teuthology.orchestra.run.smithi061:> 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-30T22:36:09.467 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:36:09.468 DEBUG:teuthology.orchestra.run.smithi138:> 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-30T22:36:09.496 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:36:09.496 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-30T22:36:09.496 DEBUG:teuthology.orchestra.run.smithi061:> sudo /usr/sbin/setenforce permissive 2023-11-30T22:36:09.536 DEBUG:teuthology.orchestra.run.smithi138:> sudo /usr/sbin/setenforce permissive 2023-11-30T22:36:09.569 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-30T22:36:09.583 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-11-30T22:36:09.599 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2023-11-30T22:36:09.725 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-30T22:36:09.742 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-30T22:36:09.744 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi061.front.sepia.ceph.com,smithi138.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-30T22:50:19.943 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi061.front.sepia.ceph.com'), Remote(name='ubuntu@smithi138.front.sepia.ceph.com')] 2023-11-30T22:50:19.944 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi061.front.sepia.ceph.com' 2023-11-30T22:50:19.945 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi061.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T22:50:20.017 DEBUG:teuthology.orchestra.run.smithi061:> true 2023-11-30T22:50:20.086 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi061.front.sepia.ceph.com' 2023-11-30T22:50:20.086 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-11-30T22:50:20.087 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T22:50:20.157 DEBUG:teuthology.orchestra.run.smithi138:> true 2023-11-30T22:50:20.225 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-11-30T22:50:20.226 INFO:teuthology.run_tasks:Running task clock... 2023-11-30T22:50:20.244 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-30T22:50:20.245 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-30T22:50:20.245 DEBUG:teuthology.orchestra.run.smithi061:> 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-30T22:50:20.248 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-30T22:50:20.248 DEBUG:teuthology.orchestra.run.smithi138:> 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-30T22:50:20.280 INFO:teuthology.orchestra.run.smithi061.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-30T22:50:20.295 INFO:teuthology.orchestra.run.smithi061.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-30T22:50:20.297 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-30T22:50:20.311 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-30T22:50:20.368 INFO:teuthology.orchestra.run.smithi061.stderr:sudo: ntpd: command not found 2023-11-30T22:50:20.374 INFO:teuthology.orchestra.run.smithi138.stderr:sudo: ntpd: command not found 2023-11-30T22:50:20.380 INFO:teuthology.orchestra.run.smithi061.stdout:506 Cannot talk to daemon 2023-11-30T22:50:20.386 INFO:teuthology.orchestra.run.smithi138.stdout:506 Cannot talk to daemon 2023-11-30T22:50:20.394 INFO:teuthology.orchestra.run.smithi061.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-30T22:50:20.399 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-30T22:50:20.408 INFO:teuthology.orchestra.run.smithi061.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-30T22:50:20.412 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-30T22:50:20.475 INFO:teuthology.orchestra.run.smithi061.stderr:bash: ntpq: command not found 2023-11-30T22:50:20.478 INFO:teuthology.orchestra.run.smithi061.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-30T22:50:20.479 INFO:teuthology.orchestra.run.smithi061.stdout:=============================================================================== 2023-11-30T22:50:20.479 INFO:teuthology.orchestra.run.smithi061.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T22:50:20.479 INFO:teuthology.orchestra.run.smithi061.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T22:50:20.479 INFO:teuthology.orchestra.run.smithi061.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T22:50:20.479 INFO:teuthology.orchestra.run.smithi061.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T22:50:20.480 INFO:teuthology.orchestra.run.smithi138.stderr:bash: ntpq: command not found 2023-11-30T22:50:20.484 INFO:teuthology.orchestra.run.smithi138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-30T22:50:20.484 INFO:teuthology.orchestra.run.smithi138.stdout:=============================================================================== 2023-11-30T22:50:20.484 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T22:50:20.484 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T22:50:20.484 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T22:50:20.484 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T22:50:20.485 INFO:teuthology.run_tasks:Running task pexec... 2023-11-30T22:50:20.495 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-30T22:50:20.495 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi061.front.sepia.ceph.com 2023-11-30T22:50:20.495 DEBUG:teuthology.orchestra.run.smithi061:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-30T22:50:20.496 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi138.front.sepia.ceph.com 2023-11-30T22:50:20.496 DEBUG:teuthology.orchestra.run.smithi138:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-30T22:50:21.402 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:03:56 ago on Thu 30 Nov 2023 10:46:25 PM UTC. 2023-11-30T22:50:21.433 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:03:49 ago on Thu 30 Nov 2023 10:46:32 PM UTC. 2023-11-30T22:50:23.546 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-11-30T22:50:23.547 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-11-30T22:50:23.547 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2023-11-30T22:50:23.547 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-11-30T22:50:23.547 INFO:teuthology.orchestra.run.smithi138.stdout:Resetting modules: 2023-11-30T22:50:23.547 INFO:teuthology.orchestra.run.smithi138.stdout: container-tools 2023-11-30T22:50:23.547 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:50:23.547 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-11-30T22:50:23.547 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-11-30T22:50:23.547 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:50:23.732 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-30T22:50:23.733 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-30T22:50:23.733 INFO:teuthology.orchestra.run.smithi061.stdout: Package Architecture Version Repository Size 2023-11-30T22:50:23.733 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-30T22:50:23.733 INFO:teuthology.orchestra.run.smithi061.stdout:Resetting modules: 2023-11-30T22:50:23.733 INFO:teuthology.orchestra.run.smithi061.stdout: container-tools 2023-11-30T22:50:23.733 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-30T22:50:23.733 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-11-30T22:50:23.733 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-30T22:50:23.733 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-30T22:50:23.807 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-11-30T22:50:23.992 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-30T22:50:24.745 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:03:59 ago on Thu 30 Nov 2023 10:46:25 PM UTC. 2023-11-30T22:50:24.959 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:03:52 ago on Thu 30 Nov 2023 10:46:32 PM UTC. 2023-11-30T22:50:26.867 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-11-30T22:50:27.052 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-11-30T22:50:27.053 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-11-30T22:50:27.053 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-11-30T22:50:27.053 INFO:teuthology.orchestra.run.smithi138.stdout:Installing group/module packages: 2023-11-30T22:50:27.053 INFO:teuthology.orchestra.run.smithi138.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-30T22:50:27.053 INFO:teuthology.orchestra.run.smithi138.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-30T22:50:27.053 INFO:teuthology.orchestra.run.smithi138.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-30T22:50:27.053 INFO:teuthology.orchestra.run.smithi138.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-30T22:50:27.053 INFO:teuthology.orchestra.run.smithi138.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-30T22:50:27.053 INFO:teuthology.orchestra.run.smithi138.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-30T22:50:27.053 INFO:teuthology.orchestra.run.smithi138.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-30T22:50:27.053 INFO:teuthology.orchestra.run.smithi138.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-30T22:50:27.054 INFO:teuthology.orchestra.run.smithi138.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-30T22:50:27.054 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2023-11-30T22:50:27.054 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-30T22:50:27.054 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-30T22:50:27.054 INFO:teuthology.orchestra.run.smithi138.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-30T22:50:27.054 INFO:teuthology.orchestra.run.smithi138.stdout:Installing weak dependencies: 2023-11-30T22:50:27.054 INFO:teuthology.orchestra.run.smithi138.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-30T22:50:27.054 INFO:teuthology.orchestra.run.smithi138.stdout:Installing module profiles: 2023-11-30T22:50:27.054 INFO:teuthology.orchestra.run.smithi138.stdout: container-tools/common 2023-11-30T22:50:27.054 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:50:27.054 INFO:teuthology.orchestra.run.smithi138.stdout:Enabling module streams: 2023-11-30T22:50:27.055 INFO:teuthology.orchestra.run.smithi138.stdout: container-tools rhel8 2023-11-30T22:50:27.055 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:50:27.055 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-11-30T22:50:27.055 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-11-30T22:50:27.055 INFO:teuthology.orchestra.run.smithi138.stdout:Install 13 Packages 2023-11-30T22:50:27.055 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:50:27.056 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 27 M 2023-11-30T22:50:27.056 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 89 M 2023-11-30T22:50:27.057 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-11-30T22:50:27.231 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-11-30T22:50:27.428 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-30T22:50:27.428 INFO:teuthology.orchestra.run.smithi061.stdout: Package Arch Version Repository Size 2023-11-30T22:50:27.428 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-30T22:50:27.428 INFO:teuthology.orchestra.run.smithi061.stdout:Installing group/module packages: 2023-11-30T22:50:27.428 INFO:teuthology.orchestra.run.smithi061.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-30T22:50:27.429 INFO:teuthology.orchestra.run.smithi061.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-30T22:50:27.429 INFO:teuthology.orchestra.run.smithi061.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-30T22:50:27.429 INFO:teuthology.orchestra.run.smithi061.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-30T22:50:27.429 INFO:teuthology.orchestra.run.smithi061.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-30T22:50:27.429 INFO:teuthology.orchestra.run.smithi061.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-30T22:50:27.429 INFO:teuthology.orchestra.run.smithi061.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-30T22:50:27.429 INFO:teuthology.orchestra.run.smithi061.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-30T22:50:27.429 INFO:teuthology.orchestra.run.smithi061.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-30T22:50:27.429 INFO:teuthology.orchestra.run.smithi061.stdout:Installing dependencies: 2023-11-30T22:50:27.429 INFO:teuthology.orchestra.run.smithi061.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-30T22:50:27.429 INFO:teuthology.orchestra.run.smithi061.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-30T22:50:27.429 INFO:teuthology.orchestra.run.smithi061.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-30T22:50:27.429 INFO:teuthology.orchestra.run.smithi061.stdout:Installing weak dependencies: 2023-11-30T22:50:27.430 INFO:teuthology.orchestra.run.smithi061.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-30T22:50:27.430 INFO:teuthology.orchestra.run.smithi061.stdout:Installing module profiles: 2023-11-30T22:50:27.430 INFO:teuthology.orchestra.run.smithi061.stdout: container-tools/common 2023-11-30T22:50:27.430 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-30T22:50:27.430 INFO:teuthology.orchestra.run.smithi061.stdout:Enabling module streams: 2023-11-30T22:50:27.430 INFO:teuthology.orchestra.run.smithi061.stdout: container-tools rhel8 2023-11-30T22:50:27.430 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-30T22:50:27.430 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-11-30T22:50:27.430 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-11-30T22:50:27.430 INFO:teuthology.orchestra.run.smithi061.stdout:Install 13 Packages 2023-11-30T22:50:27.430 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-30T22:50:27.431 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 27 M 2023-11-30T22:50:27.431 INFO:teuthology.orchestra.run.smithi061.stdout:Installed size: 89 M 2023-11-30T22:50:27.431 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-11-30T22:50:27.628 INFO:teuthology.orchestra.run.smithi138.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.1 MB/s | 750 kB 00:00 2023-11-30T22:50:27.678 INFO:teuthology.orchestra.run.smithi138.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 756 kB/s | 38 kB 00:00 2023-11-30T22:50:27.737 INFO:teuthology.orchestra.run.smithi138.stdout:(3/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2023-11-30T22:50:27.771 INFO:teuthology.orchestra.run.smithi138.stdout:(4/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.0 MB/s | 1.0 MB 00:00 2023-11-30T22:50:27.879 INFO:teuthology.orchestra.run.smithi138.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.6 MB/s | 178 kB 00:00 2023-11-30T22:50:27.954 INFO:teuthology.orchestra.run.smithi138.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 331 kB/s | 25 kB 00:00 2023-11-30T22:50:28.039 INFO:teuthology.orchestra.run.smithi138.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2023-11-30T22:50:28.328 INFO:teuthology.orchestra.run.smithi061.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.1 MB/s | 750 kB 00:00 2023-11-30T22:50:28.348 INFO:teuthology.orchestra.run.smithi138.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 6.4 MB/s | 3.9 MB 00:00 2023-11-30T22:50:28.370 INFO:teuthology.orchestra.run.smithi061.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 911 kB/s | 38 kB 00:00 2023-11-30T22:50:28.437 INFO:teuthology.orchestra.run.smithi061.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.3 MB/s | 1.0 MB 00:00 2023-11-30T22:50:28.487 INFO:teuthology.orchestra.run.smithi061.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.0 MB/s | 241 kB 00:00 2023-11-30T22:50:28.554 INFO:teuthology.orchestra.run.smithi061.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.6 MB/s | 178 kB 00:00 2023-11-30T22:50:28.560 INFO:teuthology.orchestra.run.smithi138.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 7.5 MB/s | 9.6 MB 00:01 2023-11-30T22:50:28.605 INFO:teuthology.orchestra.run.smithi061.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 496 kB/s | 25 kB 00:00 2023-11-30T22:50:28.615 INFO:teuthology.orchestra.run.smithi138.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 9.5 MB/s | 2.5 MB 00:00 2023-11-30T22:50:28.641 INFO:teuthology.orchestra.run.smithi138.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 659 kB/s | 53 kB 00:00 2023-11-30T22:50:28.655 INFO:teuthology.orchestra.run.smithi061.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.8 MB/s | 94 kB 00:00 2023-11-30T22:50:28.665 INFO:teuthology.orchestra.run.smithi138.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 817 kB/s | 41 kB 00:00 2023-11-30T22:50:29.058 INFO:teuthology.orchestra.run.smithi138.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 8.0 MB/s | 8.1 MB 00:01 2023-11-30T22:50:29.058 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-11-30T22:50:29.058 INFO:teuthology.orchestra.run.smithi138.stdout:Total 13 MB/s | 27 MB 00:02 2023-11-30T22:50:29.172 INFO:teuthology.orchestra.run.smithi061.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 5.3 MB/s | 3.9 MB 00:00 2023-11-30T22:50:29.324 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-11-30T22:50:29.345 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-11-30T22:50:29.345 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-11-30T22:50:29.505 INFO:teuthology.orchestra.run.smithi061.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 5.2 MB/s | 9.6 MB 00:01 2023-11-30T22:50:29.564 INFO:teuthology.orchestra.run.smithi061.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 6.5 MB/s | 2.5 MB 00:00 2023-11-30T22:50:29.589 INFO:teuthology.orchestra.run.smithi061.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 630 kB/s | 53 kB 00:00 2023-11-30T22:50:29.610 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-11-30T22:50:29.613 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-11-30T22:50:29.614 INFO:teuthology.orchestra.run.smithi061.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 819 kB/s | 41 kB 00:00 2023-11-30T22:50:29.840 INFO:teuthology.orchestra.run.smithi061.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 6.9 MB/s | 8.1 MB 00:01 2023-11-30T22:50:29.840 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-11-30T22:50:29.840 INFO:teuthology.orchestra.run.smithi061.stdout:Total 11 MB/s | 27 MB 00:02 2023-11-30T22:50:30.117 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-11-30T22:50:30.139 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-11-30T22:50:30.140 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-11-30T22:50:30.316 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-11-30T22:50:30.423 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-11-30T22:50:30.427 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-11-30T22:50:30.575 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-30T22:50:30.786 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-30T22:50:30.988 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-30T22:50:31.167 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-11-30T22:50:31.263 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-30T22:50:31.375 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-30T22:50:31.544 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-30T22:50:31.730 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-30T22:50:31.857 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-30T22:50:31.984 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-30T22:50:32.567 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-30T22:50:32.858 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-30T22:50:33.083 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-30T22:50:33.354 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-30T22:50:33.608 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-30T22:50:33.666 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-30T22:50:33.816 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-30T22:50:34.028 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-30T22:50:34.071 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-30T22:50:34.315 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-30T22:50:34.737 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-30T22:50:34.998 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-30T22:50:35.492 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-30T22:50:35.646 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-30T22:50:35.677 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-30T22:50:36.116 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-30T22:50:36.116 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-30T22:50:36.117 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-30T22:50:36.117 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-30T22:50:36.117 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-30T22:50:36.117 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-30T22:50:36.117 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-30T22:50:36.117 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-30T22:50:36.117 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-30T22:50:36.117 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-30T22:50:36.117 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-30T22:50:36.117 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-30T22:50:36.117 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-30T22:50:36.427 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-30T22:50:36.613 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-30T22:50:36.977 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-30T22:50:36.977 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:50:36.977 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-11-30T22:50:36.977 INFO:teuthology.orchestra.run.smithi138.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T22:50:36.977 INFO:teuthology.orchestra.run.smithi138.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T22:50:36.977 INFO:teuthology.orchestra.run.smithi138.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-30T22:50:36.977 INFO:teuthology.orchestra.run.smithi138.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-30T22:50:36.977 INFO:teuthology.orchestra.run.smithi138.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T22:50:36.977 INFO:teuthology.orchestra.run.smithi138.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-30T22:50:36.977 INFO:teuthology.orchestra.run.smithi138.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-30T22:50:36.977 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-30T22:50:36.978 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-30T22:50:36.978 INFO:teuthology.orchestra.run.smithi138.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T22:50:36.978 INFO:teuthology.orchestra.run.smithi138.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-30T22:50:36.978 INFO:teuthology.orchestra.run.smithi138.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-30T22:50:36.978 INFO:teuthology.orchestra.run.smithi138.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-30T22:50:36.978 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:50:36.978 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-11-30T22:50:37.065 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-30T22:50:37.065 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-30T22:50:37.066 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-30T22:50:37.066 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-30T22:50:37.066 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-30T22:50:37.066 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-30T22:50:37.066 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-30T22:50:37.066 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-30T22:50:37.067 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-30T22:50:37.067 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-30T22:50:37.067 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-30T22:50:37.067 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-30T22:50:37.068 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-30T22:50:37.272 DEBUG:teuthology.parallel:result is None 2023-11-30T22:50:37.942 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-30T22:50:37.943 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-30T22:50:37.943 INFO:teuthology.orchestra.run.smithi061.stdout:Installed: 2023-11-30T22:50:37.943 INFO:teuthology.orchestra.run.smithi061.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T22:50:37.943 INFO:teuthology.orchestra.run.smithi061.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T22:50:37.943 INFO:teuthology.orchestra.run.smithi061.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-30T22:50:37.944 INFO:teuthology.orchestra.run.smithi061.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-30T22:50:37.944 INFO:teuthology.orchestra.run.smithi061.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T22:50:37.944 INFO:teuthology.orchestra.run.smithi061.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-30T22:50:37.944 INFO:teuthology.orchestra.run.smithi061.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-30T22:50:37.944 INFO:teuthology.orchestra.run.smithi061.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-30T22:50:37.944 INFO:teuthology.orchestra.run.smithi061.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-30T22:50:37.944 INFO:teuthology.orchestra.run.smithi061.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T22:50:37.945 INFO:teuthology.orchestra.run.smithi061.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-30T22:50:37.945 INFO:teuthology.orchestra.run.smithi061.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-30T22:50:37.945 INFO:teuthology.orchestra.run.smithi061.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-30T22:50:37.945 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-11-30T22:50:37.945 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-11-30T22:50:38.181 DEBUG:teuthology.parallel:result is None 2023-11-30T22:50:38.181 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-30T22:50:38.272 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': '0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9'} 2023-11-30T22:50:38.272 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2023-11-30T22:50:38.275 INFO:tasks.cephadm:Cluster fsid is e1690986-8fd2-11ee-95a2-87774f69a715 2023-11-30T22:50:38.275 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-30T22:50:38.275 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-30T22:50:38.275 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi061': '172.21.15.61', 'mon.smithi138': '172.21.15.138'} 2023-11-30T22:50:38.275 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-30T22:50:38.275 DEBUG:teuthology.orchestra.run.smithi061:> sudo hostname $(hostname -s) 2023-11-30T22:50:38.304 DEBUG:teuthology.orchestra.run.smithi138:> sudo hostname $(hostname -s) 2023-11-30T22:50:38.336 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2023-11-30T22:50:38.337 DEBUG:teuthology.orchestra.run.smithi061:> 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-30T22:50:38.931 INFO:teuthology.orchestra.run.smithi061.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Nov 30 22:50 /home/ubuntu/cephtest/cephadm 2023-11-30T22:50:38.931 DEBUG:teuthology.orchestra.run.smithi138:> 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-30T22:50:39.421 INFO:teuthology.orchestra.run.smithi138.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Nov 30 22:50 /home/ubuntu/cephtest/cephadm 2023-11-30T22:50:39.421 DEBUG:teuthology.orchestra.run.smithi061:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-30T22:50:39.445 DEBUG:teuthology.orchestra.run.smithi138:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-30T22:50:39.481 DEBUG:teuthology.orchestra.run.smithi061:> sudo mkdir -p /etc/ceph 2023-11-30T22:50:39.519 DEBUG:teuthology.orchestra.run.smithi138:> sudo mkdir -p /etc/ceph 2023-11-30T22:50:39.550 DEBUG:teuthology.orchestra.run.smithi061:> sudo chmod 777 /etc/ceph 2023-11-30T22:50:39.592 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 777 /etc/ceph 2023-11-30T22:50:39.622 INFO:tasks.cephadm:Writing seed config... 2023-11-30T22:50:39.623 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-30T22:50:39.624 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-30T22:50:39.624 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-30T22:50:39.624 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-30T22:50:39.624 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-30T22:50:39.624 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-30T22:50:39.624 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-30T22:50:39.624 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-30T22:50:39.625 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-11-30T22:50:39.625 DEBUG:teuthology.orchestra.run.smithi061:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-30T22:50:39.652 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 = e1690986-8fd2-11ee-95a2-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-30T22:50:39.652 DEBUG:teuthology.orchestra.run.smithi061:mon.smithi061> sudo journalctl -f -n 0 -u ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mon.smithi061.service 2023-11-30T22:50:39.694 INFO:tasks.cephadm:Bootstrapping... 2023-11-30T22:50:39.694 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid e1690986-8fd2-11ee-95a2-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.61 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-30T22:50:39.724 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:-- Logs begin at Thu 2023-11-30 22:32:12 UTC. -- 2023-11-30T22:50:39.977 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-30T22:50:41.303 INFO:teuthology.orchestra.run.smithi061.stderr:/bin/podman: 4.6.1 2023-11-30T22:50:45.033 INFO:teuthology.orchestra.run.smithi061.stderr:Verifying podman|docker is present... 2023-11-30T22:50:45.033 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-30T22:50:45.033 INFO:teuthology.orchestra.run.smithi061.stderr:/bin/podman: 4.6.1 2023-11-30T22:50:45.033 INFO:teuthology.orchestra.run.smithi061.stderr:Verifying lvm2 is present... 2023-11-30T22:50:45.033 INFO:teuthology.orchestra.run.smithi061.stderr:Verifying time synchronization is in place... 2023-11-30T22:50:45.033 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl is-enabled chrony.service 2023-11-30T22:50:45.033 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-30T22:50:45.034 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl is-active chrony.service 2023-11-30T22:50:45.034 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl: inactive 2023-11-30T22:50:45.034 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl is-enabled chronyd.service 2023-11-30T22:50:45.034 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl: enabled 2023-11-30T22:50:45.034 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl is-active chronyd.service 2023-11-30T22:50:45.072 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl: active 2023-11-30T22:50:45.072 INFO:teuthology.orchestra.run.smithi061.stderr:Unit chronyd.service is enabled and running 2023-11-30T22:50:45.072 INFO:teuthology.orchestra.run.smithi061.stderr:Repeating the final host check... 2023-11-30T22:50:45.072 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-30T22:50:45.072 INFO:teuthology.orchestra.run.smithi061.stderr:/bin/podman: 4.6.1 2023-11-30T22:50:45.073 INFO:teuthology.orchestra.run.smithi061.stderr:podman|docker (/bin/podman) is present 2023-11-30T22:50:45.073 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl is present 2023-11-30T22:50:45.073 INFO:teuthology.orchestra.run.smithi061.stderr:lvcreate is present 2023-11-30T22:50:45.073 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl is-enabled chrony.service 2023-11-30T22:50:45.073 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-30T22:50:45.073 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl is-active chrony.service 2023-11-30T22:50:45.073 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl: inactive 2023-11-30T22:50:45.073 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl is-enabled chronyd.service 2023-11-30T22:50:45.073 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl: enabled 2023-11-30T22:50:45.073 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl is-active chronyd.service 2023-11-30T22:50:45.074 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl: active 2023-11-30T22:50:45.074 INFO:teuthology.orchestra.run.smithi061.stderr:Unit chronyd.service is enabled and running 2023-11-30T22:50:45.074 INFO:teuthology.orchestra.run.smithi061.stderr:Host looks OK 2023-11-30T22:50:45.074 INFO:teuthology.orchestra.run.smithi061.stderr:Cluster fsid: e1690986-8fd2-11ee-95a2-87774f69a715 2023-11-30T22:50:45.074 INFO:teuthology.orchestra.run.smithi061.stderr:Acquiring lock 140630940098688 on /run/cephadm/e1690986-8fd2-11ee-95a2-87774f69a715.lock 2023-11-30T22:50:45.074 INFO:teuthology.orchestra.run.smithi061.stderr:Lock 140630940098688 acquired on /run/cephadm/e1690986-8fd2-11ee-95a2-87774f69a715.lock 2023-11-30T22:50:45.074 INFO:teuthology.orchestra.run.smithi061.stderr:Verifying IP 172.21.15.61 port 3300 ... 2023-11-30T22:50:45.074 INFO:teuthology.orchestra.run.smithi061.stderr:Verifying IP 172.21.15.61 port 6789 ... 2023-11-30T22:50:45.074 INFO:teuthology.orchestra.run.smithi061.stderr:Base mon IP is 172.21.15.61, final addrv is [v2:172.21.15.61:3300,v1:172.21.15.61:6789] 2023-11-30T22:50:45.074 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: /sbin/ip route ls 2023-11-30T22:50:45.074 INFO:teuthology.orchestra.run.smithi061.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.61 metric 100 2023-11-30T22:50:45.074 INFO:teuthology.orchestra.run.smithi061.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.61 metric 100 2023-11-30T22:50:45.075 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: /sbin/ip -6 route ls 2023-11-30T22:50:45.075 INFO:teuthology.orchestra.run.smithi061.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-30T22:50:45.075 INFO:teuthology.orchestra.run.smithi061.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-30T22:50:45.075 INFO:teuthology.orchestra.run.smithi061.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1789sec hoplimit 64 pref medium 2023-11-30T22:50:45.075 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: /sbin/ip -6 addr ls 2023-11-30T22:50:45.075 INFO:teuthology.orchestra.run.smithi061.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-30T22:50:45.075 INFO:teuthology.orchestra.run.smithi061.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-30T22:50:45.075 INFO:teuthology.orchestra.run.smithi061.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-30T22:50:45.075 INFO:teuthology.orchestra.run.smithi061.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-30T22:50:45.075 INFO:teuthology.orchestra.run.smithi061.stderr:/sbin/ip: inet6 fe80::ec4:7aff:feb6:f8b9/64 scope link 2023-11-30T22:50:45.076 INFO:teuthology.orchestra.run.smithi061.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-30T22:50:45.076 INFO:teuthology.orchestra.run.smithi061.stderr:Mon IP `172.21.15.61` is in CIDR network `172.21.0.0/20` 2023-11-30T22:50:45.076 INFO:teuthology.orchestra.run.smithi061.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-30T22:50:45.076 INFO:teuthology.orchestra.run.smithi061.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2023-11-30T22:50:45.076 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2023-11-30T22:50:45.076 INFO:teuthology.orchestra.run.smithi061.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2023-11-30T22:50:48.130 INFO:teuthology.orchestra.run.smithi061.stderr:/bin/podman: Getting image source signatures 2023-11-30T22:50:48.144 INFO:teuthology.orchestra.run.smithi061.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2023-11-30T22:50:48.144 INFO:teuthology.orchestra.run.smithi061.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-11-30T22:51:01.973 INFO:teuthology.orchestra.run.smithi061.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-11-30T22:51:02.031 INFO:teuthology.orchestra.run.smithi061.stderr:/bin/podman: Writing manifest to image destination 2023-11-30T22:51:02.277 INFO:teuthology.orchestra.run.smithi061.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-11-30T22:51:02.290 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2023-11-30T22:51:02.855 INFO:teuthology.orchestra.run.smithi061.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-11-30T22:51:03.211 INFO:teuthology.orchestra.run.smithi061.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-11-30T22:51:03.211 INFO:teuthology.orchestra.run.smithi061.stderr:Extracting ceph user uid/gid from container image... 2023-11-30T22:51:03.211 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2023-11-30T22:51:03.523 INFO:teuthology.orchestra.run.smithi061.stderr:stat: 167 167 2023-11-30T22:51:03.892 INFO:teuthology.orchestra.run.smithi061.stderr:Creating initial keys... 2023-11-30T22:51:03.892 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-11-30T22:51:04.181 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-authtool: AQDYEWllEA0PChAAw6ojP9K2nh6sGhumRDlwtQ== 2023-11-30T22:51:04.568 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-11-30T22:51:04.848 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-authtool: AQDYEWllzh2YMRAAduJALv0sxaN3u8QugNuPLA== 2023-11-30T22:51:05.262 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-11-30T22:51:05.539 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-authtool: AQDZEWllAHKkHxAALADdmgm2d8nE3Chp3GxPLw== 2023-11-30T22:51:05.870 INFO:teuthology.orchestra.run.smithi061.stderr:Creating initial monmap... 2023-11-30T22:51:05.870 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpihokw16e:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid e1690986-8fd2-11ee-95a2-87774f69a715 --addv smithi061 [v2:172.21.15.61:3300,v1:172.21.15.61:6789] /tmp/monmap 2023-11-30T22:51:06.281 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-30T22:51:06.281 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to e1690986-8fd2-11ee-95a2-87774f69a715 2023-11-30T22:51:06.281 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-30T22:51:06.608 INFO:teuthology.orchestra.run.smithi061.stderr:monmaptool for smithi061 [v2:172.21.15.61:3300,v1:172.21.15.61:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-30T22:51:06.609 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/monmaptool: set fsid to e1690986-8fd2-11ee-95a2-87774f69a715 2023-11-30T22:51:06.609 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-30T22:51:06.609 INFO:teuthology.orchestra.run.smithi061.stderr: 2023-11-30T22:51:06.609 INFO:teuthology.orchestra.run.smithi061.stderr:Creating mon... 2023-11-30T22:51:06.610 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/mon.smithi061:/var/lib/ceph/mon/ceph-smithi061:z -v /tmp/ceph-tmpljtx0zu2:/tmp/keyring:z -v /tmp/ceph-tmpihokw16e:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi061 --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2023-11-30T22:51:06.923 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.893+0000 7f8ee54e6700 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-30T22:51:06.949 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.893+0000 7f8ee54e6700 1 imported monmap: 2023-11-30T22:51:06.950 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-30T22:51:06.950 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: fsid e1690986-8fd2-11ee-95a2-87774f69a715 2023-11-30T22:51:06.950 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: last_changed 2023-11-30T22:51:06.269670+0000 2023-11-30T22:51:06.950 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: created 2023-11-30T22:51:06.269670+0000 2023-11-30T22:51:06.950 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-30T22:51:06.950 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-30T22:51:06.950 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0] mon.smithi061 2023-11-30T22:51:06.950 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: 2023-11-30T22:51:06.950 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.893+0000 7f8ee54e6700 0 /usr/bin/ceph-mon: set fsid to e1690986-8fd2-11ee-95a2-87774f69a715 2023-11-30T22:51:06.950 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: RocksDB version: 6.8.1 2023-11-30T22:51:06.950 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: 2023-11-30T22:51:06.951 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-30T22:51:06.951 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Compile date Jul 8 2021 2023-11-30T22:51:06.951 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: DB SUMMARY 2023-11-30T22:51:06.951 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: 2023-11-30T22:51:06.951 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi061/store.db dir, Total Num: 0, files: 2023-11-30T22:51:06.951 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: 2023-11-30T22:51:06.951 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi061/store.db: 2023-11-30T22:51:06.951 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: 2023-11-30T22:51:06.951 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.error_if_exists: 0 2023-11-30T22:51:06.951 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.create_if_missing: 1 2023-11-30T22:51:06.951 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.paranoid_checks: 1 2023-11-30T22:51:06.951 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.env: 0x55d46f7801c0 2023-11-30T22:51:06.952 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.fs: Posix File System 2023-11-30T22:51:06.952 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.info_log: 0x55d471193000 2023-11-30T22:51:06.952 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-30T22:51:06.952 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.statistics: (nil) 2023-11-30T22:51:06.952 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.use_fsync: 0 2023-11-30T22:51:06.952 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.max_log_file_size: 0 2023-11-30T22:51:06.952 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-30T22:51:06.952 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-30T22:51:06.952 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-30T22:51:06.952 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-30T22:51:06.952 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.allow_fallocate: 1 2023-11-30T22:51:06.952 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-30T22:51:06.953 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-30T22:51:06.953 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.use_direct_reads: 0 2023-11-30T22:51:06.953 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-30T22:51:06.953 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.create_missing_column_families: 0 2023-11-30T22:51:06.953 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.db_log_dir: 2023-11-30T22:51:06.953 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi061/store.db 2023-11-30T22:51:06.953 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-30T22:51:06.953 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.max_subcompactions: 1 2023-11-30T22:51:06.953 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.max_background_flushes: -1 2023-11-30T22:51:06.953 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-30T22:51:06.953 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-30T22:51:06.953 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-30T22:51:06.953 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-30T22:51:06.954 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-30T22:51:06.954 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.advise_random_on_open: 1 2023-11-30T22:51:06.954 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-30T22:51:06.954 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.write_buffer_manager: 0x55d47119b530 2023-11-30T22:51:06.954 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-30T22:51:06.954 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-30T22:51:06.954 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-30T22:51:06.954 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-30T22:51:06.954 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.rate_limiter: (nil) 2023-11-30T22:51:06.954 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-30T22:51:06.954 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-30T22:51:06.954 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-30T22:51:06.955 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-30T22:51:06.955 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.unordered_write: 0 2023-11-30T22:51:06.955 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-30T22:51:06.955 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-30T22:51:06.955 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-30T22:51:06.955 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-30T22:51:06.955 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.row_cache: None 2023-11-30T22:51:06.955 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.wal_filter: None 2023-11-30T22:51:06.955 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-30T22:51:06.955 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-30T22:51:06.955 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.preserve_deletes: 0 2023-11-30T22:51:06.955 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.two_write_queues: 0 2023-11-30T22:51:06.956 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.manual_wal_flush: 0 2023-11-30T22:51:06.956 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.atomic_flush: 0 2023-11-30T22:51:06.956 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-30T22:51:06.956 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-30T22:51:06.956 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-30T22:51:06.956 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.log_readahead_size: 0 2023-11-30T22:51:06.956 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-30T22:51:06.956 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.max_background_jobs: 2 2023-11-30T22:51:06.956 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.max_background_compactions: -1 2023-11-30T22:51:06.956 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-30T22:51:06.956 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-30T22:51:06.956 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-30T22:51:06.957 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.max_total_wal_size: 0 2023-11-30T22:51:06.957 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-30T22:51:06.957 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-30T22:51:06.957 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-30T22:51:06.957 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-30T22:51:06.957 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.max_open_files: -1 2023-11-30T22:51:06.957 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.bytes_per_sync: 0 2023-11-30T22:51:06.957 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-30T22:51:06.957 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-30T22:51:06.957 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-30T22:51:06.957 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Compression algorithms supported: 2023-11-30T22:51:06.957 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-30T22:51:06.957 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: kZSTD supported: 0 2023-11-30T22:51:06.958 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: kXpressCompression supported: 0 2023-11-30T22:51:06.958 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-30T22:51:06.958 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: kLZ4Compression supported: 1 2023-11-30T22:51:06.958 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: kBZip2Compression supported: 0 2023-11-30T22:51:06.958 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: kZlibCompression supported: 1 2023-11-30T22:51:06.958 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: kSnappyCompression supported: 1 2023-11-30T22:51:06.958 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-30T22:51:06.958 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.894+0000 7f8ee54e6700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-30T22:51:06.958 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: 2023-11-30T22:51:06.958 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi061/store.db/MANIFEST-000001 2023-11-30T22:51:06.958 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: 2023-11-30T22:51:06.958 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-30T22:51:06.959 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: 2023-11-30T22:51:06.959 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-30T22:51:06.959 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.merge_operator: 2023-11-30T22:51:06.959 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.compaction_filter: None 2023-11-30T22:51:06.959 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.compaction_filter_factory: None 2023-11-30T22:51:06.959 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-30T22:51:06.959 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-30T22:51:06.959 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d4710ac160) 2023-11-30T22:51:06.959 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-30T22:51:06.959 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-30T22:51:06.959 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-30T22:51:06.959 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-30T22:51:06.959 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-30T22:51:06.960 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-30T22:51:06.960 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-30T22:51:06.960 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-30T22:51:06.960 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-30T22:51:06.960 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-30T22:51:06.960 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-30T22:51:06.960 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: block_cache: 0x55d4710e2d10 2023-11-30T22:51:06.960 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-30T22:51:06.960 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-30T22:51:06.960 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-30T22:51:06.960 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-30T22:51:06.960 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-30T22:51:06.960 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-30T22:51:06.961 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-30T22:51:06.961 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-30T22:51:06.961 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-30T22:51:06.961 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-30T22:51:06.961 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-30T22:51:06.961 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-30T22:51:06.961 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-30T22:51:06.961 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-30T22:51:06.961 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-30T22:51:06.961 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-30T22:51:06.961 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-30T22:51:06.961 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-30T22:51:06.961 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-30T22:51:06.962 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-30T22:51:06.962 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-30T22:51:06.962 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-30T22:51:06.962 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: 2023-11-30T22:51:06.962 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-30T22:51:06.962 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-30T22:51:06.962 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.compression: NoCompression 2023-11-30T22:51:06.962 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-30T22:51:06.962 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-30T22:51:06.962 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-30T22:51:06.962 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.num_levels: 7 2023-11-30T22:51:06.962 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-30T22:51:06.963 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-30T22:51:06.963 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-30T22:51:06.963 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-30T22:51:06.963 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-30T22:51:06.963 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-30T22:51:06.963 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-30T22:51:06.963 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-30T22:51:06.963 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-30T22:51:06.963 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-30T22:51:06.963 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.compression_opts.level: 32767 2023-11-30T22:51:06.963 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-30T22:51:06.963 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-30T22:51:06.964 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-30T22:51:06.964 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.compression_opts.enabled: false 2023-11-30T22:51:06.964 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-30T22:51:06.964 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-30T22:51:06.964 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-30T22:51:06.964 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-30T22:51:06.964 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-30T22:51:06.964 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-30T22:51:06.964 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-30T22:51:06.964 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-30T22:51:06.964 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-30T22:51:06.964 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-30T22:51:06.965 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-30T22:51:06.965 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-30T22:51:06.965 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-30T22:51:06.965 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-30T22:51:06.965 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-30T22:51:06.965 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-30T22:51:06.965 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-30T22:51:06.965 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.arena_block_size: 4194304 2023-11-30T22:51:06.965 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-30T22:51:06.965 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-30T22:51:06.965 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-30T22:51:06.965 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-30T22:51:06.965 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-30T22:51:06.966 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-30T22:51:06.966 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-30T22:51:06.966 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-30T22:51:06.966 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-30T22:51:06.966 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-30T22:51:06.966 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-30T22:51:06.966 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-30T22:51:06.966 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-30T22:51:06.966 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-30T22:51:06.966 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.table_properties_collectors: 2023-11-30T22:51:06.966 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.inplace_update_support: 0 2023-11-30T22:51:06.966 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-30T22:51:06.967 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-30T22:51:06.967 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-30T22:51:06.967 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-30T22:51:06.967 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.bloom_locality: 0 2023-11-30T22:51:06.967 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.max_successive_merges: 0 2023-11-30T22:51:06.967 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-30T22:51:06.967 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-30T22:51:06.967 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.force_consistency_checks: 0 2023-11-30T22:51:06.967 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-30T22:51:06.967 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.ttl: 2592000 2023-11-30T22:51:06.967 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-30T22:51:06.967 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi061/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-30T22:51:06.968 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: 2023-11-30T22:51:06.968 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.895+0000 7f8ee54e6700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-30T22:51:06.968 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: 2023-11-30T22:51:06.968 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.898+0000 7f8ee54e6700 4 rocksdb: DB pointer 0x55d4711a7800 2023-11-30T22:51:06.968 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.898+0000 7f8ece36f700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-30T22:51:06.968 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.898+0000 7f8ece36f700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-30T22:51:06.968 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-30T22:51:06.968 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-30T22:51:06.968 INFO:teuthology.orchestra.run.smithi061.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-30T22:51:06.968 INFO:teuthology.orchestra.run.smithi061.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-30T22:51:06.968 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-30T22:51:06.968 INFO:teuthology.orchestra.run.smithi061.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-30T22:51:06.968 INFO:teuthology.orchestra.run.smithi061.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-30T22:51:06.969 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-30T22:51:06.969 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: 2023-11-30T22:51:06.969 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-30T22:51:06.969 INFO:teuthology.orchestra.run.smithi061.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-30T22:51:06.969 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T22:51:06.969 INFO:teuthology.orchestra.run.smithi061.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-30T22:51:06.969 INFO:teuthology.orchestra.run.smithi061.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-30T22:51:06.969 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: 2023-11-30T22:51:06.969 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-30T22:51:06.969 INFO:teuthology.orchestra.run.smithi061.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-30T22:51:06.969 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T22:51:06.969 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-30T22:51:06.970 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-30T22:51:06.970 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-30T22:51:06.970 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-30T22:51:06.970 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-30T22:51:06.970 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-30T22:51:06.970 INFO:teuthology.orchestra.run.smithi061.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-30T22:51:06.970 INFO:teuthology.orchestra.run.smithi061.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-30T22:51:06.970 INFO:teuthology.orchestra.run.smithi061.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-30T22:51:06.970 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: 2023-11-30T22:51:06.970 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-30T22:51:06.970 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: 2023-11-30T22:51:06.971 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-30T22:51:06.971 INFO:teuthology.orchestra.run.smithi061.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-30T22:51:06.971 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T22:51:06.971 INFO:teuthology.orchestra.run.smithi061.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-30T22:51:06.971 INFO:teuthology.orchestra.run.smithi061.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-30T22:51:06.971 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: 2023-11-30T22:51:06.971 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-30T22:51:06.971 INFO:teuthology.orchestra.run.smithi061.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-30T22:51:06.971 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T22:51:06.971 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-30T22:51:06.971 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-30T22:51:06.971 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-30T22:51:06.971 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-30T22:51:06.972 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-30T22:51:06.972 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-30T22:51:06.972 INFO:teuthology.orchestra.run.smithi061.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-30T22:51:06.972 INFO:teuthology.orchestra.run.smithi061.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-30T22:51:06.972 INFO:teuthology.orchestra.run.smithi061.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-30T22:51:06.972 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: 2023-11-30T22:51:06.972 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-30T22:51:06.972 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: 2023-11-30T22:51:06.972 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.899+0000 7f8ee54e6700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-30T22:51:06.972 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.899+0000 7f8ee54e6700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-30T22:51:06.972 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph-mon: debug 2023-11-30T22:51:06.899+0000 7f8ee54e6700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi061 for mon.smithi061 2023-11-30T22:51:07.376 INFO:teuthology.orchestra.run.smithi061.stderr:create mon.smithi061 on 2023-11-30T22:51:07.377 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/e1690986-8fd2-11ee-95a2-87774f69a715 2023-11-30T22:51:07.382 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl disable ceph.target 2023-11-30T22:51:07.478 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl enable ceph.target 2023-11-30T22:51:07.486 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-30T22:51:07.568 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl start ceph.target 2023-11-30T22:51:07.575 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl enable ceph-e1690986-8fd2-11ee-95a2-87774f69a715.target 2023-11-30T22:51:07.582 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-e1690986-8fd2-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-e1690986-8fd2-11ee-95a2-87774f69a715.target. 2023-11-30T22:51:07.582 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-e1690986-8fd2-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-e1690986-8fd2-11ee-95a2-87774f69a715.target. 2023-11-30T22:51:07.666 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl start ceph-e1690986-8fd2-11ee-95a2-87774f69a715.target 2023-11-30T22:51:07.674 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl daemon-reload 2023-11-30T22:51:07.767 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl stop ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mon.smithi061 2023-11-30T22:51:07.794 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl reset-failed ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mon.smithi061 2023-11-30T22:51:07.799 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl: Failed to reset failed state of unit ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mon.smithi061.service: Unit ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mon.smithi061.service not loaded. 2023-11-30T22:51:07.799 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl enable ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mon.smithi061 2023-11-30T22:51:07.805 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl: Created symlink /etc/systemd/system/ceph-e1690986-8fd2-11ee-95a2-87774f69a715.target.wants/ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mon.smithi061.service → /etc/systemd/system/ceph-e1690986-8fd2-11ee-95a2-87774f69a715@.service. 2023-11-30T22:51:07.895 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl start ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mon.smithi061 2023-11-30T22:51:08.163 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:07 smithi061 systemd[1]: Starting Ceph mon.smithi061 for e1690986-8fd2-11ee-95a2-87774f69a715... 2023-11-30T22:51:08.260 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-30T22:51:08.270 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl: disabled 2023-11-30T22:51:08.270 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl is-active firewalld.service 2023-11-30T22:51:08.278 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl: inactive 2023-11-30T22:51:08.279 INFO:teuthology.orchestra.run.smithi061.stderr:firewalld.service is not enabled 2023-11-30T22:51:08.279 INFO:teuthology.orchestra.run.smithi061.stderr:Not possible to enable service . firewalld.service is not available 2023-11-30T22:51:08.279 INFO:teuthology.orchestra.run.smithi061.stderr:Waiting for mon to start... 2023-11-30T22:51:08.280 INFO:teuthology.orchestra.run.smithi061.stderr:Waiting for mon... 2023-11-30T22:51:08.280 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/mon.smithi061:/var/lib/ceph/mon/ceph-smithi061:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2023-11-30T22:51:08.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:08 smithi061 bash[107173]: 223e0d23371677050f04c4e71838e97e715497a2ba02a9c3f868a4eb0b638559 2023-11-30T22:51:08.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:08 smithi061 systemd[1]: Started Ceph mon.smithi061 for e1690986-8fd2-11ee-95a2-87774f69a715. 2023-11-30T22:51:08.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:08 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107187]: cluster 2023-11-30T22:51:08.287061+0000 mon.smithi061 (mon.0) 0 : [INF] mkfs e1690986-8fd2-11ee-95a2-87774f69a715 2023-11-30T22:51:08.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:08 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107187]: cluster 2023-11-30T22:51:08.268131+0000 mon.smithi061 (mon.0) 1 : cluster [INF] mon.smithi061 is new leader, mons smithi061 in quorum (ranks 0) 2023-11-30T22:51:08.946 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: cluster: 2023-11-30T22:51:08.946 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: id: e1690986-8fd2-11ee-95a2-87774f69a715 2023-11-30T22:51:08.946 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-30T22:51:08.946 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: 2023-11-30T22:51:08.946 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: services: 2023-11-30T22:51:08.946 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi061 (age 0.658443s) 2023-11-30T22:51:08.946 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-30T22:51:08.946 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-30T22:51:08.946 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: 2023-11-30T22:51:08.946 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: data: 2023-11-30T22:51:08.947 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-30T22:51:08.947 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-30T22:51:08.947 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-30T22:51:08.947 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: pgs: 2023-11-30T22:51:08.947 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: 2023-11-30T22:51:09.292 INFO:teuthology.orchestra.run.smithi061.stderr:mon is available 2023-11-30T22:51:09.292 INFO:teuthology.orchestra.run.smithi061.stderr:Assimilating anything we can from ceph.conf... 2023-11-30T22:51:09.292 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z -v /var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/mon.smithi061:/var/lib/ceph/mon/ceph-smithi061:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi061/config 2023-11-30T22:51:09.472 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:09 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107187]: cluster 2023-11-30T22:51:08.285720+0000 mon.smithi061 (mon.0) 2 : cluster [INF] mon.smithi061 is new leader, mons smithi061 in quorum (ranks 0) 2023-11-30T22:51:09.472 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:09 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107187]: cluster 2023-11-30T22:51:08.285959+0000 mon.smithi061 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi061=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0]} 2023-11-30T22:51:09.472 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:09 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107187]: cluster 2023-11-30T22:51:08.289285+0000 mon.smithi061 (mon.0) 4 : cluster [DBG] fsmap 2023-11-30T22:51:09.472 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:09 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107187]: cluster 2023-11-30T22:51:08.292562+0000 mon.smithi061 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-30T22:51:09.473 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:09 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107187]: cluster 2023-11-30T22:51:08.293004+0000 mon.smithi061 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-30T22:51:09.473 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:09 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107187]: audit 2023-11-30T22:51:08.944131+0000 mon.smithi061 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.61:0/1845414140' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-30T22:51:09.809 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: 2023-11-30T22:51:09.810 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: [global] 2023-11-30T22:51:09.810 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: fsid = e1690986-8fd2-11ee-95a2-87774f69a715 2023-11-30T22:51:09.810 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.61:3300,v1:172.21.15.61:6789] 2023-11-30T22:51:09.810 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-30T22:51:09.810 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-30T22:51:09.810 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-30T22:51:09.810 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-30T22:51:09.810 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: 2023-11-30T22:51:09.810 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: [mgr] 2023-11-30T22:51:09.810 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-30T22:51:09.811 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: 2023-11-30T22:51:09.811 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: [osd] 2023-11-30T22:51:09.811 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-30T22:51:09.811 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-30T22:51:10.166 INFO:teuthology.orchestra.run.smithi061.stderr:Generating new minimal ceph.conf... 2023-11-30T22:51:10.166 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z -v /var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/mon.smithi061:/var/lib/ceph/mon/ceph-smithi061:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi061/config 2023-11-30T22:51:10.365 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:10 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107187]: audit 2023-11-30T22:51:09.805736+0000 mon.smithi061 (mon.0) 8 : audit [INF] from='client.? 172.21.15.61:0/4170632220' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-30T22:51:10.365 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:10 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107187]: audit 2023-11-30T22:51:09.808268+0000 mon.smithi061 (mon.0) 9 : audit [INF] from='client.? 172.21.15.61:0/4170632220' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-30T22:51:11.008 INFO:teuthology.orchestra.run.smithi061.stderr:Restarting the monitor... 2023-11-30T22:51:11.008 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl restart ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mon.smithi061 2023-11-30T22:51:11.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 systemd[1]: Stopping Ceph mon.smithi061 for e1690986-8fd2-11ee-95a2-87774f69a715... 2023-11-30T22:51:11.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107187]: debug 2023-11-30T22:51:11.094+0000 7f9f72ff2700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi061 -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-30T22:51:11.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107187]: debug 2023-11-30T22:51:11.094+0000 7f9f72ff2700 -1 mon.smithi061@0(leader) e1 *** Got Signal Terminated *** 2023-11-30T22:51:11.711 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 podman[107509]: ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061 2023-11-30T22:51:11.711 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 systemd[1]: ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mon.smithi061.service: Succeeded. 2023-11-30T22:51:11.711 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 systemd[1]: Stopped Ceph mon.smithi061 for e1690986-8fd2-11ee-95a2-87774f69a715. 2023-11-30T22:51:11.711 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 systemd[1]: Starting Ceph mon.smithi061 for e1690986-8fd2-11ee-95a2-87774f69a715... 2023-11-30T22:51:11.776 INFO:teuthology.orchestra.run.smithi061.stderr:Setting mon public_network to 172.21.0.0/20 2023-11-30T22:51:11.777 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2023-11-30T22:51:12.078 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.764+0000 7f4baadb7700 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-30T22:51:12.078 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.764+0000 7f4baadb7700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2023-11-30T22:51:12.078 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.764+0000 7f4baadb7700 0 pidfile_write: ignore empty --pid-file 2023-11-30T22:51:12.078 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.768+0000 7f4baadb7700 0 load: jerasure load: lrc load: isa 2023-11-30T22:51:12.078 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: RocksDB version: 6.8.1 2023-11-30T22:51:12.078 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 2023-11-30T22:51:12.078 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-30T22:51:12.078 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Compile date Jul 8 2021 2023-11-30T22:51:12.078 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: DB SUMMARY 2023-11-30T22:51:12.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 2023-11-30T22:51:12.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: CURRENT file: CURRENT 2023-11-30T22:51:12.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 2023-11-30T22:51:12.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: IDENTITY file: IDENTITY 2023-11-30T22:51:12.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 2023-11-30T22:51:12.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-30T22:51:12.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 2023-11-30T22:51:12.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi061/store.db dir, Total Num: 1, files: 000004.sst 2023-11-30T22:51:12.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 2023-11-30T22:51:12.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi061/store.db: 000006.log size: 80410 ; 2023-11-30T22:51:12.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 2023-11-30T22:51:12.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.error_if_exists: 0 2023-11-30T22:51:12.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.create_if_missing: 0 2023-11-30T22:51:12.080 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.paranoid_checks: 1 2023-11-30T22:51:12.080 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.env: 0x55d180cc41c0 2023-11-30T22:51:12.080 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.fs: Posix File System 2023-11-30T22:51:12.080 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.info_log: 0x55d182335a40 2023-11-30T22:51:12.080 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-30T22:51:12.080 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.statistics: (nil) 2023-11-30T22:51:12.080 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.use_fsync: 0 2023-11-30T22:51:12.080 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_log_file_size: 0 2023-11-30T22:51:12.080 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-30T22:51:12.080 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-30T22:51:12.080 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-30T22:51:12.080 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-30T22:51:12.081 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.allow_fallocate: 1 2023-11-30T22:51:12.081 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-30T22:51:12.081 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-30T22:51:12.081 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.use_direct_reads: 0 2023-11-30T22:51:12.081 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-30T22:51:12.081 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.create_missing_column_families: 0 2023-11-30T22:51:12.081 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.db_log_dir: 2023-11-30T22:51:12.081 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi061/store.db 2023-11-30T22:51:12.081 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-30T22:51:12.081 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_subcompactions: 1 2023-11-30T22:51:12.081 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_background_flushes: -1 2023-11-30T22:51:12.081 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-30T22:51:12.082 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-30T22:51:12.082 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-30T22:51:12.082 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-30T22:51:12.082 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-30T22:51:12.082 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.advise_random_on_open: 1 2023-11-30T22:51:12.082 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-30T22:51:12.082 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.write_buffer_manager: 0x55d182fac030 2023-11-30T22:51:12.082 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-30T22:51:12.082 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-30T22:51:12.082 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-30T22:51:12.083 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-30T22:51:12.083 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.rate_limiter: (nil) 2023-11-30T22:51:12.083 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-30T22:51:12.083 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-30T22:51:12.083 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-30T22:51:12.083 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-30T22:51:12.083 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.unordered_write: 0 2023-11-30T22:51:12.083 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-30T22:51:12.083 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-30T22:51:12.083 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-30T22:51:12.083 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-30T22:51:12.083 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.row_cache: None 2023-11-30T22:51:12.084 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.wal_filter: None 2023-11-30T22:51:12.084 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-30T22:51:12.084 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-30T22:51:12.084 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.preserve_deletes: 0 2023-11-30T22:51:12.084 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.two_write_queues: 0 2023-11-30T22:51:12.084 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.manual_wal_flush: 0 2023-11-30T22:51:12.084 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.atomic_flush: 0 2023-11-30T22:51:12.084 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-30T22:51:12.084 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-30T22:51:12.084 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-30T22:51:12.084 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.log_readahead_size: 0 2023-11-30T22:51:12.084 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-30T22:51:12.084 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_background_jobs: 2 2023-11-30T22:51:12.085 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_background_compactions: -1 2023-11-30T22:51:12.085 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-30T22:51:12.085 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 bash[107581]: b0ad54df8b6f89481385bbf02e7b6d822382461df98b5fc9bee89171b107a0cc 2023-11-30T22:51:12.085 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-30T22:51:12.085 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-30T22:51:12.085 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_total_wal_size: 0 2023-11-30T22:51:12.085 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-30T22:51:12.085 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-30T22:51:12.085 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-30T22:51:12.085 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-30T22:51:12.085 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_open_files: -1 2023-11-30T22:51:12.085 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.bytes_per_sync: 0 2023-11-30T22:51:12.085 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-30T22:51:12.086 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-30T22:51:12.086 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-30T22:51:12.086 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Compression algorithms supported: 2023-11-30T22:51:12.086 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-30T22:51:12.086 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: kZSTD supported: 0 2023-11-30T22:51:12.086 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: kXpressCompression supported: 0 2023-11-30T22:51:12.086 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-30T22:51:12.086 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: kLZ4Compression supported: 1 2023-11-30T22:51:12.086 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: kBZip2Compression supported: 0 2023-11-30T22:51:12.086 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: kZlibCompression supported: 1 2023-11-30T22:51:12.086 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: kSnappyCompression supported: 1 2023-11-30T22:51:12.087 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-30T22:51:12.087 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi061/store.db/MANIFEST-000005 2023-11-30T22:51:12.087 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 2023-11-30T22:51:12.087 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-30T22:51:12.087 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 2023-11-30T22:51:12.087 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-30T22:51:12.087 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.merge_operator: 2023-11-30T22:51:12.087 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.compaction_filter: None 2023-11-30T22:51:12.087 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.compaction_filter_factory: None 2023-11-30T22:51:12.087 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-30T22:51:12.087 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-30T22:51:12.087 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d18224fcc0) 2023-11-30T22:51:12.088 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cache_index_and_filter_blocks: 1 2023-11-30T22:51:12.088 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-30T22:51:12.088 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-30T22:51:12.088 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: pin_top_level_index_and_filter: 1 2023-11-30T22:51:12.088 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: index_type: 0 2023-11-30T22:51:12.088 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: data_block_index_type: 0 2023-11-30T22:51:12.088 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: index_shortening: 1 2023-11-30T22:51:12.088 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: data_block_hash_table_util_ratio: 0.750000 2023-11-30T22:51:12.088 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: hash_index_allow_collision: 1 2023-11-30T22:51:12.088 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: checksum: 1 2023-11-30T22:51:12.088 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: no_block_cache: 0 2023-11-30T22:51:12.088 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: block_cache: 0x55d182284f10 2023-11-30T22:51:12.088 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: block_cache_name: BinnedLRUCache 2023-11-30T22:51:12.089 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: block_cache_options: 2023-11-30T22:51:12.089 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: capacity : 536870912 2023-11-30T22:51:12.089 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: num_shard_bits : 4 2023-11-30T22:51:12.090 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: strict_capacity_limit : 0 2023-11-30T22:51:12.090 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: high_pri_pool_ratio: 0.000 2023-11-30T22:51:12.090 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: block_cache_compressed: (nil) 2023-11-30T22:51:12.090 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: persistent_cache: (nil) 2023-11-30T22:51:12.091 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: block_size: 4096 2023-11-30T22:51:12.091 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: block_size_deviation: 10 2023-11-30T22:51:12.091 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: block_restart_interval: 16 2023-11-30T22:51:12.091 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: index_block_restart_interval: 1 2023-11-30T22:51:12.091 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: metadata_block_size: 4096 2023-11-30T22:51:12.091 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: partition_filters: 0 2023-11-30T22:51:12.091 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: use_delta_encoding: 1 2023-11-30T22:51:12.091 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-30T22:51:12.091 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: whole_key_filtering: 1 2023-11-30T22:51:12.091 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: verify_compression: 0 2023-11-30T22:51:12.091 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: read_amp_bytes_per_bit: 0 2023-11-30T22:51:12.091 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: format_version: 2 2023-11-30T22:51:12.092 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: enable_index_compression: 1 2023-11-30T22:51:12.092 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: block_align: 0 2023-11-30T22:51:12.092 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 2023-11-30T22:51:12.092 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-30T22:51:12.092 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-30T22:51:12.092 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.compression: NoCompression 2023-11-30T22:51:12.092 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-30T22:51:12.092 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-30T22:51:12.092 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-30T22:51:12.092 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.num_levels: 7 2023-11-30T22:51:12.092 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-30T22:51:12.093 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-30T22:51:12.093 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-30T22:51:12.093 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-30T22:51:12.093 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-30T22:51:12.093 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-30T22:51:12.093 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-30T22:51:12.093 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-30T22:51:12.093 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-30T22:51:12.093 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-30T22:51:12.093 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.compression_opts.level: 32767 2023-11-30T22:51:12.093 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-30T22:51:12.093 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-30T22:51:12.094 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-30T22:51:12.094 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.compression_opts.enabled: false 2023-11-30T22:51:12.094 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-30T22:51:12.094 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-30T22:51:12.094 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-30T22:51:12.094 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-30T22:51:12.094 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-30T22:51:12.094 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-30T22:51:12.094 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-30T22:51:12.094 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-30T22:51:12.094 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-30T22:51:12.094 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-30T22:51:12.095 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-30T22:51:12.095 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-30T22:51:12.095 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-30T22:51:12.095 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-30T22:51:12.095 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-30T22:51:12.095 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-30T22:51:12.095 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-30T22:51:12.095 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.arena_block_size: 4194304 2023-11-30T22:51:12.095 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-30T22:51:12.095 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-30T22:51:12.095 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-30T22:51:12.095 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-30T22:51:12.096 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-30T22:51:12.096 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-30T22:51:12.096 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-30T22:51:12.096 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-30T22:51:12.096 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-30T22:51:12.096 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-30T22:51:12.096 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-30T22:51:12.096 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-30T22:51:12.096 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-30T22:51:12.096 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-30T22:51:12.096 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.table_properties_collectors: 2023-11-30T22:51:12.096 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.inplace_update_support: 0 2023-11-30T22:51:12.097 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-30T22:51:12.097 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-30T22:51:12.097 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-30T22:51:12.097 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-30T22:51:12.097 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.bloom_locality: 0 2023-11-30T22:51:12.097 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.max_successive_merges: 0 2023-11-30T22:51:12.097 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-30T22:51:12.097 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-30T22:51:12.097 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.force_consistency_checks: 0 2023-11-30T22:51:12.097 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-30T22:51:12.097 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.ttl: 2592000 2023-11-30T22:51:12.097 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.769+0000 7f4baadb7700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-30T22:51:12.098 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.770+0000 7f4baadb7700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi061/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-30T22:51:12.098 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 2023-11-30T22:51:12.098 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.770+0000 7f4baadb7700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-30T22:51:12.098 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 2023-11-30T22:51:12.098 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.770+0000 7f4baadb7700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701384671770361, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-30T22:51:12.098 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.770+0000 7f4baadb7700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-30T22:51:12.098 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.770+0000 7f4baadb7700 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-30T22:51:12.098 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.770+0000 7f4baadb7700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701384671771169, "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": 1701384671, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-30T22:51:12.098 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.770+0000 7f4baadb7700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-30T22:51:12.098 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 2023-11-30T22:51:12.098 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.771+0000 7f4baadb7700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701384671771558, "job": 1, "event": "recovery_finished"} 2023-11-30T22:51:12.099 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.771+0000 7f4baadb7700 4 rocksdb: DB pointer 0x55d182349800 2023-11-30T22:51:12.099 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.772+0000 7f4b91bbf700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-30T22:51:12.099 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.772+0000 7f4b91bbf700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-30T22:51:12.099 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: ** DB Stats ** 2023-11-30T22:51:12.099 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-30T22:51:12.099 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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-30T22:51:12.099 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-30T22:51:12.099 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-30T22:51:12.099 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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-30T22:51:12.099 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-30T22:51:12.099 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-30T22:51:12.099 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 2023-11-30T22:51:12.099 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: ** Compaction Stats [default] ** 2023-11-30T22:51:12.100 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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-30T22:51:12.100 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T22:51:12.100 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: L0 2/0 77.21 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.3 0.00 0.00 1 0.001 0 0 2023-11-30T22:51:12.100 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Sum 2/0 77.21 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.3 0.00 0.00 1 0.001 0 0 2023-11-30T22:51:12.100 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.3 0.00 0.00 1 0.001 0 0 2023-11-30T22:51:12.100 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 2023-11-30T22:51:12.100 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: ** Compaction Stats [default] ** 2023-11-30T22:51:12.100 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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-30T22:51:12.100 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T22:51:12.100 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 137.3 0.00 0.00 1 0.001 0 0 2023-11-30T22:51:12.100 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-30T22:51:12.100 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-30T22:51:12.101 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-30T22:51:12.101 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: AddFile(Total Files): cumulative 0, interval 0 2023-11-30T22:51:12.101 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-30T22:51:12.101 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: AddFile(Keys): cumulative 0, interval 0 2023-11-30T22:51:12.101 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Cumulative compaction: 0.00 GB write, 27.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-30T22:51:12.101 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Interval compaction: 0.00 GB write, 27.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-30T22:51:12.101 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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-30T22:51:12.101 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 2023-11-30T22:51:12.101 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: ** File Read Latency Histogram By Level [default] ** 2023-11-30T22:51:12.101 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 2023-11-30T22:51:12.101 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: ** Compaction Stats [default] ** 2023-11-30T22:51:12.101 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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-30T22:51:12.102 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T22:51:12.102 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: L0 2/0 77.21 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.3 0.00 0.00 1 0.001 0 0 2023-11-30T22:51:12.102 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Sum 2/0 77.21 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.3 0.00 0.00 1 0.001 0 0 2023-11-30T22:51:12.102 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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-30T22:51:12.102 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 2023-11-30T22:51:12.102 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: ** Compaction Stats [default] ** 2023-11-30T22:51:12.102 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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-30T22:51:12.102 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T22:51:12.102 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 137.3 0.00 0.00 1 0.001 0 0 2023-11-30T22:51:12.102 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-30T22:51:12.102 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-30T22:51:12.102 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-30T22:51:12.103 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: AddFile(Total Files): cumulative 0, interval 0 2023-11-30T22:51:12.103 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-30T22:51:12.103 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: AddFile(Keys): cumulative 0, interval 0 2023-11-30T22:51:12.103 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Cumulative compaction: 0.00 GB write, 27.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-30T22:51:12.103 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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-30T22:51:12.103 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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-30T22:51:12.103 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 2023-11-30T22:51:12.103 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: ** File Read Latency Histogram By Level [default] ** 2023-11-30T22:51:12.103 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 2023-11-30T22:51:12.103 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.772+0000 7f4baadb7700 0 starting mon.smithi061 rank 0 at public addrs [v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0] at bind addrs [v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi061 fsid e1690986-8fd2-11ee-95a2-87774f69a715 2023-11-30T22:51:12.103 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.774+0000 7f4baadb7700 1 mon.smithi061@-1(???) e1 preinit fsid e1690986-8fd2-11ee-95a2-87774f69a715 2023-11-30T22:51:12.103 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.774+0000 7f4baadb7700 0 mon.smithi061@-1(???).mds e1 new map 2023-11-30T22:51:12.103 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.774+0000 7f4baadb7700 0 mon.smithi061@-1(???).mds e1 print_map 2023-11-30T22:51:12.104 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: e1 2023-11-30T22:51:12.104 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-30T22:51:12.104 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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-30T22:51:12.104 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: legacy client fscid: -1 2023-11-30T22:51:12.104 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 2023-11-30T22:51:12.104 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: No filesystems configured 2023-11-30T22:51:12.104 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 2023-11-30T22:51:12.104 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 systemd[1]: Started Ceph mon.smithi061 for e1690986-8fd2-11ee-95a2-87774f69a715. 2023-11-30T22:51:12.104 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.774+0000 7f4baadb7700 0 mon.smithi061@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-30T22:51:12.104 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.774+0000 7f4baadb7700 0 mon.smithi061@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-30T22:51:12.104 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.774+0000 7f4baadb7700 0 mon.smithi061@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-30T22:51:12.104 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.774+0000 7f4baadb7700 0 mon.smithi061@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-30T22:51:12.105 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:09.805736+0000 mon.smithi061 (mon.0) 8 : audit [INF] from='client.? 172.21.15.61:0/4170632220' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-30T22:51:12.105 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:09.808268+0000 mon.smithi061 (mon.0) 9 : audit [INF] from='client.? 172.21.15.61:0/4170632220' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-30T22:51:12.105 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.774+0000 7f4baadb7700 1 mon.smithi061@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-30T22:51:12.105 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.775+0000 7f4baadb7700 20 expand_channel_meta expand map: {default=false} 2023-11-30T22:51:12.105 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.775+0000 7f4baadb7700 20 expand_channel_meta from 'false' to 'false' 2023-11-30T22:51:12.105 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.775+0000 7f4baadb7700 20 expand_channel_meta expanded map: {default=false} 2023-11-30T22:51:12.105 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.775+0000 7f4baadb7700 20 expand_channel_meta expand map: {default=info} 2023-11-30T22:51:12.105 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.775+0000 7f4baadb7700 20 expand_channel_meta from 'info' to 'info' 2023-11-30T22:51:12.105 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.775+0000 7f4baadb7700 20 expand_channel_meta expanded map: {default=info} 2023-11-30T22:51:12.105 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.775+0000 7f4baadb7700 20 expand_channel_meta expand map: {default=daemon} 2023-11-30T22:51:12.105 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.775+0000 7f4baadb7700 20 expand_channel_meta from 'daemon' to 'daemon' 2023-11-30T22:51:12.105 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.775+0000 7f4baadb7700 20 expand_channel_meta expanded map: {default=daemon} 2023-11-30T22:51:12.106 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.775+0000 7f4baadb7700 20 expand_channel_meta expand map: {default=debug} 2023-11-30T22:51:12.106 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.775+0000 7f4baadb7700 20 expand_channel_meta from 'debug' to 'debug' 2023-11-30T22:51:12.106 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T22:51:11.775+0000 7f4baadb7700 20 expand_channel_meta expanded map: {default=debug} 2023-11-30T22:51:12.106 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:11.789886+0000 mon.smithi061 (mon.0) 1 : cluster [INF] mon.smithi061 is new leader, mons smithi061 in quorum (ranks 0) 2023-11-30T22:51:12.106 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:11.789972+0000 mon.smithi061 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi061=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0]} 2023-11-30T22:51:12.106 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:11.790014+0000 mon.smithi061 (mon.0) 3 : cluster [DBG] fsmap 2023-11-30T22:51:12.106 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:11.790048+0000 mon.smithi061 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-30T22:51:12.106 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:11.790514+0000 mon.smithi061 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-30T22:51:12.812 INFO:teuthology.orchestra.run.smithi061.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-30T22:51:12.812 INFO:teuthology.orchestra.run.smithi061.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-30T22:51:12.812 INFO:teuthology.orchestra.run.smithi061.stderr:Creating mgr... 2023-11-30T22:51:12.813 INFO:teuthology.orchestra.run.smithi061.stderr:Verifying port 9283 ... 2023-11-30T22:51:12.815 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl daemon-reload 2023-11-30T22:51:12.910 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl stop ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mgr.smithi061.crrkzh 2023-11-30T22:51:12.936 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl reset-failed ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mgr.smithi061.crrkzh 2023-11-30T22:51:12.942 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl: Failed to reset failed state of unit ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mgr.smithi061.crrkzh.service: Unit ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mgr.smithi061.crrkzh.service not loaded. 2023-11-30T22:51:12.942 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl enable ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mgr.smithi061.crrkzh 2023-11-30T22:51:12.948 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl: Created symlink /etc/systemd/system/ceph-e1690986-8fd2-11ee-95a2-87774f69a715.target.wants/ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mgr.smithi061.crrkzh.service → /etc/systemd/system/ceph-e1690986-8fd2-11ee-95a2-87774f69a715@.service. 2023-11-30T22:51:13.034 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl start ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mgr.smithi061.crrkzh 2023-11-30T22:51:13.335 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-30T22:51:13.342 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl: disabled 2023-11-30T22:51:13.343 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl is-active firewalld.service 2023-11-30T22:51:13.350 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl: inactive 2023-11-30T22:51:13.351 INFO:teuthology.orchestra.run.smithi061.stderr:firewalld.service is not enabled 2023-11-30T22:51:13.351 INFO:teuthology.orchestra.run.smithi061.stderr:Not possible to enable service . firewalld.service is not available 2023-11-30T22:51:13.351 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-30T22:51:13.359 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl: disabled 2023-11-30T22:51:13.359 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl is-active firewalld.service 2023-11-30T22:51:13.367 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl: inactive 2023-11-30T22:51:13.368 INFO:teuthology.orchestra.run.smithi061.stderr:firewalld.service is not enabled 2023-11-30T22:51:13.368 INFO:teuthology.orchestra.run.smithi061.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-30T22:51:13.368 INFO:teuthology.orchestra.run.smithi061.stderr:Waiting for mgr to start... 2023-11-30T22:51:13.368 INFO:teuthology.orchestra.run.smithi061.stderr:Waiting for mgr... 2023-11-30T22:51:13.368 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-11-30T22:51:13.808 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: 2023-11-30T22:51:13.808 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: { 2023-11-30T22:51:13.808 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "fsid": "e1690986-8fd2-11ee-95a2-87774f69a715", 2023-11-30T22:51:13.808 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "health": { 2023-11-30T22:51:13.808 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-30T22:51:13.808 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "checks": {}, 2023-11-30T22:51:13.808 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "mutes": [] 2023-11-30T22:51:13.808 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:13.808 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-30T22:51:13.809 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "quorum": [ 2023-11-30T22:51:13.809 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: 0 2023-11-30T22:51:13.809 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: ], 2023-11-30T22:51:13.809 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-30T22:51:13.809 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "smithi061" 2023-11-30T22:51:13.809 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: ], 2023-11-30T22:51:13.809 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-11-30T22:51:13.809 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "monmap": { 2023-11-30T22:51:13.809 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:51:13.809 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-30T22:51:13.809 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-30T22:51:13.809 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:13.809 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "osdmap": { 2023-11-30T22:51:13.810 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:51:13.810 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-30T22:51:13.810 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-30T22:51:13.810 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-30T22:51:13.814 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-30T22:51:13.814 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-30T22:51:13.814 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-30T22:51:13.814 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:13.814 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "pgmap": { 2023-11-30T22:51:13.814 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-30T22:51:13.814 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-30T22:51:13.814 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-30T22:51:13.814 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-30T22:51:13.814 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-30T22:51:13.814 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-30T22:51:13.814 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-30T22:51:13.815 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-30T22:51:13.815 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:13.815 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "fsmap": { 2023-11-30T22:51:13.815 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:51:13.815 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-30T22:51:13.815 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-30T22:51:13.815 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:13.815 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-30T22:51:13.815 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "available": false, 2023-11-30T22:51:13.815 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-30T22:51:13.815 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "modules": [ 2023-11-30T22:51:13.815 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "iostat", 2023-11-30T22:51:13.815 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "nfs", 2023-11-30T22:51:13.816 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "restful" 2023-11-30T22:51:13.816 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: ], 2023-11-30T22:51:13.816 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "services": {} 2023-11-30T22:51:13.816 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:13.816 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "servicemap": { 2023-11-30T22:51:13.816 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:51:13.816 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "modified": "2023-11-30T22:51:08.287489+0000", 2023-11-30T22:51:13.816 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "services": {} 2023-11-30T22:51:13.816 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:13.816 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-30T22:51:13.816 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: } 2023-11-30T22:51:13.826 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:13 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:12.398486+0000 mon.smithi061 (mon.0) 6 : audit [INF] from='client.? 172.21.15.61:0/345123566' entity='client.admin' 2023-11-30T22:51:14.191 INFO:teuthology.orchestra.run.smithi061.stderr:mgr not available, waiting (1/15)... 2023-11-30T22:51:14.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:13.804577+0000 mon.smithi061 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.61:0/3649064514' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-30T22:51:16.193 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-11-30T22:51:16.631 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: 2023-11-30T22:51:16.631 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: { 2023-11-30T22:51:16.631 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "fsid": "e1690986-8fd2-11ee-95a2-87774f69a715", 2023-11-30T22:51:16.631 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "health": { 2023-11-30T22:51:16.631 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-30T22:51:16.632 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "checks": {}, 2023-11-30T22:51:16.632 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "mutes": [] 2023-11-30T22:51:16.632 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:16.632 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-30T22:51:16.632 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "quorum": [ 2023-11-30T22:51:16.632 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: 0 2023-11-30T22:51:16.632 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: ], 2023-11-30T22:51:16.632 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-30T22:51:16.632 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "smithi061" 2023-11-30T22:51:16.632 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: ], 2023-11-30T22:51:16.632 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-11-30T22:51:16.632 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "monmap": { 2023-11-30T22:51:16.632 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:51:16.633 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-30T22:51:16.633 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-30T22:51:16.633 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:16.633 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "osdmap": { 2023-11-30T22:51:16.633 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:51:16.633 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-30T22:51:16.633 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-30T22:51:16.633 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-30T22:51:16.633 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-30T22:51:16.633 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-30T22:51:16.633 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-30T22:51:16.633 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:16.634 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "pgmap": { 2023-11-30T22:51:16.634 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-30T22:51:16.634 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-30T22:51:16.634 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-30T22:51:16.634 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-30T22:51:16.634 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-30T22:51:16.634 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-30T22:51:16.634 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-30T22:51:16.634 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-30T22:51:16.634 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:16.634 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "fsmap": { 2023-11-30T22:51:16.634 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:51:16.634 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-30T22:51:16.635 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-30T22:51:16.635 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:16.635 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-30T22:51:16.635 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "available": false, 2023-11-30T22:51:16.635 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-30T22:51:16.635 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "modules": [ 2023-11-30T22:51:16.635 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "iostat", 2023-11-30T22:51:16.635 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "nfs", 2023-11-30T22:51:16.635 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "restful" 2023-11-30T22:51:16.636 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: ], 2023-11-30T22:51:16.636 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "services": {} 2023-11-30T22:51:16.636 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:16.636 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "servicemap": { 2023-11-30T22:51:16.636 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:51:16.636 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "modified": "2023-11-30T22:51:08.287489+0000", 2023-11-30T22:51:16.636 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "services": {} 2023-11-30T22:51:16.636 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:16.636 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-30T22:51:16.636 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: } 2023-11-30T22:51:16.950 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:16 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:16.625712+0000 mon.smithi061 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.61:0/2964619788' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-30T22:51:16.985 INFO:teuthology.orchestra.run.smithi061.stderr:mgr not available, waiting (2/15)... 2023-11-30T22:51:18.986 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-11-30T22:51:19.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:18 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:18.639398+0000 mon.smithi061 (mon.0) 9 : cluster [INF] Activating manager daemon smithi061.crrkzh 2023-11-30T22:51:19.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:18 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:18.642004+0000 mon.smithi061 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi061.crrkzh(active, starting, since 0.00270484s) 2023-11-30T22:51:19.078 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:18 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:18.642882+0000 mon.smithi061 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.61:0/1780643456' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-30T22:51:19.078 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:18 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:18.643014+0000 mon.smithi061 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.61:0/1780643456' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-30T22:51:19.078 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:18 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:18.643142+0000 mon.smithi061 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.61:0/1780643456' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-30T22:51:19.078 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:18 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:18.643277+0000 mon.smithi061 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.61:0/1780643456' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "mon metadata", "id": "smithi061"}]: dispatch 2023-11-30T22:51:19.078 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:18 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:18.643797+0000 mon.smithi061 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.61:0/1780643456' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "mgr metadata", "who": "smithi061.crrkzh", "id": "smithi061.crrkzh"}]: dispatch 2023-11-30T22:51:19.078 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:18 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:18.657748+0000 mon.smithi061 (mon.0) 16 : cluster [INF] Manager daemon smithi061.crrkzh is now available 2023-11-30T22:51:19.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:18 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:18.667544+0000 mon.smithi061 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.61:0/1780643456' entity='mgr.smithi061.crrkzh' 2023-11-30T22:51:19.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:18 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:18.671114+0000 mon.smithi061 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.61:0/1780643456' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/mirror_snapshot_schedule"}]: dispatch 2023-11-30T22:51:19.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:18 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:18.672331+0000 mon.smithi061 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.61:0/1780643456' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/trash_purge_schedule"}]: dispatch 2023-11-30T22:51:19.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:18 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:18.679467+0000 mon.smithi061 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.61:0/1780643456' entity='mgr.smithi061.crrkzh' 2023-11-30T22:51:19.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:18 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:18.684829+0000 mon.smithi061 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.61:0/1780643456' entity='mgr.smithi061.crrkzh' 2023-11-30T22:51:19.375 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: 2023-11-30T22:51:19.375 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: { 2023-11-30T22:51:19.375 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "fsid": "e1690986-8fd2-11ee-95a2-87774f69a715", 2023-11-30T22:51:19.375 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "health": { 2023-11-30T22:51:19.375 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-30T22:51:19.375 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "checks": {}, 2023-11-30T22:51:19.376 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "mutes": [] 2023-11-30T22:51:19.376 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:19.376 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-30T22:51:19.376 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "quorum": [ 2023-11-30T22:51:19.376 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: 0 2023-11-30T22:51:19.376 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: ], 2023-11-30T22:51:19.376 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-30T22:51:19.376 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "smithi061" 2023-11-30T22:51:19.376 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: ], 2023-11-30T22:51:19.376 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-11-30T22:51:19.376 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "monmap": { 2023-11-30T22:51:19.376 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:51:19.377 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-30T22:51:19.377 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-30T22:51:19.377 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:19.377 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "osdmap": { 2023-11-30T22:51:19.377 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:51:19.377 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-30T22:51:19.377 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-30T22:51:19.377 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-30T22:51:19.381 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-30T22:51:19.381 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-30T22:51:19.381 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-30T22:51:19.381 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:19.381 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "pgmap": { 2023-11-30T22:51:19.381 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-30T22:51:19.381 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-30T22:51:19.381 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-30T22:51:19.381 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-30T22:51:19.382 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-30T22:51:19.382 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-30T22:51:19.382 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-30T22:51:19.382 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-30T22:51:19.382 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:19.382 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "fsmap": { 2023-11-30T22:51:19.382 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:51:19.382 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-30T22:51:19.382 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-30T22:51:19.382 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:19.382 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-30T22:51:19.383 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "available": false, 2023-11-30T22:51:19.383 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-30T22:51:19.383 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "modules": [ 2023-11-30T22:51:19.383 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "iostat", 2023-11-30T22:51:19.383 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "nfs", 2023-11-30T22:51:19.383 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "restful" 2023-11-30T22:51:19.383 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: ], 2023-11-30T22:51:19.383 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "services": {} 2023-11-30T22:51:19.383 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:19.383 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "servicemap": { 2023-11-30T22:51:19.383 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:51:19.383 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "modified": "2023-11-30T22:51:08.287489+0000", 2023-11-30T22:51:19.383 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "services": {} 2023-11-30T22:51:19.384 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:19.384 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-30T22:51:19.384 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: } 2023-11-30T22:51:19.716 INFO:teuthology.orchestra.run.smithi061.stderr:mgr not available, waiting (3/15)... 2023-11-30T22:51:20.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:19 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:19.372726+0000 mon.smithi061 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.61:0/1880086586' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-30T22:51:20.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:19 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:19.644373+0000 mon.smithi061 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi061.crrkzh(active, since 1.00507s) 2023-11-30T22:51:21.717 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-11-30T22:51:22.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:21 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:20.697012+0000 mon.smithi061 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi061.crrkzh(active, since 2s) 2023-11-30T22:51:22.333 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: 2023-11-30T22:51:22.333 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: { 2023-11-30T22:51:22.333 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "fsid": "e1690986-8fd2-11ee-95a2-87774f69a715", 2023-11-30T22:51:22.333 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "health": { 2023-11-30T22:51:22.333 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-30T22:51:22.333 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "checks": {}, 2023-11-30T22:51:22.333 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "mutes": [] 2023-11-30T22:51:22.334 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:22.334 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-30T22:51:22.334 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "quorum": [ 2023-11-30T22:51:22.334 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: 0 2023-11-30T22:51:22.334 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: ], 2023-11-30T22:51:22.334 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-30T22:51:22.334 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "smithi061" 2023-11-30T22:51:22.334 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: ], 2023-11-30T22:51:22.334 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-11-30T22:51:22.334 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "monmap": { 2023-11-30T22:51:22.335 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:51:22.335 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-30T22:51:22.335 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-30T22:51:22.335 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:22.335 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "osdmap": { 2023-11-30T22:51:22.335 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:51:22.335 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-30T22:51:22.335 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-30T22:51:22.335 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-30T22:51:22.335 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-30T22:51:22.335 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-30T22:51:22.335 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-30T22:51:22.335 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:22.336 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "pgmap": { 2023-11-30T22:51:22.336 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-30T22:51:22.336 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-30T22:51:22.336 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-30T22:51:22.336 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-30T22:51:22.336 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-30T22:51:22.336 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-30T22:51:22.336 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-30T22:51:22.336 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-30T22:51:22.336 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:22.336 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "fsmap": { 2023-11-30T22:51:22.336 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:51:22.337 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-30T22:51:22.337 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-30T22:51:22.337 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:22.337 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-30T22:51:22.337 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "available": true, 2023-11-30T22:51:22.337 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-30T22:51:22.337 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "modules": [ 2023-11-30T22:51:22.337 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "iostat", 2023-11-30T22:51:22.337 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "nfs", 2023-11-30T22:51:22.337 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "restful" 2023-11-30T22:51:22.337 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: ], 2023-11-30T22:51:22.338 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "services": {} 2023-11-30T22:51:22.338 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:22.338 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "servicemap": { 2023-11-30T22:51:22.338 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T22:51:22.338 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "modified": "2023-11-30T22:51:08.287489+0000", 2023-11-30T22:51:22.338 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "services": {} 2023-11-30T22:51:22.338 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: }, 2023-11-30T22:51:22.338 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-30T22:51:22.338 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: } 2023-11-30T22:51:22.817 INFO:teuthology.orchestra.run.smithi061.stderr:mgr is available 2023-11-30T22:51:22.817 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z -v /tmp/tmpdvv8x6yv:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2023-11-30T22:51:23.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:22 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:22.326710+0000 mon.smithi061 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.61:0/803697334' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-30T22:51:24.203 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: 2023-11-30T22:51:24.203 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: [global] 2023-11-30T22:51:24.203 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: fsid = e1690986-8fd2-11ee-95a2-87774f69a715 2023-11-30T22:51:24.203 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-30T22:51:24.203 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-30T22:51:24.203 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-30T22:51:24.203 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-30T22:51:24.203 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: 2023-11-30T22:51:24.203 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: [mgr] 2023-11-30T22:51:24.203 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-30T22:51:24.204 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: 2023-11-30T22:51:24.204 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: [osd] 2023-11-30T22:51:24.204 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-30T22:51:24.204 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-30T22:51:24.576 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:24 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:24.201077+0000 mon.smithi061 (mon.0) 26 : audit [INF] from='client.? 172.21.15.61:0/718556818' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-30T22:51:24.781 INFO:teuthology.orchestra.run.smithi061.stderr:Enabling cephadm module... 2023-11-30T22:51:24.782 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2023-11-30T22:51:25.658 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:25 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:25.323480+0000 mon.smithi061 (mon.0) 27 : audit [INF] from='client.? 172.21.15.61:0/1692193559' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-30T22:51:25.731 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-11-30T22:51:26.293 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: { 2023-11-30T22:51:26.293 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-30T22:51:26.293 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "available": true, 2023-11-30T22:51:26.293 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "active_name": "smithi061.crrkzh", 2023-11-30T22:51:26.294 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-30T22:51:26.294 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: } 2023-11-30T22:51:26.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:26 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:25.376679+0000 mon.smithi061 (mon.0) 28 : audit [INF] from='client.? 172.21.15.61:0/1692193559' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-30T22:51:26.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:26 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:25.376726+0000 mon.smithi061 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi061.crrkzh(active, since 6s) 2023-11-30T22:51:26.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:26 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:26.292603+0000 mon.smithi061 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.61:0/3775605928' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-30T22:51:26.631 INFO:teuthology.orchestra.run.smithi061.stderr:Waiting for the mgr to restart... 2023-11-30T22:51:26.631 INFO:teuthology.orchestra.run.smithi061.stderr:Waiting for mgr epoch 5... 2023-11-30T22:51:26.631 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-11-30T22:51:31.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:30 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:30.713162+0000 mon.smithi061 (mon.0) 31 : cluster [INF] Active manager daemon smithi061.crrkzh restarted 2023-11-30T22:51:31.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:30 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:30.713550+0000 mon.smithi061 (mon.0) 32 : cluster [INF] Activating manager daemon smithi061.crrkzh 2023-11-30T22:51:31.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:30 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:30.717404+0000 mon.smithi061 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-30T22:51:31.785 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: { 2023-11-30T22:51:31.785 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-30T22:51:31.786 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "initialized": true 2023-11-30T22:51:31.786 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: } 2023-11-30T22:51:32.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:31 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:30.768625+0000 mon.smithi061 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi061.crrkzh(active, starting, since 0.0551501s) 2023-11-30T22:51:32.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:31 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:30.770972+0000 mon.smithi061 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.61:0/2352382709' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "mon metadata", "id": "smithi061"}]: dispatch 2023-11-30T22:51:32.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:31 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:30.771583+0000 mon.smithi061 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.61:0/2352382709' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "mgr metadata", "who": "smithi061.crrkzh", "id": "smithi061.crrkzh"}]: dispatch 2023-11-30T22:51:32.078 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:31 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:30.772352+0000 mon.smithi061 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.61:0/2352382709' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-30T22:51:32.078 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:31 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:30.772520+0000 mon.smithi061 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.61:0/2352382709' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-30T22:51:32.078 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:31 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:30.772637+0000 mon.smithi061 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.61:0/2352382709' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-30T22:51:32.078 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:31 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:30.786535+0000 mon.smithi061 (mon.0) 40 : cluster [INF] Manager daemon smithi061.crrkzh is now available 2023-11-30T22:51:32.078 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:31 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:30.801202+0000 mon.smithi061 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.61:0/2352382709' entity='mgr.smithi061.crrkzh' 2023-11-30T22:51:32.078 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:31 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:30.803850+0000 mon.smithi061 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.61:0/2352382709' entity='mgr.smithi061.crrkzh' 2023-11-30T22:51:32.078 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:31 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:30.806282+0000 mon.smithi061 (mon.0) 43 : audit [INF] from='mgr.14118 172.21.15.61:0/2352382709' entity='mgr.smithi061.crrkzh' 2023-11-30T22:51:32.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:31 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:30.900457+0000 mon.smithi061 (mon.0) 44 : audit [INF] from='mgr.14118 172.21.15.61:0/2352382709' entity='mgr.smithi061.crrkzh' 2023-11-30T22:51:32.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:31 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:30.901174+0000 mon.smithi061 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.61:0/2352382709' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:51:32.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:31 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:30.902403+0000 mon.smithi061 (mon.0) 46 : audit [DBG] from='mgr.14118 172.21.15.61:0/2352382709' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:51:32.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:31 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:30.904277+0000 mon.smithi061 (mon.0) 47 : audit [DBG] from='mgr.14118 172.21.15.61:0/2352382709' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:51:32.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:31 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:30.915547+0000 mon.smithi061 (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.61:0/2352382709' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/mirror_snapshot_schedule"}]: dispatch 2023-11-30T22:51:32.079 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:31 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:30.916781+0000 mon.smithi061 (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.61:0/2352382709' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/trash_purge_schedule"}]: dispatch 2023-11-30T22:51:33.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:32 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:31.776708+0000 mgr.smithi061.crrkzh (mgr.14118) 1 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-30T22:51:33.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:32 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:31.777495+0000 mon.smithi061 (mon.0) 50 : cluster [DBG] mgrmap e7: smithi061.crrkzh(active, since 1.06401s) 2023-11-30T22:51:33.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:32 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:31.784913+0000 mgr.smithi061.crrkzh (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-30T22:51:34.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:33 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:32.783651+0000 mon.smithi061 (mon.0) 51 : cluster [DBG] mgrmap e8: smithi061.crrkzh(active, since 2s) 2023-11-30T22:51:34.331 INFO:teuthology.orchestra.run.smithi061.stderr:mgr epoch 5 is available 2023-11-30T22:51:34.331 INFO:teuthology.orchestra.run.smithi061.stderr:Setting orchestrator backend to cephadm... 2023-11-30T22:51:34.331 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2023-11-30T22:51:37.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:36 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:35.965438+0000 mgr.smithi061.crrkzh (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-30T22:51:37.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:36 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:35.969437+0000 mon.smithi061 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.61:0/2352382709' entity='mgr.smithi061.crrkzh' 2023-11-30T22:51:37.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:36 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:35.972650+0000 mon.smithi061 (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.61:0/2352382709' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:51:37.598 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2023-11-30T22:51:38.836 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: value unchanged 2023-11-30T22:51:39.204 INFO:teuthology.orchestra.run.smithi061.stderr:Generating ssh key... 2023-11-30T22:51:39.204 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2023-11-30T22:51:39.827 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:39 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:38.835857+0000 mgr.smithi061.crrkzh (mgr.14118) 4 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:51:40.238 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2023-11-30T22:51:40.766 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkP9VjFLjJUdw3iKrOQ8SizEW0lmtwUiFNIr5clATBS74H1KXf8f9289rGpgjzn3LIqMF6Rovu3hC3mR/khb1mIEhZRvx6Lg8Xrn4SvGz1rJU41xlj417K31NWknwuWR7wMlCImuErGgCPSgFyb91BbTE8FQtWVOr/BiJgg2zEuLlqDXf6qK/F46GASs6RVNAk7dR0BjSnBnG9dNieiBkJDBl3lzVYekop9PcS6IYml+L+ogBVWvSBgKNvkvmcYSJnctFguIApkyH4bsd86eJ/kmIX4DR2G0jt5aj3BvpIt2VXI5YXOCK/u0eD5heTHajfiu1Y0tXfMAWmO3x+F/AoQ5YBgiPRFDAzuUxs2xHgzBsa6zT7tyEat54c4E+kWEaf7swB4vrr/5jJ4kFcbW50mhO94rCUCzlmOoE0GXahMVGHlGXY6hcxgGq9VrHzCFuXyfCuM1XLkvcgLb3JIpSWjfR94ocG4QlHf9/jbBjl0Ls0nL/01WZtQ7G5JZKvS1M= ceph-e1690986-8fd2-11ee-95a2-87774f69a715 2023-11-30T22:51:41.039 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:40 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cephadm 2023-11-30T22:51:39.715092+0000 mgr.smithi061.crrkzh (mgr.14118) 6 : cephadm [INF] Generating ssh key... 2023-11-30T22:51:41.039 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:40 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:39.895556+0000 mon.smithi061 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.61:0/2352382709' entity='mgr.smithi061.crrkzh' 2023-11-30T22:51:41.039 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:40 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:39.897915+0000 mon.smithi061 (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.61:0/2352382709' entity='mgr.smithi061.crrkzh' 2023-11-30T22:51:41.121 INFO:teuthology.orchestra.run.smithi061.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-30T22:51:41.121 INFO:teuthology.orchestra.run.smithi061.stderr:Adding key to root@localhost authorized_keys... 2023-11-30T22:51:41.121 INFO:teuthology.orchestra.run.smithi061.stderr:Adding host smithi061... 2023-11-30T22:51:41.121 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi061 172.21.15.61 2023-11-30T22:51:42.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:41 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:40.765280+0000 mgr.smithi061.crrkzh (mgr.14118) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:51:42.220 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: Added host 'smithi061' with addr '172.21.15.61' 2023-11-30T22:51:42.520 INFO:teuthology.orchestra.run.smithi061.stderr:Deploying mon service with default placement... 2023-11-30T22:51:42.520 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2023-11-30T22:51:43.079 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-30T22:51:43.372 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:43 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:41.627558+0000 mgr.smithi061.crrkzh (mgr.14118) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi061", "addr": "172.21.15.61", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:51:43.373 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:43 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:42.218478+0000 mon.smithi061 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.61:0/2352382709' entity='mgr.smithi061.crrkzh' 2023-11-30T22:51:43.373 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:43 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cephadm 2023-11-30T22:51:42.218766+0000 mgr.smithi061.crrkzh (mgr.14118) 9 : cephadm [INF] Added host smithi061 2023-11-30T22:51:43.373 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:43 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:42.218978+0000 mon.smithi061 (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.61:0/2352382709' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:51:43.373 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:43 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:43.078845+0000 mon.smithi061 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.61:0/2352382709' entity='mgr.smithi061.crrkzh' 2023-11-30T22:51:43.437 INFO:teuthology.orchestra.run.smithi061.stderr:Deploying mgr service with default placement... 2023-11-30T22:51:43.437 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2023-11-30T22:51:43.950 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-30T22:51:44.314 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:44 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:43.075811+0000 mgr.smithi061.crrkzh (mgr.14118) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:51:44.314 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:44 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cephadm 2023-11-30T22:51:43.076578+0000 mgr.smithi061.crrkzh (mgr.14118) 11 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-30T22:51:44.314 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:44 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:43.950282+0000 mon.smithi061 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.61:0/2352382709' entity='mgr.smithi061.crrkzh' 2023-11-30T22:51:44.361 INFO:teuthology.orchestra.run.smithi061.stderr:Deploying crash service with default placement... 2023-11-30T22:51:44.362 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2023-11-30T22:51:44.889 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-30T22:51:45.261 INFO:teuthology.orchestra.run.smithi061.stderr:Enabling mgr prometheus module... 2023-11-30T22:51:45.261 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2023-11-30T22:51:45.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:43.947556+0000 mgr.smithi061.crrkzh (mgr.14118) 12 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:51:45.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cephadm 2023-11-30T22:51:43.948087+0000 mgr.smithi061.crrkzh (mgr.14118) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-30T22:51:45.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:44.889002+0000 mon.smithi061 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.61:0/2352382709' entity='mgr.smithi061.crrkzh' 2023-11-30T22:51:46.514 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:46 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:44.886155+0000 mgr.smithi061.crrkzh (mgr.14118) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:51:46.514 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:46 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cephadm 2023-11-30T22:51:44.886812+0000 mgr.smithi061.crrkzh (mgr.14118) 15 : cephadm [INF] Saving service crash spec with placement * 2023-11-30T22:51:46.514 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:46 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:45.778008+0000 mon.smithi061 (mon.0) 61 : audit [INF] from='client.? 172.21.15.61:0/1498392093' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-30T22:51:46.570 INFO:teuthology.orchestra.run.smithi061.stderr:Deploying prometheus service with default placement... 2023-11-30T22:51:46.570 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2023-11-30T22:51:47.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:47 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:46.225524+0000 mon.smithi061 (mon.0) 62 : audit [INF] from='client.? 172.21.15.61:0/1498392093' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-30T22:51:47.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:47 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:46.225583+0000 mon.smithi061 (mon.0) 63 : cluster [DBG] mgrmap e9: smithi061.crrkzh(active, since 15s) 2023-11-30T22:51:51.884 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:51 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:51.577005+0000 mon.smithi061 (mon.0) 64 : cluster [INF] Active manager daemon smithi061.crrkzh restarted 2023-11-30T22:51:51.884 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:51 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:51.577401+0000 mon.smithi061 (mon.0) 65 : cluster [INF] Activating manager daemon smithi061.crrkzh 2023-11-30T22:51:51.884 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:51 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:51.579577+0000 mon.smithi061 (mon.0) 66 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-30T22:51:52.643 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-30T22:51:52.930 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:52 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:51.630601+0000 mon.smithi061 (mon.0) 67 : cluster [DBG] mgrmap e10: smithi061.crrkzh(active, starting, since 0.0532918s) 2023-11-30T22:51:52.930 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:52 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:51.633139+0000 mon.smithi061 (mon.0) 68 : audit [DBG] from='mgr.14146 172.21.15.61:0/1606107504' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "mon metadata", "id": "smithi061"}]: dispatch 2023-11-30T22:51:52.930 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:52 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:51.633998+0000 mon.smithi061 (mon.0) 69 : audit [DBG] from='mgr.14146 172.21.15.61:0/1606107504' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "mgr metadata", "who": "smithi061.crrkzh", "id": "smithi061.crrkzh"}]: dispatch 2023-11-30T22:51:52.930 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:52 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:51.634766+0000 mon.smithi061 (mon.0) 70 : audit [DBG] from='mgr.14146 172.21.15.61:0/1606107504' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-30T22:51:52.930 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:52 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:51.634907+0000 mon.smithi061 (mon.0) 71 : audit [DBG] from='mgr.14146 172.21.15.61:0/1606107504' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-30T22:51:52.930 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:52 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:51.635039+0000 mon.smithi061 (mon.0) 72 : audit [DBG] from='mgr.14146 172.21.15.61:0/1606107504' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-30T22:51:52.931 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:52 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:51.648924+0000 mon.smithi061 (mon.0) 73 : cluster [INF] Manager daemon smithi061.crrkzh is now available 2023-11-30T22:51:52.931 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:52 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:51.753077+0000 mon.smithi061 (mon.0) 74 : audit [DBG] from='mgr.14146 172.21.15.61:0/1606107504' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:51:52.931 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:52 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:51.754457+0000 mon.smithi061 (mon.0) 75 : audit [DBG] from='mgr.14146 172.21.15.61:0/1606107504' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:51:52.931 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:52 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:51.777766+0000 mon.smithi061 (mon.0) 76 : audit [INF] from='mgr.14146 172.21.15.61:0/1606107504' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/mirror_snapshot_schedule"}]: dispatch 2023-11-30T22:51:52.931 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:52 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:51.780183+0000 mon.smithi061 (mon.0) 77 : audit [INF] from='mgr.14146 172.21.15.61:0/1606107504' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/trash_purge_schedule"}]: dispatch 2023-11-30T22:51:52.954 INFO:teuthology.orchestra.run.smithi061.stderr:Deploying grafana service with default placement... 2023-11-30T22:51:52.955 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2023-11-30T22:51:53.498 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-30T22:51:53.780 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:53 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:52.638119+0000 mon.smithi061 (mon.0) 78 : cluster [DBG] mgrmap e11: smithi061.crrkzh(active, since 1.06081s) 2023-11-30T22:51:53.780 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:53 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cephadm 2023-11-30T22:51:52.639571+0000 mgr.smithi061.crrkzh (mgr.14146) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-30T22:51:53.780 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:53 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:52.641789+0000 mon.smithi061 (mon.0) 79 : audit [INF] from='mgr.14146 172.21.15.61:0/1606107504' entity='mgr.smithi061.crrkzh' 2023-11-30T22:51:53.780 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:53 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:53.496765+0000 mon.smithi061 (mon.0) 80 : audit [INF] from='mgr.14146 172.21.15.61:0/1606107504' entity='mgr.smithi061.crrkzh' 2023-11-30T22:51:53.852 INFO:teuthology.orchestra.run.smithi061.stderr:Deploying node-exporter service with default placement... 2023-11-30T22:51:53.853 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2023-11-30T22:51:54.519 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-30T22:51:54.804 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:54 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:53.493919+0000 mgr.smithi061.crrkzh (mgr.14146) 3 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:51:54.804 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:54 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cephadm 2023-11-30T22:51:53.494456+0000 mgr.smithi061.crrkzh (mgr.14146) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-30T22:51:54.804 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:54 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:54.498236+0000 mon.smithi061 (mon.0) 81 : cluster [DBG] mgrmap e12: smithi061.crrkzh(active, since 2s) 2023-11-30T22:51:54.805 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:54 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:54.518802+0000 mon.smithi061 (mon.0) 82 : audit [INF] from='mgr.14146 172.21.15.61:0/1606107504' entity='mgr.smithi061.crrkzh' 2023-11-30T22:51:54.860 INFO:teuthology.orchestra.run.smithi061.stderr:Deploying alertmanager service with default placement... 2023-11-30T22:51:54.860 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2023-11-30T22:51:55.375 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-30T22:51:55.736 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2023-11-30T22:51:55.826 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:55 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:54.515398+0000 mgr.smithi061.crrkzh (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-30T22:51:55.827 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:55 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cephadm 2023-11-30T22:51:54.516070+0000 mgr.smithi061.crrkzh (mgr.14146) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-30T22:51:55.827 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:55 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:55.374771+0000 mon.smithi061 (mon.0) 83 : audit [INF] from='mgr.14146 172.21.15.61:0/1606107504' entity='mgr.smithi061.crrkzh' 2023-11-30T22:51:56.570 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2023-11-30T22:51:57.443 INFO:teuthology.orchestra.run.smithi061.stderr:Enabling the dashboard module... 2023-11-30T22:51:57.443 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2023-11-30T22:51:57.532 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:57 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:55.372088+0000 mgr.smithi061.crrkzh (mgr.14146) 7 : audit [DBG] from='client.14158 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:51:57.532 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:57 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cephadm 2023-11-30T22:51:55.372641+0000 mgr.smithi061.crrkzh (mgr.14146) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-30T22:51:57.532 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:57 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:56.237959+0000 mon.smithi061 (mon.0) 84 : audit [INF] from='client.? 172.21.15.61:0/3197875795' entity='client.admin' 2023-11-30T22:51:57.532 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:57 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:57.089852+0000 mon.smithi061 (mon.0) 85 : audit [INF] from='client.? 172.21.15.61:0/4104022604' entity='client.admin' 2023-11-30T22:51:58.520 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:58 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:57.988087+0000 mon.smithi061 (mon.0) 86 : audit [INF] from='client.? 172.21.15.61:0/3922415835' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-30T22:51:58.585 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-11-30T22:51:59.193 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: { 2023-11-30T22:51:59.193 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "epoch": 13, 2023-11-30T22:51:59.193 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "available": true, 2023-11-30T22:51:59.193 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "active_name": "smithi061.crrkzh", 2023-11-30T22:51:59.193 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-30T22:51:59.193 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: } 2023-11-30T22:51:59.448 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:59 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:58.241449+0000 mon.smithi061 (mon.0) 87 : audit [INF] from='client.? 172.21.15.61:0/3922415835' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-30T22:51:59.449 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:59 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:51:58.241492+0000 mon.smithi061 (mon.0) 88 : cluster [DBG] mgrmap e13: smithi061.crrkzh(active, since 6s) 2023-11-30T22:51:59.449 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:51:59 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:51:59.192419+0000 mon.smithi061 (mon.0) 89 : audit [DBG] from='client.? 172.21.15.61:0/1343211486' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-30T22:51:59.710 INFO:teuthology.orchestra.run.smithi061.stderr:Waiting for the mgr to restart... 2023-11-30T22:51:59.710 INFO:teuthology.orchestra.run.smithi061.stderr:Waiting for mgr epoch 13... 2023-11-30T22:51:59.710 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-11-30T22:52:03.954 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:03 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:03.644995+0000 mon.smithi061 (mon.0) 90 : cluster [INF] Active manager daemon smithi061.crrkzh restarted 2023-11-30T22:52:03.955 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:03 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:03.645394+0000 mon.smithi061 (mon.0) 91 : cluster [INF] Activating manager daemon smithi061.crrkzh 2023-11-30T22:52:03.955 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:03 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:03.649741+0000 mon.smithi061 (mon.0) 92 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-30T22:52:04.713 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: { 2023-11-30T22:52:04.714 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2023-11-30T22:52:04.714 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: "initialized": true 2023-11-30T22:52:04.714 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: } 2023-11-30T22:52:04.995 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:03.700336+0000 mon.smithi061 (mon.0) 93 : cluster [DBG] mgrmap e14: smithi061.crrkzh(active, starting, since 0.0550332s) 2023-11-30T22:52:04.995 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:03.703107+0000 mon.smithi061 (mon.0) 94 : audit [DBG] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "mon metadata", "id": "smithi061"}]: dispatch 2023-11-30T22:52:04.995 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:03.703890+0000 mon.smithi061 (mon.0) 95 : audit [DBG] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "mgr metadata", "who": "smithi061.crrkzh", "id": "smithi061.crrkzh"}]: dispatch 2023-11-30T22:52:04.995 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:03.704796+0000 mon.smithi061 (mon.0) 96 : audit [DBG] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-30T22:52:04.995 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:03.705037+0000 mon.smithi061 (mon.0) 97 : audit [DBG] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-30T22:52:04.995 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:03.705280+0000 mon.smithi061 (mon.0) 98 : audit [DBG] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-30T22:52:04.995 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:03.718670+0000 mon.smithi061 (mon.0) 99 : cluster [INF] Manager daemon smithi061.crrkzh is now available 2023-11-30T22:52:04.995 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:03.823051+0000 mon.smithi061 (mon.0) 100 : audit [DBG] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:52:04.995 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:03.825313+0000 mon.smithi061 (mon.0) 101 : audit [DBG] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T22:52:04.995 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:03.851700+0000 mon.smithi061 (mon.0) 102 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/mirror_snapshot_schedule"}]: dispatch 2023-11-30T22:52:04.996 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:03.855268+0000 mon.smithi061 (mon.0) 103 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/trash_purge_schedule"}]: dispatch 2023-11-30T22:52:05.025 INFO:teuthology.orchestra.run.smithi061.stderr:mgr epoch 13 is available 2023-11-30T22:52:05.025 INFO:teuthology.orchestra.run.smithi061.stderr:Generating a dashboard self-signed certificate... 2023-11-30T22:52:05.025 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2023-11-30T22:52:05.890 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-30T22:52:06.041 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:05 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:04.705146+0000 mgr.smithi061.crrkzh (mgr.14166) 1 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-30T22:52:06.041 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:05 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:04.705388+0000 mon.smithi061 (mon.0) 104 : cluster [DBG] mgrmap e15: smithi061.crrkzh(active, since 1.06008s) 2023-11-30T22:52:06.041 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:05 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:04.712390+0000 mgr.smithi061.crrkzh (mgr.14166) 2 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-30T22:52:06.241 INFO:teuthology.orchestra.run.smithi061.stderr:Creating initial admin user... 2023-11-30T22:52:06.243 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpaz4o6urz:/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-30T22:52:06.989 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$VwKaLWYwDGkGo8jgui9hGOOFq4lQlNhWiUW0daabGOn549OtWNT/S", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701384726, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-30T22:52:07.009 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:06 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:05.567549+0000 mgr.smithi061.crrkzh (mgr.14166) 3 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:52:07.010 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:06 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:05.710816+0000 mon.smithi061 (mon.0) 105 : cluster [DBG] mgrmap e16: smithi061.crrkzh(active, since 2s) 2023-11-30T22:52:07.010 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:06 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:05.885195+0000 mon.smithi061 (mon.0) 106 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' 2023-11-30T22:52:07.010 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:06 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:05.890240+0000 mon.smithi061 (mon.0) 107 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' 2023-11-30T22:52:07.335 INFO:teuthology.orchestra.run.smithi061.stderr:Fetching dashboard port number... 2023-11-30T22:52:07.335 INFO:teuthology.orchestra.run.smithi061.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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp8zz9ns9d:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpdemf9moa:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2023-11-30T22:52:07.860 INFO:teuthology.orchestra.run.smithi061.stderr:/usr/bin/ceph: 8443 2023-11-30T22:52:08.144 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:07 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:06.744310+0000 mgr.smithi061.crrkzh (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-30T22:52:08.144 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:07 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:06.988918+0000 mon.smithi061 (mon.0) 108 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' 2023-11-30T22:52:08.144 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:07 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:07.859819+0000 mon.smithi061 (mon.0) 109 : audit [DBG] from='client.? 172.21.15.61:0/3772837483' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-30T22:52:08.226 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-30T22:52:08.234 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl: disabled 2023-11-30T22:52:08.235 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: systemctl is-active firewalld.service 2023-11-30T22:52:08.242 INFO:teuthology.orchestra.run.smithi061.stderr:systemctl: inactive 2023-11-30T22:52:08.242 INFO:teuthology.orchestra.run.smithi061.stderr:firewalld.service is not enabled 2023-11-30T22:52:08.242 INFO:teuthology.orchestra.run.smithi061.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-30T22:52:08.245 INFO:teuthology.orchestra.run.smithi061.stderr:Ceph Dashboard is now available at: 2023-11-30T22:52:08.246 INFO:teuthology.orchestra.run.smithi061.stderr: 2023-11-30T22:52:08.246 INFO:teuthology.orchestra.run.smithi061.stderr: URL: https://smithi061.front.sepia.ceph.com:8443/ 2023-11-30T22:52:08.246 INFO:teuthology.orchestra.run.smithi061.stderr: User: admin 2023-11-30T22:52:08.246 INFO:teuthology.orchestra.run.smithi061.stderr: Password: ok9nh3xyx9 2023-11-30T22:52:08.246 INFO:teuthology.orchestra.run.smithi061.stderr: 2023-11-30T22:52:08.246 INFO:teuthology.orchestra.run.smithi061.stderr:You can access the Ceph CLI with: 2023-11-30T22:52:08.246 INFO:teuthology.orchestra.run.smithi061.stderr: 2023-11-30T22:52:08.246 INFO:teuthology.orchestra.run.smithi061.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-30T22:52:08.246 INFO:teuthology.orchestra.run.smithi061.stderr: 2023-11-30T22:52:08.246 INFO:teuthology.orchestra.run.smithi061.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-30T22:52:08.247 INFO:teuthology.orchestra.run.smithi061.stderr: 2023-11-30T22:52:08.247 INFO:teuthology.orchestra.run.smithi061.stderr: ceph telemetry on 2023-11-30T22:52:08.247 INFO:teuthology.orchestra.run.smithi061.stderr: 2023-11-30T22:52:08.247 INFO:teuthology.orchestra.run.smithi061.stderr:For more information see: 2023-11-30T22:52:08.247 INFO:teuthology.orchestra.run.smithi061.stderr: 2023-11-30T22:52:08.247 INFO:teuthology.orchestra.run.smithi061.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2023-11-30T22:52:08.247 INFO:teuthology.orchestra.run.smithi061.stderr: 2023-11-30T22:52:08.247 INFO:teuthology.orchestra.run.smithi061.stderr:Bootstrap complete. 2023-11-30T22:52:08.247 INFO:teuthology.orchestra.run.smithi061.stderr:Releasing lock 140630940098688 on /run/cephadm/e1690986-8fd2-11ee-95a2-87774f69a715.lock 2023-11-30T22:52:08.247 INFO:teuthology.orchestra.run.smithi061.stderr:Lock 140630940098688 released on /run/cephadm/e1690986-8fd2-11ee-95a2-87774f69a715.lock 2023-11-30T22:52:08.277 INFO:tasks.cephadm:Fetching config... 2023-11-30T22:52:08.277 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-11-30T22:52:08.277 DEBUG:teuthology.orchestra.run.smithi061:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-30T22:52:08.296 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-30T22:52:08.296 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-11-30T22:52:08.296 DEBUG:teuthology.orchestra.run.smithi061:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-30T22:52:08.356 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-30T22:52:08.356 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-11-30T22:52:08.356 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd if=/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/mon.smithi061/keyring of=/dev/stdout 2023-11-30T22:52:08.423 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-30T22:52:08.423 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-11-30T22:52:08.423 DEBUG:teuthology.orchestra.run.smithi061:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-30T22:52:08.482 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-30T22:52:08.482 DEBUG:teuthology.orchestra.run.smithi061:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkP9VjFLjJUdw3iKrOQ8SizEW0lmtwUiFNIr5clATBS74H1KXf8f9289rGpgjzn3LIqMF6Rovu3hC3mR/khb1mIEhZRvx6Lg8Xrn4SvGz1rJU41xlj417K31NWknwuWR7wMlCImuErGgCPSgFyb91BbTE8FQtWVOr/BiJgg2zEuLlqDXf6qK/F46GASs6RVNAk7dR0BjSnBnG9dNieiBkJDBl3lzVYekop9PcS6IYml+L+ogBVWvSBgKNvkvmcYSJnctFguIApkyH4bsd86eJ/kmIX4DR2G0jt5aj3BvpIt2VXI5YXOCK/u0eD5heTHajfiu1Y0tXfMAWmO3x+F/AoQ5YBgiPRFDAzuUxs2xHgzBsa6zT7tyEat54c4E+kWEaf7swB4vrr/5jJ4kFcbW50mhO94rCUCzlmOoE0GXahMVGHlGXY6hcxgGq9VrHzCFuXyfCuM1XLkvcgLb3JIpSWjfR94ocG4QlHf9/jbBjl0Ls0nL/01WZtQ7G5JZKvS1M= ceph-e1690986-8fd2-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-30T22:52:08.558 INFO:teuthology.orchestra.run.smithi061.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkP9VjFLjJUdw3iKrOQ8SizEW0lmtwUiFNIr5clATBS74H1KXf8f9289rGpgjzn3LIqMF6Rovu3hC3mR/khb1mIEhZRvx6Lg8Xrn4SvGz1rJU41xlj417K31NWknwuWR7wMlCImuErGgCPSgFyb91BbTE8FQtWVOr/BiJgg2zEuLlqDXf6qK/F46GASs6RVNAk7dR0BjSnBnG9dNieiBkJDBl3lzVYekop9PcS6IYml+L+ogBVWvSBgKNvkvmcYSJnctFguIApkyH4bsd86eJ/kmIX4DR2G0jt5aj3BvpIt2VXI5YXOCK/u0eD5heTHajfiu1Y0tXfMAWmO3x+F/AoQ5YBgiPRFDAzuUxs2xHgzBsa6zT7tyEat54c4E+kWEaf7swB4vrr/5jJ4kFcbW50mhO94rCUCzlmOoE0GXahMVGHlGXY6hcxgGq9VrHzCFuXyfCuM1XLkvcgLb3JIpSWjfR94ocG4QlHf9/jbBjl0Ls0nL/01WZtQ7G5JZKvS1M= ceph-e1690986-8fd2-11ee-95a2-87774f69a715 2023-11-30T22:52:08.569 DEBUG:teuthology.orchestra.run.smithi138:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkP9VjFLjJUdw3iKrOQ8SizEW0lmtwUiFNIr5clATBS74H1KXf8f9289rGpgjzn3LIqMF6Rovu3hC3mR/khb1mIEhZRvx6Lg8Xrn4SvGz1rJU41xlj417K31NWknwuWR7wMlCImuErGgCPSgFyb91BbTE8FQtWVOr/BiJgg2zEuLlqDXf6qK/F46GASs6RVNAk7dR0BjSnBnG9dNieiBkJDBl3lzVYekop9PcS6IYml+L+ogBVWvSBgKNvkvmcYSJnctFguIApkyH4bsd86eJ/kmIX4DR2G0jt5aj3BvpIt2VXI5YXOCK/u0eD5heTHajfiu1Y0tXfMAWmO3x+F/AoQ5YBgiPRFDAzuUxs2xHgzBsa6zT7tyEat54c4E+kWEaf7swB4vrr/5jJ4kFcbW50mhO94rCUCzlmOoE0GXahMVGHlGXY6hcxgGq9VrHzCFuXyfCuM1XLkvcgLb3JIpSWjfR94ocG4QlHf9/jbBjl0Ls0nL/01WZtQ7G5JZKvS1M= ceph-e1690986-8fd2-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-30T22:52:08.617 INFO:teuthology.orchestra.run.smithi138.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkP9VjFLjJUdw3iKrOQ8SizEW0lmtwUiFNIr5clATBS74H1KXf8f9289rGpgjzn3LIqMF6Rovu3hC3mR/khb1mIEhZRvx6Lg8Xrn4SvGz1rJU41xlj417K31NWknwuWR7wMlCImuErGgCPSgFyb91BbTE8FQtWVOr/BiJgg2zEuLlqDXf6qK/F46GASs6RVNAk7dR0BjSnBnG9dNieiBkJDBl3lzVYekop9PcS6IYml+L+ogBVWvSBgKNvkvmcYSJnctFguIApkyH4bsd86eJ/kmIX4DR2G0jt5aj3BvpIt2VXI5YXOCK/u0eD5heTHajfiu1Y0tXfMAWmO3x+F/AoQ5YBgiPRFDAzuUxs2xHgzBsa6zT7tyEat54c4E+kWEaf7swB4vrr/5jJ4kFcbW50mhO94rCUCzlmOoE0GXahMVGHlGXY6hcxgGq9VrHzCFuXyfCuM1XLkvcgLb3JIpSWjfR94ocG4QlHf9/jbBjl0Ls0nL/01WZtQ7G5JZKvS1M= ceph-e1690986-8fd2-11ee-95a2-87774f69a715 2023-11-30T22:52:08.629 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-30T22:52:10.582 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-30T22:52:10.583 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-30T22:52:10.988 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:10 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:09.736089+0000 mon.smithi061 (mon.0) 110 : cluster [DBG] mgrmap e17: smithi061.crrkzh(active, since 6s) 2023-11-30T22:52:10.988 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:10 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:09.923604+0000 mon.smithi061 (mon.0) 111 : audit [INF] from='client.? 172.21.15.61:0/4221914533' entity='client.admin' 2023-11-30T22:52:12.357 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi138 2023-11-30T22:52:12.358 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-11-30T22:52:12.358 DEBUG:teuthology.orchestra.run.smithi138:> dd of=/etc/ceph/ceph.conf 2023-11-30T22:52:12.379 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-11-30T22:52:12.379 DEBUG:teuthology.orchestra.run.smithi138:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-30T22:52:12.440 INFO:tasks.cephadm:Adding host smithi138 to orchestrator... 2023-11-30T22:52:12.440 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph orch host add smithi138 2023-11-30T22:52:13.247 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:13 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:12.008907+0000 mon.smithi061 (mon.0) 112 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' 2023-11-30T22:52:13.247 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:13 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:12.123971+0000 mon.smithi061 (mon.0) 113 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' 2023-11-30T22:52:13.247 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:13 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:12.125751+0000 mon.smithi061 (mon.0) 114 : audit [DBG] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:52:13.247 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:13 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:12.126704+0000 mon.smithi061 (mon.0) 115 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-30T22:52:13.247 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:13 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cephadm 2023-11-30T22:52:12.127592+0000 mgr.smithi061.crrkzh (mgr.14166) 6 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(host_pattern='*'): Cannot place : No matching hosts 2023-11-30T22:52:13.248 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:13 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:12.354627+0000 mon.smithi061 (mon.0) 116 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' 2023-11-30T22:52:13.248 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:13 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:12.980289+0000 mon.smithi061 (mon.0) 117 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' 2023-11-30T22:52:16.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:16 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:15.185523+0000 mon.smithi061 (mon.0) 118 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' 2023-11-30T22:52:16.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:16 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:15.459639+0000 mon.smithi061 (mon.0) 119 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' 2023-11-30T22:52:16.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:16 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:15.460186+0000 mon.smithi061 (mon.0) 120 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "config rm", "who": "osd/host:smithi061", "name": "osd_memory_target"}]: dispatch 2023-11-30T22:52:16.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:16 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:15.463320+0000 mon.smithi061 (mon.0) 121 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' 2023-11-30T22:52:17.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:17 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cephadm 2023-11-30T22:52:15.470117+0000 mgr.smithi061.crrkzh (mgr.14166) 7 : cephadm [INF] Deploying daemon alertmanager.smithi061 on smithi061 2023-11-30T22:52:25.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:24 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:23.706018+0000 mgr.smithi061.crrkzh (mgr.14166) 8 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:52:27.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:26 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:25.706289+0000 mgr.smithi061.crrkzh (mgr.14166) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:52:29.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:28 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:27.706666+0000 mgr.smithi061.crrkzh (mgr.14166) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:52:31.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:30 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:29.707069+0000 mgr.smithi061.crrkzh (mgr.14166) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:52:33.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:32 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:31.707422+0000 mgr.smithi061.crrkzh (mgr.14166) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:52:35.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:34 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:33.707678+0000 mgr.smithi061.crrkzh (mgr.14166) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:52:36.449 INFO:teuthology.orchestra.run.smithi138.stdout:Added host 'smithi138' with addr '172.21.15.138' 2023-11-30T22:52:37.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:36 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:35.708054+0000 mgr.smithi061.crrkzh (mgr.14166) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:52:37.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:36 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:35.874994+0000 mgr.smithi061.crrkzh (mgr.14166) 15 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi138", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:52:37.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:36 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:36.447523+0000 mon.smithi061 (mon.0) 122 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' 2023-11-30T22:52:38.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:37 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cephadm 2023-11-30T22:52:36.447950+0000 mgr.smithi061.crrkzh (mgr.14166) 16 : cephadm [INF] Added host smithi138 2023-11-30T22:52:38.348 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-11-30T22:52:39.076 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:38 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:37.708368+0000 mgr.smithi061.crrkzh (mgr.14166) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:52:41.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:40 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:39.708670+0000 mgr.smithi061.crrkzh (mgr.14166) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:52:42.427 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:52:42.428 INFO:teuthology.orchestra.run.smithi138.stdout:[{"addr": "172.21.15.61", "hostname": "smithi061", "labels": [], "status": ""}, {"addr": "172.21.15.138", "hostname": "smithi138", "labels": [], "status": ""}] 2023-11-30T22:52:42.905 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-30T22:52:42.906 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-11-30T22:52:43.076 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:42 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:41.709068+0000 mgr.smithi061.crrkzh (mgr.14166) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:52:43.827 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:43 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:42.350694+0000 mgr.smithi061.crrkzh (mgr.14166) 20 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T22:52:44.818 INFO:teuthology.orchestra.run.smithi061.stderr:adjusted tunables profile to default 2023-11-30T22:52:45.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:44 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:43.709327+0000 mgr.smithi061.crrkzh (mgr.14166) 21 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:52:45.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:44 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:44.228887+0000 mon.smithi061 (mon.0) 123 : audit [INF] from='client.? 172.21.15.61:0/2107350931' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-30T22:52:45.180 INFO:tasks.cephadm:Adding mon.smithi061 on smithi061 2023-11-30T22:52:45.180 INFO:tasks.cephadm:Adding mon.smithi138 on smithi138 2023-11-30T22:52:45.181 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph orch apply mon '2;smithi061:172.21.15.61=smithi061;smithi138:172.21.15.138=smithi138' 2023-11-30T22:52:46.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:44.815182+0000 mon.smithi061 (mon.0) 124 : audit [INF] from='client.? 172.21.15.61:0/2107350931' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-30T22:52:46.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:44.815250+0000 mon.smithi061 (mon.0) 125 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-30T22:52:46.553 INFO:teuthology.orchestra.run.smithi138.stdout:Scheduled mon update... 2023-11-30T22:52:46.928 DEBUG:teuthology.orchestra.run.smithi138:mon.smithi138> sudo journalctl -f -n 0 -u ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mon.smithi138.service 2023-11-30T22:52:46.930 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:52:46.930 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:52:46.957 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:-- Logs begin at Thu 2023-11-30 22:35:43 UTC. -- 2023-11-30T22:52:47.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:46 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:45.709689+0000 mgr.smithi061.crrkzh (mgr.14166) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:52:47.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:46 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:46.553151+0000 mon.smithi061 (mon.0) 126 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' 2023-11-30T22:52:48.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:47 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:46.549198+0000 mgr.smithi061.crrkzh (mgr.14166) 23 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi061:172.21.15.61=smithi061;smithi138:172.21.15.138=smithi138", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T22:52:48.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:47 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cephadm 2023-11-30T22:52:46.550654+0000 mgr.smithi061.crrkzh (mgr.14166) 24 : cephadm [INF] Saving service mon spec with placement smithi061:172.21.15.61=smithi061;smithi138:172.21.15.138=smithi138;count:2 2023-11-30T22:52:48.295 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:52:48.296 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:52:48.297 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:52:49.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:48 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:47.710086+0000 mgr.smithi061.crrkzh (mgr.14166) 25 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:52:49.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:48 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:48.295476+0000 mon.smithi061 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.138:0/334662714' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:52:49.671 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:52:49.671 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:52:51.040 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:52:51.040 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:52:51.042 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:52:51.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:50 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:49.710396+0000 mgr.smithi061.crrkzh (mgr.14166) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:52:52.331 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:51 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:51.040033+0000 mon.smithi061 (mon.0) 128 : audit [DBG] from='client.? 172.21.15.138:0/189737855' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:52:52.469 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:52:52.469 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:52:53.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:52 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:51.710728+0000 mgr.smithi061.crrkzh (mgr.14166) 27 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:52:53.848 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:52:53.848 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:52:53.849 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:52:55.249 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:52:55.249 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:52:55.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:54 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:53.711055+0000 mgr.smithi061.crrkzh (mgr.14166) 28 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:52:55.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:54 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:53.847484+0000 mon.smithi061 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.138:0/2483523735' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:52:56.655 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:52:56.655 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:52:56.656 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:52:57.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:56 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:55.711419+0000 mgr.smithi061.crrkzh (mgr.14166) 29 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:52:57.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:56 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:56.654347+0000 mon.smithi061 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.138:0/3778901138' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:52:58.077 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:52:58.080 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:52:59.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:58 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:57.711738+0000 mgr.smithi061.crrkzh (mgr.14166) 30 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:52:59.494 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:52:59.494 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:52:59.496 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:53:00.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:52:59 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:52:59.493930+0000 mon.smithi061 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.138:0/353497861' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:53:00.903 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:53:00.903 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:53:01.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:00 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:52:59.712054+0000 mgr.smithi061.crrkzh (mgr.14166) 31 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:02.277 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:53:02.277 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:53:02.278 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:53:03.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:02 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:01.712415+0000 mgr.smithi061.crrkzh (mgr.14166) 32 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:03.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:02 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:53:02.276394+0000 mon.smithi061 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.138:0/2296421956' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:53:03.659 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:53:03.659 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:53:05.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:03.712727+0000 mgr.smithi061.crrkzh (mgr.14166) 33 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:05.328 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:53:03.854051+0000 mon.smithi061 (mon.0) 133 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/mirror_snapshot_schedule"}]: dispatch 2023-11-30T22:53:05.329 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:53:03.856537+0000 mon.smithi061 (mon.0) 134 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/trash_purge_schedule"}]: dispatch 2023-11-30T22:53:07.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:06 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:05.713029+0000 mgr.smithi061.crrkzh (mgr.14166) 34 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:08.560 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:53:08.560 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:53:08.562 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:53:09.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:08 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:07.713313+0000 mgr.smithi061.crrkzh (mgr.14166) 35 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:09.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:08 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:53:08.559951+0000 mon.smithi061 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.138:0/1262350457' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:53:10.165 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:53:10.166 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:53:11.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:10 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:09.713603+0000 mgr.smithi061.crrkzh (mgr.14166) 36 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:11.484 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:53:11.484 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:53:11.486 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:53:12.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:53:11.484057+0000 mon.smithi061 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.138:0/569565852' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:53:12.889 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:53:12.889 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:53:13.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:12 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:11.713918+0000 mgr.smithi061.crrkzh (mgr.14166) 37 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:14.617 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:53:14.617 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:53:14.619 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:53:15.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:13.714269+0000 mgr.smithi061.crrkzh (mgr.14166) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:15.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:53:14.617216+0000 mon.smithi061 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.138:0/3671163890' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:53:16.006 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:53:16.006 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:53:17.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:16 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:15.714610+0000 mgr.smithi061.crrkzh (mgr.14166) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:17.402 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:53:17.402 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:53:17.403 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:53:18.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:17 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:53:17.401394+0000 mon.smithi061 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.138:0/2226771408' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:53:18.775 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:53:18.775 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:53:19.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:18 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:17.714929+0000 mgr.smithi061.crrkzh (mgr.14166) 40 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:20.189 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:53:20.189 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:53:20.191 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:53:21.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:20 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:19.715248+0000 mgr.smithi061.crrkzh (mgr.14166) 41 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:21.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:20 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:53:20.188705+0000 mon.smithi061 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.138:0/1603217411' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:53:21.569 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:53:21.569 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:53:22.989 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:53:22.989 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:53:22.991 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:53:23.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:22 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:21.715566+0000 mgr.smithi061.crrkzh (mgr.14166) 42 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:24.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:23 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:53:22.988750+0000 mon.smithi061 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.138:0/713606127' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:53:24.371 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:53:24.372 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:53:25.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:24 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:23.715807+0000 mgr.smithi061.crrkzh (mgr.14166) 43 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:25.824 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:53:25.825 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:53:25.826 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:53:26.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:25 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:53:25.824438+0000 mon.smithi061 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.138:0/3124929298' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:53:27.191 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:53:27.192 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:53:27.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:26 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:25.716152+0000 mgr.smithi061.crrkzh (mgr.14166) 44 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:28.553 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:53:28.553 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:53:28.554 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:53:29.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:28 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:27.716510+0000 mgr.smithi061.crrkzh (mgr.14166) 45 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:29.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:28 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:53:28.552539+0000 mon.smithi061 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.138:0/185171013' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:53:29.936 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:53:29.937 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:53:31.305 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:53:31.306 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:53:31.307 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:53:31.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:30 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:29.716753+0000 mgr.smithi061.crrkzh (mgr.14166) 46 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:32.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:31 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:53:31.305659+0000 mon.smithi061 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.138:0/2529240823' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:53:32.731 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:53:32.732 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:53:33.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:32 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:31.717055+0000 mgr.smithi061.crrkzh (mgr.14166) 47 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:34.130 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:53:34.130 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:53:34.132 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:53:35.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:34 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:33.717352+0000 mgr.smithi061.crrkzh (mgr.14166) 48 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:35.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:34 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:53:34.129877+0000 mon.smithi061 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.138:0/2596070519' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:53:35.554 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:53:35.555 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:53:37.018 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:53:37.018 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:53:37.020 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:53:37.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:36 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:35.717725+0000 mgr.smithi061.crrkzh (mgr.14166) 49 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:38.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:37 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:53:37.017801+0000 mon.smithi061 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.138:0/1198122795' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:53:38.393 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:53:38.394 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:53:39.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:38 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:37.718077+0000 mgr.smithi061.crrkzh (mgr.14166) 50 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:39.806 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:53:39.806 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:53:39.807 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:53:40.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:39 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:53:39.805580+0000 mon.smithi061 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.138:0/3887621302' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:53:41.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:40 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:39.718452+0000 mgr.smithi061.crrkzh (mgr.14166) 51 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:41.603 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:53:41.604 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:53:42.998 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:53:42.998 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:53:43.000 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:53:43.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:42 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:41.718806+0000 mgr.smithi061.crrkzh (mgr.14166) 52 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:44.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:43 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:53:42.997960+0000 mon.smithi061 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.138:0/1859531748' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:53:44.397 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:53:44.398 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:53:45.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:44 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:43.719097+0000 mgr.smithi061.crrkzh (mgr.14166) 53 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:45.839 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:53:45.839 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:53:45.841 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:53:46.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:53:45.838696+0000 mon.smithi061 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.138:0/3269246372' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:53:47.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:46 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:45.719386+0000 mgr.smithi061.crrkzh (mgr.14166) 54 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:47.460 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:53:47.460 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:53:48.807 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:53:48.808 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:53:48.809 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:53:49.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:48 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:47.719619+0000 mgr.smithi061.crrkzh (mgr.14166) 55 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:49.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:48 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:53:48.807186+0000 mon.smithi061 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.138:0/1491931279' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:53:50.191 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:53:50.191 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:53:51.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:50 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:49.719976+0000 mgr.smithi061.crrkzh (mgr.14166) 56 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:51.590 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:53:51.590 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:53:51.591 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:53:52.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:51 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:53:51.589243+0000 mon.smithi061 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.138:0/979596753' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:53:52.985 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:53:52.985 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:53:53.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:52 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:51.720303+0000 mgr.smithi061.crrkzh (mgr.14166) 57 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:54.373 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:53:54.373 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:53:54.374 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:53:55.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:54 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:53.720644+0000 mgr.smithi061.crrkzh (mgr.14166) 58 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:55.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:54 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:53:54.372456+0000 mon.smithi061 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.138:0/2248355600' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:53:55.750 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:53:55.751 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:53:57.202 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:53:57.202 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:53:57.203 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:53:57.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:56 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:55.721000+0000 mgr.smithi061.crrkzh (mgr.14166) 59 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:53:58.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:57 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:53:57.201816+0000 mon.smithi061 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.138:0/539144881' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:53:58.600 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:53:58.601 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:53:59.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:53:58 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:57.721402+0000 mgr.smithi061.crrkzh (mgr.14166) 60 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:00.020 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:54:00.020 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:54:00.021 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:54:01.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:00 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:53:59.721778+0000 mgr.smithi061.crrkzh (mgr.14166) 61 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:01.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:00 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:00.019281+0000 mon.smithi061 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.138:0/1510492916' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:54:01.401 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:54:01.402 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:54:02.853 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:54:02.853 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:54:02.854 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:54:03.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:02 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:01.722141+0000 mgr.smithi061.crrkzh (mgr.14166) 62 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:03.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:02 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:02.852380+0000 mon.smithi061 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.138:0/288918148' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:54:04.242 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:54:04.242 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:54:04.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:03 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:03.855274+0000 mon.smithi061 (mon.0) 155 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/mirror_snapshot_schedule"}]: dispatch 2023-11-30T22:54:04.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:03 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:03.857438+0000 mon.smithi061 (mon.0) 156 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/trash_purge_schedule"}]: dispatch 2023-11-30T22:54:05.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:03.722448+0000 mgr.smithi061.crrkzh (mgr.14166) 63 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:05.649 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:54:05.649 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:54:05.651 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:54:06.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:05 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:05.648925+0000 mon.smithi061 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.138:0/2332684725' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:54:07.030 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:54:07.030 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:54:07.328 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:06 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:05.722777+0000 mgr.smithi061.crrkzh (mgr.14166) 64 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:08.470 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:54:08.471 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:54:08.472 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:54:09.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:08 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:07.723115+0000 mgr.smithi061.crrkzh (mgr.14166) 65 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:09.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:08 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:08.469917+0000 mon.smithi061 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.138:0/1834134204' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:54:09.851 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:54:09.852 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:54:11.225 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:54:11.225 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:54:11.227 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:54:11.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:10 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:09.723475+0000 mgr.smithi061.crrkzh (mgr.14166) 66 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:12.326 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:11.224647+0000 mon.smithi061 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.138:0/3703475795' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:54:12.604 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:54:12.604 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:54:13.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:12 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:11.723824+0000 mgr.smithi061.crrkzh (mgr.14166) 67 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:14.029 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:54:14.029 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:54:14.031 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:54:15.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:13.724099+0000 mgr.smithi061.crrkzh (mgr.14166) 68 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:15.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:14.028768+0000 mon.smithi061 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.138:0/2590947049' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:54:15.364 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:54:15.365 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:54:16.720 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:54:16.720 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:54:16.722 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:54:17.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:16 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:15.724389+0000 mgr.smithi061.crrkzh (mgr.14166) 69 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:17.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:16 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:16.719925+0000 mon.smithi061 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.138:0/1171712776' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:54:18.139 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:54:18.139 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:54:19.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:18 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:17.724725+0000 mgr.smithi061.crrkzh (mgr.14166) 70 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:19.531 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:54:19.532 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:54:19.533 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:54:20.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:19 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:19.531414+0000 mon.smithi061 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.138:0/1398254968' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:54:20.924 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:54:20.925 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:54:21.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:20 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:19.725111+0000 mgr.smithi061.crrkzh (mgr.14166) 71 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:22.315 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:54:22.315 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:54:22.317 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:54:23.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:22 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:21.725478+0000 mgr.smithi061.crrkzh (mgr.14166) 72 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:23.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:22 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:22.314662+0000 mon.smithi061 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.138:0/2107570825' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:54:23.709 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:54:23.709 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:54:25.174 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:54:25.175 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:54:25.176 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:54:25.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:24 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:23.725854+0000 mgr.smithi061.crrkzh (mgr.14166) 73 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:26.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:25 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:25.174058+0000 mon.smithi061 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.138:0/4284830807' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:54:26.568 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:54:26.568 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:54:27.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:26 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:25.726313+0000 mgr.smithi061.crrkzh (mgr.14166) 74 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:27.976 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:54:27.976 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:54:27.977 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:54:29.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:28 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:27.726633+0000 mgr.smithi061.crrkzh (mgr.14166) 75 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:29.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:28 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:27.975126+0000 mon.smithi061 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.138:0/2456291215' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:54:29.362 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:54:29.363 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:54:30.787 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:54:30.787 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:54:30.789 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:54:31.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:30 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:29.726978+0000 mgr.smithi061.crrkzh (mgr.14166) 76 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:31.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:30 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:30.786819+0000 mon.smithi061 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.138:0/621225967' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:54:32.178 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:54:32.178 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:54:33.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:32 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:31.727385+0000 mgr.smithi061.crrkzh (mgr.14166) 77 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:33.617 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:54:33.617 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:54:33.619 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:54:34.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:33 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:33.616585+0000 mon.smithi061 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.138:0/1326601914' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:54:35.009 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:54:35.009 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:54:35.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:34 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:33.727723+0000 mgr.smithi061.crrkzh (mgr.14166) 78 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:36.379 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:54:36.379 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:54:36.381 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:54:37.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:36 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:35.727965+0000 mgr.smithi061.crrkzh (mgr.14166) 79 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:37.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:36 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:36.378778+0000 mon.smithi061 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.138:0/3312849826' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:54:37.758 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:54:37.759 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:54:39.219 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:54:39.220 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:54:39.221 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:54:39.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:38 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:37.728342+0000 mgr.smithi061.crrkzh (mgr.14166) 80 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:40.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:39 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:39.219261+0000 mon.smithi061 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.138:0/3544484922' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:54:40.618 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:54:40.618 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:54:41.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:40 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:39.728818+0000 mgr.smithi061.crrkzh (mgr.14166) 81 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:42.026 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:54:42.026 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:54:42.028 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:54:43.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:42 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:41.729202+0000 mgr.smithi061.crrkzh (mgr.14166) 82 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:43.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:42 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:42.026161+0000 mon.smithi061 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.138:0/3734245648' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:54:43.422 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:54:43.425 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:54:44.707 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:54:44.707 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:54:44.708 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:54:45.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:44 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:43.729505+0000 mgr.smithi061.crrkzh (mgr.14166) 83 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:45.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:44 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:44.706792+0000 mon.smithi061 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.138:0/2702174811' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:54:46.110 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:54:46.110 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:54:47.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:46 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:45.729839+0000 mgr.smithi061.crrkzh (mgr.14166) 84 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:47.500 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:54:47.500 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:54:47.501 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:54:48.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:47 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:47.499502+0000 mon.smithi061 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.138:0/1750669291' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:54:48.947 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:54:48.947 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:54:49.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:48 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:47.730186+0000 mgr.smithi061.crrkzh (mgr.14166) 85 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:50.328 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:54:50.328 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:54:50.330 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:54:51.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:50 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:49.730533+0000 mgr.smithi061.crrkzh (mgr.14166) 86 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:51.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:50 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:50.327703+0000 mon.smithi061 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.138:0/1440403684' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:54:51.699 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:54:51.700 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:54:53.109 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:54:53.109 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:54:53.111 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:54:53.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:52 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:51.730931+0000 mgr.smithi061.crrkzh (mgr.14166) 87 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:54.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:53 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:53.108990+0000 mon.smithi061 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.138:0/614618290' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:54:54.498 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:54:54.498 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:54:55.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:54 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:53.731281+0000 mgr.smithi061.crrkzh (mgr.14166) 88 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:55.941 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:54:55.942 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:54:55.943 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:54:56.326 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:55 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:55.941389+0000 mon.smithi061 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.138:0/1646886806' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:54:57.323 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:54:57.324 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:54:57.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:56 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:55.731684+0000 mgr.smithi061.crrkzh (mgr.14166) 89 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:58.763 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:54:58.763 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:54:58.764 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:54:59.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:58 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:57.731922+0000 mgr.smithi061.crrkzh (mgr.14166) 90 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:54:59.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:54:58 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:54:58.762573+0000 mon.smithi061 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.138:0/1466516618' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:55:00.144 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:55:00.144 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:55:01.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:00 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:54:59.732296+0000 mgr.smithi061.crrkzh (mgr.14166) 91 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:01.535 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:55:01.536 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:55:01.537 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:55:02.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:01 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:55:01.535171+0000 mon.smithi061 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.138:0/1638871122' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:55:02.906 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:55:02.907 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:55:03.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:02 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:01.732531+0000 mgr.smithi061.crrkzh (mgr.14166) 92 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:04.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:03 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:55:03.856513+0000 mon.smithi061 (mon.0) 178 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/mirror_snapshot_schedule"}]: dispatch 2023-11-30T22:55:04.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:03 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:55:03.858307+0000 mon.smithi061 (mon.0) 179 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/trash_purge_schedule"}]: dispatch 2023-11-30T22:55:04.344 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:55:04.344 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:55:04.346 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:55:05.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:03.732819+0000 mgr.smithi061.crrkzh (mgr.14166) 93 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:05.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:55:04.344059+0000 mon.smithi061 (mon.0) 180 : audit [DBG] from='client.? 172.21.15.138:0/19125801' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:55:05.745 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:55:05.746 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:55:07.253 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:55:07.253 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:55:07.254 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:55:07.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:06 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:05.733147+0000 mgr.smithi061.crrkzh (mgr.14166) 94 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:08.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:07 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:55:07.252105+0000 mon.smithi061 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.138:0/937724730' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:55:08.638 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:55:08.639 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:55:09.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:08 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:07.733431+0000 mgr.smithi061.crrkzh (mgr.14166) 95 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:10.050 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:55:10.050 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:55:10.052 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:55:11.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:10 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:09.733752+0000 mgr.smithi061.crrkzh (mgr.14166) 96 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:11.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:10 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:55:10.049533+0000 mon.smithi061 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.138:0/1710518251' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:55:11.449 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:55:11.449 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:55:12.863 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:55:12.864 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:55:12.865 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:55:13.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:12 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:11.734108+0000 mgr.smithi061.crrkzh (mgr.14166) 97 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:13.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:12 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:55:12.862899+0000 mon.smithi061 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.138:0/4132221185' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:55:14.250 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:55:14.250 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:55:15.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:13.734506+0000 mgr.smithi061.crrkzh (mgr.14166) 98 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:15.727 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:55:15.727 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:55:15.728 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:55:16.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:16 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:55:15.726449+0000 mon.smithi061 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.138:0/807743337' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:55:17.109 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:55:17.109 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:55:17.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:17 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:15.734893+0000 mgr.smithi061.crrkzh (mgr.14166) 99 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:18.519 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:55:18.519 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:55:18.521 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:55:19.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:19 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:17.735303+0000 mgr.smithi061.crrkzh (mgr.14166) 100 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:19.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:19 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:55:18.519015+0000 mon.smithi061 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.138:0/574413136' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:55:19.904 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:55:19.905 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:55:21.279 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:55:21.279 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:55:21.280 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:55:21.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:21 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:19.735569+0000 mgr.smithi061.crrkzh (mgr.14166) 101 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:22.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:22 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:55:21.278088+0000 mon.smithi061 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.138:0/322566947' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:55:22.659 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:55:22.659 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:55:23.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:23 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:21.735908+0000 mgr.smithi061.crrkzh (mgr.14166) 102 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:24.041 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:55:24.042 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:55:24.042 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:55:25.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:25 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:23.736282+0000 mgr.smithi061.crrkzh (mgr.14166) 103 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:25.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:25 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:55:24.039653+0000 mon.smithi061 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.138:0/846631375' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:55:25.457 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:55:25.459 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:55:26.781 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:55:26.781 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:55:26.782 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:55:27.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:27 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:25.736556+0000 mgr.smithi061.crrkzh (mgr.14166) 104 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:27.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:27 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:55:26.780399+0000 mon.smithi061 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.138:0/3545529723' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:55:28.159 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:55:28.159 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:55:29.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:29 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:27.736863+0000 mgr.smithi061.crrkzh (mgr.14166) 105 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:29.566 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:55:29.566 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:55:29.567 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:55:30.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:30 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:55:29.565609+0000 mon.smithi061 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.138:0/1732873763' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:55:30.956 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:55:30.957 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:55:31.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:31 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:29.737242+0000 mgr.smithi061.crrkzh (mgr.14166) 106 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:32.344 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:55:32.345 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:55:32.346 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:55:33.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:33 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:31.737485+0000 mgr.smithi061.crrkzh (mgr.14166) 107 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:33.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:33 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:55:32.344320+0000 mon.smithi061 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.138:0/771232623' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:55:33.726 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:55:33.726 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:55:35.145 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:55:35.145 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:55:35.146 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:55:35.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:35 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:33.737730+0000 mgr.smithi061.crrkzh (mgr.14166) 108 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:36.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:36 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:55:35.144628+0000 mon.smithi061 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.138:0/4180941379' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:55:36.528 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:55:36.528 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:55:37.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:37 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:35.738076+0000 mgr.smithi061.crrkzh (mgr.14166) 109 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:37.892 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:55:37.892 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:55:37.893 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:55:38.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:38 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:55:37.891535+0000 mon.smithi061 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.138:0/3467160081' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:55:39.276 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:55:39.277 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:55:39.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:39 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:37.738393+0000 mgr.smithi061.crrkzh (mgr.14166) 110 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:40.643 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:55:40.643 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:55:40.645 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:55:41.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:41 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:39.738742+0000 mgr.smithi061.crrkzh (mgr.14166) 111 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:41.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:41 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:55:40.643431+0000 mon.smithi061 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.138:0/3273190896' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:55:42.069 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:55:42.070 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:55:43.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:43 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:41.739086+0000 mgr.smithi061.crrkzh (mgr.14166) 112 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:43.425 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:55:43.425 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:55:43.426 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:55:44.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:44 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:55:43.424203+0000 mon.smithi061 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.138:0/3779617726' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:55:44.857 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:55:44.858 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:55:45.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:43.739405+0000 mgr.smithi061.crrkzh (mgr.14166) 113 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:46.233 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:55:46.234 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:55:46.235 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:55:47.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:47 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:45.739627+0000 mgr.smithi061.crrkzh (mgr.14166) 114 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:47.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:47 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:55:46.233801+0000 mon.smithi061 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.138:0/3213058027' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:55:47.618 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:55:47.619 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:55:49.017 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:55:49.017 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:55:49.019 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:55:49.326 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:49 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:47.739873+0000 mgr.smithi061.crrkzh (mgr.14166) 115 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:49.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:49 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:55:49.017029+0000 mon.smithi061 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.138:0/1531741433' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:55:50.388 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:55:50.388 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:55:51.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:51 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:49.740211+0000 mgr.smithi061.crrkzh (mgr.14166) 116 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:51.843 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:55:51.843 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:55:51.844 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:55:53.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:52 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:51.740544+0000 mgr.smithi061.crrkzh (mgr.14166) 117 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:53.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:52 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:55:51.842563+0000 mon.smithi061 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.138:0/2298680951' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:55:53.229 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:55:53.229 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:55:54.634 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:55:54.634 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:55:54.635 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:55:55.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:54 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:53.740884+0000 mgr.smithi061.crrkzh (mgr.14166) 118 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:55.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:54 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:55:54.633618+0000 mon.smithi061 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.138:0/1875450713' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:55:56.017 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:55:56.017 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:55:57.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:56 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:55.741248+0000 mgr.smithi061.crrkzh (mgr.14166) 119 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:55:57.482 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:55:57.482 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:55:57.484 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:55:58.328 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:57 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:55:57.481958+0000 mon.smithi061 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.138:0/1478605339' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:55:58.882 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:55:58.882 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:55:59.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:55:58 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:57.741616+0000 mgr.smithi061.crrkzh (mgr.14166) 120 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:00.273 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:56:00.273 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:56:00.275 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:56:01.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:00 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:55:59.742067+0000 mgr.smithi061.crrkzh (mgr.14166) 121 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:01.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:00 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:56:00.273316+0000 mon.smithi061 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.138:0/3833535229' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:56:01.656 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:56:01.656 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:56:03.107 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:56:03.107 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:56:03.109 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:56:03.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:02 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:01.742479+0000 mgr.smithi061.crrkzh (mgr.14166) 122 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:04.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:03 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:56:03.106647+0000 mon.smithi061 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.138:0/3285415801' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:56:04.497 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:56:04.497 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:56:05.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:03.742824+0000 mgr.smithi061.crrkzh (mgr.14166) 123 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:05.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:56:03.857548+0000 mon.smithi061 (mon.0) 202 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/mirror_snapshot_schedule"}]: dispatch 2023-11-30T22:56:05.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:56:03.859162+0000 mon.smithi061 (mon.0) 203 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/trash_purge_schedule"}]: dispatch 2023-11-30T22:56:05.929 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:56:05.929 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:56:05.931 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:56:07.296 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:56:07.296 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:56:07.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:06 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:05.743176+0000 mgr.smithi061.crrkzh (mgr.14166) 124 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:07.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:06 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:56:05.928785+0000 mon.smithi061 (mon.0) 204 : audit [DBG] from='client.? 172.21.15.138:0/3610220416' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:56:08.749 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:56:08.750 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:56:08.750 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:56:09.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:08 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:07.743590+0000 mgr.smithi061.crrkzh (mgr.14166) 125 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:09.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:08 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:56:08.746465+0000 mon.smithi061 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.138:0/1938231548' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:56:10.158 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:56:13.804 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:56:13.806 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:10 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:09.743910+0000 mgr.smithi061.crrkzh (mgr.14166) 126 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:13.806 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:12 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:11.744189+0000 mgr.smithi061.crrkzh (mgr.14166) 127 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:15.210 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:56:15.210 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:56:15.211 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:56:15.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:13.744462+0000 mgr.smithi061.crrkzh (mgr.14166) 128 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:16.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:15 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:56:15.209699+0000 mon.smithi061 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.138:0/893728834' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:56:16.582 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:56:16.583 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:56:17.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:16 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:15.744823+0000 mgr.smithi061.crrkzh (mgr.14166) 129 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:17.957 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:56:17.958 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:56:17.958 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:56:19.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:18 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:17.745090+0000 mgr.smithi061.crrkzh (mgr.14166) 130 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:19.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:18 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:56:17.956336+0000 mon.smithi061 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.138:0/1876467778' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:56:19.357 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:56:19.357 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:56:20.794 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:56:20.794 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:56:20.795 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:56:21.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:20 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:19.745333+0000 mgr.smithi061.crrkzh (mgr.14166) 131 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:21.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:20 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:56:20.793343+0000 mon.smithi061 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.138:0/2964489487' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:56:22.188 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:56:22.188 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:56:23.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:22 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:21.745671+0000 mgr.smithi061.crrkzh (mgr.14166) 132 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:23.603 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:56:23.603 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:56:23.604 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:56:24.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:23 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:56:23.602569+0000 mon.smithi061 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.138:0/3630354654' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:56:24.993 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:56:24.994 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:56:25.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:24 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:23.746070+0000 mgr.smithi061.crrkzh (mgr.14166) 133 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:26.438 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:56:26.439 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:56:26.440 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:56:27.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:26 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:25.746413+0000 mgr.smithi061.crrkzh (mgr.14166) 134 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:27.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:26 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:56:26.437807+0000 mon.smithi061 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.138:0/844285450' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:56:27.781 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:56:27.782 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:56:29.158 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:56:29.159 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:56:29.160 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:56:29.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:28 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:27.746722+0000 mgr.smithi061.crrkzh (mgr.14166) 135 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:30.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:29 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:56:29.158205+0000 mon.smithi061 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.138:0/1069510438' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:56:30.549 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:56:30.550 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:56:31.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:30 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:29.747004+0000 mgr.smithi061.crrkzh (mgr.14166) 136 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:31.985 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:56:31.985 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:56:31.986 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:56:33.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:32 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:31.747358+0000 mgr.smithi061.crrkzh (mgr.14166) 137 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:33.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:32 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:56:31.984781+0000 mon.smithi061 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.138:0/4215150303' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:56:33.365 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:56:33.365 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:56:34.731 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:56:34.731 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:56:34.732 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:56:35.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:34 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:33.747630+0000 mgr.smithi061.crrkzh (mgr.14166) 138 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:35.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:34 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:56:34.729381+0000 mon.smithi061 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.138:0/148050292' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:56:36.158 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:56:36.158 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:56:37.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:36 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:35.747937+0000 mgr.smithi061.crrkzh (mgr.14166) 139 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:37.515 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:56:37.515 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:56:37.517 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:56:38.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:37 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:56:37.514783+0000 mon.smithi061 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.138:0/1276745547' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:56:38.949 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:56:38.950 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:56:39.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:38 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:37.748292+0000 mgr.smithi061.crrkzh (mgr.14166) 140 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:40.336 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:56:40.337 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:56:40.338 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:56:41.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:40 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:39.748687+0000 mgr.smithi061.crrkzh (mgr.14166) 141 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:41.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:40 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:56:40.336360+0000 mon.smithi061 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.138:0/2520357308' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:56:41.767 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:56:41.768 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:56:43.135 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:56:43.135 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:56:43.137 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:56:43.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:42 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:41.749034+0000 mgr.smithi061.crrkzh (mgr.14166) 142 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:44.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:43 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:56:43.135018+0000 mon.smithi061 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.138:0/116999512' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:56:44.527 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:56:44.527 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:56:45.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:44 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:43.749312+0000 mgr.smithi061.crrkzh (mgr.14166) 143 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:45.923 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:56:45.923 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:56:45.925 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:56:47.319 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:56:47.319 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:56:47.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:46 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:45.749649+0000 mgr.smithi061.crrkzh (mgr.14166) 144 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:47.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:46 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:56:45.923288+0000 mon.smithi061 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.138:0/1414956482' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:56:48.732 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:56:48.732 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:56:48.734 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:56:49.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:48 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:47.749905+0000 mgr.smithi061.crrkzh (mgr.14166) 145 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:49.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:48 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:56:48.731583+0000 mon.smithi061 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.138:0/3048422068' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:56:50.116 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:56:50.116 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:56:51.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:50 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:49.750273+0000 mgr.smithi061.crrkzh (mgr.14166) 146 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:51.486 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:56:51.486 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:56:51.487 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:56:52.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:51 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:56:51.485602+0000 mon.smithi061 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.138:0/4005919379' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:56:52.869 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:56:52.869 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:56:53.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:52 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:51.750628+0000 mgr.smithi061.crrkzh (mgr.14166) 147 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:54.239 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:56:54.239 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:56:54.241 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:56:55.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:54 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:53.750983+0000 mgr.smithi061.crrkzh (mgr.14166) 148 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:55.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:54 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:56:54.239235+0000 mon.smithi061 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.138:0/2570052368' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:56:55.620 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:56:55.620 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:56:56.962 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:56:56.963 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:56:56.964 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:56:57.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:56 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:55.751263+0000 mgr.smithi061.crrkzh (mgr.14166) 149 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:58.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:57 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:56:56.962079+0000 mon.smithi061 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.138:0/2384218008' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:56:58.388 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:56:58.389 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:56:59.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:58 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:57.751602+0000 mgr.smithi061.crrkzh (mgr.14166) 150 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:56:59.780 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:56:59.780 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:56:59.782 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:57:00.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:56:59 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:56:59.780068+0000 mon.smithi061 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.138:0/1314627326' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:57:01.203 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:57:01.203 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:57:01.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:00 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:56:59.751918+0000 mgr.smithi061.crrkzh (mgr.14166) 151 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:02.600 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:57:02.600 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:57:02.601 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:57:03.326 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:02 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:01.752159+0000 mgr.smithi061.crrkzh (mgr.14166) 152 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:03.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:02 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:02.599582+0000 mon.smithi061 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.138:0/242164699' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:57:04.021 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:57:04.022 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:57:04.328 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:03 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:03.858568+0000 mon.smithi061 (mon.0) 224 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/mirror_snapshot_schedule"}]: dispatch 2023-11-30T22:57:04.328 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:03 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:03.860068+0000 mon.smithi061 (mon.0) 225 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/trash_purge_schedule"}]: dispatch 2023-11-30T22:57:05.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:03.752401+0000 mgr.smithi061.crrkzh (mgr.14166) 153 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:05.395 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:57:05.395 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:57:05.396 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:57:06.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:05 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:05.394493+0000 mon.smithi061 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.138:0/1171366072' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:57:06.772 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:57:06.773 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:57:07.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:06 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:05.752642+0000 mgr.smithi061.crrkzh (mgr.14166) 154 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:08.189 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:57:08.190 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:57:08.191 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:57:09.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:08 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:07.752971+0000 mgr.smithi061.crrkzh (mgr.14166) 155 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:09.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:08 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:08.188931+0000 mon.smithi061 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.138:0/2791985216' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:57:09.573 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:57:09.573 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:57:11.060 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:57:11.060 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:57:11.061 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:57:11.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:10 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:09.753294+0000 mgr.smithi061.crrkzh (mgr.14166) 156 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:12.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:11.059699+0000 mon.smithi061 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.138:0/2227586224' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:57:12.447 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:57:12.447 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:57:13.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:12 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:11.753615+0000 mgr.smithi061.crrkzh (mgr.14166) 157 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:13.871 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:57:13.871 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:57:13.873 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:57:14.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:13 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:13.871171+0000 mon.smithi061 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.138:0/3378554035' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:57:15.255 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:57:15.256 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:57:15.326 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:13.753927+0000 mgr.smithi061.crrkzh (mgr.14166) 158 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:16.635 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:57:16.636 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:57:16.637 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:57:17.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:16 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:15.754195+0000 mgr.smithi061.crrkzh (mgr.14166) 159 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:17.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:16 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:16.635586+0000 mon.smithi061 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.138:0/2820981515' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:57:18.013 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:57:18.013 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:57:19.329 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:18 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:17.754507+0000 mgr.smithi061.crrkzh (mgr.14166) 160 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:19.348 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:57:19.348 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:57:19.350 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:57:20.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:19 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:19.347420+0000 mon.smithi061 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.138:0/1638429054' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:57:20.732 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:57:20.733 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:57:21.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:20 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:19.754839+0000 mgr.smithi061.crrkzh (mgr.14166) 161 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:22.084 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:57:22.084 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:57:22.086 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:57:23.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:22 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:21.755200+0000 mgr.smithi061.crrkzh (mgr.14166) 162 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:23.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:22 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:22.083697+0000 mon.smithi061 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.138:0/1349649877' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:57:23.515 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:57:23.515 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:57:24.886 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:57:24.886 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:57:24.888 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:57:25.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:24 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:23.755577+0000 mgr.smithi061.crrkzh (mgr.14166) 163 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:25.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:24 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:24.885483+0000 mon.smithi061 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.138:0/2408466734' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:57:26.307 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:57:26.308 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:57:27.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:26 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:25.755952+0000 mgr.smithi061.crrkzh (mgr.14166) 164 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:27.681 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:57:27.681 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:57:27.683 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:57:28.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:27 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:27.680912+0000 mon.smithi061 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.138:0/1687169031' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:57:29.124 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:57:29.125 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:57:29.326 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:28 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:27.756350+0000 mgr.smithi061.crrkzh (mgr.14166) 165 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:30.494 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:57:30.494 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:57:30.496 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:57:31.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:30 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:29.756735+0000 mgr.smithi061.crrkzh (mgr.14166) 166 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:31.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:30 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:30.494194+0000 mon.smithi061 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.138:0/3817593863' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:57:31.928 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:57:31.928 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:57:33.319 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:57:33.319 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:57:33.321 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:57:33.326 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:32 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:31.757096+0000 mgr.smithi061.crrkzh (mgr.14166) 167 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:34.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:33 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:33.319270+0000 mon.smithi061 (mon.0) 236 : audit [DBG] from='client.? 172.21.15.138:0/931877987' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:57:34.701 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:57:34.701 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:57:35.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:34 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:33.757328+0000 mgr.smithi061.crrkzh (mgr.14166) 168 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:36.123 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:57:36.124 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:57:36.125 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:57:37.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:36 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:35.757539+0000 mgr.smithi061.crrkzh (mgr.14166) 169 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:37.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:36 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:36.123405+0000 mon.smithi061 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.138:0/3938075452' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:57:37.528 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:57:37.528 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:57:38.924 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:57:38.924 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:57:38.925 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:57:39.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:38 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:37.757855+0000 mgr.smithi061.crrkzh (mgr.14166) 170 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:39.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:38 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:38.923172+0000 mon.smithi061 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.138:0/1038257260' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:57:40.322 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:57:40.323 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:57:41.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:40 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:39.758128+0000 mgr.smithi061.crrkzh (mgr.14166) 171 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:41.715 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:57:41.716 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:57:41.717 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:57:42.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:41 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:41.715328+0000 mon.smithi061 (mon.0) 239 : audit [DBG] from='client.? 172.21.15.138:0/1660476323' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:57:43.090 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:57:43.090 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:57:43.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:42 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:41.758446+0000 mgr.smithi061.crrkzh (mgr.14166) 172 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:44.565 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:57:44.565 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:57:44.567 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:57:45.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:44 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:43.758747+0000 mgr.smithi061.crrkzh (mgr.14166) 173 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:45.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:44 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:44.565010+0000 mon.smithi061 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.138:0/4267644335' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:57:45.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:44 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:44.739276+0000 mon.smithi061 (mon.0) 241 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi061", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-30T22:57:45.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:44 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:44.741801+0000 mon.smithi061 (mon.0) 242 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi061", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-30T22:57:45.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:44 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:44.742687+0000 mon.smithi061 (mon.0) 243 : audit [DBG] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:57:45.951 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:57:45.951 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:57:46.272 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cephadm 2023-11-30T22:57:44.736990+0000 mgr.smithi061.crrkzh (mgr.14166) 174 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e1690986-8fd2-11ee-95a2-87774f69a715-alertmanager.smithi061 2023-11-30T22:57:46.272 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: /bin/podman: stderr Error: no such container ceph-e1690986-8fd2-11ee-95a2-87774f69a715-alertmanager.smithi061 2023-11-30T22:57:46.273 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Deploy daemon alertmanager.smithi061 ... 2023-11-30T22:57:46.273 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-11-30T22:57:46.273 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-30T22:57:46.273 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr time="2023-11-30T22:53:22Z" level=warning msg="Failed, retrying in 1s ... (1/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-30T22:57:46.273 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr time="2023-11-30T22:54:00Z" 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-30T22:57:46.273 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr time="2023-11-30T22:54:37Z" 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-30T22:57:46.273 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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-30T22:57:46.273 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-11-30T22:57:46.273 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-30T22:57:46.273 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr time="2023-11-30T22:55:51Z" 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-30T22:57:46.273 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr time="2023-11-30T22:56:29Z" 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-30T22:57:46.274 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr time="2023-11-30T22:57:06Z" 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-30T22:57:46.274 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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-30T22:57:46.274 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Traceback (most recent call last): 2023-11-30T22:57:46.274 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-30T22:57:46.274 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: main() 2023-11-30T22:57:46.274 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-30T22:57:46.274 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: r = ctx.func(ctx) 2023-11-30T22:57:46.274 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-30T22:57:46.274 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: return func(ctx) 2023-11-30T22:57:46.274 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-11-30T22:57:46.274 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-11-30T22:57:46.275 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-11-30T22:57:46.275 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-11-30T22:57:46.275 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-11-30T22:57:46.275 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: raise RuntimeError('uid/gid not found') 2023-11-30T22:57:46.275 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: RuntimeError: uid/gid not found 2023-11-30T22:57:46.275 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Traceback (most recent call last): 2023-11-30T22:57:46.275 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2023-11-30T22:57:46.275 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: yield (conn, connr) 2023-11-30T22:57:46.275 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2023-11-30T22:57:46.275 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: code, '\n'.join(err))) 2023-11-30T22:57:46.275 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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-e1690986-8fd2-11ee-95a2-87774f69a715-alertmanager.smithi061 2023-11-30T22:57:46.275 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: /bin/podman: stderr Error: no such container ceph-e1690986-8fd2-11ee-95a2-87774f69a715-alertmanager.smithi061 2023-11-30T22:57:46.275 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Deploy daemon alertmanager.smithi061 ... 2023-11-30T22:57:46.276 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-11-30T22:57:46.276 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-30T22:57:46.276 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr time="2023-11-30T22:53:22Z" level=warning msg="Failed, retrying in 1s ... (1/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-30T22:57:46.276 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr time="2023-11-30T22:54:00Z" 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-30T22:57:46.276 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr time="2023-11-30T22:54:37Z" 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-30T22:57:46.276 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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-30T22:57:46.276 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-11-30T22:57:46.276 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-30T22:57:46.276 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr time="2023-11-30T22:55:51Z" 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-30T22:57:46.276 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr time="2023-11-30T22:56:29Z" 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-30T22:57:46.276 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr time="2023-11-30T22:57:06Z" 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-30T22:57:46.276 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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-30T22:57:46.277 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Traceback (most recent call last): 2023-11-30T22:57:46.277 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-30T22:57:46.277 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: main() 2023-11-30T22:57:46.277 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-30T22:57:46.277 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: r = ctx.func(ctx) 2023-11-30T22:57:46.277 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-30T22:57:46.277 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: return func(ctx) 2023-11-30T22:57:46.277 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-11-30T22:57:46.277 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-11-30T22:57:46.277 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-11-30T22:57:46.277 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-11-30T22:57:46.277 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-11-30T22:57:46.278 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: raise RuntimeError('uid/gid not found') 2023-11-30T22:57:46.278 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: RuntimeError: uid/gid not found 2023-11-30T22:57:46.278 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cephadm 2023-11-30T22:57:44.737301+0000 mgr.smithi061.crrkzh (mgr.14166) 175 : cephadm [ERR] Failed while placing alertmanager.smithi061 on smithi061: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e1690986-8fd2-11ee-95a2-87774f69a715-alertmanager.smithi061 2023-11-30T22:57:46.278 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: /bin/podman: stderr Error: no such container ceph-e1690986-8fd2-11ee-95a2-87774f69a715-alertmanager.smithi061 2023-11-30T22:57:46.278 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Deploy daemon alertmanager.smithi061 ... 2023-11-30T22:57:46.278 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-11-30T22:57:46.278 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-30T22:57:46.278 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr time="2023-11-30T22:53:22Z" level=warning msg="Failed, retrying in 1s ... (1/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-30T22:57:46.278 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr time="2023-11-30T22:54:00Z" 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-30T22:57:46.278 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr time="2023-11-30T22:54:37Z" 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-30T22:57:46.279 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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-30T22:57:46.279 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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=smithi061 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-11-30T22:57:46.279 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-30T22:57:46.279 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr time="2023-11-30T22:55:51Z" 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-30T22:57:46.279 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr time="2023-11-30T22:56:29Z" 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-30T22:57:46.279 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: stat: stderr time="2023-11-30T22:57:06Z" 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-30T22:57:46.279 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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-30T22:57:46.279 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Traceback (most recent call last): 2023-11-30T22:57:46.280 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-30T22:57:46.280 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: main() 2023-11-30T22:57:46.280 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-30T22:57:46.280 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: r = ctx.func(ctx) 2023-11-30T22:57:46.280 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-30T22:57:46.280 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: return func(ctx) 2023-11-30T22:57:46.280 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-11-30T22:57:46.280 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-11-30T22:57:46.280 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-11-30T22:57:46.280 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-11-30T22:57:46.280 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-11-30T22:57:46.281 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: raise RuntimeError('uid/gid not found') 2023-11-30T22:57:46.281 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: RuntimeError: uid/gid not found 2023-11-30T22:57:46.281 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cephadm 2023-11-30T22:57:44.743385+0000 mgr.smithi061.crrkzh (mgr.14166) 176 : cephadm [INF] Deploying daemon crash.smithi061 on smithi061 2023-11-30T22:57:47.335 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:57:47.336 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:57:47.337 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:57:47.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:47 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:45.758991+0000 mgr.smithi061.crrkzh (mgr.14166) 177 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:47.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:47 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:46.314434+0000 mon.smithi061 (mon.0) 244 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' 2023-11-30T22:57:47.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:47 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:46.432246+0000 mon.smithi061 (mon.0) 245 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' 2023-11-30T22:57:47.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:47 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:46.434359+0000 mon.smithi061 (mon.0) 246 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' 2023-11-30T22:57:47.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:47 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:46.434700+0000 mon.smithi061 (mon.0) 247 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-30T22:57:47.578 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:47 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:46.437269+0000 mon.smithi061 (mon.0) 248 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' 2023-11-30T22:57:48.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:48 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:46.435016+0000 mgr.smithi061.crrkzh (mgr.14166) 178 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-30T22:57:48.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:48 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cephadm 2023-11-30T22:57:46.439919+0000 mgr.smithi061.crrkzh (mgr.14166) 179 : cephadm [INF] Deploying daemon grafana.smithi061 on smithi061 2023-11-30T22:57:48.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:48 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:47.334942+0000 mon.smithi061 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.138:0/3282309556' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:57:48.729 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:57:48.729 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:57:49.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:49 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:47.759313+0000 mgr.smithi061.crrkzh (mgr.14166) 180 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:49.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:49 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:48.854573+0000 mon.smithi061 (mon.0) 250 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' 2023-11-30T22:57:50.054 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:57:50.055 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:57:50.056 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:57:50.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:50 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:50.054284+0000 mon.smithi061 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.138:0/1733806188' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:57:51.476 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:57:51.478 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:57:51.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:51 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:49.759602+0000 mgr.smithi061.crrkzh (mgr.14166) 181 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:52.855 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:57:52.855 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:57:52.856 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:57:53.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:53 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:51.759885+0000 mgr.smithi061.crrkzh (mgr.14166) 182 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:53.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:53 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:52.854375+0000 mon.smithi061 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.138:0/522058897' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:57:54.226 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:57:54.227 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:57:55.576 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:55 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:53.760089+0000 mgr.smithi061.crrkzh (mgr.14166) 183 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:55.594 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:57:55.594 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:57:55.596 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:57:56.827 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:56 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:55.594178+0000 mon.smithi061 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.138:0/766984667' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:57:56.961 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:57:56.961 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:57:57.826 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:57 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:55.760300+0000 mgr.smithi061.crrkzh (mgr.14166) 184 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:57:58.271 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:57:58.271 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:57:58.273 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:57:58.827 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:58 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:57:58.271061+0000 mon.smithi061 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.138:0/1574046345' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:57:59.655 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:57:59.656 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:57:59.826 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:57:59 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:57.760512+0000 mgr.smithi061.crrkzh (mgr.14166) 185 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:01.015 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:58:01.015 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:58:01.016 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:58:01.827 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:01 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:57:59.760889+0000 mgr.smithi061.crrkzh (mgr.14166) 186 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:01.827 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:01 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:01.014490+0000 mon.smithi061 (mon.0) 255 : audit [DBG] from='client.? 172.21.15.138:0/4074211871' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:58:02.453 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:58:02.454 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:58:03.826 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:58:03.827 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:58:03.827 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:03 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:01.761350+0000 mgr.smithi061.crrkzh (mgr.14166) 187 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:03.828 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:58:04.826 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:03.826350+0000 mon.smithi061 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.138:0/2940203697' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:58:04.827 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:03.859453+0000 mon.smithi061 (mon.0) 257 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/mirror_snapshot_schedule"}]: dispatch 2023-11-30T22:58:04.827 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:03.860815+0000 mon.smithi061 (mon.0) 258 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/trash_purge_schedule"}]: dispatch 2023-11-30T22:58:05.254 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:58:05.254 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:58:05.826 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:05 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:03.761650+0000 mgr.smithi061.crrkzh (mgr.14166) 188 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:06.686 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:58:06.686 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:58:06.688 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:58:07.827 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:07 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:05.761917+0000 mgr.smithi061.crrkzh (mgr.14166) 189 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:07.827 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:07 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:06.685790+0000 mon.smithi061 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.138:0/2515915411' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:58:08.104 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:58:08.104 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:58:09.490 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:58:09.491 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:58:09.492 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:58:09.826 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:09 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:07.762160+0000 mgr.smithi061.crrkzh (mgr.14166) 190 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:10.501 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:10 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:09.490553+0000 mon.smithi061 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.138:0/1958123359' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:58:10.871 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:58:10.872 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:58:11.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:09.762397+0000 mgr.smithi061.crrkzh (mgr.14166) 191 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:12.250 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:58:12.250 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:58:12.251 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:58:13.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:12 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:11.762637+0000 mgr.smithi061.crrkzh (mgr.14166) 192 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:13.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:12 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:11.950044+0000 mon.smithi061 (mon.0) 261 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' 2023-11-30T22:58:13.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:12 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cephadm 2023-11-30T22:58:11.952014+0000 mgr.smithi061.crrkzh (mgr.14166) 193 : cephadm [INF] Deploying daemon node-exporter.smithi061 on smithi061 2023-11-30T22:58:13.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:12 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:12.249565+0000 mon.smithi061 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.138:0/2595554062' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:58:13.719 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:58:13.719 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:58:15.064 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:58:15.064 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:58:15.065 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:58:15.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:13.762968+0000 mgr.smithi061.crrkzh (mgr.14166) 194 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:15.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:13.858521+0000 mon.smithi061 (mon.0) 263 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' 2023-11-30T22:58:16.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:15 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:15.063724+0000 mon.smithi061 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.138:0/3651926769' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:58:16.507 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:58:16.507 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:58:17.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:16 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:15.763360+0000 mgr.smithi061.crrkzh (mgr.14166) 195 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:17.929 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:58:17.929 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:58:17.930 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:58:19.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:18 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:17.763735+0000 mgr.smithi061.crrkzh (mgr.14166) 196 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:19.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:18 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:17.928305+0000 mon.smithi061 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.138:0/834138931' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:58:19.338 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:58:19.339 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:58:20.754 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:58:20.755 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:58:20.756 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:58:21.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:20 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:19.764090+0000 mgr.smithi061.crrkzh (mgr.14166) 197 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:21.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:20 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:20.754378+0000 mon.smithi061 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.138:0/2667202311' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:58:22.141 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:58:22.142 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:58:23.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:22 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:21.764467+0000 mgr.smithi061.crrkzh (mgr.14166) 198 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:23.570 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:58:23.570 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:58:23.571 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:58:24.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:23 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:23.569423+0000 mon.smithi061 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.138:0/297850508' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:58:24.949 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:58:24.949 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:58:25.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:24 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:23.764672+0000 mgr.smithi061.crrkzh (mgr.14166) 199 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:26.336 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:58:26.336 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:58:26.338 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:58:27.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:26 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:25.765011+0000 mgr.smithi061.crrkzh (mgr.14166) 200 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:27.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:26 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:26.336311+0000 mon.smithi061 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.138:0/2168636622' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:58:27.723 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:58:27.723 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:58:29.107 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:58:29.107 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:58:29.108 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:58:29.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:28 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:27.765350+0000 mgr.smithi061.crrkzh (mgr.14166) 201 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:30.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:29 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:29.106288+0000 mon.smithi061 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.138:0/3300801148' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:58:30.486 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:58:30.486 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:58:31.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:30 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:29.765696+0000 mgr.smithi061.crrkzh (mgr.14166) 202 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:31.937 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:58:31.937 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:58:31.939 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:58:33.319 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:58:33.319 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:58:33.326 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:32 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:31.765994+0000 mgr.smithi061.crrkzh (mgr.14166) 203 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:33.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:32 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:31.937030+0000 mon.smithi061 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.138:0/2172177512' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:58:34.759 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:58:34.759 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:58:34.761 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:58:35.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:34 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:33.766348+0000 mgr.smithi061.crrkzh (mgr.14166) 204 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:35.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:34 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:34.758808+0000 mon.smithi061 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.138:0/3260007675' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:58:36.097 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:58:36.097 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:58:37.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:36 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:35.766723+0000 mgr.smithi061.crrkzh (mgr.14166) 205 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:37.485 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:58:37.485 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:58:37.487 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:58:38.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:37 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:37.485096+0000 mon.smithi061 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.138:0/826392712' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:58:38.912 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:58:38.912 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:58:39.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:38 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:37.767039+0000 mgr.smithi061.crrkzh (mgr.14166) 206 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:40.305 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:58:40.305 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:58:40.307 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:58:41.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:40 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:39.767415+0000 mgr.smithi061.crrkzh (mgr.14166) 207 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:41.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:40 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:40.305179+0000 mon.smithi061 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.138:0/1805014818' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:58:41.741 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:58:41.741 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:58:43.118 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:58:43.118 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:58:43.119 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:58:43.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:42 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:41.767685+0000 mgr.smithi061.crrkzh (mgr.14166) 208 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:44.329 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:43 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:43.116842+0000 mon.smithi061 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.138:0/2012382147' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:58:44.563 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:58:44.564 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:58:45.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:44 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:43.768049+0000 mgr.smithi061.crrkzh (mgr.14166) 209 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:45.974 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:58:45.975 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:58:45.976 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:58:47.326 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:46 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:45.768475+0000 mgr.smithi061.crrkzh (mgr.14166) 210 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:47.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:46 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:45.974512+0000 mon.smithi061 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.138:0/1731507754' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:58:47.400 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:58:47.400 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:58:48.879 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:58:48.880 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:58:48.880 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:58:49.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:48 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:47.768716+0000 mgr.smithi061.crrkzh (mgr.14166) 211 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:49.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:48 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:48.878088+0000 mon.smithi061 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.138:0/3166041610' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:58:50.263 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:58:50.264 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:58:51.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:50 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:49.769042+0000 mgr.smithi061.crrkzh (mgr.14166) 212 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:51.617 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:58:51.617 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:58:51.619 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:58:52.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:51 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:51.616975+0000 mon.smithi061 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.138:0/1384689966' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:58:53.032 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:58:53.032 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:58:53.326 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:52 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:51.769418+0000 mgr.smithi061.crrkzh (mgr.14166) 213 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:54.417 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:58:54.417 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:58:54.418 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:58:55.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:54 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:53.769704+0000 mgr.smithi061.crrkzh (mgr.14166) 214 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:55.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:54 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:54.416592+0000 mon.smithi061 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.138:0/228334786' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:58:55.839 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:58:55.839 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:58:57.191 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:58:57.192 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:58:57.193 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:58:57.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:56 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:55.770080+0000 mgr.smithi061.crrkzh (mgr.14166) 215 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:58.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:57 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:57.191707+0000 mon.smithi061 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.138:0/723308286' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:58:58.577 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:58:58.577 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:58:59.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:58:58 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:57.770439+0000 mgr.smithi061.crrkzh (mgr.14166) 216 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:58:59.969 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:58:59.970 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:58:59.971 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:59:01.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:00 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:58:59.770837+0000 mgr.smithi061.crrkzh (mgr.14166) 217 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:01.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:00 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:58:59.968964+0000 mon.smithi061 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.138:0/2197135906' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:59:01.369 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:59:01.370 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:59:02.777 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:59:02.778 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:59:02.779 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:59:03.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:02 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:01.771204+0000 mgr.smithi061.crrkzh (mgr.14166) 218 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:03.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:02 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:59:02.776947+0000 mon.smithi061 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.138:0/2516657940' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:59:04.152 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:59:04.153 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:59:04.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:03 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:59:03.860377+0000 mon.smithi061 (mon.0) 282 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/mirror_snapshot_schedule"}]: dispatch 2023-11-30T22:59:04.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:03 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:59:03.861568+0000 mon.smithi061 (mon.0) 283 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/trash_purge_schedule"}]: dispatch 2023-11-30T22:59:05.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:03.771542+0000 mgr.smithi061.crrkzh (mgr.14166) 219 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:05.570 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:59:05.570 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:59:05.572 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:59:06.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:05 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:59:05.570545+0000 mon.smithi061 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.138:0/3867782210' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:59:06.944 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:59:06.944 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:59:07.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:06 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:05.771884+0000 mgr.smithi061.crrkzh (mgr.14166) 220 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:08.407 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:59:08.407 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:59:08.408 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:59:09.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:08 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:07.772262+0000 mgr.smithi061.crrkzh (mgr.14166) 221 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:09.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:08 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:59:08.406652+0000 mon.smithi061 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.138:0/3546381857' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:59:09.798 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:59:09.798 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:59:11.251 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:59:11.251 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:59:11.253 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:59:11.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:10 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:09.772551+0000 mgr.smithi061.crrkzh (mgr.14166) 222 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:12.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:59:11.251614+0000 mon.smithi061 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.138:0/4294512168' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:59:12.632 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:59:12.633 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:59:13.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:12 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:11.772902+0000 mgr.smithi061.crrkzh (mgr.14166) 223 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:14.057 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:59:14.057 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:59:14.058 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:59:15.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:13.773256+0000 mgr.smithi061.crrkzh (mgr.14166) 224 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:15.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:59:14.056698+0000 mon.smithi061 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.138:0/4061912098' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:59:15.456 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:59:15.456 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:59:16.900 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:59:16.900 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:59:16.901 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:59:17.329 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:16 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:15.773643+0000 mgr.smithi061.crrkzh (mgr.14166) 225 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:17.329 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:16 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:59:16.899508+0000 mon.smithi061 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.138:0/3012876229' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:59:18.300 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:59:18.301 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:59:19.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:18 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:17.774012+0000 mgr.smithi061.crrkzh (mgr.14166) 226 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:19.690 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:59:19.691 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:59:19.692 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:59:20.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:19 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:59:19.690276+0000 mon.smithi061 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.138:0/2354066351' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:59:21.076 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:59:21.076 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:59:21.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:20 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:19.774375+0000 mgr.smithi061.crrkzh (mgr.14166) 227 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:22.560 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:59:22.560 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:59:22.561 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:59:23.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:22 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:21.774779+0000 mgr.smithi061.crrkzh (mgr.14166) 228 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:23.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:22 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:59:22.559706+0000 mon.smithi061 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.138:0/739486999' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:59:23.941 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:59:23.941 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:59:25.329 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:24 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:23.775196+0000 mgr.smithi061.crrkzh (mgr.14166) 229 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:25.332 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:59:25.332 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:59:25.334 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:59:26.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:25 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:59:25.331758+0000 mon.smithi061 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.138:0/2803008472' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:59:26.749 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:59:26.750 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:59:27.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:26 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:25.775567+0000 mgr.smithi061.crrkzh (mgr.14166) 230 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:28.163 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:59:28.163 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:59:28.165 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:59:29.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:28 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:27.775947+0000 mgr.smithi061.crrkzh (mgr.14166) 231 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:29.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:28 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:59:28.162679+0000 mon.smithi061 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.138:0/2428287168' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:59:29.560 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:59:29.560 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:59:31.014 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:59:31.014 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:59:31.015 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:59:31.326 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:30 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:29.776327+0000 mgr.smithi061.crrkzh (mgr.14166) 232 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:32.326 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:31 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:59:31.013219+0000 mon.smithi061 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.138:0/4051381961' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:59:32.413 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:59:32.413 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:59:33.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:32 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:31.776611+0000 mgr.smithi061.crrkzh (mgr.14166) 233 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:33.856 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:59:33.857 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:59:33.858 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:59:34.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:33 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:59:33.856120+0000 mon.smithi061 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.138:0/657857864' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:59:35.254 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:59:35.254 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:59:35.329 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:34 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:33.776911+0000 mgr.smithi061.crrkzh (mgr.14166) 234 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:36.642 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:59:36.643 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:59:36.644 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:59:37.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:36 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:35.777240+0000 mgr.smithi061.crrkzh (mgr.14166) 235 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:37.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:36 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:59:36.642597+0000 mon.smithi061 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.138:0/863195697' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:59:38.022 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:59:38.023 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:59:39.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:38 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:37.777583+0000 mgr.smithi061.crrkzh (mgr.14166) 236 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:39.426 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:59:39.426 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:59:39.427 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:59:40.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:39 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:59:39.425314+0000 mon.smithi061 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.138:0/2691837510' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:59:40.799 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:59:40.800 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:59:41.326 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:40 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:39.777914+0000 mgr.smithi061.crrkzh (mgr.14166) 237 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:42.164 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:59:42.164 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:59:42.165 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:59:43.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:42 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:41.778290+0000 mgr.smithi061.crrkzh (mgr.14166) 238 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:43.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:42 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:59:42.163713+0000 mon.smithi061 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.138:0/148366149' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:59:43.577 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:59:43.577 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:59:44.967 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:59:44.968 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:59:44.970 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:59:45.326 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:44 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:43.778615+0000 mgr.smithi061.crrkzh (mgr.14166) 239 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:45.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:44 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:59:44.967269+0000 mon.smithi061 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.138:0/2847904309' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:59:46.393 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:59:46.393 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:59:47.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:46 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:45.778927+0000 mgr.smithi061.crrkzh (mgr.14166) 240 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:47.755 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:59:47.756 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:59:47.758 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:59:48.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:47 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:59:47.755494+0000 mon.smithi061 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.138:0/2406796672' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:59:49.140 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:59:49.140 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:59:49.326 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:48 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:47.779300+0000 mgr.smithi061.crrkzh (mgr.14166) 241 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:50.588 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:59:50.588 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:59:50.590 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:59:51.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:50 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:49.779551+0000 mgr.smithi061.crrkzh (mgr.14166) 242 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:51.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:50 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:59:50.587602+0000 mon.smithi061 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.138:0/2136466358' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:59:51.966 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:59:51.966 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:59:53.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:52 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:51.779908+0000 mgr.smithi061.crrkzh (mgr.14166) 243 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:53.368 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:59:53.370 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:59:53.370 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:59:54.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:53 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:59:53.368199+0000 mon.smithi061 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.138:0/2266070629' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:59:54.736 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:59:54.736 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:59:55.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:54 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:53.780277+0000 mgr.smithi061.crrkzh (mgr.14166) 244 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:56.128 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:59:56.128 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:59:56.130 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:59:57.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:56 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:55.780593+0000 mgr.smithi061.crrkzh (mgr.14166) 245 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:57.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:56 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:59:56.127945+0000 mon.smithi061 (mon.0) 302 : audit [DBG] from='client.? 172.21.15.138:0/167632787' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:59:57.521 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:59:57.521 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:59:58.970 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T22:59:58.970 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:59:58.971 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T22:59:59.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:58 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:57.780957+0000 mgr.smithi061.crrkzh (mgr.14166) 246 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:59:59.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 22:59:58 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T22:59:58.969186+0000 mon.smithi061 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.138:0/250182875' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:00:00.359 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:00:00.359 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:00:01.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:00 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T22:59:59.781258+0000 mgr.smithi061.crrkzh (mgr.14166) 247 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:01.836 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:00:01.836 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:00:01.837 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:00:02.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:02 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:01.835479+0000 mon.smithi061 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.138:0/2540661745' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:00:03.219 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:00:03.219 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:00:03.326 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:03 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:01.781591+0000 mgr.smithi061.crrkzh (mgr.14166) 248 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:04.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:03.861424+0000 mon.smithi061 (mon.0) 305 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/mirror_snapshot_schedule"}]: dispatch 2023-11-30T23:00:04.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:03.862346+0000 mon.smithi061 (mon.0) 306 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/trash_purge_schedule"}]: dispatch 2023-11-30T23:00:04.645 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:00:04.645 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:00:04.647 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:00:05.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:05 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:03.781976+0000 mgr.smithi061.crrkzh (mgr.14166) 249 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:05.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:05 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:04.644904+0000 mon.smithi061 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.138:0/1207741558' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:00:06.042 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:00:06.042 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:00:07.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:07 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:05.782344+0000 mgr.smithi061.crrkzh (mgr.14166) 250 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:07.448 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:00:07.448 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:00:07.450 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:00:08.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:08 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:07.448608+0000 mon.smithi061 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.138:0/2060835950' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:00:08.851 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:00:08.852 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:00:09.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:09 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:07.782618+0000 mgr.smithi061.crrkzh (mgr.14166) 251 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:10.297 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:00:10.297 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:00:10.299 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:00:11.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:09.782936+0000 mgr.smithi061.crrkzh (mgr.14166) 252 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:11.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:10.297369+0000 mon.smithi061 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.138:0/3918983582' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:00:11.686 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:00:11.687 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:00:13.159 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:00:13.159 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:00:13.160 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:00:13.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:13 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:11.783286+0000 mgr.smithi061.crrkzh (mgr.14166) 253 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:14.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cephadm 2023-11-30T23:00:12.617839+0000 mgr.smithi061.crrkzh (mgr.14166) 254 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e1690986-8fd2-11ee-95a2-87774f69a715-node-exporter.smithi061 2023-11-30T23:00:14.328 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: /bin/podman: stderr Error: no such container ceph-e1690986-8fd2-11ee-95a2-87774f69a715-node-exporter.smithi061 2023-11-30T23:00:14.328 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Deploy daemon node-exporter.smithi061 ... 2023-11-30T23:00:14.328 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Verifying port 9100 ... 2023-11-30T23:00:14.328 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Non-zero exit code 1 from systemctl start ceph-e1690986-8fd2-11ee-95a2-87774f69a715@node-exporter.smithi061 2023-11-30T23:00:14.328 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: systemctl: stderr Job for ceph-e1690986-8fd2-11ee-95a2-87774f69a715@node-exporter.smithi061.service failed because a timeout was exceeded. 2023-11-30T23:00:14.328 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: systemctl: stderr See "systemctl status ceph-e1690986-8fd2-11ee-95a2-87774f69a715@node-exporter.smithi061.service" and "journalctl -xe" for details. 2023-11-30T23:00:14.328 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Traceback (most recent call last): 2023-11-30T23:00:14.329 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-30T23:00:14.329 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: main() 2023-11-30T23:00:14.329 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-30T23:00:14.329 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: r = ctx.func(ctx) 2023-11-30T23:00:14.329 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-30T23:00:14.329 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: return func(ctx) 2023-11-30T23:00:14.329 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-11-30T23:00:14.329 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: ports=daemon_ports) 2023-11-30T23:00:14.329 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-11-30T23:00:14.330 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: c, osd_fsid=osd_fsid, ports=ports) 2023-11-30T23:00:14.330 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-11-30T23:00:14.330 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-11-30T23:00:14.330 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-11-30T23:00:14.330 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-11-30T23:00:14.330 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: RuntimeError: Failed command: systemctl start ceph-e1690986-8fd2-11ee-95a2-87774f69a715@node-exporter.smithi061 2023-11-30T23:00:14.330 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Traceback (most recent call last): 2023-11-30T23:00:14.330 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2023-11-30T23:00:14.331 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: yield (conn, connr) 2023-11-30T23:00:14.331 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2023-11-30T23:00:14.331 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: code, '\n'.join(err))) 2023-11-30T23:00:14.331 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: 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-e1690986-8fd2-11ee-95a2-87774f69a715-node-exporter.smithi061 2023-11-30T23:00:14.332 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: /bin/podman: stderr Error: no such container ceph-e1690986-8fd2-11ee-95a2-87774f69a715-node-exporter.smithi061 2023-11-30T23:00:14.332 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Deploy daemon node-exporter.smithi061 ... 2023-11-30T23:00:14.332 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Verifying port 9100 ... 2023-11-30T23:00:14.332 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Non-zero exit code 1 from systemctl start ceph-e1690986-8fd2-11ee-95a2-87774f69a715@node-exporter.smithi061 2023-11-30T23:00:14.332 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: systemctl: stderr Job for ceph-e1690986-8fd2-11ee-95a2-87774f69a715@node-exporter.smithi061.service failed because a timeout was exceeded. 2023-11-30T23:00:14.332 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: systemctl: stderr See "systemctl status ceph-e1690986-8fd2-11ee-95a2-87774f69a715@node-exporter.smithi061.service" and "journalctl -xe" for details. 2023-11-30T23:00:14.332 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Traceback (most recent call last): 2023-11-30T23:00:14.332 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-30T23:00:14.332 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: main() 2023-11-30T23:00:14.332 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-30T23:00:14.333 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: r = ctx.func(ctx) 2023-11-30T23:00:14.333 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-30T23:00:14.333 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: return func(ctx) 2023-11-30T23:00:14.333 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-11-30T23:00:14.333 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: ports=daemon_ports) 2023-11-30T23:00:14.333 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-11-30T23:00:14.333 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: c, osd_fsid=osd_fsid, ports=ports) 2023-11-30T23:00:14.333 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-11-30T23:00:14.333 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-11-30T23:00:14.334 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-11-30T23:00:14.334 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-11-30T23:00:14.334 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: RuntimeError: Failed command: systemctl start ceph-e1690986-8fd2-11ee-95a2-87774f69a715@node-exporter.smithi061 2023-11-30T23:00:14.334 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cephadm 2023-11-30T23:00:12.618060+0000 mgr.smithi061.crrkzh (mgr.14166) 255 : cephadm [ERR] Failed while placing node-exporter.smithi061 on smithi061: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e1690986-8fd2-11ee-95a2-87774f69a715-node-exporter.smithi061 2023-11-30T23:00:14.334 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: /bin/podman: stderr Error: no such container ceph-e1690986-8fd2-11ee-95a2-87774f69a715-node-exporter.smithi061 2023-11-30T23:00:14.334 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Deploy daemon node-exporter.smithi061 ... 2023-11-30T23:00:14.334 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Verifying port 9100 ... 2023-11-30T23:00:14.334 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Non-zero exit code 1 from systemctl start ceph-e1690986-8fd2-11ee-95a2-87774f69a715@node-exporter.smithi061 2023-11-30T23:00:14.334 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: systemctl: stderr Job for ceph-e1690986-8fd2-11ee-95a2-87774f69a715@node-exporter.smithi061.service failed because a timeout was exceeded. 2023-11-30T23:00:14.334 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: systemctl: stderr See "systemctl status ceph-e1690986-8fd2-11ee-95a2-87774f69a715@node-exporter.smithi061.service" and "journalctl -xe" for details. 2023-11-30T23:00:14.334 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: Traceback (most recent call last): 2023-11-30T23:00:14.335 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-30T23:00:14.335 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: main() 2023-11-30T23:00:14.335 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-30T23:00:14.335 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: r = ctx.func(ctx) 2023-11-30T23:00:14.335 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-30T23:00:14.335 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: return func(ctx) 2023-11-30T23:00:14.335 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-11-30T23:00:14.335 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: ports=daemon_ports) 2023-11-30T23:00:14.335 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-11-30T23:00:14.335 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: c, osd_fsid=osd_fsid, ports=ports) 2023-11-30T23:00:14.335 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-11-30T23:00:14.335 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-11-30T23:00:14.336 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: File "/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-11-30T23:00:14.336 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-11-30T23:00:14.336 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: RuntimeError: Failed command: systemctl start ceph-e1690986-8fd2-11ee-95a2-87774f69a715@node-exporter.smithi061 2023-11-30T23:00:14.336 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cephadm 2023-11-30T23:00:12.624260+0000 mgr.smithi061.crrkzh (mgr.14166) 256 : cephadm [INF] Deploying daemon prometheus.smithi061 on smithi061 2023-11-30T23:00:14.336 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:13.158433+0000 mon.smithi061 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.138:0/387456594' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:00:14.336 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:14 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:13.865231+0000 mon.smithi061 (mon.0) 311 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' 2023-11-30T23:00:14.576 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:00:14.576 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:00:15.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:15 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:13.783657+0000 mgr.smithi061.crrkzh (mgr.14166) 257 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:15.988 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:00:15.988 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:00:15.989 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:00:16.329 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:16 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:15.987482+0000 mon.smithi061 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.138:0/1561899609' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:00:17.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:17 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:15.784027+0000 mgr.smithi061.crrkzh (mgr.14166) 258 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:17.385 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:00:17.385 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:00:18.827 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:00:18.828 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:00:18.829 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:00:19.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:19 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:17.784376+0000 mgr.smithi061.crrkzh (mgr.14166) 259 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:19.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:19 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:18.826991+0000 mon.smithi061 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.138:0/3400119821' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:00:20.223 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:00:20.224 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:00:21.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:21 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:19.784719+0000 mgr.smithi061.crrkzh (mgr.14166) 260 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:21.602 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:00:21.603 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:00:21.604 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:00:22.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:22 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:21.602543+0000 mon.smithi061 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.138:0/3441741317' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:00:22.996 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:00:22.997 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:00:23.328 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:23 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:21.785065+0000 mgr.smithi061.crrkzh (mgr.14166) 261 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:24.311 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:00:24.311 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:00:24.313 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:00:25.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:25 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:23.785452+0000 mgr.smithi061.crrkzh (mgr.14166) 262 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:25.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:25 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:24.310637+0000 mon.smithi061 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.138:0/2541219748' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:00:25.726 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:00:25.727 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:00:27.103 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:00:27.104 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:00:27.104 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:00:27.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:27 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:25.785775+0000 mgr.smithi061.crrkzh (mgr.14166) 263 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:28.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:28 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:27.102747+0000 mon.smithi061 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.138:0/633692385' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:00:28.484 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:00:28.484 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:00:29.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:29 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:27.786101+0000 mgr.smithi061.crrkzh (mgr.14166) 264 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:29.889 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:00:29.889 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:00:29.890 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:00:30.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:30 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:29.888415+0000 mon.smithi061 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.138:0/981618737' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:00:31.294 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:00:31.294 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:00:31.328 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:31 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:29.786455+0000 mgr.smithi061.crrkzh (mgr.14166) 265 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:32.668 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:00:32.668 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:00:32.670 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:00:33.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:33 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:31.786726+0000 mgr.smithi061.crrkzh (mgr.14166) 266 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:33.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:33 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:32.667807+0000 mon.smithi061 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.138:0/2979030104' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:00:34.053 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:00:34.053 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:00:35.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:35 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:33.787027+0000 mgr.smithi061.crrkzh (mgr.14166) 267 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:35.481 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:00:35.482 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:00:35.483 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:00:36.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:36 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:35.480864+0000 mon.smithi061 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.138:0/4278201233' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:00:36.863 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:00:36.864 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:00:37.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:37 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:35.787377+0000 mgr.smithi061.crrkzh (mgr.14166) 268 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:38.222 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:00:38.222 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:00:38.224 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:00:39.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:39 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:37.787655+0000 mgr.smithi061.crrkzh (mgr.14166) 269 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:39.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:39 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:38.221940+0000 mon.smithi061 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.138:0/2781889432' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:00:39.599 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:00:39.599 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:00:40.962 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:00:40.962 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:00:40.964 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:00:41.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:41 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:39.788008+0000 mgr.smithi061.crrkzh (mgr.14166) 270 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:41.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:41 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:40.961952+0000 mon.smithi061 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.138:0/1586807274' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:00:42.373 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:00:42.373 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:00:43.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:43 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:41.788355+0000 mgr.smithi061.crrkzh (mgr.14166) 271 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:43.746 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:00:43.747 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:00:43.748 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:00:44.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:44 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:43.746730+0000 mon.smithi061 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.138:0/956834052' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:00:45.116 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:00:45.117 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:00:45.326 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:45 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:43.788690+0000 mgr.smithi061.crrkzh (mgr.14166) 272 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:46.550 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:00:46.550 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:00:46.551 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:00:47.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:47 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:45.789055+0000 mgr.smithi061.crrkzh (mgr.14166) 273 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:47.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:47 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:46.549690+0000 mon.smithi061 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.138:0/3094462100' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:00:47.943 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:00:47.943 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:00:49.325 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:00:49.326 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:00:49.326 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:00:49.326 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:49 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:47.789439+0000 mgr.smithi061.crrkzh (mgr.14166) 274 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:50.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:50 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:49.323564+0000 mon.smithi061 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.138:0/573786269' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:00:50.701 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:00:50.702 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:00:51.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:51 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:49.789799+0000 mgr.smithi061.crrkzh (mgr.14166) 275 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:52.102 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:00:52.102 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:00:52.104 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:00:53.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:53 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:51.790170+0000 mgr.smithi061.crrkzh (mgr.14166) 276 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:53.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:53 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:52.102153+0000 mon.smithi061 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.138:0/3517180621' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:00:53.493 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:00:53.493 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:00:54.950 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:00:54.950 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:00:54.951 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:00:55.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:55 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:53.790508+0000 mgr.smithi061.crrkzh (mgr.14166) 277 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:55.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:55 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:54.949194+0000 mon.smithi061 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.138:0/1319178004' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:00:56.347 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:00:56.347 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:00:57.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:57 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:55.790853+0000 mgr.smithi061.crrkzh (mgr.14166) 278 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:00:57.773 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:00:57.773 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:00:57.775 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:00:58.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:58 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:00:57.772840+0000 mon.smithi061 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.138:0/2476308587' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:00:59.143 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:00:59.144 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:00:59.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:00:59 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:57.791187+0000 mgr.smithi061.crrkzh (mgr.14166) 279 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:01:00.556 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:01:00.557 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:01:00.558 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:01:01.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:01:01 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:00:59.791553+0000 mgr.smithi061.crrkzh (mgr.14166) 280 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:01:01.327 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:01:01 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:01:00.554776+0000 mon.smithi061 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.138:0/446179000' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:01:01.957 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:01:01.958 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:01:03.404 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:01:03.404 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:01:03.406 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:01:03.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:01:03 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:01:01.791926+0000 mgr.smithi061.crrkzh (mgr.14166) 281 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:01:04.582 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:01:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:01:03.404023+0000 mon.smithi061 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.138:0/1671186601' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:01:04.582 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:01:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:01:03.862501+0000 mon.smithi061 (mon.0) 330 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/mirror_snapshot_schedule"}]: dispatch 2023-11-30T23:01:04.583 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:01:04 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:01:03.863335+0000 mon.smithi061 (mon.0) 331 : audit [INF] from='mgr.14166 172.21.15.61:0/404672660' entity='mgr.smithi061.crrkzh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi061.crrkzh/trash_purge_schedule"}]: dispatch 2023-11-30T23:01:04.803 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:01:04.804 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:01:05.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:01:05 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:01:03.792279+0000 mgr.smithi061.crrkzh (mgr.14166) 282 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:01:06.156 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:01:06.157 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:01:06.158 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:01:07.490 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:01:07.491 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:01:07.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:01:07 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:01:05.792607+0000 mgr.smithi061.crrkzh (mgr.14166) 283 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:01:07.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:01:07 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:01:06.156243+0000 mon.smithi061 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.138:0/3353529085' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:01:08.837 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:01:08.839 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:01:08.842 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:01:09.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:01:09 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:01:07.792901+0000 mgr.smithi061.crrkzh (mgr.14166) 284 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:01:09.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:01:09 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:01:08.831487+0000 mon.smithi061 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.138:0/2914767627' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:01:10.274 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:01:10.274 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:01:11.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:01:11 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:01:09.793207+0000 mgr.smithi061.crrkzh (mgr.14166) 285 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:01:11.654 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:01:11.654 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:01:11.655 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:01:12.578 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:01:12 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:01:11.653211+0000 mon.smithi061 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.138:0/4046105365' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:01:13.078 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:01:13.079 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:01:13.577 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:01:13 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:01:11.793509+0000 mgr.smithi061.crrkzh (mgr.14166) 286 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:01:14.444 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:01:14.444 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:01:14.446 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:01:15.578 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:01:15 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:01:13.793807+0000 mgr.smithi061.crrkzh (mgr.14166) 287 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:01:15.579 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:01:15 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: audit 2023-11-30T23:01:14.443944+0000 mon.smithi061 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.138:0/1520837708' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T23:01:15.819 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T23:01:15.822 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e1690986-8fd2-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T23:01:17.261 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-11-30T23:01:17.265 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":1,"fsid":"e1690986-8fd2-11ee-95a2-87774f69a715","modified":"2023-11-30T22:51:06.269670Z","created":"2023-11-30T22:51:06.269670Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi061","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T23:01:17.268 INFO:teuthology.orchestra.run.smithi138.stderr:dumped monmap epoch 1 2023-11-30T23:01:17.580 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:01:17 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: cluster 2023-11-30T23:01:15.794048+0000 mgr.smithi061.crrkzh (mgr.14166) 288 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T23:01:17.687 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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-30T23:01:17.692 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-30T23:01:17.693 DEBUG:teuthology.orchestra.run.smithi061:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-30T23:01:17.721 DEBUG:teuthology.orchestra.run.smithi138:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-30T23:01:17.740 INFO:tasks.cephadm:Stopping all daemons... 2023-11-30T23:01:17.740 INFO:tasks.cephadm.mon.smithi061:Stopping mon.smithi061... 2023-11-30T23:01:17.740 DEBUG:teuthology.orchestra.run.smithi061:> sudo systemctl stop ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mon.smithi061 2023-11-30T23:01:18.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:01:17 smithi061 systemd[1]: Stopping Ceph mon.smithi061 for e1690986-8fd2-11ee-95a2-87774f69a715... 2023-11-30T23:01:18.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:01:17 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T23:01:17.868+0000 7f4b9abd1700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi061 -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-30T23:01:18.077 INFO:journalctl@ceph.mon.smithi061.smithi061.stdout:Nov 30 23:01:17 smithi061 ceph-e1690986-8fd2-11ee-95a2-87774f69a715-mon.smithi061[107595]: debug 2023-11-30T23:01:17.868+0000 7f4b9abd1700 -1 mon.smithi061@0(leader) e1 *** Got Signal Terminated *** 2023-11-30T23:01:18.300 DEBUG:teuthology.orchestra.run.smithi061:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mon.smithi061.service' 2023-11-30T23:01:18.351 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-30T23:01:18.352 INFO:tasks.cephadm.mon.smithi061:Stopped mon.smithi061 2023-11-30T23:01:18.352 INFO:tasks.cephadm.mon.smithi138:Stopping mon.smithi138... 2023-11-30T23:01:18.352 DEBUG:teuthology.orchestra.run.smithi138:> sudo systemctl stop ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mon.smithi138 2023-11-30T23:01:18.390 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to stop ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mon.smithi138.service: Unit ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mon.smithi138.service not loaded. 2023-11-30T23:01:18.392 DEBUG:teuthology.orchestra.run:got remote process result: 5 2023-11-30T23:01:18.392 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi138" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/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_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi138 with status 5: 'sudo systemctl stop ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mon.smithi138' 2023-11-30T23:01:18.393 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-30T23:01:18.395 DEBUG:teuthology.misc:Transferring archived files from smithi061:/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472676/remote/ubuntu@smithi061.front.sepia.ceph.com/crash 2023-11-30T23:01:18.396 DEBUG:teuthology.orchestra.run.smithi061:> sudo tar c -f - -C /var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/crash -- . 2023-11-30T23:01:18.437 DEBUG:teuthology.misc:Transferring archived files from smithi138:/var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472676/remote/ubuntu@smithi138.front.sepia.ceph.com/crash 2023-11-30T23:01:18.438 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/crash -- . 2023-11-30T23:01:18.483 INFO:teuthology.orchestra.run.smithi138.stderr:tar: /var/lib/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-11-30T23:01:18.483 INFO:teuthology.orchestra.run.smithi138.stderr:tar: Error is not recoverable: exiting now 2023-11-30T23:01:18.484 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-30T23:01:18.484 DEBUG:teuthology.orchestra.run.smithi061:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-30T23:01:18.513 INFO:teuthology.orchestra.run.smithi061.stderr:grep: /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-11-30T23:01:18.514 INFO:tasks.cephadm:Compressing logs... 2023-11-30T23:01:18.515 DEBUG:teuthology.orchestra.run.smithi061:> 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-30T23:01:18.557 DEBUG:teuthology.orchestra.run.smithi138:> 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-30T23:01:18.584 INFO:teuthology.orchestra.run.smithi061.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-30T23:01:18.584 INFO:teuthology.orchestra.run.smithi061.stderr:: No such file or directory 2023-11-30T23:01:18.584 INFO:teuthology.orchestra.run.smithi061.stderr:gzip -5 --verbose -- /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/ceph-volume.log 2023-11-30T23:01:18.584 INFO:teuthology.orchestra.run.smithi061.stderr:gzip -5 --verbose -- /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/ceph-mon.smithi061.log 2023-11-30T23:01:18.586 INFO:teuthology.orchestra.run.smithi061.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/ceph-mgr.smithi061.crrkzh.log 2023-11-30T23:01:18.586 INFO:teuthology.orchestra.run.smithi061.stderr:/var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/ceph-volume.log: /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/ceph-mon.smithi061.log: /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/ceph-mgr.smithi061.crrkzh.log: 88.3% -- replaced with /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-11-30T23:01:18.587 INFO:teuthology.orchestra.run.smithi061.stderr: 88.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-30T23:01:18.587 INFO:teuthology.orchestra.run.smithi138.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-30T23:01:18.587 INFO:teuthology.orchestra.run.smithi138.stderr:: No such file or directory 2023-11-30T23:01:18.594 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/cephadm.log: 96.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-30T23:01:18.594 INFO:teuthology.orchestra.run.smithi138.stderr: 2023-11-30T23:01:18.594 INFO:teuthology.orchestra.run.smithi138.stderr:real 0m0.014s 2023-11-30T23:01:18.595 INFO:teuthology.orchestra.run.smithi138.stderr:user 0m0.012s 2023-11-30T23:01:18.595 INFO:teuthology.orchestra.run.smithi138.stderr:sys 0m0.011s 2023-11-30T23:01:18.668 INFO:teuthology.orchestra.run.smithi061.stderr: 92.8% -- replaced with /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/ceph-mgr.smithi061.crrkzh.log.gz 2023-11-30T23:01:18.738 INFO:teuthology.orchestra.run.smithi061.stderr: 90.4% -- replaced with /var/log/ceph/e1690986-8fd2-11ee-95a2-87774f69a715/ceph-mon.smithi061.log.gz 2023-11-30T23:01:18.741 INFO:teuthology.orchestra.run.smithi061.stderr: 2023-11-30T23:01:18.741 INFO:teuthology.orchestra.run.smithi061.stderr:real 0m0.167s 2023-11-30T23:01:18.741 INFO:teuthology.orchestra.run.smithi061.stderr:user 0m0.243s 2023-11-30T23:01:18.741 INFO:teuthology.orchestra.run.smithi061.stderr:sys 0m0.020s 2023-11-30T23:01:18.741 INFO:tasks.cephadm:Archiving logs... 2023-11-30T23:01:18.741 DEBUG:teuthology.misc:Transferring archived files from smithi061:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472676/remote/ubuntu@smithi061.front.sepia.ceph.com/log 2023-11-30T23:01:18.743 DEBUG:teuthology.orchestra.run.smithi061:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-30T23:01:18.869 DEBUG:teuthology.misc:Transferring archived files from smithi138:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472676/remote/ubuntu@smithi138.front.sepia.ceph.com/log 2023-11-30T23:01:18.871 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-30T23:01:18.906 INFO:tasks.cephadm:Removing cluster... 2023-11-30T23:01:18.906 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e1690986-8fd2-11ee-95a2-87774f69a715 --force 2023-11-30T23:02:42.049 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e1690986-8fd2-11ee-95a2-87774f69a715 --force 2023-11-30T23:02:42.358 INFO:tasks.cephadm:Removing cephadm ... 2023-11-30T23:02:42.358 DEBUG:teuthology.orchestra.run.smithi061:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-30T23:02:42.378 DEBUG:teuthology.orchestra.run.smithi138:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-30T23:02:42.397 INFO:tasks.cephadm:Teardown complete 2023-11-30T23:02:42.398 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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_595fad1080bd379e3c0231a8e02595924c59a9da/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_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/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_595fad1080bd379e3c0231a8e02595924c59a9da/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_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/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_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi138 with status 5: 'sudo systemctl stop ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mon.smithi138' 2023-11-30T23:02:42.504 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=232be28a92c54e14b930af07e040dd20 Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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_595fad1080bd379e3c0231a8e02595924c59a9da/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_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/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_595fad1080bd379e3c0231a8e02595924c59a9da/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_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/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_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi138 with status 5: 'sudo systemctl stop ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mon.smithi138' 2023-11-30T23:02:42.508 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-30T23:02:42.518 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-30T23:02:42.526 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-30T23:02:42.526 DEBUG:teuthology.orchestra.run.smithi061:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-30T23:02:42.540 DEBUG:teuthology.orchestra.run.smithi138:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-30T23:02:42.549 INFO:teuthology.orchestra.run.smithi061.stderr:bash: ntpq: command not found 2023-11-30T23:02:42.553 INFO:teuthology.orchestra.run.smithi061.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-30T23:02:42.553 INFO:teuthology.orchestra.run.smithi061.stdout:=============================================================================== 2023-11-30T23:02:42.553 INFO:teuthology.orchestra.run.smithi061.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 23 +1239us[+1250us] +/- 98ms 2023-11-30T23:02:42.554 INFO:teuthology.orchestra.run.smithi061.stdout:^* hv02.front.sepia.ceph.com 3 6 377 22 +86us[ +98us] +/- 59ms 2023-11-30T23:02:42.554 INFO:teuthology.orchestra.run.smithi061.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 23 -965us[ -953us] +/- 66ms 2023-11-30T23:02:42.554 INFO:teuthology.orchestra.run.smithi061.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T23:02:42.557 INFO:teuthology.orchestra.run.smithi138.stderr:bash: ntpq: command not found 2023-11-30T23:02:42.561 INFO:teuthology.orchestra.run.smithi138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-30T23:02:42.561 INFO:teuthology.orchestra.run.smithi138.stdout:=============================================================================== 2023-11-30T23:02:42.562 INFO:teuthology.orchestra.run.smithi138.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 23 +1203us[+1203us] +/- 98ms 2023-11-30T23:02:42.562 INFO:teuthology.orchestra.run.smithi138.stdout:^* hv02.front.sepia.ceph.com 3 6 377 26 +54us[ -31us] +/- 59ms 2023-11-30T23:02:42.562 INFO:teuthology.orchestra.run.smithi138.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 25 -985us[ -985us] +/- 66ms 2023-11-30T23:02:42.562 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T23:02:42.563 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-30T23:02:42.572 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-30T23:02:42.572 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-30T23:02:42.582 DEBUG:teuthology.orchestra.run.smithi061:> 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-30T23:02:42.688 DEBUG:teuthology.orchestra.run.smithi138:> 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-30T23:02:42.777 DEBUG:teuthology.orchestra.run.smithi061:> 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-30T23:02:42.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T23:02:42.811 DEBUG:teuthology.orchestra.run.smithi138:> 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-30T23:02:42.843 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T23:02:42.844 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-30T23:02:42.853 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-30T23:02:42.869 INFO:teuthology.task.internal:Duration was 1593.773628 seconds 2023-11-30T23:02:42.869 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-30T23:02:42.882 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-30T23:02:42.882 DEBUG:teuthology.orchestra.run.smithi061:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-30T23:02:42.884 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-30T23:02:42.930 INFO:teuthology.orchestra.run.smithi138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-30T23:02:42.930 INFO:teuthology.orchestra.run.smithi061.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-30T23:02:43.338 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-30T23:02:43.338 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi061.front.sepia.ceph.com 2023-11-30T23:02:43.338 DEBUG:teuthology.orchestra.run.smithi061:> 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-30T23:02:43.363 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi138.front.sepia.ceph.com 2023-11-30T23:02:43.363 DEBUG:teuthology.orchestra.run.smithi138:> 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-30T23:02:43.386 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-30T23:02:43.387 DEBUG:teuthology.orchestra.run.smithi061:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-30T23:02:43.405 DEBUG:teuthology.orchestra.run.smithi138:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-30T23:02:43.473 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-30T23:02:43.473 DEBUG:teuthology.orchestra.run.smithi061:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-30T23:02:43.475 DEBUG:teuthology.orchestra.run.smithi138:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-30T23:02:43.573 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-30T23:02:43.582 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-30T23:02:43.583 DEBUG:teuthology.orchestra.run.smithi061:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-30T23:02:43.611 DEBUG:teuthology.orchestra.run.smithi138:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-30T23:02:43.638 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-30T23:02:43.648 DEBUG:teuthology.orchestra.run.smithi061:> 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-30T23:02:43.654 DEBUG:teuthology.orchestra.run.smithi138:> 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-30T23:02:43.678 INFO:teuthology.orchestra.run.smithi061.stdout:kernel.core_pattern = core 2023-11-30T23:02:43.704 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = core 2023-11-30T23:02:43.727 DEBUG:teuthology.orchestra.run.smithi061:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-30T23:02:43.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T23:02:43.760 DEBUG:teuthology.orchestra.run.smithi138:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-30T23:02:43.786 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T23:02:43.787 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-30T23:02:43.797 INFO:teuthology.task.internal:Transferring archived files... 2023-11-30T23:02:43.798 DEBUG:teuthology.misc:Transferring archived files from smithi061:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472676/remote/smithi061 2023-11-30T23:02:43.799 DEBUG:teuthology.orchestra.run.smithi061:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-30T23:02:43.851 DEBUG:teuthology.misc:Transferring archived files from smithi138:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472676/remote/smithi138 2023-11-30T23:02:43.852 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-30T23:02:43.911 INFO:teuthology.task.internal:Removing archive directory... 2023-11-30T23:02:43.912 DEBUG:teuthology.orchestra.run.smithi061:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-30T23:02:43.915 DEBUG:teuthology.orchestra.run.smithi138:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-30T23:02:43.983 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-30T23:02:43.996 INFO:teuthology.task.internal:Not uploading archives. 2023-11-30T23:02:43.997 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-30T23:02:44.015 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-30T23:02:44.015 DEBUG:teuthology.orchestra.run.smithi061:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-30T23:02:44.018 DEBUG:teuthology.orchestra.run.smithi138:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-30T23:02:44.033 INFO:teuthology.orchestra.run.smithi061.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 30 23:02 /home/ubuntu/cephtest 2023-11-30T23:02:44.042 INFO:teuthology.orchestra.run.smithi138.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 30 23:02 /home/ubuntu/cephtest 2023-11-30T23:02:44.044 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-30T23:02:44.071 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-30T23:02:44.100 INFO:teuthology.nuke:Checking targets against current locks 2023-11-30T23:02:44.143 DEBUG:teuthology.nuke:shortname: smithi061 2023-11-30T23:02:44.143 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-30T23:02:44.172 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi061.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472676', '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-30 22:17:44.544001', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG+dhXNzbjU+zNkN/Erd1X78AOL6dqj+MFkCa77IKsojY7rLyupIwAI3ObQsz8JJEOY49YJanPB7PII/7hu1b9c='} 2023-11-30T23:02:44.173 DEBUG:teuthology.nuke:shortname: smithi138 2023-11-30T23:02:44.173 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-30T23:02:44.214 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi138.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472676', '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-30 22:17:44.545943', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA+y9rkg8hn7K2e0lgrDgg4Wq4UhGcnDYzuaAcsqqsrFnFEziX3vhZPTF5h/twEFAMFvEB6VGyC7w6s3g2o9Kh8='} 2023-11-30T23:02:44.256 INFO:teuthology.orchestra.console.smithi061:Power off 2023-11-30T23:02:44.257 DEBUG:teuthology.orchestra.console.smithi061:pexpect command: ipmitool -H smithi061.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-30T23:02:44.293 DEBUG:teuthology.orchestra.console.smithi061:power off output: Chassis Power Control: Down/Off 2023-11-30T23:02:44.294 DEBUG:teuthology.orchestra.console.smithi061:pexpect command: ipmitool -H smithi061.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T23:02:44.327 INFO:teuthology.orchestra.console.smithi138:Power off 2023-11-30T23:02:44.328 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-30T23:02:44.346 DEBUG:teuthology.orchestra.console.smithi061:check power output: Chassis Power is on 2023-11-30T23:02:44.370 DEBUG:teuthology.orchestra.console.smithi138:power off output: Chassis Power Control: Down/Off 2023-11-30T23:02:44.370 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T23:02:44.404 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is on 2023-11-30T23:02:48.348 DEBUG:teuthology.orchestra.console.smithi061:pexpect command: ipmitool -H smithi061.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T23:02:48.405 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T23:02:48.458 DEBUG:teuthology.orchestra.console.smithi061:check power output: Chassis Power is on 2023-11-30T23:02:48.544 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is on 2023-11-30T23:02:52.462 DEBUG:teuthology.orchestra.console.smithi061:pexpect command: ipmitool -H smithi061.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T23:02:52.545 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T23:02:52.589 DEBUG:teuthology.orchestra.console.smithi061:check power output: Chassis Power is off 2023-11-30T23:02:52.657 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is off 2023-11-30T23:02:52.691 INFO:teuthology.orchestra.console.smithi061:Power off completed 2023-11-30T23:02:52.758 INFO:teuthology.orchestra.console.smithi138:Power off completed 2023-11-30T23:02:52.863 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: 1593.7736277580261 failure_reason: 'Command failed on smithi138 with status 5: ''sudo systemctl stop ceph-e1690986-8fd2-11ee-95a2-87774f69a715@mon.smithi138''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=232be28a92c54e14b930af07e040dd20 status: fail success: false 2023-11-30T23:02:52.863 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-30T23:02:52.967 INFO:teuthology.run:FAIL