2024-01-18T06:50:21.581 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-18T06:50:21.582 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose --archive /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519643 --name yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519643/orig.config.yaml 2024-01-18T06:50:21.619 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-18T06:50:21.703 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519643 branch: wip-yuri10-testing-2024-01-17-0759-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} email: yweinste@redhat.com first_in_suite: false job_id: '7519643' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri10-testing-2024-01-17-0759-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri10-testing-2024-01-17-0759-pacific sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 2168 sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri10-testing-2024-01-17-0759-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 targets: smithi115.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFR3mOMH3h3U3Kraexwx5zgp2fAfql66NNYduOf2ApjeGr5UbL14vOzhN2dW/5Kl6+ZivhQwnz6gdj6eC5oP1F0= smithi132.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDLBzjwy2LHWSZJWJ4y9MX5M6e4ws97epaf9i05E0m1WvZOInjSQZ5BRxPBAh2qeY7KBa6ZUwYIlz0fYyl/BhDI= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v16.2.5 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.5 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-17_22:43:41 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2024-01-18T06:50:21.703 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa; will attempt to use it 2024-01-18T06:50:21.704 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks 2024-01-18T06:50:21.704 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-18T06:50:21.705 INFO:teuthology.task.internal:Checking packages... 2024-01-18T06:50:21.729 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0' 2024-01-18T06:50:21.729 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-18T06:50:21.729 INFO:teuthology.packaging:ref: None 2024-01-18T06:50:21.729 INFO:teuthology.packaging:tag: None 2024-01-18T06:50:21.729 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-18T06:50:21.729 INFO:teuthology.packaging:sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T06:50:21.729 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-18T06:50:21.906 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454.g491b5e13 2024-01-18T06:50:21.907 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-18T06:50:21.914 INFO:teuthology.task.internal:no buildpackages task found 2024-01-18T06:50:21.914 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-18T06:50:21.923 INFO:teuthology.task.internal:Saving configuration 2024-01-18T06:50:21.937 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-18T06:50:21.944 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T06:50:21.969 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi115.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519643', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 06:45:17.025025', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFR3mOMH3h3U3Kraexwx5zgp2fAfql66NNYduOf2ApjeGr5UbL14vOzhN2dW/5Kl6+ZivhQwnz6gdj6eC5oP1F0='} 2024-01-18T06:50:21.989 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi132.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519643', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 06:45:17.024025', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDLBzjwy2LHWSZJWJ4y9MX5M6e4ws97epaf9i05E0m1WvZOInjSQZ5BRxPBAh2qeY7KBa6ZUwYIlz0fYyl/BhDI='} 2024-01-18T06:50:21.989 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-18T06:50:21.997 INFO:teuthology.task.internal:roles: ubuntu@smithi115.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-01-18T06:50:21.997 INFO:teuthology.task.internal:roles: ubuntu@smithi132.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-01-18T06:50:21.997 INFO:teuthology.run_tasks:Running task console_log... 2024-01-18T06:50:22.068 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f8a49eea0d0>, signals=[15]) 2024-01-18T06:50:22.068 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-18T06:50:22.076 INFO:teuthology.task.internal:Opening connections... 2024-01-18T06:50:22.076 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi115.front.sepia.ceph.com 2024-01-18T06:50:22.078 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T06:50:22.150 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi132.front.sepia.ceph.com 2024-01-18T06:50:22.150 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T06:50:22.224 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-18T06:50:22.232 DEBUG:teuthology.orchestra.run.smithi115:> uname -m 2024-01-18T06:50:22.253 INFO:teuthology.orchestra.run.smithi115.stdout:x86_64 2024-01-18T06:50:22.253 DEBUG:teuthology.orchestra.run.smithi115:> cat /etc/os-release 2024-01-18T06:50:22.314 INFO:teuthology.orchestra.run.smithi115.stdout:NAME="CentOS Stream" 2024-01-18T06:50:22.314 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION="8" 2024-01-18T06:50:22.314 INFO:teuthology.orchestra.run.smithi115.stdout:ID="centos" 2024-01-18T06:50:22.314 INFO:teuthology.orchestra.run.smithi115.stdout:ID_LIKE="rhel fedora" 2024-01-18T06:50:22.314 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION_ID="8" 2024-01-18T06:50:22.314 INFO:teuthology.orchestra.run.smithi115.stdout:PLATFORM_ID="platform:el8" 2024-01-18T06:50:22.314 INFO:teuthology.orchestra.run.smithi115.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-18T06:50:22.315 INFO:teuthology.orchestra.run.smithi115.stdout:ANSI_COLOR="0;31" 2024-01-18T06:50:22.315 INFO:teuthology.orchestra.run.smithi115.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-18T06:50:22.315 INFO:teuthology.orchestra.run.smithi115.stdout:HOME_URL="https://centos.org/" 2024-01-18T06:50:22.315 INFO:teuthology.orchestra.run.smithi115.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-18T06:50:22.315 INFO:teuthology.orchestra.run.smithi115.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-18T06:50:22.315 INFO:teuthology.orchestra.run.smithi115.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-18T06:50:22.315 INFO:teuthology.lock.ops:Updating smithi115.front.sepia.ceph.com on lock server 2024-01-18T06:50:22.335 DEBUG:teuthology.orchestra.run.smithi132:> uname -m 2024-01-18T06:50:22.357 INFO:teuthology.orchestra.run.smithi132.stdout:x86_64 2024-01-18T06:50:22.357 DEBUG:teuthology.orchestra.run.smithi132:> cat /etc/os-release 2024-01-18T06:50:22.418 INFO:teuthology.orchestra.run.smithi132.stdout:NAME="CentOS Stream" 2024-01-18T06:50:22.418 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION="8" 2024-01-18T06:50:22.418 INFO:teuthology.orchestra.run.smithi132.stdout:ID="centos" 2024-01-18T06:50:22.419 INFO:teuthology.orchestra.run.smithi132.stdout:ID_LIKE="rhel fedora" 2024-01-18T06:50:22.419 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION_ID="8" 2024-01-18T06:50:22.419 INFO:teuthology.orchestra.run.smithi132.stdout:PLATFORM_ID="platform:el8" 2024-01-18T06:50:22.419 INFO:teuthology.orchestra.run.smithi132.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-18T06:50:22.419 INFO:teuthology.orchestra.run.smithi132.stdout:ANSI_COLOR="0;31" 2024-01-18T06:50:22.419 INFO:teuthology.orchestra.run.smithi132.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-18T06:50:22.419 INFO:teuthology.orchestra.run.smithi132.stdout:HOME_URL="https://centos.org/" 2024-01-18T06:50:22.419 INFO:teuthology.orchestra.run.smithi132.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-18T06:50:22.419 INFO:teuthology.orchestra.run.smithi132.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-18T06:50:22.419 INFO:teuthology.orchestra.run.smithi132.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-18T06:50:22.419 INFO:teuthology.lock.ops:Updating smithi132.front.sepia.ceph.com on lock server 2024-01-18T06:50:22.443 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-18T06:50:22.453 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-18T06:50:22.461 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-18T06:50:22.461 DEBUG:teuthology.orchestra.run.smithi115:> test '!' -e /home/ubuntu/cephtest 2024-01-18T06:50:22.464 DEBUG:teuthology.orchestra.run.smithi132:> test '!' -e /home/ubuntu/cephtest 2024-01-18T06:50:22.484 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-18T06:50:22.494 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-18T06:50:22.494 DEBUG:teuthology.orchestra.run.smithi115:> test -z $(ls -A /var/lib/ceph) 2024-01-18T06:50:22.525 DEBUG:teuthology.orchestra.run.smithi132:> test -z $(ls -A /var/lib/ceph) 2024-01-18T06:50:22.551 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-18T06:50:22.609 INFO:teuthology.run_tasks:Running task kernel... 2024-01-18T06:50:22.624 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-18T06:50:22.625 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-18T06:50:22.625 DEBUG:teuthology.orchestra.run.smithi115:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-18T06:50:22.625 DEBUG:teuthology.orchestra.run.smithi132:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-18T06:50:22.644 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T06:50:22.645 DEBUG:teuthology.orchestra.run.smithi115:> uname -r 2024-01-18T06:50:22.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T06:50:22.646 DEBUG:teuthology.orchestra.run.smithi132:> uname -r 2024-01-18T06:50:22.704 INFO:teuthology.orchestra.run.smithi115.stdout:4.18.0-489.el8.x86_64 2024-01-18T06:50:22.704 INFO:teuthology.task.kernel:Running kernel on smithi115: 4.18.0-489.el8.x86_64 2024-01-18T06:50:22.704 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum install -y kernel 2024-01-18T06:50:22.706 INFO:teuthology.orchestra.run.smithi132.stdout:4.18.0-489.el8.x86_64 2024-01-18T06:50:22.706 INFO:teuthology.task.kernel:Running kernel on smithi132: 4.18.0-489.el8.x86_64 2024-01-18T06:50:22.706 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum install -y kernel 2024-01-18T06:50:25.913 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 8 - AppStream 44 MB/s | 26 MB 00:00 2024-01-18T06:50:26.004 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 8 - AppStream 39 MB/s | 26 MB 00:00 2024-01-18T06:50:31.204 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 8 - BaseOS 20 MB/s | 10 MB 00:00 2024-01-18T06:50:31.512 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 8 - BaseOS 11 MB/s | 10 MB 00:00 2024-01-18T06:50:33.055 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 8 - Extras 70 kB/s | 18 kB 00:00 2024-01-18T06:50:33.538 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 8 - Extras 41 kB/s | 18 kB 00:00 2024-01-18T06:50:33.647 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2024-01-18T06:50:33.882 INFO:teuthology.orchestra.run.smithi132.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-01-18T06:50:34.013 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2024-01-18T06:50:34.273 INFO:teuthology.orchestra.run.smithi115.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2024-01-18T06:50:35.966 INFO:teuthology.orchestra.run.smithi132.stdout:Extra Packages for Enterprise Linux 8.1 MB/s | 16 MB 00:01 2024-01-18T06:50:36.465 INFO:teuthology.orchestra.run.smithi115.stdout:Extra Packages for Enterprise Linux 7.7 MB/s | 16 MB 00:02 2024-01-18T06:50:39.707 INFO:teuthology.orchestra.run.smithi132.stdout:lab-extras 670 kB/s | 24 kB 00:00 2024-01-18T06:50:40.200 INFO:teuthology.orchestra.run.smithi115.stdout:lab-extras 381 kB/s | 24 kB 00:00 2024-01-18T06:50:42.638 INFO:teuthology.orchestra.run.smithi132.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-18T06:50:42.638 INFO:teuthology.orchestra.run.smithi132.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-18T06:50:42.748 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-01-18T06:50:42.749 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-01-18T06:50:42.749 INFO:teuthology.orchestra.run.smithi132.stdout: Package Architecture Version Repository Size 2024-01-18T06:50:42.749 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-01-18T06:50:42.750 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2024-01-18T06:50:42.750 INFO:teuthology.orchestra.run.smithi132.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-18T06:50:42.750 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2024-01-18T06:50:42.750 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-18T06:50:42.750 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-18T06:50:42.750 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T06:50:42.750 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-01-18T06:50:42.750 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-01-18T06:50:42.750 INFO:teuthology.orchestra.run.smithi132.stdout:Install 3 Packages 2024-01-18T06:50:42.750 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T06:50:42.750 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 89 M 2024-01-18T06:50:42.750 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 96 M 2024-01-18T06:50:42.751 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2024-01-18T06:50:43.055 INFO:teuthology.orchestra.run.smithi115.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-18T06:50:43.055 INFO:teuthology.orchestra.run.smithi115.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-18T06:50:43.151 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-01-18T06:50:43.152 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-01-18T06:50:43.152 INFO:teuthology.orchestra.run.smithi115.stdout: Package Architecture Version Repository Size 2024-01-18T06:50:43.152 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-01-18T06:50:43.152 INFO:teuthology.orchestra.run.smithi115.stdout:Installing: 2024-01-18T06:50:43.152 INFO:teuthology.orchestra.run.smithi115.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-18T06:50:43.152 INFO:teuthology.orchestra.run.smithi115.stdout:Installing dependencies: 2024-01-18T06:50:43.152 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-18T06:50:43.152 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-18T06:50:43.152 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-01-18T06:50:43.153 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-01-18T06:50:43.153 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-01-18T06:50:43.153 INFO:teuthology.orchestra.run.smithi115.stdout:Install 3 Packages 2024-01-18T06:50:43.153 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-01-18T06:50:43.153 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 89 M 2024-01-18T06:50:43.153 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 96 M 2024-01-18T06:50:43.153 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-01-18T06:50:43.709 INFO:teuthology.orchestra.run.smithi132.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 13 MB/s | 10 MB 00:00 2024-01-18T06:50:44.234 INFO:teuthology.orchestra.run.smithi115.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 10 MB/s | 10 MB 00:01 2024-01-18T06:50:45.559 INFO:teuthology.orchestra.run.smithi132.stdout:(2/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 14 MB/s | 36 MB 00:02 2024-01-18T06:50:46.126 INFO:teuthology.orchestra.run.smithi132.stdout:(3/3): kernel-core-4.18.0-535.el8.x86_64.rpm 13 MB/s | 43 MB 00:03 2024-01-18T06:50:46.129 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-01-18T06:50:46.129 INFO:teuthology.orchestra.run.smithi132.stdout:Total 26 MB/s | 89 MB 00:03 2024-01-18T06:50:46.176 INFO:teuthology.orchestra.run.smithi115.stdout:(2/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 12 MB/s | 36 MB 00:02 2024-01-18T06:50:46.643 INFO:teuthology.orchestra.run.smithi115.stdout:(3/3): kernel-core-4.18.0-535.el8.x86_64.rpm 13 MB/s | 43 MB 00:03 2024-01-18T06:50:46.643 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-01-18T06:50:46.643 INFO:teuthology.orchestra.run.smithi115.stdout:Total 26 MB/s | 89 MB 00:03 2024-01-18T06:50:46.811 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2024-01-18T06:50:47.230 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2024-01-18T06:50:47.230 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2024-01-18T06:50:47.323 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-01-18T06:50:47.734 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-01-18T06:50:47.734 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-01-18T06:50:48.477 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2024-01-18T06:50:48.492 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2024-01-18T06:50:48.973 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-01-18T06:50:48.989 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-01-18T06:50:51.248 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2024-01-18T06:50:51.738 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-01-18T06:50:51.753 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-18T06:50:52.257 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-18T06:50:55.366 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-18T06:50:55.785 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-18T06:50:55.834 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-18T06:50:56.247 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-18T06:50:59.212 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-18T06:50:59.476 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-18T06:50:59.666 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-18T06:50:59.936 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-18T06:51:21.287 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-18T06:51:21.310 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-18T06:51:21.671 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-18T06:51:21.671 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-18T06:51:21.671 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-18T06:51:21.854 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-18T06:51:21.878 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-18T06:51:22.146 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-18T06:51:22.146 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T06:51:22.147 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2024-01-18T06:51:22.147 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-18T06:51:22.147 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-18T06:51:22.147 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T06:51:22.147 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-01-18T06:51:22.206 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-18T06:51:22.207 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-18T06:51:22.207 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-18T06:51:22.296 DEBUG:teuthology.orchestra.run.smithi132:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T06:51:22.516 INFO:teuthology.orchestra.run.smithi132.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-18T06:51:22.517 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-18T06:51:22.517 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-18T06:51:22.517 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-18T06:51:22.517 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-18T06:51:22.517 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-18T06:51:22.518 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi132.front.sepia.ceph.com, path=None, version=distro) 2024-01-18T06:51:22.518 DEBUG:teuthology.orchestra.run.smithi132:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T06:51:22.673 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-18T06:51:22.674 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-01-18T06:51:22.674 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2024-01-18T06:51:22.674 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-18T06:51:22.674 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-18T06:51:22.674 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-01-18T06:51:22.674 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-01-18T06:51:22.731 INFO:teuthology.orchestra.run.smithi132.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-18T06:51:22.731 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-18T06:51:22.732 DEBUG:teuthology.orchestra.run.smithi132:> sudo rpm -qi grub2-tools 2024-01-18T06:51:22.766 INFO:teuthology.orchestra.run.smithi132.stdout:Name : grub2-tools 2024-01-18T06:51:22.766 INFO:teuthology.orchestra.run.smithi132.stdout:Epoch : 1 2024-01-18T06:51:22.766 INFO:teuthology.orchestra.run.smithi132.stdout:Version : 2.02 2024-01-18T06:51:22.766 INFO:teuthology.orchestra.run.smithi132.stdout:Release : 129.el8 2024-01-18T06:51:22.767 INFO:teuthology.orchestra.run.smithi132.stdout:Architecture: x86_64 2024-01-18T06:51:22.767 INFO:teuthology.orchestra.run.smithi132.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-18T06:51:22.767 INFO:teuthology.orchestra.run.smithi132.stdout:Group : System Environment/Base 2024-01-18T06:51:22.767 INFO:teuthology.orchestra.run.smithi132.stdout:Size : 9265586 2024-01-18T06:51:22.767 INFO:teuthology.orchestra.run.smithi132.stdout:License : GPLv3+ 2024-01-18T06:51:22.767 INFO:teuthology.orchestra.run.smithi132.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-18T06:51:22.768 INFO:teuthology.orchestra.run.smithi132.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-18T06:51:22.768 INFO:teuthology.orchestra.run.smithi132.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-18T06:51:22.768 INFO:teuthology.orchestra.run.smithi132.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-18T06:51:22.768 INFO:teuthology.orchestra.run.smithi132.stdout:Relocations : (not relocatable) 2024-01-18T06:51:22.768 INFO:teuthology.orchestra.run.smithi132.stdout:Packager : CentOS BuildSystem 2024-01-18T06:51:22.768 INFO:teuthology.orchestra.run.smithi132.stdout:Vendor : CentOS 2024-01-18T06:51:22.768 INFO:teuthology.orchestra.run.smithi132.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-18T06:51:22.769 INFO:teuthology.orchestra.run.smithi132.stdout:Summary : Support tools for GRUB. 2024-01-18T06:51:22.769 INFO:teuthology.orchestra.run.smithi132.stdout:Description : 2024-01-18T06:51:22.769 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T06:51:22.769 INFO:teuthology.orchestra.run.smithi132.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-18T06:51:22.769 INFO:teuthology.orchestra.run.smithi132.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-18T06:51:22.769 INFO:teuthology.orchestra.run.smithi132.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-18T06:51:22.769 INFO:teuthology.orchestra.run.smithi132.stdout:hardware devices. 2024-01-18T06:51:22.770 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T06:51:22.770 INFO:teuthology.orchestra.run.smithi132.stdout:This subpackage provides tools for support of all platforms. 2024-01-18T06:51:22.771 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-18T06:51:22.771 INFO:teuthology.task.kernel:Updating grub on smithi132 to boot 4.18.0-535.el8.x86_64 2024-01-18T06:51:22.772 DEBUG:teuthology.orchestra.run.smithi132:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-18T06:51:22.815 DEBUG:teuthology.orchestra.run.smithi115:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T06:51:23.033 INFO:teuthology.orchestra.run.smithi115.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-18T06:51:23.033 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-18T06:51:23.033 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-18T06:51:23.034 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-18T06:51:23.034 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-18T06:51:23.034 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-18T06:51:23.034 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi115.front.sepia.ceph.com, path=None, version=distro) 2024-01-18T06:51:23.034 DEBUG:teuthology.orchestra.run.smithi115:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T06:51:23.243 INFO:teuthology.orchestra.run.smithi115.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-18T06:51:23.244 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-18T06:51:23.244 DEBUG:teuthology.orchestra.run.smithi115:> sudo rpm -qi grub2-tools 2024-01-18T06:51:23.277 INFO:teuthology.orchestra.run.smithi115.stdout:Name : grub2-tools 2024-01-18T06:51:23.278 INFO:teuthology.orchestra.run.smithi115.stdout:Epoch : 1 2024-01-18T06:51:23.278 INFO:teuthology.orchestra.run.smithi115.stdout:Version : 2.02 2024-01-18T06:51:23.278 INFO:teuthology.orchestra.run.smithi115.stdout:Release : 129.el8 2024-01-18T06:51:23.278 INFO:teuthology.orchestra.run.smithi115.stdout:Architecture: x86_64 2024-01-18T06:51:23.278 INFO:teuthology.orchestra.run.smithi115.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-18T06:51:23.278 INFO:teuthology.orchestra.run.smithi115.stdout:Group : System Environment/Base 2024-01-18T06:51:23.279 INFO:teuthology.orchestra.run.smithi115.stdout:Size : 9265586 2024-01-18T06:51:23.279 INFO:teuthology.orchestra.run.smithi115.stdout:License : GPLv3+ 2024-01-18T06:51:23.279 INFO:teuthology.orchestra.run.smithi115.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-18T06:51:23.279 INFO:teuthology.orchestra.run.smithi115.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-18T06:51:23.279 INFO:teuthology.orchestra.run.smithi115.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-18T06:51:23.279 INFO:teuthology.orchestra.run.smithi115.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-18T06:51:23.279 INFO:teuthology.orchestra.run.smithi115.stdout:Relocations : (not relocatable) 2024-01-18T06:51:23.280 INFO:teuthology.orchestra.run.smithi115.stdout:Packager : CentOS BuildSystem 2024-01-18T06:51:23.280 INFO:teuthology.orchestra.run.smithi115.stdout:Vendor : CentOS 2024-01-18T06:51:23.280 INFO:teuthology.orchestra.run.smithi115.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-18T06:51:23.280 INFO:teuthology.orchestra.run.smithi115.stdout:Summary : Support tools for GRUB. 2024-01-18T06:51:23.280 INFO:teuthology.orchestra.run.smithi115.stdout:Description : 2024-01-18T06:51:23.280 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-01-18T06:51:23.280 INFO:teuthology.orchestra.run.smithi115.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-18T06:51:23.280 INFO:teuthology.orchestra.run.smithi115.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-18T06:51:23.280 INFO:teuthology.orchestra.run.smithi115.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-18T06:51:23.280 INFO:teuthology.orchestra.run.smithi115.stdout:hardware devices. 2024-01-18T06:51:23.281 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-01-18T06:51:23.281 INFO:teuthology.orchestra.run.smithi115.stdout:This subpackage provides tools for support of all platforms. 2024-01-18T06:51:23.281 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-18T06:51:23.281 INFO:teuthology.task.kernel:Updating grub on smithi115 to boot 4.18.0-535.el8.x86_64 2024-01-18T06:51:23.282 DEBUG:teuthology.orchestra.run.smithi115:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-18T06:51:24.272 INFO:teuthology.orchestra.run.smithi132.stderr:Generating grub configuration file ... 2024-01-18T06:51:24.967 INFO:teuthology.orchestra.run.smithi115.stderr:Generating grub configuration file ... 2024-01-18T06:51:26.126 INFO:teuthology.orchestra.run.smithi132.stderr:done 2024-01-18T06:51:26.138 DEBUG:teuthology.orchestra.run.smithi132:> mktemp 2024-01-18T06:51:26.178 INFO:teuthology.orchestra.run.smithi132.stdout:/tmp/tmp.cH4EQXGiDu 2024-01-18T06:51:26.179 DEBUG:teuthology.orchestra.run.smithi132:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.cH4EQXGiDu 2024-01-18T06:51:26.253 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod 0666 /tmp/tmp.cH4EQXGiDu 2024-01-18T06:51:26.402 DEBUG:teuthology.orchestra.remote:smithi132:/tmp/tmp.cH4EQXGiDu is 6KB 2024-01-18T06:51:26.449 DEBUG:teuthology.orchestra.run.smithi132:> rm -fr /tmp/tmp.cH4EQXGiDu 2024-01-18T06:51:26.466 DEBUG:teuthology.orchestra.run.smithi132:> sudo /bin/ls /boot/loader/entries || true 2024-01-18T06:51:26.531 INFO:teuthology.orchestra.run.smithi132.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-18T06:51:26.531 INFO:teuthology.orchestra.run.smithi132.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-18T06:51:26.531 INFO:teuthology.orchestra.run.smithi132.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-18T06:51:26.531 INFO:teuthology.orchestra.run.smithi132.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-18T06:51:26.533 DEBUG:teuthology.orchestra.run.smithi132:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-18T06:51:26.692 DEBUG:teuthology.orchestra.run.smithi132:> sudo shutdown -r now 2024-01-18T06:51:27.125 INFO:teuthology.orchestra.run.smithi115.stderr:done 2024-01-18T06:51:27.128 DEBUG:teuthology.orchestra.run.smithi115:> mktemp 2024-01-18T06:51:27.155 INFO:teuthology.orchestra.run.smithi115.stdout:/tmp/tmp.2oxjyiy2MP 2024-01-18T06:51:27.156 DEBUG:teuthology.orchestra.run.smithi115:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.2oxjyiy2MP 2024-01-18T06:51:27.231 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 0666 /tmp/tmp.2oxjyiy2MP 2024-01-18T06:51:27.374 DEBUG:teuthology.orchestra.remote:smithi115:/tmp/tmp.2oxjyiy2MP is 6KB 2024-01-18T06:51:27.422 DEBUG:teuthology.orchestra.run.smithi115:> rm -fr /tmp/tmp.2oxjyiy2MP 2024-01-18T06:51:27.439 DEBUG:teuthology.orchestra.run.smithi115:> sudo /bin/ls /boot/loader/entries || true 2024-01-18T06:51:27.521 INFO:teuthology.orchestra.run.smithi115.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-18T06:51:27.522 INFO:teuthology.orchestra.run.smithi115.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-18T06:51:27.522 INFO:teuthology.orchestra.run.smithi115.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-18T06:51:27.522 INFO:teuthology.orchestra.run.smithi115.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-18T06:51:27.523 DEBUG:teuthology.orchestra.run.smithi115:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-18T06:51:27.692 DEBUG:teuthology.orchestra.run.smithi115:> sudo shutdown -r now 2024-01-18T06:51:56.704 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-18T06:51:56.704 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-01-18T06:51:56.705 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T06:51:57.696 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-18T06:51:57.696 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-01-18T06:51:57.697 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T06:52:32.188 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-01-18T06:52:41.192 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-01-18T06:52:41.193 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T06:52:56.713 DEBUG:teuthology.orchestra.remote:timed out 2024-01-18T06:52:59.580 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-01-18T06:53:05.720 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-01-18T06:53:05.720 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T06:53:06.614 DEBUG:teuthology.orchestra.run.smithi132:> true 2024-01-18T06:53:07.242 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-01-18T06:53:07.242 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-535.el8.x86_64"... 2024-01-18T06:53:07.243 DEBUG:teuthology.orchestra.run.smithi132:> uname -r 2024-01-18T06:53:07.260 INFO:teuthology.orchestra.run.smithi132.stdout:4.18.0-535.el8.x86_64 2024-01-18T06:53:07.260 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-18T06:53:07.260 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-18T06:53:07.260 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-18T06:53:08.261 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-18T06:53:08.262 DEBUG:teuthology.orchestra.run.smithi132:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-18T06:53:08.344 INFO:teuthology.orchestra.run.smithi132.stdout:ttyS1 2024-01-18T06:53:08.355 DEBUG:teuthology.parallel:result is None 2024-01-18T06:53:11.580 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-01-18T06:53:11.581 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T06:53:11.951 DEBUG:teuthology.orchestra.run.smithi115:> true 2024-01-18T06:53:12.277 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-01-18T06:53:12.277 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-535.el8.x86_64"... 2024-01-18T06:53:12.277 DEBUG:teuthology.orchestra.run.smithi115:> uname -r 2024-01-18T06:53:12.294 INFO:teuthology.orchestra.run.smithi115.stdout:4.18.0-535.el8.x86_64 2024-01-18T06:53:12.294 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-18T06:53:12.294 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-18T06:53:12.294 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-18T06:53:13.295 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-18T06:53:13.295 DEBUG:teuthology.orchestra.run.smithi115:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-18T06:53:13.415 INFO:teuthology.orchestra.run.smithi115.stdout:ttyS1 2024-01-18T06:53:13.429 DEBUG:teuthology.parallel:result is None 2024-01-18T06:53:13.429 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-18T06:53:13.438 INFO:teuthology.task.internal:Creating test directory... 2024-01-18T06:53:13.439 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-18T06:53:13.443 DEBUG:teuthology.orchestra.run.smithi132:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-18T06:53:13.465 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-18T06:53:13.476 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-18T06:53:13.491 INFO:teuthology.task.internal:Creating archive directory... 2024-01-18T06:53:13.491 DEBUG:teuthology.orchestra.run.smithi115:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-18T06:53:13.503 DEBUG:teuthology.orchestra.run.smithi132:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-18T06:53:13.540 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-18T06:53:13.551 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-18T06:53:13.551 DEBUG:teuthology.orchestra.run.smithi115:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-18T06:53:13.564 DEBUG:teuthology.orchestra.run.smithi132:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-18T06:53:13.611 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T06:53:13.622 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T06:53:13.624 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T06:53:13.634 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T06:53:13.635 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-18T06:53:13.655 INFO:teuthology.task.internal:Configuring sudo... 2024-01-18T06:53:13.655 DEBUG:teuthology.orchestra.run.smithi115:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-18T06:53:13.657 DEBUG:teuthology.orchestra.run.smithi132:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-18T06:53:13.693 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-18T06:53:13.702 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-18T06:53:13.702 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-18T06:53:13.728 DEBUG:teuthology.orchestra.run.smithi132:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-18T06:53:13.752 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T06:53:13.832 DEBUG:teuthology.orchestra.run.smithi115:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T06:53:13.883 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T06:53:13.971 DEBUG:teuthology.orchestra.run.smithi115:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T06:53:14.017 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-01-18T06:53:14.017 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-18T06:53:14.087 DEBUG:teuthology.orchestra.run.smithi132:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T06:53:14.133 DEBUG:teuthology.orchestra.run.smithi132:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T06:53:14.200 DEBUG:teuthology.orchestra.run.smithi132:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T06:53:14.246 DEBUG:teuthology.orchestra.run.smithi132:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T06:53:14.289 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-01-18T06:53:14.290 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-18T06:53:14.358 DEBUG:teuthology.orchestra.run.smithi115:> sudo service rsyslog restart 2024-01-18T06:53:14.360 DEBUG:teuthology.orchestra.run.smithi132:> sudo service rsyslog restart 2024-01-18T06:53:14.420 INFO:teuthology.orchestra.run.smithi115.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T06:53:14.465 INFO:teuthology.orchestra.run.smithi132.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T06:53:14.863 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-18T06:53:14.872 INFO:teuthology.task.internal:Starting timer... 2024-01-18T06:53:14.872 INFO:teuthology.run_tasks:Running task pcp... 2024-01-18T06:53:14.884 INFO:teuthology.run_tasks:Running task selinux... 2024-01-18T06:53:14.894 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-18T06:53:14.895 DEBUG:teuthology.orchestra.run.smithi115:> sudo service auditd rotate 2024-01-18T06:53:14.964 INFO:teuthology.orchestra.run.smithi115.stdout:Rotating logs: 2024-01-18T06:53:14.966 DEBUG:teuthology.orchestra.run.smithi132:> sudo service auditd rotate 2024-01-18T06:53:15.059 INFO:teuthology.orchestra.run.smithi132.stdout:Rotating logs: 2024-01-18T06:53:15.061 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-18T06:53:15.061 DEBUG:teuthology.orchestra.run.smithi115:> /usr/sbin/getenforce 2024-01-18T06:53:15.083 INFO:teuthology.orchestra.run.smithi115.stdout:Permissive 2024-01-18T06:53:15.084 DEBUG:teuthology.orchestra.run.smithi132:> /usr/sbin/getenforce 2024-01-18T06:53:15.110 INFO:teuthology.orchestra.run.smithi132.stdout:Permissive 2024-01-18T06:53:15.111 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi115.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi132.front.sepia.ceph.com': 'permissive'} 2024-01-18T06:53:15.111 DEBUG:teuthology.orchestra.run.smithi115:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-18T06:53:15.153 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T06:53:15.154 DEBUG:teuthology.orchestra.run.smithi132:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-18T06:53:15.180 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T06:53:15.181 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-18T06:53:15.181 DEBUG:teuthology.orchestra.run.smithi115:> sudo /usr/sbin/setenforce permissive 2024-01-18T06:53:15.225 DEBUG:teuthology.orchestra.run.smithi132:> sudo /usr/sbin/setenforce permissive 2024-01-18T06:53:15.252 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-18T06:53:15.263 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-18T06:53:15.279 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-01-18T06:53:15.280 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi115.front.sepia.ceph.com,smithi132.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-18T06:58:47.998 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi115.front.sepia.ceph.com'), Remote(name='ubuntu@smithi132.front.sepia.ceph.com')] 2024-01-18T06:58:47.999 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-01-18T06:58:48.001 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T06:58:48.073 DEBUG:teuthology.orchestra.run.smithi115:> true 2024-01-18T06:58:48.143 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-01-18T06:58:48.144 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-01-18T06:58:48.144 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T06:58:48.219 DEBUG:teuthology.orchestra.run.smithi132:> true 2024-01-18T06:58:48.247 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-01-18T06:58:48.247 INFO:teuthology.run_tasks:Running task clock... 2024-01-18T06:58:48.258 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-18T06:58:48.258 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-18T06:58:48.259 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T06:58:48.261 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-18T06:58:48.261 DEBUG:teuthology.orchestra.run.smithi132:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T06:58:48.290 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-18T06:58:48.304 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-18T06:58:48.322 INFO:teuthology.orchestra.run.smithi132.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-18T06:58:48.336 INFO:teuthology.orchestra.run.smithi132.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-18T06:58:48.366 INFO:teuthology.orchestra.run.smithi115.stderr:sudo: ntpd: command not found 2024-01-18T06:58:48.377 INFO:teuthology.orchestra.run.smithi115.stdout:506 Cannot talk to daemon 2024-01-18T06:58:48.390 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-18T06:58:48.399 INFO:teuthology.orchestra.run.smithi132.stderr:sudo: ntpd: command not found 2024-01-18T06:58:48.403 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-18T06:58:48.410 INFO:teuthology.orchestra.run.smithi132.stdout:506 Cannot talk to daemon 2024-01-18T06:58:48.425 INFO:teuthology.orchestra.run.smithi132.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-18T06:58:48.438 INFO:teuthology.orchestra.run.smithi132.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-18T06:58:48.472 INFO:teuthology.orchestra.run.smithi115.stderr:bash: ntpq: command not found 2024-01-18T06:58:48.475 INFO:teuthology.orchestra.run.smithi115.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T06:58:48.475 INFO:teuthology.orchestra.run.smithi115.stdout:=============================================================================== 2024-01-18T06:58:48.475 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T06:58:48.476 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T06:58:48.476 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T06:58:48.476 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T06:58:48.510 INFO:teuthology.orchestra.run.smithi132.stderr:bash: ntpq: command not found 2024-01-18T06:58:48.514 INFO:teuthology.orchestra.run.smithi132.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T06:58:48.514 INFO:teuthology.orchestra.run.smithi132.stdout:=============================================================================== 2024-01-18T06:58:48.514 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T06:58:48.514 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T06:58:48.514 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T06:58:48.514 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T06:58:48.515 INFO:teuthology.run_tasks:Running task pexec... 2024-01-18T06:58:48.524 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-18T06:58:48.525 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi115.front.sepia.ceph.com 2024-01-18T06:58:48.525 DEBUG:teuthology.orchestra.run.smithi115:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-18T06:58:48.525 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi132.front.sepia.ceph.com 2024-01-18T06:58:48.525 DEBUG:teuthology.orchestra.run.smithi132:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-18T06:58:49.280 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:20 ago on Thu 18 Jan 2024 06:57:29 AM UTC. 2024-01-18T06:58:49.311 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:01:19 ago on Thu 18 Jan 2024 06:57:30 AM UTC. 2024-01-18T06:58:51.213 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-01-18T06:58:51.214 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-01-18T06:58:51.214 INFO:teuthology.orchestra.run.smithi115.stdout: Package Architecture Version Repository Size 2024-01-18T06:58:51.214 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-01-18T06:58:51.214 INFO:teuthology.orchestra.run.smithi115.stdout:Resetting modules: 2024-01-18T06:58:51.214 INFO:teuthology.orchestra.run.smithi115.stdout: container-tools 2024-01-18T06:58:51.214 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-01-18T06:58:51.214 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-01-18T06:58:51.215 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-01-18T06:58:51.215 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-01-18T06:58:51.252 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-01-18T06:58:51.253 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-01-18T06:58:51.253 INFO:teuthology.orchestra.run.smithi132.stdout: Package Architecture Version Repository Size 2024-01-18T06:58:51.253 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-01-18T06:58:51.253 INFO:teuthology.orchestra.run.smithi132.stdout:Resetting modules: 2024-01-18T06:58:51.253 INFO:teuthology.orchestra.run.smithi132.stdout: container-tools 2024-01-18T06:58:51.253 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T06:58:51.253 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-01-18T06:58:51.253 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-01-18T06:58:51.253 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T06:58:51.463 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-01-18T06:58:51.499 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-01-18T06:58:52.270 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:23 ago on Thu 18 Jan 2024 06:57:29 AM UTC. 2024-01-18T06:58:52.319 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:01:22 ago on Thu 18 Jan 2024 06:57:30 AM UTC. 2024-01-18T06:58:54.210 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2024-01-18T06:58:54.245 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-01-18T06:58:54.245 INFO:teuthology.orchestra.run.smithi115.stdout: Package Arch Version Repository Size 2024-01-18T06:58:54.245 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-01-18T06:58:54.245 INFO:teuthology.orchestra.run.smithi115.stdout:Installing group/module packages: 2024-01-18T06:58:54.245 INFO:teuthology.orchestra.run.smithi115.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-18T06:58:54.245 INFO:teuthology.orchestra.run.smithi115.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-18T06:58:54.245 INFO:teuthology.orchestra.run.smithi115.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-18T06:58:54.245 INFO:teuthology.orchestra.run.smithi115.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-18T06:58:54.245 INFO:teuthology.orchestra.run.smithi115.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-18T06:58:54.245 INFO:teuthology.orchestra.run.smithi115.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-18T06:58:54.245 INFO:teuthology.orchestra.run.smithi115.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-18T06:58:54.245 INFO:teuthology.orchestra.run.smithi115.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-18T06:58:54.245 INFO:teuthology.orchestra.run.smithi115.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-18T06:58:54.246 INFO:teuthology.orchestra.run.smithi115.stdout:Installing dependencies: 2024-01-18T06:58:54.246 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-18T06:58:54.246 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-18T06:58:54.246 INFO:teuthology.orchestra.run.smithi115.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-18T06:58:54.246 INFO:teuthology.orchestra.run.smithi115.stdout:Installing weak dependencies: 2024-01-18T06:58:54.246 INFO:teuthology.orchestra.run.smithi115.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-18T06:58:54.246 INFO:teuthology.orchestra.run.smithi115.stdout:Installing module profiles: 2024-01-18T06:58:54.246 INFO:teuthology.orchestra.run.smithi115.stdout: container-tools/common 2024-01-18T06:58:54.246 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-01-18T06:58:54.246 INFO:teuthology.orchestra.run.smithi115.stdout:Enabling module streams: 2024-01-18T06:58:54.246 INFO:teuthology.orchestra.run.smithi115.stdout: container-tools rhel8 2024-01-18T06:58:54.246 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-01-18T06:58:54.246 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2024-01-18T06:58:54.246 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2024-01-18T06:58:54.247 INFO:teuthology.orchestra.run.smithi115.stdout:Install 13 Packages 2024-01-18T06:58:54.247 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-01-18T06:58:54.247 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 27 M 2024-01-18T06:58:54.247 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 89 M 2024-01-18T06:58:54.247 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2024-01-18T06:58:54.256 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-01-18T06:58:54.290 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-01-18T06:58:54.291 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2024-01-18T06:58:54.291 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-01-18T06:58:54.291 INFO:teuthology.orchestra.run.smithi132.stdout:Installing group/module packages: 2024-01-18T06:58:54.291 INFO:teuthology.orchestra.run.smithi132.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-18T06:58:54.291 INFO:teuthology.orchestra.run.smithi132.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-18T06:58:54.291 INFO:teuthology.orchestra.run.smithi132.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-18T06:58:54.291 INFO:teuthology.orchestra.run.smithi132.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-18T06:58:54.291 INFO:teuthology.orchestra.run.smithi132.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-18T06:58:54.291 INFO:teuthology.orchestra.run.smithi132.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-18T06:58:54.291 INFO:teuthology.orchestra.run.smithi132.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-18T06:58:54.291 INFO:teuthology.orchestra.run.smithi132.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-18T06:58:54.291 INFO:teuthology.orchestra.run.smithi132.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-18T06:58:54.291 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2024-01-18T06:58:54.292 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-18T06:58:54.292 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-18T06:58:54.292 INFO:teuthology.orchestra.run.smithi132.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-18T06:58:54.292 INFO:teuthology.orchestra.run.smithi132.stdout:Installing weak dependencies: 2024-01-18T06:58:54.292 INFO:teuthology.orchestra.run.smithi132.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-18T06:58:54.292 INFO:teuthology.orchestra.run.smithi132.stdout:Installing module profiles: 2024-01-18T06:58:54.292 INFO:teuthology.orchestra.run.smithi132.stdout: container-tools/common 2024-01-18T06:58:54.292 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T06:58:54.292 INFO:teuthology.orchestra.run.smithi132.stdout:Enabling module streams: 2024-01-18T06:58:54.292 INFO:teuthology.orchestra.run.smithi132.stdout: container-tools rhel8 2024-01-18T06:58:54.292 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T06:58:54.292 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-01-18T06:58:54.292 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-01-18T06:58:54.292 INFO:teuthology.orchestra.run.smithi132.stdout:Install 13 Packages 2024-01-18T06:58:54.293 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T06:58:54.293 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 27 M 2024-01-18T06:58:54.293 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 89 M 2024-01-18T06:58:54.293 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2024-01-18T06:58:54.547 INFO:teuthology.orchestra.run.smithi115.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 6.8 MB/s | 750 kB 00:00 2024-01-18T06:58:54.572 INFO:teuthology.orchestra.run.smithi115.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 7.5 MB/s | 1.0 MB 00:00 2024-01-18T06:58:54.589 INFO:teuthology.orchestra.run.smithi115.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 903 kB/s | 38 kB 00:00 2024-01-18T06:58:54.598 INFO:teuthology.orchestra.run.smithi132.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 6.7 MB/s | 750 kB 00:00 2024-01-18T06:58:54.631 INFO:teuthology.orchestra.run.smithi132.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 7.0 MB/s | 1.0 MB 00:00 2024-01-18T06:58:54.640 INFO:teuthology.orchestra.run.smithi115.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.5 MB/s | 241 kB 00:00 2024-01-18T06:58:54.656 INFO:teuthology.orchestra.run.smithi132.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 647 kB/s | 38 kB 00:00 2024-01-18T06:58:54.681 INFO:teuthology.orchestra.run.smithi115.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 4.2 MB/s | 178 kB 00:00 2024-01-18T06:58:54.698 INFO:teuthology.orchestra.run.smithi132.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.5 MB/s | 241 kB 00:00 2024-01-18T06:58:54.707 INFO:teuthology.orchestra.run.smithi115.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 991 kB/s | 25 kB 00:00 2024-01-18T06:58:54.732 INFO:teuthology.orchestra.run.smithi132.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 5.2 MB/s | 178 kB 00:00 2024-01-18T06:58:54.765 INFO:teuthology.orchestra.run.smithi115.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 22 MB/s | 3.9 MB 00:00 2024-01-18T06:58:54.766 INFO:teuthology.orchestra.run.smithi132.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 744 kB/s | 25 kB 00:00 2024-01-18T06:58:54.791 INFO:teuthology.orchestra.run.smithi115.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2024-01-18T06:58:54.824 INFO:teuthology.orchestra.run.smithi132.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 23 MB/s | 3.9 MB 00:00 2024-01-18T06:58:54.850 INFO:teuthology.orchestra.run.smithi132.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2024-01-18T06:58:54.935 INFO:teuthology.orchestra.run.smithi115.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 19 MB/s | 9.6 MB 00:00 2024-01-18T06:58:54.975 INFO:teuthology.orchestra.run.smithi132.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 20 MB/s | 9.6 MB 00:00 2024-01-18T06:58:54.991 INFO:teuthology.orchestra.run.smithi115.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 13 MB/s | 2.5 MB 00:00 2024-01-18T06:58:55.008 INFO:teuthology.orchestra.run.smithi115.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 718 kB/s | 53 kB 00:00 2024-01-18T06:58:55.017 INFO:teuthology.orchestra.run.smithi132.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 15 MB/s | 2.5 MB 00:00 2024-01-18T06:58:55.025 INFO:teuthology.orchestra.run.smithi115.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 1.2 MB/s | 41 kB 00:00 2024-01-18T06:58:55.043 INFO:teuthology.orchestra.run.smithi132.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 788 kB/s | 53 kB 00:00 2024-01-18T06:58:55.067 INFO:teuthology.orchestra.run.smithi132.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 817 kB/s | 41 kB 00:00 2024-01-18T06:58:55.118 INFO:teuthology.orchestra.run.smithi115.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 23 MB/s | 8.1 MB 00:00 2024-01-18T06:58:55.118 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2024-01-18T06:58:55.118 INFO:teuthology.orchestra.run.smithi115.stdout:Total 31 MB/s | 27 MB 00:00 2024-01-18T06:58:55.185 INFO:teuthology.orchestra.run.smithi132.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 23 MB/s | 8.1 MB 00:00 2024-01-18T06:58:55.185 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-01-18T06:58:55.185 INFO:teuthology.orchestra.run.smithi132.stdout:Total 30 MB/s | 27 MB 00:00 2024-01-18T06:58:55.382 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2024-01-18T06:58:55.403 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2024-01-18T06:58:55.403 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2024-01-18T06:58:55.450 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2024-01-18T06:58:55.471 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2024-01-18T06:58:55.471 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2024-01-18T06:58:55.660 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2024-01-18T06:58:55.663 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2024-01-18T06:58:55.728 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2024-01-18T06:58:55.731 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2024-01-18T06:58:56.342 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2024-01-18T06:58:56.431 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2024-01-18T06:58:56.607 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-18T06:58:56.665 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-18T06:58:56.802 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-18T06:58:56.836 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-18T06:58:57.006 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-18T06:58:57.069 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-18T06:58:57.285 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-18T06:58:57.299 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-18T06:58:57.854 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-18T06:58:57.868 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-18T06:58:58.858 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-18T06:58:58.874 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-18T06:58:59.090 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-18T06:58:59.126 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-18T06:58:59.310 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-18T06:58:59.356 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-18T06:58:59.598 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-18T06:58:59.607 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-18T06:59:00.013 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-18T06:59:00.033 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-18T06:59:00.902 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-18T06:59:00.910 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-18T06:59:01.129 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-18T06:59:01.154 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-18T06:59:01.318 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-18T06:59:01.368 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-18T06:59:01.738 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-18T06:59:01.738 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-18T06:59:01.738 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-18T06:59:01.738 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-18T06:59:01.739 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-18T06:59:01.739 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-18T06:59:01.739 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-18T06:59:01.739 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-18T06:59:01.739 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-18T06:59:01.739 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-18T06:59:01.739 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-18T06:59:01.739 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-18T06:59:01.739 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-18T06:59:01.791 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-18T06:59:01.791 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-18T06:59:01.791 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-18T06:59:01.791 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-18T06:59:01.791 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-18T06:59:01.791 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-18T06:59:01.791 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-18T06:59:01.792 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-18T06:59:01.792 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-18T06:59:01.792 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-18T06:59:01.792 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-18T06:59:01.792 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-18T06:59:01.792 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-18T06:59:02.261 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-18T06:59:02.261 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T06:59:02.261 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2024-01-18T06:59:02.261 INFO:teuthology.orchestra.run.smithi132.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T06:59:02.261 INFO:teuthology.orchestra.run.smithi132.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T06:59:02.261 INFO:teuthology.orchestra.run.smithi132.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-18T06:59:02.261 INFO:teuthology.orchestra.run.smithi132.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-18T06:59:02.261 INFO:teuthology.orchestra.run.smithi132.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T06:59:02.261 INFO:teuthology.orchestra.run.smithi132.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-18T06:59:02.262 INFO:teuthology.orchestra.run.smithi132.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-18T06:59:02.262 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-18T06:59:02.262 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-18T06:59:02.262 INFO:teuthology.orchestra.run.smithi132.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T06:59:02.262 INFO:teuthology.orchestra.run.smithi132.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-18T06:59:02.262 INFO:teuthology.orchestra.run.smithi132.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-18T06:59:02.262 INFO:teuthology.orchestra.run.smithi132.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-18T06:59:02.262 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T06:59:02.262 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-01-18T06:59:02.341 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-18T06:59:02.341 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-01-18T06:59:02.341 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2024-01-18T06:59:02.341 INFO:teuthology.orchestra.run.smithi115.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T06:59:02.341 INFO:teuthology.orchestra.run.smithi115.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T06:59:02.341 INFO:teuthology.orchestra.run.smithi115.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-18T06:59:02.341 INFO:teuthology.orchestra.run.smithi115.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-18T06:59:02.341 INFO:teuthology.orchestra.run.smithi115.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T06:59:02.341 INFO:teuthology.orchestra.run.smithi115.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-18T06:59:02.341 INFO:teuthology.orchestra.run.smithi115.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-18T06:59:02.342 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-18T06:59:02.342 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-18T06:59:02.342 INFO:teuthology.orchestra.run.smithi115.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T06:59:02.342 INFO:teuthology.orchestra.run.smithi115.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-18T06:59:02.342 INFO:teuthology.orchestra.run.smithi115.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-18T06:59:02.342 INFO:teuthology.orchestra.run.smithi115.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-18T06:59:02.342 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-01-18T06:59:02.342 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2024-01-18T06:59:02.540 DEBUG:teuthology.parallel:result is None 2024-01-18T06:59:02.642 DEBUG:teuthology.parallel:result is None 2024-01-18T06:59:02.642 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-18T06:59:02.715 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': '491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0'} 2024-01-18T06:59:02.715 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2024-01-18T06:59:02.716 INFO:tasks.cephadm:Cluster fsid is 100c47f4-b5cf-11ee-95ae-87774f69a715 2024-01-18T06:59:02.716 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-18T06:59:02.716 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-18T06:59:02.716 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi115': '172.21.15.115', 'mon.smithi132': '172.21.15.132'} 2024-01-18T06:59:02.716 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-18T06:59:02.716 DEBUG:teuthology.orchestra.run.smithi115:> sudo hostname $(hostname -s) 2024-01-18T06:59:02.743 DEBUG:teuthology.orchestra.run.smithi132:> sudo hostname $(hostname -s) 2024-01-18T06:59:02.770 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2024-01-18T06:59:02.771 DEBUG:teuthology.orchestra.run.smithi115:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-18T06:59:03.062 INFO:teuthology.orchestra.run.smithi115.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Jan 18 06:59 /home/ubuntu/cephtest/cephadm 2024-01-18T06:59:03.063 DEBUG:teuthology.orchestra.run.smithi132:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-18T06:59:03.194 INFO:teuthology.orchestra.run.smithi132.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Jan 18 06:59 /home/ubuntu/cephtest/cephadm 2024-01-18T06:59:03.195 DEBUG:teuthology.orchestra.run.smithi115:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-18T06:59:03.214 DEBUG:teuthology.orchestra.run.smithi132:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-18T06:59:03.243 DEBUG:teuthology.orchestra.run.smithi115:> sudo mkdir -p /etc/ceph 2024-01-18T06:59:03.281 DEBUG:teuthology.orchestra.run.smithi132:> sudo mkdir -p /etc/ceph 2024-01-18T06:59:03.308 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 777 /etc/ceph 2024-01-18T06:59:03.348 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod 777 /etc/ceph 2024-01-18T06:59:03.375 INFO:tasks.cephadm:Writing seed config... 2024-01-18T06:59:03.376 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-18T06:59:03.376 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-18T06:59:03.376 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-18T06:59:03.377 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-18T06:59:03.377 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-18T06:59:03.377 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-18T06:59:03.377 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-18T06:59:03.377 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-18T06:59:03.377 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-01-18T06:59:03.377 DEBUG:teuthology.orchestra.run.smithi115:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-18T06:59:03.406 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 = 100c47f4-b5cf-11ee-95ae-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-18T06:59:03.406 DEBUG:teuthology.orchestra.run.smithi115:mon.smithi115> sudo journalctl -f -n 0 -u ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mon.smithi115.service 2024-01-18T06:59:03.448 INFO:tasks.cephadm:Bootstrapping... 2024-01-18T06:59:03.449 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.115 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-18T06:59:03.475 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:-- Logs begin at Thu 2024-01-18 06:52:55 UTC. -- 2024-01-18T06:59:03.760 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-18T06:59:05.495 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: 4.6.1 2024-01-18T06:59:05.506 INFO:teuthology.orchestra.run.smithi115.stderr:Verifying podman|docker is present... 2024-01-18T06:59:05.506 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-18T06:59:05.529 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: 4.6.1 2024-01-18T06:59:05.539 INFO:teuthology.orchestra.run.smithi115.stderr:Verifying lvm2 is present... 2024-01-18T06:59:05.539 INFO:teuthology.orchestra.run.smithi115.stderr:Verifying time synchronization is in place... 2024-01-18T06:59:05.539 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-enabled chrony.service 2024-01-18T06:59:05.546 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-18T06:59:05.547 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-active chrony.service 2024-01-18T06:59:05.553 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: inactive 2024-01-18T06:59:05.553 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-enabled chronyd.service 2024-01-18T06:59:05.559 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: enabled 2024-01-18T06:59:05.560 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-active chronyd.service 2024-01-18T06:59:05.565 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: active 2024-01-18T06:59:05.566 INFO:teuthology.orchestra.run.smithi115.stderr:Unit chronyd.service is enabled and running 2024-01-18T06:59:05.566 INFO:teuthology.orchestra.run.smithi115.stderr:Repeating the final host check... 2024-01-18T06:59:05.566 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-18T06:59:05.586 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: 4.6.1 2024-01-18T06:59:05.594 INFO:teuthology.orchestra.run.smithi115.stderr:podman|docker (/bin/podman) is present 2024-01-18T06:59:05.595 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl is present 2024-01-18T06:59:05.595 INFO:teuthology.orchestra.run.smithi115.stderr:lvcreate is present 2024-01-18T06:59:05.595 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-enabled chrony.service 2024-01-18T06:59:05.600 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-18T06:59:05.601 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-active chrony.service 2024-01-18T06:59:05.606 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: inactive 2024-01-18T06:59:05.606 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-enabled chronyd.service 2024-01-18T06:59:05.612 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: enabled 2024-01-18T06:59:05.614 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-active chronyd.service 2024-01-18T06:59:05.618 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: active 2024-01-18T06:59:05.619 INFO:teuthology.orchestra.run.smithi115.stderr:Unit chronyd.service is enabled and running 2024-01-18T06:59:05.619 INFO:teuthology.orchestra.run.smithi115.stderr:Host looks OK 2024-01-18T06:59:05.619 INFO:teuthology.orchestra.run.smithi115.stderr:Cluster fsid: 100c47f4-b5cf-11ee-95ae-87774f69a715 2024-01-18T06:59:05.619 INFO:teuthology.orchestra.run.smithi115.stderr:Acquiring lock 140689626935424 on /run/cephadm/100c47f4-b5cf-11ee-95ae-87774f69a715.lock 2024-01-18T06:59:05.619 INFO:teuthology.orchestra.run.smithi115.stderr:Lock 140689626935424 acquired on /run/cephadm/100c47f4-b5cf-11ee-95ae-87774f69a715.lock 2024-01-18T06:59:05.620 INFO:teuthology.orchestra.run.smithi115.stderr:Verifying IP 172.21.15.115 port 3300 ... 2024-01-18T06:59:05.620 INFO:teuthology.orchestra.run.smithi115.stderr:Verifying IP 172.21.15.115 port 6789 ... 2024-01-18T06:59:05.620 INFO:teuthology.orchestra.run.smithi115.stderr:Base mon IP is 172.21.15.115, final addrv is [v2:172.21.15.115:3300,v1:172.21.15.115:6789] 2024-01-18T06:59:05.620 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /sbin/ip route ls 2024-01-18T06:59:05.622 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.115 metric 100 2024-01-18T06:59:05.622 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.115 metric 100 2024-01-18T06:59:05.622 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /sbin/ip -6 route ls 2024-01-18T06:59:05.625 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-18T06:59:05.625 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-18T06:59:05.625 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2024-01-18T06:59:05.625 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /sbin/ip -6 addr ls 2024-01-18T06:59:05.627 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-18T06:59:05.627 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-18T06:59:05.627 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-18T06:59:05.628 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-18T06:59:05.628 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:ce8f/64 scope link 2024-01-18T06:59:05.628 INFO:teuthology.orchestra.run.smithi115.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-18T06:59:05.628 INFO:teuthology.orchestra.run.smithi115.stderr:Mon IP `172.21.15.115` is in CIDR network `172.21.0.0/20` 2024-01-18T06:59:05.628 INFO:teuthology.orchestra.run.smithi115.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-18T06:59:05.629 INFO:teuthology.orchestra.run.smithi115.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2024-01-18T06:59:05.629 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2024-01-18T06:59:05.719 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2024-01-18T06:59:12.436 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: Getting image source signatures 2024-01-18T06:59:12.445 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2024-01-18T06:59:12.445 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-01-18T06:59:26.211 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-01-18T06:59:26.269 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: Writing manifest to image destination 2024-01-18T06:59:26.572 INFO:teuthology.orchestra.run.smithi115.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-01-18T06:59:26.588 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2024-01-18T06:59:27.194 INFO:teuthology.orchestra.run.smithi115.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-01-18T06:59:27.531 INFO:teuthology.orchestra.run.smithi115.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-01-18T06:59:27.531 INFO:teuthology.orchestra.run.smithi115.stderr:Extracting ceph user uid/gid from container image... 2024-01-18T06:59:27.531 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2024-01-18T06:59:27.814 INFO:teuthology.orchestra.run.smithi115.stderr:stat: 167 167 2024-01-18T06:59:28.139 INFO:teuthology.orchestra.run.smithi115.stderr:Creating initial keys... 2024-01-18T06:59:28.139 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-01-18T06:59:28.422 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-authtool: AQBQzKhl9vm1GBAALUW9iqU4mGjs4LSgZKanTQ== 2024-01-18T06:59:28.751 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-01-18T06:59:29.006 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-authtool: AQBQzKhlLDp5OxAATXolW0Uknkmb/aP4ROjuEA== 2024-01-18T06:59:29.327 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-01-18T06:59:29.597 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-authtool: AQBRzKhlcZxMIxAAjOM65FEg2/sP2IWWtblPFA== 2024-01-18T06:59:29.935 INFO:teuthology.orchestra.run.smithi115.stderr:Creating initial monmap... 2024-01-18T06:59:29.935 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpeoyv63wc:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 --addv smithi115 [v2:172.21.15.115:3300,v1:172.21.15.115:6789] /tmp/monmap 2024-01-18T06:59:30.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-18T06:59:30.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 100c47f4-b5cf-11ee-95ae-87774f69a715 2024-01-18T06:59:30.222 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-18T06:59:30.592 INFO:teuthology.orchestra.run.smithi115.stderr:monmaptool for smithi115 [v2:172.21.15.115:3300,v1:172.21.15.115:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-18T06:59:30.593 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/monmaptool: set fsid to 100c47f4-b5cf-11ee-95ae-87774f69a715 2024-01-18T06:59:30.593 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-18T06:59:30.593 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-01-18T06:59:30.593 INFO:teuthology.orchestra.run.smithi115.stderr:Creating mon... 2024-01-18T06:59:30.594 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/mon.smithi115:/var/lib/ceph/mon/ceph-smithi115:z -v /tmp/ceph-tmpp32zefl2:/tmp/keyring:z -v /tmp/ceph-tmpeoyv63wc:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi115 --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2024-01-18T06:59:30.873 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.845+0000 7f8fc5df9700 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T06:59:30.873 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.846+0000 7f8fc5df9700 1 imported monmap: 2024-01-18T06:59:30.873 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-18T06:59:30.873 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 2024-01-18T06:59:30.873 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: last_changed 2024-01-18T06:59:30.222002+0000 2024-01-18T06:59:30.873 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: created 2024-01-18T06:59:30.222002+0000 2024-01-18T06:59:30.873 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-18T06:59:30.873 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-18T06:59:30.873 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.smithi115 2024-01-18T06:59:30.873 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-01-18T06:59:30.874 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.846+0000 7f8fc5df9700 0 /usr/bin/ceph-mon: set fsid to 100c47f4-b5cf-11ee-95ae-87774f69a715 2024-01-18T06:59:30.874 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T06:59:30.874 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-01-18T06:59:30.874 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T06:59:30.874 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Compile date Jul 8 2021 2024-01-18T06:59:30.874 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: DB SUMMARY 2024-01-18T06:59:30.874 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-01-18T06:59:30.874 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi115/store.db dir, Total Num: 0, files: 2024-01-18T06:59:30.874 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-01-18T06:59:30.874 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi115/store.db: 2024-01-18T06:59:30.874 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-01-18T06:59:30.874 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.error_if_exists: 0 2024-01-18T06:59:30.874 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.create_if_missing: 1 2024-01-18T06:59:30.874 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T06:59:30.874 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.env: 0x5616a0d6b1c0 2024-01-18T06:59:30.874 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.fs: Posix File System 2024-01-18T06:59:30.875 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.info_log: 0x5616a1f35000 2024-01-18T06:59:30.875 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T06:59:30.875 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.statistics: (nil) 2024-01-18T06:59:30.875 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.use_fsync: 0 2024-01-18T06:59:30.875 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T06:59:30.875 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T06:59:30.875 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T06:59:30.875 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T06:59:30.875 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T06:59:30.875 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T06:59:30.875 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T06:59:30.875 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T06:59:30.875 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T06:59:30.875 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T06:59:30.875 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T06:59:30.875 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.db_log_dir: 2024-01-18T06:59:30.875 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi115/store.db 2024-01-18T06:59:30.876 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T06:59:30.876 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T06:59:30.876 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T06:59:30.876 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T06:59:30.876 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T06:59:30.876 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T06:59:30.876 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T06:59:30.876 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T06:59:30.876 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T06:59:30.876 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T06:59:30.876 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.write_buffer_manager: 0x5616a1f3d530 2024-01-18T06:59:30.876 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T06:59:30.876 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T06:59:30.876 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T06:59:30.877 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T06:59:30.877 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T06:59:30.877 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T06:59:30.877 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T06:59:30.877 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T06:59:30.877 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T06:59:30.877 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.unordered_write: 0 2024-01-18T06:59:30.877 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T06:59:30.877 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T06:59:30.877 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T06:59:30.877 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T06:59:30.877 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.row_cache: None 2024-01-18T06:59:30.877 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.wal_filter: None 2024-01-18T06:59:30.877 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T06:59:30.877 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T06:59:30.878 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T06:59:30.878 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.two_write_queues: 0 2024-01-18T06:59:30.878 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T06:59:30.878 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.atomic_flush: 0 2024-01-18T06:59:30.878 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T06:59:30.878 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T06:59:30.878 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T06:59:30.878 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T06:59:30.878 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T06:59:30.878 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T06:59:30.878 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T06:59:30.878 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T06:59:30.878 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T06:59:30.878 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T06:59:30.878 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T06:59:30.878 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T06:59:30.878 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T06:59:30.879 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T06:59:30.879 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T06:59:30.879 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.max_open_files: -1 2024-01-18T06:59:30.879 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T06:59:30.879 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T06:59:30.879 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T06:59:30.879 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T06:59:30.879 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Compression algorithms supported: 2024-01-18T06:59:30.879 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T06:59:30.879 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: kZSTD supported: 0 2024-01-18T06:59:30.879 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: kXpressCompression supported: 0 2024-01-18T06:59:30.879 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T06:59:30.879 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T06:59:30.879 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T06:59:30.879 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: kZlibCompression supported: 1 2024-01-18T06:59:30.879 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T06:59:30.879 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T06:59:30.880 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.847+0000 7f8fc5df9700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-18T06:59:30.880 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-01-18T06:59:30.880 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi115/store.db/MANIFEST-000001 2024-01-18T06:59:30.880 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-01-18T06:59:30.880 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T06:59:30.880 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-01-18T06:59:30.880 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T06:59:30.880 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.merge_operator: 2024-01-18T06:59:30.880 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.compaction_filter: None 2024-01-18T06:59:30.880 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T06:59:30.880 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T06:59:30.880 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T06:59:30.880 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5616a1e4e160) 2024-01-18T06:59:30.880 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-18T06:59:30.880 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T06:59:30.880 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T06:59:30.881 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-18T06:59:30.881 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-18T06:59:30.881 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-18T06:59:30.881 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-18T06:59:30.881 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-18T06:59:30.881 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-18T06:59:30.881 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-18T06:59:30.881 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-18T06:59:30.881 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: block_cache: 0x5616a1e84d10 2024-01-18T06:59:30.881 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-18T06:59:30.881 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-18T06:59:30.881 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-18T06:59:30.881 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-18T06:59:30.881 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-18T06:59:30.881 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-18T06:59:30.881 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-18T06:59:30.881 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-18T06:59:30.882 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-18T06:59:30.882 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-18T06:59:30.882 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-18T06:59:30.882 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-18T06:59:30.882 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-18T06:59:30.882 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-18T06:59:30.882 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-18T06:59:30.882 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T06:59:30.882 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-18T06:59:30.882 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-18T06:59:30.882 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-18T06:59:30.882 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-18T06:59:30.882 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-18T06:59:30.882 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-18T06:59:30.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-01-18T06:59:30.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T06:59:30.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T06:59:30.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.compression: NoCompression 2024-01-18T06:59:30.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T06:59:30.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T06:59:30.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T06:59:30.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.num_levels: 7 2024-01-18T06:59:30.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T06:59:30.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T06:59:30.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T06:59:30.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T06:59:30.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T06:59:30.883 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T06:59:30.884 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T06:59:30.884 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T06:59:30.884 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T06:59:30.884 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T06:59:30.884 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T06:59:30.884 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T06:59:30.884 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T06:59:30.884 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T06:59:30.884 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T06:59:30.884 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T06:59:30.884 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T06:59:30.884 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T06:59:30.884 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T06:59:30.884 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T06:59:30.884 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T06:59:30.884 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T06:59:30.885 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T06:59:30.885 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T06:59:30.885 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T06:59:30.885 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T06:59:30.885 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T06:59:30.885 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T06:59:30.885 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T06:59:30.885 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T06:59:30.885 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T06:59:30.885 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T06:59:30.885 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T06:59:30.885 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T06:59:30.885 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T06:59:30.885 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T06:59:30.885 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T06:59:30.885 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T06:59:30.886 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T06:59:30.886 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T06:59:30.886 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T06:59:30.886 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T06:59:30.886 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T06:59:30.886 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T06:59:30.886 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T06:59:30.886 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T06:59:30.886 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T06:59:30.886 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.table_properties_collectors: 2024-01-18T06:59:30.886 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T06:59:30.886 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T06:59:30.886 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T06:59:30.886 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T06:59:30.886 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T06:59:30.886 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.bloom_locality: 0 2024-01-18T06:59:30.887 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T06:59:30.887 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T06:59:30.887 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T06:59:30.887 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T06:59:30.887 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T06:59:30.887 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.ttl: 2592000 2024-01-18T06:59:30.887 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T06:59:30.887 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi115/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-18T06:59:30.887 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-01-18T06:59:30.887 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.848+0000 7f8fc5df9700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-18T06:59:30.887 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-01-18T06:59:30.887 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.851+0000 7f8fc5df9700 4 rocksdb: DB pointer 0x5616a1f49800 2024-01-18T06:59:30.887 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.852+0000 7f8faec82700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T06:59:30.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.852+0000 7f8faec82700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T06:59:30.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-18T06:59:30.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T06:59:30.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-18T06:59:30.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-18T06:59:30.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T06:59:30.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-18T06:59:30.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-18T06:59:30.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T06:59:30.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-01-18T06:59:30.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T06:59:30.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T06:59:30.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T06:59:30.888 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T06:59:30.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T06:59:30.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-01-18T06:59:30.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T06:59:30.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T06:59:30.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T06:59:30.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T06:59:30.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T06:59:30.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T06:59:30.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T06:59:30.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T06:59:30.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-18T06:59:30.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T06:59:30.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T06:59:30.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T06:59:30.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-01-18T06:59:30.889 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-18T06:59:30.890 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-01-18T06:59:30.890 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T06:59:30.890 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T06:59:30.890 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T06:59:30.890 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T06:59:30.890 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T06:59:30.890 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-01-18T06:59:30.890 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T06:59:30.890 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T06:59:30.890 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T06:59:30.890 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T06:59:30.890 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T06:59:30.890 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T06:59:30.890 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T06:59:30.890 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T06:59:30.891 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-18T06:59:30.891 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T06:59:30.891 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T06:59:30.891 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T06:59:30.891 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-01-18T06:59:30.891 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-18T06:59:30.891 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: 2024-01-18T06:59:30.891 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.852+0000 7f8fc5df9700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-18T06:59:30.891 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.852+0000 7f8fc5df9700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-18T06:59:30.891 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:59:30.852+0000 7f8fc5df9700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi115 for mon.smithi115 2024-01-18T06:59:31.224 INFO:teuthology.orchestra.run.smithi115.stderr:create mon.smithi115 on 2024-01-18T06:59:31.225 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715 2024-01-18T06:59:31.230 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl disable ceph.target 2024-01-18T06:59:31.319 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl enable ceph.target 2024-01-18T06:59:31.326 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-18T06:59:31.408 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl start ceph.target 2024-01-18T06:59:31.414 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl enable ceph-100c47f4-b5cf-11ee-95ae-87774f69a715.target 2024-01-18T06:59:31.420 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-100c47f4-b5cf-11ee-95ae-87774f69a715.target → /etc/systemd/system/ceph-100c47f4-b5cf-11ee-95ae-87774f69a715.target. 2024-01-18T06:59:31.421 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-100c47f4-b5cf-11ee-95ae-87774f69a715.target → /etc/systemd/system/ceph-100c47f4-b5cf-11ee-95ae-87774f69a715.target. 2024-01-18T06:59:31.499 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl start ceph-100c47f4-b5cf-11ee-95ae-87774f69a715.target 2024-01-18T06:59:31.506 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl daemon-reload 2024-01-18T06:59:31.591 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl stop ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mon.smithi115 2024-01-18T06:59:31.614 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl reset-failed ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mon.smithi115 2024-01-18T06:59:31.619 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: Failed to reset failed state of unit ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mon.smithi115.service: Unit ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mon.smithi115.service not loaded. 2024-01-18T06:59:31.619 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl enable ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mon.smithi115 2024-01-18T06:59:31.625 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: Created symlink /etc/systemd/system/ceph-100c47f4-b5cf-11ee-95ae-87774f69a715.target.wants/ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mon.smithi115.service → /etc/systemd/system/ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@.service. 2024-01-18T06:59:31.710 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl start ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mon.smithi115 2024-01-18T06:59:32.034 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-18T06:59:32.042 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: disabled 2024-01-18T06:59:32.043 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-active firewalld.service 2024-01-18T06:59:32.050 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: inactive 2024-01-18T06:59:32.050 INFO:teuthology.orchestra.run.smithi115.stderr:firewalld.service is not enabled 2024-01-18T06:59:32.050 INFO:teuthology.orchestra.run.smithi115.stderr:Not possible to enable service . firewalld.service is not available 2024-01-18T06:59:32.051 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for mon to start... 2024-01-18T06:59:32.051 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for mon... 2024-01-18T06:59:32.051 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/mon.smithi115:/var/lib/ceph/mon/ceph-smithi115:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2024-01-18T06:59:32.365 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:32 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34057]: cluster 2024-01-18T06:59:32.051056+0000 mon.smithi115 (mon.0) 1 : cluster [INF] mon.smithi115 is new leader, mons smithi115 in quorum (ranks 0) 2024-01-18T06:59:32.516 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: cluster: 2024-01-18T06:59:32.516 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: id: 100c47f4-b5cf-11ee-95ae-87774f69a715 2024-01-18T06:59:32.516 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-18T06:59:32.516 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-01-18T06:59:32.516 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: services: 2024-01-18T06:59:32.516 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi115 (age 0.4556s) 2024-01-18T06:59:32.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-18T06:59:32.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-18T06:59:32.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-01-18T06:59:32.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: data: 2024-01-18T06:59:32.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-18T06:59:32.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-18T06:59:32.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-18T06:59:32.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: pgs: 2024-01-18T06:59:32.517 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-01-18T06:59:32.857 INFO:teuthology.orchestra.run.smithi115.stderr:mon is available 2024-01-18T06:59:32.862 INFO:teuthology.orchestra.run.smithi115.stderr:Assimilating anything we can from ceph.conf... 2024-01-18T06:59:32.862 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z -v /var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/mon.smithi115:/var/lib/ceph/mon/ceph-smithi115:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi115/config 2024-01-18T06:59:33.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-01-18T06:59:33.315 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: [global] 2024-01-18T06:59:33.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: fsid = 100c47f4-b5cf-11ee-95ae-87774f69a715 2024-01-18T06:59:33.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.115:3300,v1:172.21.15.115:6789] 2024-01-18T06:59:33.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-18T06:59:33.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-18T06:59:33.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-18T06:59:33.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-18T06:59:33.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-01-18T06:59:33.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: [mgr] 2024-01-18T06:59:33.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-18T06:59:33.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-01-18T06:59:33.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: [osd] 2024-01-18T06:59:33.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-18T06:59:33.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-18T06:59:33.334 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:33 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34057]: cluster 2024-01-18T06:59:32.060127+0000 mon.smithi115 (mon.0) 2 : cluster [INF] mon.smithi115 is new leader, mons smithi115 in quorum (ranks 0) 2024-01-18T06:59:33.334 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:33 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34057]: cluster 2024-01-18T06:59:32.062372+0000 mon.smithi115 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi115=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0]} 2024-01-18T06:59:33.334 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:33 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34057]: cluster 2024-01-18T06:59:32.065636+0000 mon.smithi115 (mon.0) 4 : cluster [DBG] fsmap 2024-01-18T06:59:33.334 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:33 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34057]: cluster 2024-01-18T06:59:32.069998+0000 mon.smithi115 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-18T06:59:33.334 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:33 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34057]: cluster 2024-01-18T06:59:32.070637+0000 mon.smithi115 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-18T06:59:33.334 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:33 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34057]: audit 2024-01-18T06:59:32.515680+0000 mon.smithi115 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.115:0/1362287917' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-18T06:59:33.657 INFO:teuthology.orchestra.run.smithi115.stderr:Generating new minimal ceph.conf... 2024-01-18T06:59:33.657 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z -v /var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/mon.smithi115:/var/lib/ceph/mon/ceph-smithi115:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi115/config 2024-01-18T06:59:34.365 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:34 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34057]: audit 2024-01-18T06:59:33.311876+0000 mon.smithi115 (mon.0) 8 : audit [INF] from='client.? 172.21.15.115:0/159643144' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T06:59:34.365 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:34 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34057]: audit 2024-01-18T06:59:33.315109+0000 mon.smithi115 (mon.0) 9 : audit [INF] from='client.? 172.21.15.115:0/159643144' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-18T06:59:34.449 INFO:teuthology.orchestra.run.smithi115.stderr:Restarting the monitor... 2024-01-18T06:59:34.449 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl restart ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mon.smithi115 2024-01-18T06:59:34.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:34 smithi115 systemd[1]: Stopping Ceph mon.smithi115 for 100c47f4-b5cf-11ee-95ae-87774f69a715... 2024-01-18T06:59:34.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:34 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34057]: debug 2024-01-18T06:59:34.548+0000 7f60bf4de700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi115 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-18T06:59:34.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:34 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34057]: debug 2024-01-18T06:59:34.548+0000 7f60bf4de700 -1 mon.smithi115@0(leader) e1 *** Got Signal Terminated *** 2024-01-18T06:59:35.296 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:34 smithi115 podman[34380]: ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115 2024-01-18T06:59:35.296 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 systemd[1]: ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mon.smithi115.service: Succeeded. 2024-01-18T06:59:35.296 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 systemd[1]: Stopped Ceph mon.smithi115 for 100c47f4-b5cf-11ee-95ae-87774f69a715. 2024-01-18T06:59:35.296 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 systemd[1]: Starting Ceph mon.smithi115 for 100c47f4-b5cf-11ee-95ae-87774f69a715... 2024-01-18T06:59:35.366 INFO:teuthology.orchestra.run.smithi115.stderr:Setting mon public_network to 172.21.0.0/20 2024-01-18T06:59:35.366 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2024-01-18T06:59:35.617 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 bash[34450]: e049886769750938f9ffdb44a6fc1c394a8b41ec2cb0a73ea93b81ac969f8535 2024-01-18T06:59:35.617 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 systemd[1]: Started Ceph mon.smithi115 for 100c47f4-b5cf-11ee-95ae-87774f69a715. 2024-01-18T06:59:35.617 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.365+0000 7fc0b561c700 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T06:59:35.617 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.365+0000 7fc0b561c700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-01-18T06:59:35.617 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.365+0000 7fc0b561c700 0 pidfile_write: ignore empty --pid-file 2024-01-18T06:59:35.617 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 0 load: jerasure load: lrc load: isa 2024-01-18T06:59:35.617 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T06:59:35.617 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 2024-01-18T06:59:35.617 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T06:59:35.618 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Compile date Jul 8 2021 2024-01-18T06:59:35.618 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: DB SUMMARY 2024-01-18T06:59:35.618 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 2024-01-18T06:59:35.618 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: CURRENT file: CURRENT 2024-01-18T06:59:35.618 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 2024-01-18T06:59:35.618 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: IDENTITY file: IDENTITY 2024-01-18T06:59:35.618 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 2024-01-18T06:59:35.618 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-18T06:59:35.618 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 2024-01-18T06:59:35.618 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi115/store.db dir, Total Num: 1, files: 000004.sst 2024-01-18T06:59:35.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 2024-01-18T06:59:35.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi115/store.db: 000006.log size: 80426 ; 2024-01-18T06:59:35.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 2024-01-18T06:59:35.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.error_if_exists: 0 2024-01-18T06:59:35.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.create_if_missing: 0 2024-01-18T06:59:35.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T06:59:35.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.env: 0x55d239e191c0 2024-01-18T06:59:35.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.fs: Posix File System 2024-01-18T06:59:35.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.info_log: 0x55d23a9f7a40 2024-01-18T06:59:35.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T06:59:35.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.statistics: (nil) 2024-01-18T06:59:35.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.use_fsync: 0 2024-01-18T06:59:35.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T06:59:35.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T06:59:35.619 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T06:59:35.620 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T06:59:35.620 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T06:59:35.620 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T06:59:35.620 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T06:59:35.620 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T06:59:35.620 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T06:59:35.620 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T06:59:35.620 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T06:59:35.620 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.db_log_dir: 2024-01-18T06:59:35.620 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi115/store.db 2024-01-18T06:59:35.620 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T06:59:35.621 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T06:59:35.621 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T06:59:35.621 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T06:59:35.621 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T06:59:35.621 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T06:59:35.621 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T06:59:35.621 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T06:59:35.621 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T06:59:35.621 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T06:59:35.621 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.write_buffer_manager: 0x55d23a9fffb0 2024-01-18T06:59:35.621 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T06:59:35.621 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T06:59:35.621 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T06:59:35.621 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T06:59:35.622 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T06:59:35.622 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T06:59:35.622 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T06:59:35.622 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T06:59:35.622 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T06:59:35.622 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.unordered_write: 0 2024-01-18T06:59:35.622 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T06:59:35.622 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T06:59:35.622 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T06:59:35.622 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T06:59:35.622 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.row_cache: None 2024-01-18T06:59:35.622 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.wal_filter: None 2024-01-18T06:59:35.623 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T06:59:35.623 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T06:59:35.623 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T06:59:35.623 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.two_write_queues: 0 2024-01-18T06:59:35.623 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T06:59:35.623 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.atomic_flush: 0 2024-01-18T06:59:35.623 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T06:59:35.623 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T06:59:35.623 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T06:59:35.623 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T06:59:35.623 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T06:59:35.623 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T06:59:35.624 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T06:59:35.624 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T06:59:35.624 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T06:59:35.624 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T06:59:35.624 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T06:59:35.624 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T06:59:35.624 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T06:59:35.624 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T06:59:35.624 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T06:59:35.624 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.max_open_files: -1 2024-01-18T06:59:35.624 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T06:59:35.624 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T06:59:35.625 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T06:59:35.625 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T06:59:35.625 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Compression algorithms supported: 2024-01-18T06:59:35.625 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T06:59:35.625 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: kZSTD supported: 0 2024-01-18T06:59:35.625 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: kXpressCompression supported: 0 2024-01-18T06:59:35.625 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T06:59:35.625 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T06:59:35.625 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T06:59:35.625 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: kZlibCompression supported: 1 2024-01-18T06:59:35.625 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T06:59:35.626 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.370+0000 7fc0b561c700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T06:59:35.626 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi115/store.db/MANIFEST-000005 2024-01-18T06:59:35.626 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 2024-01-18T06:59:35.626 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T06:59:35.626 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 2024-01-18T06:59:35.626 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T06:59:35.626 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.merge_operator: 2024-01-18T06:59:35.626 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.compaction_filter: None 2024-01-18T06:59:35.626 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T06:59:35.626 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T06:59:35.626 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T06:59:35.626 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d23a911cc0) 2024-01-18T06:59:35.626 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cache_index_and_filter_blocks: 1 2024-01-18T06:59:35.626 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T06:59:35.626 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T06:59:35.627 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: pin_top_level_index_and_filter: 1 2024-01-18T06:59:35.627 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: index_type: 0 2024-01-18T06:59:35.627 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: data_block_index_type: 0 2024-01-18T06:59:35.627 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: index_shortening: 1 2024-01-18T06:59:35.627 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: data_block_hash_table_util_ratio: 0.750000 2024-01-18T06:59:35.627 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: hash_index_allow_collision: 1 2024-01-18T06:59:35.627 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: checksum: 1 2024-01-18T06:59:35.627 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: no_block_cache: 0 2024-01-18T06:59:35.627 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: block_cache: 0x55d23a946f10 2024-01-18T06:59:35.627 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: block_cache_name: BinnedLRUCache 2024-01-18T06:59:35.627 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: block_cache_options: 2024-01-18T06:59:35.628 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: capacity : 536870912 2024-01-18T06:59:35.628 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: num_shard_bits : 4 2024-01-18T06:59:35.628 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: strict_capacity_limit : 0 2024-01-18T06:59:35.628 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: high_pri_pool_ratio: 0.000 2024-01-18T06:59:35.628 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: block_cache_compressed: (nil) 2024-01-18T06:59:35.628 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: persistent_cache: (nil) 2024-01-18T06:59:35.628 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: block_size: 4096 2024-01-18T06:59:35.628 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: block_size_deviation: 10 2024-01-18T06:59:35.628 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: block_restart_interval: 16 2024-01-18T06:59:35.628 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: index_block_restart_interval: 1 2024-01-18T06:59:35.628 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: metadata_block_size: 4096 2024-01-18T06:59:35.628 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: partition_filters: 0 2024-01-18T06:59:35.628 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: use_delta_encoding: 1 2024-01-18T06:59:35.629 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T06:59:35.629 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: whole_key_filtering: 1 2024-01-18T06:59:35.629 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: verify_compression: 0 2024-01-18T06:59:35.629 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: read_amp_bytes_per_bit: 0 2024-01-18T06:59:35.629 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: format_version: 2 2024-01-18T06:59:35.629 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: enable_index_compression: 1 2024-01-18T06:59:35.629 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: block_align: 0 2024-01-18T06:59:35.629 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 2024-01-18T06:59:35.629 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T06:59:35.629 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T06:59:35.629 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.compression: NoCompression 2024-01-18T06:59:35.629 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T06:59:35.629 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T06:59:35.629 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T06:59:35.629 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.num_levels: 7 2024-01-18T06:59:35.630 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T06:59:35.630 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T06:59:35.630 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T06:59:35.630 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T06:59:35.630 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T06:59:35.630 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T06:59:35.630 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T06:59:35.630 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T06:59:35.630 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T06:59:35.630 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T06:59:35.630 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T06:59:35.630 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T06:59:35.630 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T06:59:35.630 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T06:59:35.630 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T06:59:35.631 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T06:59:35.631 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T06:59:35.631 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T06:59:35.631 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T06:59:35.631 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T06:59:35.631 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T06:59:35.631 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T06:59:35.631 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T06:59:35.631 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T06:59:35.631 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T06:59:35.631 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T06:59:35.631 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T06:59:35.631 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T06:59:35.631 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T06:59:35.631 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T06:59:35.632 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T06:59:35.632 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T06:59:35.632 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T06:59:35.632 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T06:59:35.632 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T06:59:35.632 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T06:59:35.632 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T06:59:35.632 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T06:59:35.632 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T06:59:35.632 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T06:59:35.632 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T06:59:35.632 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T06:59:35.632 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T06:59:35.633 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T06:59:35.633 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T06:59:35.633 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T06:59:35.633 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T06:59:35.633 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.table_properties_collectors: 2024-01-18T06:59:35.633 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T06:59:35.633 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T06:59:35.633 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T06:59:35.633 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T06:59:35.633 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T06:59:35.633 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.bloom_locality: 0 2024-01-18T06:59:35.633 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T06:59:35.633 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T06:59:35.633 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T06:59:35.634 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T06:59:35.634 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T06:59:35.634 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.ttl: 2592000 2024-01-18T06:59:35.634 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T06:59:35.634 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi115/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-18T06:59:35.634 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 2024-01-18T06:59:35.634 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-18T06:59:35.634 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 2024-01-18T06:59:35.634 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705561175373076, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-18T06:59:35.634 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.371+0000 7fc0b561c700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-18T06:59:35.634 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.372+0000 7fc0b561c700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-18T06:59:35.634 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.372+0000 7fc0b561c700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705561175373901, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 77349, "table_properties": {"data_size": 75646, "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": 70293, "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": 1705561175, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-18T06:59:35.634 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.372+0000 7fc0b561c700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-18T06:59:35.634 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 2024-01-18T06:59:35.635 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.373+0000 7fc0b561c700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705561175374340, "job": 1, "event": "recovery_finished"} 2024-01-18T06:59:35.635 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.373+0000 7fc0b561c700 4 rocksdb: DB pointer 0x55d23aa0b800 2024-01-18T06:59:35.635 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.374+0000 7fc09c424700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T06:59:35.635 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.374+0000 7fc09c424700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T06:59:35.635 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: ** DB Stats ** 2024-01-18T06:59:35.635 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T06:59:35.635 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-18T06:59:35.635 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-18T06:59:35.635 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T06:59:35.635 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-18T06:59:35.635 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-18T06:59:35.635 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T06:59:35.635 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 2024-01-18T06:59:35.635 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: ** Compaction Stats [default] ** 2024-01-18T06:59:35.635 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T06:59:35.635 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T06:59:35.636 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: L0 2/0 77.23 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2024-01-18T06:59:35.636 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Sum 2/0 77.23 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2024-01-18T06:59:35.636 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2024-01-18T06:59:35.636 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 2024-01-18T06:59:35.636 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: ** Compaction Stats [default] ** 2024-01-18T06:59:35.636 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T06:59:35.636 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T06:59:35.636 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2024-01-18T06:59:35.636 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T06:59:35.636 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T06:59:35.636 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T06:59:35.636 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T06:59:35.637 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T06:59:35.637 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T06:59:35.637 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Cumulative compaction: 0.00 GB write, 25.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T06:59:35.637 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Interval compaction: 0.00 GB write, 25.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T06:59:35.637 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T06:59:35.637 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 2024-01-18T06:59:35.637 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T06:59:35.637 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 2024-01-18T06:59:35.637 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: ** Compaction Stats [default] ** 2024-01-18T06:59:35.637 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T06:59:35.637 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T06:59:35.637 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: L0 2/0 77.23 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2024-01-18T06:59:35.637 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Sum 2/0 77.23 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2024-01-18T06:59:35.637 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T06:59:35.637 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 2024-01-18T06:59:35.637 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: ** Compaction Stats [default] ** 2024-01-18T06:59:35.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T06:59:35.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T06:59:35.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2024-01-18T06:59:35.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T06:59:35.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T06:59:35.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T06:59:35.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T06:59:35.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T06:59:35.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T06:59:35.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Cumulative compaction: 0.00 GB write, 25.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T06:59:35.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T06:59:35.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T06:59:35.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 2024-01-18T06:59:35.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T06:59:35.638 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 2024-01-18T06:59:35.639 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.374+0000 7fc0b561c700 0 starting mon.smithi115 rank 0 at public addrs [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] at bind addrs [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi115 fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 2024-01-18T06:59:35.639 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.375+0000 7fc0b561c700 1 mon.smithi115@-1(???) e1 preinit fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 2024-01-18T06:59:35.639 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.375+0000 7fc0b561c700 0 mon.smithi115@-1(???).mds e1 new map 2024-01-18T06:59:35.639 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.375+0000 7fc0b561c700 0 mon.smithi115@-1(???).mds e1 print_map 2024-01-18T06:59:35.639 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: e1 2024-01-18T06:59:35.639 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-18T06:59:35.639 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-18T06:59:35.639 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: legacy client fscid: -1 2024-01-18T06:59:35.639 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 2024-01-18T06:59:35.639 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: No filesystems configured 2024-01-18T06:59:35.639 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 2024-01-18T06:59:35.639 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.375+0000 7fc0b561c700 0 mon.smithi115@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-18T06:59:35.639 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.375+0000 7fc0b561c700 0 mon.smithi115@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T06:59:35.639 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.375+0000 7fc0b561c700 0 mon.smithi115@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T06:59:35.639 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.375+0000 7fc0b561c700 0 mon.smithi115@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T06:59:35.639 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:33.311876+0000 mon.smithi115 (mon.0) 8 : audit [INF] from='client.? 172.21.15.115:0/159643144' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T06:59:35.640 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:33.315109+0000 mon.smithi115 (mon.0) 9 : audit [INF] from='client.? 172.21.15.115:0/159643144' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-18T06:59:35.640 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.376+0000 7fc0b561c700 1 mon.smithi115@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-18T06:59:35.640 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.377+0000 7fc0b561c700 20 expand_channel_meta expand map: {default=false} 2024-01-18T06:59:35.640 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.377+0000 7fc0b561c700 20 expand_channel_meta from 'false' to 'false' 2024-01-18T06:59:35.640 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.377+0000 7fc0b561c700 20 expand_channel_meta expanded map: {default=false} 2024-01-18T06:59:35.640 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.377+0000 7fc0b561c700 20 expand_channel_meta expand map: {default=info} 2024-01-18T06:59:35.640 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.377+0000 7fc0b561c700 20 expand_channel_meta from 'info' to 'info' 2024-01-18T06:59:35.640 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.377+0000 7fc0b561c700 20 expand_channel_meta expanded map: {default=info} 2024-01-18T06:59:35.640 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.377+0000 7fc0b561c700 20 expand_channel_meta expand map: {default=daemon} 2024-01-18T06:59:35.640 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.377+0000 7fc0b561c700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-01-18T06:59:35.640 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.377+0000 7fc0b561c700 20 expand_channel_meta expanded map: {default=daemon} 2024-01-18T06:59:35.640 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.377+0000 7fc0b561c700 20 expand_channel_meta expand map: {default=debug} 2024-01-18T06:59:35.640 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.377+0000 7fc0b561c700 20 expand_channel_meta from 'debug' to 'debug' 2024-01-18T06:59:35.640 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T06:59:35.377+0000 7fc0b561c700 20 expand_channel_meta expanded map: {default=debug} 2024-01-18T06:59:35.641 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T06:59:35.392962+0000 mon.smithi115 (mon.0) 1 : cluster [INF] mon.smithi115 is new leader, mons smithi115 in quorum (ranks 0) 2024-01-18T06:59:35.641 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T06:59:35.393034+0000 mon.smithi115 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi115=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0]} 2024-01-18T06:59:35.641 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T06:59:35.393074+0000 mon.smithi115 (mon.0) 3 : cluster [DBG] fsmap 2024-01-18T06:59:35.641 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T06:59:35.393100+0000 mon.smithi115 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-18T06:59:35.641 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T06:59:35.393516+0000 mon.smithi115 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-18T06:59:36.307 INFO:teuthology.orchestra.run.smithi115.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-18T06:59:36.307 INFO:teuthology.orchestra.run.smithi115.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-18T06:59:36.307 INFO:teuthology.orchestra.run.smithi115.stderr:Creating mgr... 2024-01-18T06:59:36.307 INFO:teuthology.orchestra.run.smithi115.stderr:Verifying port 9283 ... 2024-01-18T06:59:36.315 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl daemon-reload 2024-01-18T06:59:36.408 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl stop ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mgr.smithi115.baedxp 2024-01-18T06:59:36.430 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl reset-failed ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mgr.smithi115.baedxp 2024-01-18T06:59:36.436 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: Failed to reset failed state of unit ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mgr.smithi115.baedxp.service: Unit ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mgr.smithi115.baedxp.service not loaded. 2024-01-18T06:59:36.436 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl enable ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mgr.smithi115.baedxp 2024-01-18T06:59:36.442 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: Created symlink /etc/systemd/system/ceph-100c47f4-b5cf-11ee-95ae-87774f69a715.target.wants/ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mgr.smithi115.baedxp.service → /etc/systemd/system/ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@.service. 2024-01-18T06:59:36.523 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl start ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mgr.smithi115.baedxp 2024-01-18T06:59:36.857 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-18T06:59:36.865 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: disabled 2024-01-18T06:59:36.866 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-active firewalld.service 2024-01-18T06:59:36.873 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: inactive 2024-01-18T06:59:36.874 INFO:teuthology.orchestra.run.smithi115.stderr:firewalld.service is not enabled 2024-01-18T06:59:36.874 INFO:teuthology.orchestra.run.smithi115.stderr:Not possible to enable service . firewalld.service is not available 2024-01-18T06:59:36.874 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-18T06:59:36.881 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: disabled 2024-01-18T06:59:36.882 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-active firewalld.service 2024-01-18T06:59:36.889 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: inactive 2024-01-18T06:59:36.890 INFO:teuthology.orchestra.run.smithi115.stderr:firewalld.service is not enabled 2024-01-18T06:59:36.890 INFO:teuthology.orchestra.run.smithi115.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-18T06:59:36.890 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for mgr to start... 2024-01-18T06:59:36.890 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for mgr... 2024-01-18T06:59:36.890 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-01-18T06:59:37.114 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:36 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:35.813750+0000 mon.smithi115 (mon.0) 6 : audit [INF] from='client.? 172.21.15.115:0/3433099357' entity='client.admin' 2024-01-18T06:59:37.316 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-01-18T06:59:37.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: { 2024-01-18T06:59:37.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "fsid": "100c47f4-b5cf-11ee-95ae-87774f69a715", 2024-01-18T06:59:37.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "health": { 2024-01-18T06:59:37.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T06:59:37.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T06:59:37.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T06:59:37.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:37.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T06:59:37.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T06:59:37.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 0 2024-01-18T06:59:37.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: ], 2024-01-18T06:59:37.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T06:59:37.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "smithi115" 2024-01-18T06:59:37.317 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: ], 2024-01-18T06:59:37.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "quorum_age": 1, 2024-01-18T06:59:37.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T06:59:37.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:59:37.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T06:59:37.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T06:59:37.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:37.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T06:59:37.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:59:37.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T06:59:37.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T06:59:37.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T06:59:37.318 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T06:59:37.321 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T06:59:37.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T06:59:37.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:37.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T06:59:37.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T06:59:37.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T06:59:37.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T06:59:37.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T06:59:37.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T06:59:37.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T06:59:37.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T06:59:37.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T06:59:37.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:37.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T06:59:37.322 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:59:37.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T06:59:37.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T06:59:37.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:37.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T06:59:37.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "available": false, 2024-01-18T06:59:37.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T06:59:37.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T06:59:37.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "iostat", 2024-01-18T06:59:37.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "nfs", 2024-01-18T06:59:37.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "restful" 2024-01-18T06:59:37.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: ], 2024-01-18T06:59:37.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "services": {} 2024-01-18T06:59:37.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:37.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T06:59:37.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:59:37.323 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "modified": "2024-01-18T06:59:32.063833+0000", 2024-01-18T06:59:37.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "services": {} 2024-01-18T06:59:37.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:37.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T06:59:37.324 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: } 2024-01-18T06:59:37.681 INFO:teuthology.orchestra.run.smithi115.stderr:mgr not available, waiting (1/15)... 2024-01-18T06:59:37.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:37 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:37.314292+0000 mon.smithi115 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.115:0/1970460875' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T06:59:39.684 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-01-18T06:59:40.118 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-01-18T06:59:40.118 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: { 2024-01-18T06:59:40.118 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "fsid": "100c47f4-b5cf-11ee-95ae-87774f69a715", 2024-01-18T06:59:40.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "health": { 2024-01-18T06:59:40.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T06:59:40.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T06:59:40.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T06:59:40.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:40.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T06:59:40.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T06:59:40.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 0 2024-01-18T06:59:40.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: ], 2024-01-18T06:59:40.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T06:59:40.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "smithi115" 2024-01-18T06:59:40.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: ], 2024-01-18T06:59:40.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-01-18T06:59:40.119 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T06:59:40.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:59:40.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T06:59:40.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T06:59:40.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:40.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T06:59:40.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:59:40.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T06:59:40.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T06:59:40.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T06:59:40.120 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T06:59:40.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T06:59:40.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T06:59:40.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:40.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T06:59:40.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T06:59:40.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T06:59:40.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T06:59:40.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T06:59:40.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T06:59:40.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T06:59:40.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T06:59:40.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T06:59:40.124 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:40.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T06:59:40.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:59:40.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T06:59:40.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T06:59:40.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:40.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T06:59:40.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "available": false, 2024-01-18T06:59:40.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T06:59:40.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T06:59:40.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "iostat", 2024-01-18T06:59:40.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "nfs", 2024-01-18T06:59:40.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "restful" 2024-01-18T06:59:40.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: ], 2024-01-18T06:59:40.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "services": {} 2024-01-18T06:59:40.125 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:40.126 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T06:59:40.126 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:59:40.126 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "modified": "2024-01-18T06:59:32.063833+0000", 2024-01-18T06:59:40.126 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "services": {} 2024-01-18T06:59:40.126 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:40.126 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T06:59:40.126 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: } 2024-01-18T06:59:40.416 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:40 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:40.116671+0000 mon.smithi115 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.115:0/1046798370' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T06:59:40.480 INFO:teuthology.orchestra.run.smithi115.stderr:mgr not available, waiting (2/15)... 2024-01-18T06:59:42.365 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:41 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T06:59:41.939262+0000 mon.smithi115 (mon.0) 9 : cluster [INF] Activating manager daemon smithi115.baedxp 2024-01-18T06:59:42.365 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:41 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T06:59:41.941785+0000 mon.smithi115 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi115.baedxp(active, starting, since 0.00263617s) 2024-01-18T06:59:42.365 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:41 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:41.942831+0000 mon.smithi115 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.115:0/3549658234' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T06:59:42.365 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:41 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:41.942957+0000 mon.smithi115 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.115:0/3549658234' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T06:59:42.365 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:41 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:41.943060+0000 mon.smithi115 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.115:0/3549658234' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T06:59:42.365 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:41 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:41.943174+0000 mon.smithi115 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.115:0/3549658234' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "mon metadata", "id": "smithi115"}]: dispatch 2024-01-18T06:59:42.365 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:41 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:41.943409+0000 mon.smithi115 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.115:0/3549658234' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "mgr metadata", "who": "smithi115.baedxp", "id": "smithi115.baedxp"}]: dispatch 2024-01-18T06:59:42.365 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:41 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T06:59:41.956614+0000 mon.smithi115 (mon.0) 16 : cluster [INF] Manager daemon smithi115.baedxp is now available 2024-01-18T06:59:42.365 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:41 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:41.966568+0000 mon.smithi115 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.115:0/3549658234' entity='mgr.smithi115.baedxp' 2024-01-18T06:59:42.365 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:41 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:41.969792+0000 mon.smithi115 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.115:0/3549658234' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/mirror_snapshot_schedule"}]: dispatch 2024-01-18T06:59:42.365 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:41 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:41.970965+0000 mon.smithi115 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.115:0/3549658234' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/trash_purge_schedule"}]: dispatch 2024-01-18T06:59:42.366 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:41 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:41.978134+0000 mon.smithi115 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.115:0/3549658234' entity='mgr.smithi115.baedxp' 2024-01-18T06:59:42.366 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:41 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:41.983464+0000 mon.smithi115 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.115:0/3549658234' entity='mgr.smithi115.baedxp' 2024-01-18T06:59:42.483 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-01-18T06:59:42.924 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-01-18T06:59:42.924 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: { 2024-01-18T06:59:42.924 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "fsid": "100c47f4-b5cf-11ee-95ae-87774f69a715", 2024-01-18T06:59:42.924 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "health": { 2024-01-18T06:59:42.925 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T06:59:42.925 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T06:59:42.925 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T06:59:42.925 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:42.925 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T06:59:42.925 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T06:59:42.925 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 0 2024-01-18T06:59:42.925 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: ], 2024-01-18T06:59:42.925 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T06:59:42.925 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "smithi115" 2024-01-18T06:59:42.925 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: ], 2024-01-18T06:59:42.925 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "quorum_age": 7, 2024-01-18T06:59:42.925 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T06:59:42.925 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:59:42.925 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T06:59:42.926 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T06:59:42.926 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:42.926 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T06:59:42.926 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:59:42.926 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T06:59:42.926 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T06:59:42.926 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T06:59:42.926 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T06:59:42.929 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T06:59:42.929 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T06:59:42.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:42.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T06:59:42.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T06:59:42.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T06:59:42.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T06:59:42.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T06:59:42.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T06:59:42.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T06:59:42.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T06:59:42.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T06:59:42.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:42.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T06:59:42.930 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:59:42.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T06:59:42.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T06:59:42.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:42.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T06:59:42.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "available": false, 2024-01-18T06:59:42.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T06:59:42.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T06:59:42.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "iostat", 2024-01-18T06:59:42.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "nfs", 2024-01-18T06:59:42.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "restful" 2024-01-18T06:59:42.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: ], 2024-01-18T06:59:42.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "services": {} 2024-01-18T06:59:42.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:42.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T06:59:42.931 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:59:42.932 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "modified": "2024-01-18T06:59:32.063833+0000", 2024-01-18T06:59:42.932 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "services": {} 2024-01-18T06:59:42.932 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:42.932 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T06:59:42.932 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: } 2024-01-18T06:59:43.215 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:42 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:42.922488+0000 mon.smithi115 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.115:0/357072811' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T06:59:43.215 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:42 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T06:59:42.943890+0000 mon.smithi115 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi115.baedxp(active, since 1.00474s) 2024-01-18T06:59:43.262 INFO:teuthology.orchestra.run.smithi115.stderr:mgr not available, waiting (3/15)... 2024-01-18T06:59:45.265 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-01-18T06:59:45.364 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:44 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T06:59:43.999740+0000 mon.smithi115 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi115.baedxp(active, since 2s) 2024-01-18T06:59:45.835 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-01-18T06:59:45.836 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: { 2024-01-18T06:59:45.836 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "fsid": "100c47f4-b5cf-11ee-95ae-87774f69a715", 2024-01-18T06:59:45.836 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "health": { 2024-01-18T06:59:45.836 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T06:59:45.836 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T06:59:45.836 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T06:59:45.839 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:45.839 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T06:59:45.839 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T06:59:45.839 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 0 2024-01-18T06:59:45.839 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: ], 2024-01-18T06:59:45.840 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T06:59:45.840 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "smithi115" 2024-01-18T06:59:45.840 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: ], 2024-01-18T06:59:45.840 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-01-18T06:59:45.840 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T06:59:45.840 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:59:45.840 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T06:59:45.840 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T06:59:45.840 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:45.840 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T06:59:45.840 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:59:45.840 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T06:59:45.840 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T06:59:45.840 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T06:59:45.840 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T06:59:45.841 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T06:59:45.841 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T06:59:45.841 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:45.841 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T06:59:45.841 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T06:59:45.841 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T06:59:45.841 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T06:59:45.841 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T06:59:45.841 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T06:59:45.841 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T06:59:45.841 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T06:59:45.841 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T06:59:45.841 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:45.841 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T06:59:45.841 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:59:45.841 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T06:59:45.842 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T06:59:45.842 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:45.842 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T06:59:45.842 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "available": true, 2024-01-18T06:59:45.842 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T06:59:45.842 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T06:59:45.842 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "iostat", 2024-01-18T06:59:45.842 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "nfs", 2024-01-18T06:59:45.842 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "restful" 2024-01-18T06:59:45.842 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: ], 2024-01-18T06:59:45.842 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "services": {} 2024-01-18T06:59:45.842 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:45.842 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T06:59:45.842 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:59:45.842 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "modified": "2024-01-18T06:59:32.063833+0000", 2024-01-18T06:59:45.842 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "services": {} 2024-01-18T06:59:45.843 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: }, 2024-01-18T06:59:45.843 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T06:59:45.843 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: } 2024-01-18T06:59:46.212 INFO:teuthology.orchestra.run.smithi115.stderr:mgr is available 2024-01-18T06:59:46.212 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z -v /tmp/tmpv7s0yriq:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2024-01-18T06:59:46.708 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-01-18T06:59:46.708 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: [global] 2024-01-18T06:59:46.708 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: fsid = 100c47f4-b5cf-11ee-95ae-87774f69a715 2024-01-18T06:59:46.708 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-18T06:59:46.708 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-18T06:59:46.708 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-18T06:59:46.708 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-18T06:59:46.708 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-01-18T06:59:46.708 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: [mgr] 2024-01-18T06:59:46.708 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-18T06:59:46.708 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 2024-01-18T06:59:46.708 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: [osd] 2024-01-18T06:59:46.708 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-18T06:59:46.709 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-18T06:59:46.726 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:46 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:45.831032+0000 mon.smithi115 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.115:0/1640526311' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T06:59:47.614 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:47 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:46.706938+0000 mon.smithi115 (mon.0) 26 : audit [INF] from='client.? 172.21.15.115:0/1235034479' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T06:59:47.894 INFO:teuthology.orchestra.run.smithi115.stderr:Enabling cephadm module... 2024-01-18T06:59:47.894 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2024-01-18T06:59:49.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:49 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:49.538526+0000 mon.smithi115 (mon.0) 27 : audit [INF] from='client.? 172.21.15.115:0/2507113623' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-18T06:59:49.962 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-01-18T06:59:50.583 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: { 2024-01-18T06:59:50.583 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-18T06:59:50.583 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "available": true, 2024-01-18T06:59:50.583 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "active_name": "smithi115.baedxp", 2024-01-18T06:59:50.583 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-18T06:59:50.584 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: } 2024-01-18T06:59:50.863 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:50 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:49.591727+0000 mon.smithi115 (mon.0) 28 : audit [INF] from='client.? 172.21.15.115:0/2507113623' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-18T06:59:50.863 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:50 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T06:59:49.591773+0000 mon.smithi115 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi115.baedxp(active, since 7s) 2024-01-18T06:59:50.863 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:50 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:50.583641+0000 mon.smithi115 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.115:0/414662921' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-18T06:59:50.929 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for the mgr to restart... 2024-01-18T06:59:50.929 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for mgr epoch 5... 2024-01-18T06:59:50.929 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-01-18T06:59:55.773 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: { 2024-01-18T06:59:55.774 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-18T06:59:55.774 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "initialized": true 2024-01-18T06:59:55.774 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: } 2024-01-18T06:59:56.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:55 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T06:59:54.707134+0000 mon.smithi115 (mon.0) 31 : cluster [INF] Active manager daemon smithi115.baedxp restarted 2024-01-18T06:59:56.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:55 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T06:59:54.707668+0000 mon.smithi115 (mon.0) 32 : cluster [INF] Activating manager daemon smithi115.baedxp 2024-01-18T06:59:56.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:55 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T06:59:54.711617+0000 mon.smithi115 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-18T06:59:56.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:55 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T06:59:54.762597+0000 mon.smithi115 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi115.baedxp(active, starting, since 0.0550434s) 2024-01-18T06:59:56.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:55 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:54.763293+0000 mon.smithi115 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.115:0/2447136591' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "mon metadata", "id": "smithi115"}]: dispatch 2024-01-18T06:59:56.116 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:55 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:54.763867+0000 mon.smithi115 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.115:0/2447136591' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "mgr metadata", "who": "smithi115.baedxp", "id": "smithi115.baedxp"}]: dispatch 2024-01-18T06:59:56.116 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:55 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:54.764882+0000 mon.smithi115 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.115:0/2447136591' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T06:59:56.116 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:55 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:54.765051+0000 mon.smithi115 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.115:0/2447136591' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T06:59:56.116 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:55 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:54.765185+0000 mon.smithi115 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.115:0/2447136591' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T06:59:56.116 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:55 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T06:59:54.778733+0000 mon.smithi115 (mon.0) 40 : cluster [INF] Manager daemon smithi115.baedxp is now available 2024-01-18T06:59:56.116 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:55 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:54.791743+0000 mon.smithi115 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.115:0/2447136591' entity='mgr.smithi115.baedxp' 2024-01-18T06:59:56.116 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:55 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:54.794388+0000 mon.smithi115 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.115:0/2447136591' entity='mgr.smithi115.baedxp' 2024-01-18T06:59:56.116 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:55 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:54.796898+0000 mon.smithi115 (mon.0) 43 : audit [INF] from='mgr.14118 172.21.15.115:0/2447136591' entity='mgr.smithi115.baedxp' 2024-01-18T06:59:56.116 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:55 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:54.883996+0000 mon.smithi115 (mon.0) 44 : audit [INF] from='mgr.14118 172.21.15.115:0/2447136591' entity='mgr.smithi115.baedxp' 2024-01-18T06:59:56.116 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:55 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:54.884655+0000 mon.smithi115 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.115:0/2447136591' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:59:56.116 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:55 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:54.885838+0000 mon.smithi115 (mon.0) 46 : audit [DBG] from='mgr.14118 172.21.15.115:0/2447136591' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:59:56.116 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:55 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:54.887086+0000 mon.smithi115 (mon.0) 47 : audit [DBG] from='mgr.14118 172.21.15.115:0/2447136591' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:59:56.116 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:55 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:54.897224+0000 mon.smithi115 (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.115:0/2447136591' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/mirror_snapshot_schedule"}]: dispatch 2024-01-18T06:59:56.117 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:55 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:54.898362+0000 mon.smithi115 (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.115:0/2447136591' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/trash_purge_schedule"}]: dispatch 2024-01-18T06:59:56.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:56 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:55.767041+0000 mgr.smithi115.baedxp (mgr.14118) 1 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-18T06:59:56.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:56 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T06:59:55.767682+0000 mon.smithi115 (mon.0) 50 : cluster [DBG] mgrmap e7: smithi115.baedxp(active, since 1.06012s) 2024-01-18T06:59:56.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:56 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:55.773684+0000 mgr.smithi115.baedxp (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-18T06:59:57.436 INFO:teuthology.orchestra.run.smithi115.stderr:mgr epoch 5 is available 2024-01-18T06:59:57.436 INFO:teuthology.orchestra.run.smithi115.stderr:Setting orchestrator backend to cephadm... 2024-01-18T06:59:57.436 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2024-01-18T06:59:58.114 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 06:59:57 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T06:59:56.769737+0000 mon.smithi115 (mon.0) 51 : cluster [DBG] mgrmap e8: smithi115.baedxp(active, since 2s) 2024-01-18T07:00:00.615 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:00 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:59.184100+0000 mgr.smithi115.baedxp (mgr.14118) 3 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:00:00.615 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:00 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:59.188113+0000 mon.smithi115 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.115:0/2447136591' entity='mgr.smithi115.baedxp' 2024-01-18T07:00:00.615 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:00 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T06:59:59.191619+0000 mon.smithi115 (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.115:0/2447136591' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:00:00.968 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2024-01-18T07:00:02.263 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: value unchanged 2024-01-18T07:00:02.634 INFO:teuthology.orchestra.run.smithi115.stderr:Generating ssh key... 2024-01-18T07:00:02.634 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2024-01-18T07:00:02.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:02 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:02.263273+0000 mgr.smithi115.baedxp (mgr.14118) 4 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:00:03.700 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2024-01-18T07:00:04.196 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbXngC9Vz3h+d0x27BrZM1grsUpaYntc3XbJsF8kqt03DKL7sZnfE62gyS0y9E+FiWJ0FoNYAQxSXMNq+i4UB+jReq0G7/MGFX1vjddXVBUwp7fsVkSvXsuscDMEwIYDK6EBoAWT64axPJX7x3rVVqnRPA6jVZHjZq0UD77I5XrpjTX2RoeN+LGgk10LjyKRNJbXjwJ0CapEBGSI7rZ2LGpKK04/cPEre1CtfzWvchxu+ZzZAHrcf7fc37Gorl+9V5ylZt1hZhyynwRdiy/RTzyuCAaSlAuGgbWzIDNSm8JI3SpGfD/5V6q8hvVwCJTi/S2nmEL4h3Prh3Rj8d5lkknYKdSlh7cvdPSN62GRvBRs8/I14dDZM/0Qb9bGDwMgB3yaNjmhETyv3S40dTxSUhW5UCEBHoL9MtGoxcNETONO8YaXG+VRItbYDab92B8+LxLaeDCKpP83gbpkRAkVG0rghl/guX5EtUiruWdoAGKvRK6pa/as0onlJ6sVx55BE= ceph-100c47f4-b5cf-11ee-95ae-87774f69a715 2024-01-18T07:00:04.543 INFO:teuthology.orchestra.run.smithi115.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-18T07:00:04.543 INFO:teuthology.orchestra.run.smithi115.stderr:Adding key to root@localhost authorized_keys... 2024-01-18T07:00:04.543 INFO:teuthology.orchestra.run.smithi115.stderr:Adding host smithi115... 2024-01-18T07:00:04.543 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi115 172.21.15.115 2024-01-18T07:00:04.614 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:04 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cephadm 2024-01-18T07:00:03.113190+0000 mgr.smithi115.baedxp (mgr.14118) 6 : cephadm [INF] Generating ssh key... 2024-01-18T07:00:04.614 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:04 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:03.333873+0000 mon.smithi115 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.115:0/2447136591' entity='mgr.smithi115.baedxp' 2024-01-18T07:00:04.614 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:04 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:03.336297+0000 mon.smithi115 (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.115:0/2447136591' entity='mgr.smithi115.baedxp' 2024-01-18T07:00:05.614 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:05 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:04.196798+0000 mgr.smithi115.baedxp (mgr.14118) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:00:05.620 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: Added host 'smithi115' with addr '172.21.15.115' 2024-01-18T07:00:05.920 INFO:teuthology.orchestra.run.smithi115.stderr:Deploying mon service with default placement... 2024-01-18T07:00:05.921 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2024-01-18T07:00:06.435 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-18T07:00:06.727 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:06 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:05.048786+0000 mgr.smithi115.baedxp (mgr.14118) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi115", "addr": "172.21.15.115", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:00:06.727 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:06 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:05.618911+0000 mon.smithi115 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.115:0/2447136591' entity='mgr.smithi115.baedxp' 2024-01-18T07:00:06.727 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:06 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cephadm 2024-01-18T07:00:05.619198+0000 mgr.smithi115.baedxp (mgr.14118) 9 : cephadm [INF] Added host smithi115 2024-01-18T07:00:06.727 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:06 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:05.619429+0000 mon.smithi115 (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.115:0/2447136591' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:00:06.727 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:06 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:06.435572+0000 mon.smithi115 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.115:0/2447136591' entity='mgr.smithi115.baedxp' 2024-01-18T07:00:06.791 INFO:teuthology.orchestra.run.smithi115.stderr:Deploying mgr service with default placement... 2024-01-18T07:00:06.791 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2024-01-18T07:00:07.301 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-18T07:00:07.959 INFO:teuthology.orchestra.run.smithi115.stderr:Deploying crash service with default placement... 2024-01-18T07:00:07.959 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2024-01-18T07:00:08.054 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:07 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:06.432659+0000 mgr.smithi115.baedxp (mgr.14118) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:00:08.054 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:07 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cephadm 2024-01-18T07:00:06.433318+0000 mgr.smithi115.baedxp (mgr.14118) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-18T07:00:08.054 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:07 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:07.301651+0000 mon.smithi115 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.115:0/2447136591' entity='mgr.smithi115.baedxp' 2024-01-18T07:00:08.475 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-18T07:00:08.751 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:08 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:07.298973+0000 mgr.smithi115.baedxp (mgr.14118) 12 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:00:08.751 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:08 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cephadm 2024-01-18T07:00:07.299509+0000 mgr.smithi115.baedxp (mgr.14118) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-18T07:00:08.751 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:08 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:08.475603+0000 mon.smithi115 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.115:0/2447136591' entity='mgr.smithi115.baedxp' 2024-01-18T07:00:08.866 INFO:teuthology.orchestra.run.smithi115.stderr:Enabling mgr prometheus module... 2024-01-18T07:00:08.866 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2024-01-18T07:00:09.909 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:09 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:08.472745+0000 mgr.smithi115.baedxp (mgr.14118) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:00:09.909 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:09 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cephadm 2024-01-18T07:00:08.473406+0000 mgr.smithi115.baedxp (mgr.14118) 15 : cephadm [INF] Saving service crash spec with placement * 2024-01-18T07:00:09.910 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:09 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:09.383005+0000 mon.smithi115 (mon.0) 61 : audit [INF] from='client.? 172.21.15.115:0/3791613665' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-18T07:00:09.966 INFO:teuthology.orchestra.run.smithi115.stderr:Deploying prometheus service with default placement... 2024-01-18T07:00:09.966 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2024-01-18T07:00:11.114 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:10 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:09.628038+0000 mon.smithi115 (mon.0) 62 : audit [INF] from='client.? 172.21.15.115:0/3791613665' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-18T07:00:11.114 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:10 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:09.628105+0000 mon.smithi115 (mon.0) 63 : cluster [DBG] mgrmap e9: smithi115.baedxp(active, since 14s) 2024-01-18T07:00:15.114 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:14 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:14.763020+0000 mon.smithi115 (mon.0) 64 : cluster [INF] Active manager daemon smithi115.baedxp restarted 2024-01-18T07:00:15.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:14 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:14.763444+0000 mon.smithi115 (mon.0) 65 : cluster [INF] Activating manager daemon smithi115.baedxp 2024-01-18T07:00:15.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:14 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:14.765602+0000 mon.smithi115 (mon.0) 66 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-18T07:00:15.825 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-18T07:00:16.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:15 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:14.816499+0000 mon.smithi115 (mon.0) 67 : cluster [DBG] mgrmap e10: smithi115.baedxp(active, starting, since 0.0531451s) 2024-01-18T07:00:16.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:15 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:14.818868+0000 mon.smithi115 (mon.0) 68 : audit [DBG] from='mgr.14146 172.21.15.115:0/756780455' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "mon metadata", "id": "smithi115"}]: dispatch 2024-01-18T07:00:16.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:15 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:14.819531+0000 mon.smithi115 (mon.0) 69 : audit [DBG] from='mgr.14146 172.21.15.115:0/756780455' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "mgr metadata", "who": "smithi115.baedxp", "id": "smithi115.baedxp"}]: dispatch 2024-01-18T07:00:16.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:15 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:14.820181+0000 mon.smithi115 (mon.0) 70 : audit [DBG] from='mgr.14146 172.21.15.115:0/756780455' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T07:00:16.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:15 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:14.820337+0000 mon.smithi115 (mon.0) 71 : audit [DBG] from='mgr.14146 172.21.15.115:0/756780455' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T07:00:16.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:15 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:14.820474+0000 mon.smithi115 (mon.0) 72 : audit [DBG] from='mgr.14146 172.21.15.115:0/756780455' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T07:00:16.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:15 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:14.833589+0000 mon.smithi115 (mon.0) 73 : cluster [INF] Manager daemon smithi115.baedxp is now available 2024-01-18T07:00:16.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:15 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:14.929983+0000 mon.smithi115 (mon.0) 74 : audit [DBG] from='mgr.14146 172.21.15.115:0/756780455' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:00:16.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:15 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:14.931503+0000 mon.smithi115 (mon.0) 75 : audit [DBG] from='mgr.14146 172.21.15.115:0/756780455' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:00:16.116 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:15 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:14.946226+0000 mon.smithi115 (mon.0) 76 : audit [INF] from='mgr.14146 172.21.15.115:0/756780455' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/mirror_snapshot_schedule"}]: dispatch 2024-01-18T07:00:16.116 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:15 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:14.954334+0000 mon.smithi115 (mon.0) 77 : audit [INF] from='mgr.14146 172.21.15.115:0/756780455' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/trash_purge_schedule"}]: dispatch 2024-01-18T07:00:16.164 INFO:teuthology.orchestra.run.smithi115.stderr:Deploying grafana service with default placement... 2024-01-18T07:00:16.164 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2024-01-18T07:00:16.693 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-18T07:00:16.991 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:16 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:15.820799+0000 mon.smithi115 (mon.0) 78 : cluster [DBG] mgrmap e11: smithi115.baedxp(active, since 1.05745s) 2024-01-18T07:00:16.992 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:16 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cephadm 2024-01-18T07:00:15.821811+0000 mgr.smithi115.baedxp (mgr.14146) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-18T07:00:16.992 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:16 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:15.824796+0000 mon.smithi115 (mon.0) 79 : audit [INF] from='mgr.14146 172.21.15.115:0/756780455' entity='mgr.smithi115.baedxp' 2024-01-18T07:00:16.992 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:16 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:16.693621+0000 mon.smithi115 (mon.0) 80 : audit [INF] from='mgr.14146 172.21.15.115:0/756780455' entity='mgr.smithi115.baedxp' 2024-01-18T07:00:17.056 INFO:teuthology.orchestra.run.smithi115.stderr:Deploying node-exporter service with default placement... 2024-01-18T07:00:17.056 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2024-01-18T07:00:17.545 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-18T07:00:17.888 INFO:teuthology.orchestra.run.smithi115.stderr:Deploying alertmanager service with default placement... 2024-01-18T07:00:17.889 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2024-01-18T07:00:18.385 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-18T07:00:18.674 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:18 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:16.690872+0000 mgr.smithi115.baedxp (mgr.14146) 3 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:00:18.674 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:18 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cephadm 2024-01-18T07:00:16.691440+0000 mgr.smithi115.baedxp (mgr.14146) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-18T07:00:18.674 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:18 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:17.543365+0000 mgr.smithi115.baedxp (mgr.14146) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:00:18.674 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:18 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cephadm 2024-01-18T07:00:17.543958+0000 mgr.smithi115.baedxp (mgr.14146) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-18T07:00:18.675 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:18 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:17.546038+0000 mon.smithi115 (mon.0) 81 : audit [INF] from='mgr.14146 172.21.15.115:0/756780455' entity='mgr.smithi115.baedxp' 2024-01-18T07:00:18.675 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:18 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:17.695338+0000 mon.smithi115 (mon.0) 82 : cluster [DBG] mgrmap e12: smithi115.baedxp(active, since 2s) 2024-01-18T07:00:18.675 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:18 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:18.385835+0000 mon.smithi115 (mon.0) 83 : audit [INF] from='mgr.14146 172.21.15.115:0/756780455' entity='mgr.smithi115.baedxp' 2024-01-18T07:00:18.747 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2024-01-18T07:00:19.591 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2024-01-18T07:00:19.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:19 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:18.383094+0000 mgr.smithi115.baedxp (mgr.14146) 7 : audit [DBG] from='client.14158 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:00:19.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:19 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cephadm 2024-01-18T07:00:18.383627+0000 mgr.smithi115.baedxp (mgr.14146) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-18T07:00:19.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:19 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:19.244406+0000 mon.smithi115 (mon.0) 84 : audit [INF] from='client.? 172.21.15.115:0/248559337' entity='client.admin' 2024-01-18T07:00:20.480 INFO:teuthology.orchestra.run.smithi115.stderr:Enabling the dashboard module... 2024-01-18T07:00:20.480 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2024-01-18T07:00:21.364 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:21 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:20.104665+0000 mon.smithi115 (mon.0) 85 : audit [INF] from='client.? 172.21.15.115:0/2015287095' entity='client.admin' 2024-01-18T07:00:21.364 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:21 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:21.016795+0000 mon.smithi115 (mon.0) 86 : audit [INF] from='client.? 172.21.15.115:0/1548444495' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-18T07:00:21.721 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-01-18T07:00:22.338 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: { 2024-01-18T07:00:22.338 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "epoch": 13, 2024-01-18T07:00:22.338 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "available": true, 2024-01-18T07:00:22.339 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "active_name": "smithi115.baedxp", 2024-01-18T07:00:22.339 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-18T07:00:22.339 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: } 2024-01-18T07:00:22.558 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:22 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:21.393155+0000 mon.smithi115 (mon.0) 87 : audit [INF] from='client.? 172.21.15.115:0/1548444495' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-18T07:00:22.558 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:22 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:21.393204+0000 mon.smithi115 (mon.0) 88 : cluster [DBG] mgrmap e13: smithi115.baedxp(active, since 6s) 2024-01-18T07:00:22.558 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:22 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:22.338710+0000 mon.smithi115 (mon.0) 89 : audit [DBG] from='client.? 172.21.15.115:0/1698433421' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-18T07:00:22.871 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for the mgr to restart... 2024-01-18T07:00:22.871 INFO:teuthology.orchestra.run.smithi115.stderr:Waiting for mgr epoch 13... 2024-01-18T07:00:22.871 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-01-18T07:00:27.566 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: { 2024-01-18T07:00:27.566 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-01-18T07:00:27.566 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: "initialized": true 2024-01-18T07:00:27.567 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: } 2024-01-18T07:00:27.813 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:26.502054+0000 mon.smithi115 (mon.0) 90 : cluster [INF] Active manager daemon smithi115.baedxp restarted 2024-01-18T07:00:27.814 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:26.502556+0000 mon.smithi115 (mon.0) 91 : cluster [INF] Activating manager daemon smithi115.baedxp 2024-01-18T07:00:27.814 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:26.506788+0000 mon.smithi115 (mon.0) 92 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-18T07:00:27.814 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:26.557727+0000 mon.smithi115 (mon.0) 93 : cluster [DBG] mgrmap e14: smithi115.baedxp(active, starting, since 0.0553049s) 2024-01-18T07:00:27.814 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:26.558692+0000 mon.smithi115 (mon.0) 94 : audit [DBG] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "mon metadata", "id": "smithi115"}]: dispatch 2024-01-18T07:00:27.814 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:26.559403+0000 mon.smithi115 (mon.0) 95 : audit [DBG] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "mgr metadata", "who": "smithi115.baedxp", "id": "smithi115.baedxp"}]: dispatch 2024-01-18T07:00:27.814 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:26.560010+0000 mon.smithi115 (mon.0) 96 : audit [DBG] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T07:00:27.814 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:26.560153+0000 mon.smithi115 (mon.0) 97 : audit [DBG] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T07:00:27.814 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:26.560289+0000 mon.smithi115 (mon.0) 98 : audit [DBG] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T07:00:27.814 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:26.573633+0000 mon.smithi115 (mon.0) 99 : cluster [INF] Manager daemon smithi115.baedxp is now available 2024-01-18T07:00:27.814 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:26.670861+0000 mon.smithi115 (mon.0) 100 : audit [DBG] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:00:27.814 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:26.672212+0000 mon.smithi115 (mon.0) 101 : audit [DBG] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:00:27.815 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:26.696639+0000 mon.smithi115 (mon.0) 102 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/mirror_snapshot_schedule"}]: dispatch 2024-01-18T07:00:27.815 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:26.699429+0000 mon.smithi115 (mon.0) 103 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/trash_purge_schedule"}]: dispatch 2024-01-18T07:00:27.874 INFO:teuthology.orchestra.run.smithi115.stderr:mgr epoch 13 is available 2024-01-18T07:00:27.874 INFO:teuthology.orchestra.run.smithi115.stderr:Generating a dashboard self-signed certificate... 2024-01-18T07:00:27.874 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2024-01-18T07:00:28.461 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-18T07:00:28.811 INFO:teuthology.orchestra.run.smithi115.stderr:Creating initial admin user... 2024-01-18T07:00:28.812 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpt97_pwz4:/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 2024-01-18T07:00:28.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:28 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:27.559086+0000 mgr.smithi115.baedxp (mgr.14166) 1 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-18T07:00:28.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:28 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:27.559613+0000 mon.smithi115 (mon.0) 104 : cluster [DBG] mgrmap e15: smithi115.baedxp(active, since 1.05719s) 2024-01-18T07:00:28.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:28 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:27.565474+0000 mgr.smithi115.baedxp (mgr.14166) 2 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-18T07:00:28.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:28 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:28.409108+0000 mgr.smithi115.baedxp (mgr.14166) 3 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:00:28.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:28 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:28.456714+0000 mon.smithi115 (mon.0) 105 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' 2024-01-18T07:00:28.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:28 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:28.461997+0000 mon.smithi115 (mon.0) 106 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' 2024-01-18T07:00:29.532 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$cvmMSZ.N7hBJhQP8uBdz4O9cVbxEvehovliFd.Sd0vetAPhs7MrhS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705561229, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-18T07:00:29.813 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:29 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:29.317573+0000 mgr.smithi115.baedxp (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 2024-01-18T07:00:29.813 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:29 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:29.463841+0000 mon.smithi115 (mon.0) 107 : cluster [DBG] mgrmap e16: smithi115.baedxp(active, since 2s) 2024-01-18T07:00:29.813 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:29 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:29.532891+0000 mon.smithi115 (mon.0) 108 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' 2024-01-18T07:00:29.885 INFO:teuthology.orchestra.run.smithi115.stderr:Fetching dashboard port number... 2024-01-18T07:00:29.886 INFO:teuthology.orchestra.run.smithi115.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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpl_tu_iiy:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpu04em0gf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2024-01-18T07:00:30.378 INFO:teuthology.orchestra.run.smithi115.stderr:/usr/bin/ceph: 8443 2024-01-18T07:00:30.719 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-18T07:00:30.727 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: disabled 2024-01-18T07:00:30.728 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: systemctl is-active firewalld.service 2024-01-18T07:00:30.734 INFO:teuthology.orchestra.run.smithi115.stderr:systemctl: inactive 2024-01-18T07:00:30.735 INFO:teuthology.orchestra.run.smithi115.stderr:firewalld.service is not enabled 2024-01-18T07:00:30.735 INFO:teuthology.orchestra.run.smithi115.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-18T07:00:30.738 INFO:teuthology.orchestra.run.smithi115.stderr:Ceph Dashboard is now available at: 2024-01-18T07:00:30.738 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-01-18T07:00:30.738 INFO:teuthology.orchestra.run.smithi115.stderr: URL: https://smithi115.front.sepia.ceph.com:8443/ 2024-01-18T07:00:30.738 INFO:teuthology.orchestra.run.smithi115.stderr: User: admin 2024-01-18T07:00:30.738 INFO:teuthology.orchestra.run.smithi115.stderr: Password: 2ez3oglnux 2024-01-18T07:00:30.738 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-01-18T07:00:30.738 INFO:teuthology.orchestra.run.smithi115.stderr:You can access the Ceph CLI with: 2024-01-18T07:00:30.738 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-01-18T07:00:30.738 INFO:teuthology.orchestra.run.smithi115.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-18T07:00:30.738 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-01-18T07:00:30.738 INFO:teuthology.orchestra.run.smithi115.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-18T07:00:30.738 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-01-18T07:00:30.738 INFO:teuthology.orchestra.run.smithi115.stderr: ceph telemetry on 2024-01-18T07:00:30.739 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-01-18T07:00:30.739 INFO:teuthology.orchestra.run.smithi115.stderr:For more information see: 2024-01-18T07:00:30.739 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-01-18T07:00:30.739 INFO:teuthology.orchestra.run.smithi115.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-01-18T07:00:30.739 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-01-18T07:00:30.739 INFO:teuthology.orchestra.run.smithi115.stderr:Bootstrap complete. 2024-01-18T07:00:30.739 INFO:teuthology.orchestra.run.smithi115.stderr:Releasing lock 140689626935424 on /run/cephadm/100c47f4-b5cf-11ee-95ae-87774f69a715.lock 2024-01-18T07:00:30.739 INFO:teuthology.orchestra.run.smithi115.stderr:Lock 140689626935424 released on /run/cephadm/100c47f4-b5cf-11ee-95ae-87774f69a715.lock 2024-01-18T07:00:30.755 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:30 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:30.378811+0000 mon.smithi115 (mon.0) 109 : audit [DBG] from='client.? 172.21.15.115:0/4184674746' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-18T07:00:30.770 INFO:tasks.cephadm:Fetching config... 2024-01-18T07:00:30.770 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-01-18T07:00:30.771 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-18T07:00:30.789 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-18T07:00:30.789 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-01-18T07:00:30.789 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-18T07:00:30.847 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-18T07:00:30.848 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-01-18T07:00:30.848 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/mon.smithi115/keyring of=/dev/stdout 2024-01-18T07:00:30.915 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-18T07:00:30.915 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-01-18T07:00:30.915 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-18T07:00:30.973 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-18T07:00:30.973 DEBUG:teuthology.orchestra.run.smithi115:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbXngC9Vz3h+d0x27BrZM1grsUpaYntc3XbJsF8kqt03DKL7sZnfE62gyS0y9E+FiWJ0FoNYAQxSXMNq+i4UB+jReq0G7/MGFX1vjddXVBUwp7fsVkSvXsuscDMEwIYDK6EBoAWT64axPJX7x3rVVqnRPA6jVZHjZq0UD77I5XrpjTX2RoeN+LGgk10LjyKRNJbXjwJ0CapEBGSI7rZ2LGpKK04/cPEre1CtfzWvchxu+ZzZAHrcf7fc37Gorl+9V5ylZt1hZhyynwRdiy/RTzyuCAaSlAuGgbWzIDNSm8JI3SpGfD/5V6q8hvVwCJTi/S2nmEL4h3Prh3Rj8d5lkknYKdSlh7cvdPSN62GRvBRs8/I14dDZM/0Qb9bGDwMgB3yaNjmhETyv3S40dTxSUhW5UCEBHoL9MtGoxcNETONO8YaXG+VRItbYDab92B8+LxLaeDCKpP83gbpkRAkVG0rghl/guX5EtUiruWdoAGKvRK6pa/as0onlJ6sVx55BE= ceph-100c47f4-b5cf-11ee-95ae-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-18T07:00:31.048 INFO:teuthology.orchestra.run.smithi115.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbXngC9Vz3h+d0x27BrZM1grsUpaYntc3XbJsF8kqt03DKL7sZnfE62gyS0y9E+FiWJ0FoNYAQxSXMNq+i4UB+jReq0G7/MGFX1vjddXVBUwp7fsVkSvXsuscDMEwIYDK6EBoAWT64axPJX7x3rVVqnRPA6jVZHjZq0UD77I5XrpjTX2RoeN+LGgk10LjyKRNJbXjwJ0CapEBGSI7rZ2LGpKK04/cPEre1CtfzWvchxu+ZzZAHrcf7fc37Gorl+9V5ylZt1hZhyynwRdiy/RTzyuCAaSlAuGgbWzIDNSm8JI3SpGfD/5V6q8hvVwCJTi/S2nmEL4h3Prh3Rj8d5lkknYKdSlh7cvdPSN62GRvBRs8/I14dDZM/0Qb9bGDwMgB3yaNjmhETyv3S40dTxSUhW5UCEBHoL9MtGoxcNETONO8YaXG+VRItbYDab92B8+LxLaeDCKpP83gbpkRAkVG0rghl/guX5EtUiruWdoAGKvRK6pa/as0onlJ6sVx55BE= ceph-100c47f4-b5cf-11ee-95ae-87774f69a715 2024-01-18T07:00:31.059 DEBUG:teuthology.orchestra.run.smithi132:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbXngC9Vz3h+d0x27BrZM1grsUpaYntc3XbJsF8kqt03DKL7sZnfE62gyS0y9E+FiWJ0FoNYAQxSXMNq+i4UB+jReq0G7/MGFX1vjddXVBUwp7fsVkSvXsuscDMEwIYDK6EBoAWT64axPJX7x3rVVqnRPA6jVZHjZq0UD77I5XrpjTX2RoeN+LGgk10LjyKRNJbXjwJ0CapEBGSI7rZ2LGpKK04/cPEre1CtfzWvchxu+ZzZAHrcf7fc37Gorl+9V5ylZt1hZhyynwRdiy/RTzyuCAaSlAuGgbWzIDNSm8JI3SpGfD/5V6q8hvVwCJTi/S2nmEL4h3Prh3Rj8d5lkknYKdSlh7cvdPSN62GRvBRs8/I14dDZM/0Qb9bGDwMgB3yaNjmhETyv3S40dTxSUhW5UCEBHoL9MtGoxcNETONO8YaXG+VRItbYDab92B8+LxLaeDCKpP83gbpkRAkVG0rghl/guX5EtUiruWdoAGKvRK6pa/as0onlJ6sVx55BE= ceph-100c47f4-b5cf-11ee-95ae-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-18T07:00:31.104 INFO:teuthology.orchestra.run.smithi132.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbXngC9Vz3h+d0x27BrZM1grsUpaYntc3XbJsF8kqt03DKL7sZnfE62gyS0y9E+FiWJ0FoNYAQxSXMNq+i4UB+jReq0G7/MGFX1vjddXVBUwp7fsVkSvXsuscDMEwIYDK6EBoAWT64axPJX7x3rVVqnRPA6jVZHjZq0UD77I5XrpjTX2RoeN+LGgk10LjyKRNJbXjwJ0CapEBGSI7rZ2LGpKK04/cPEre1CtfzWvchxu+ZzZAHrcf7fc37Gorl+9V5ylZt1hZhyynwRdiy/RTzyuCAaSlAuGgbWzIDNSm8JI3SpGfD/5V6q8hvVwCJTi/S2nmEL4h3Prh3Rj8d5lkknYKdSlh7cvdPSN62GRvBRs8/I14dDZM/0Qb9bGDwMgB3yaNjmhETyv3S40dTxSUhW5UCEBHoL9MtGoxcNETONO8YaXG+VRItbYDab92B8+LxLaeDCKpP83gbpkRAkVG0rghl/guX5EtUiruWdoAGKvRK6pa/as0onlJ6sVx55BE= ceph-100c47f4-b5cf-11ee-95ae-87774f69a715 2024-01-18T07:00:31.115 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-18T07:00:32.755 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-18T07:00:32.755 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-18T07:00:33.672 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:33 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:32.368630+0000 mon.smithi115 (mon.0) 110 : audit [INF] from='client.? 172.21.15.115:0/2926813973' entity='client.admin' 2024-01-18T07:00:34.370 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:34 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:33.369690+0000 mon.smithi115 (mon.0) 111 : cluster [DBG] mgrmap e17: smithi115.baedxp(active, since 6s) 2024-01-18T07:00:35.281 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi132 2024-01-18T07:00:35.281 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-01-18T07:00:35.281 DEBUG:teuthology.orchestra.run.smithi132:> dd of=/etc/ceph/ceph.conf 2024-01-18T07:00:35.302 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-01-18T07:00:35.303 DEBUG:teuthology.orchestra.run.smithi132:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T07:00:35.363 INFO:tasks.cephadm:Adding host smithi132 to orchestrator... 2024-01-18T07:00:35.363 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph orch host add smithi132 2024-01-18T07:00:36.114 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:34.885485+0000 mon.smithi115 (mon.0) 112 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' 2024-01-18T07:00:36.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:35.174886+0000 mon.smithi115 (mon.0) 113 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' 2024-01-18T07:00:36.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:35.176512+0000 mon.smithi115 (mon.0) 114 : audit [DBG] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:00:36.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:35.177176+0000 mon.smithi115 (mon.0) 115 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:00:36.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cephadm 2024-01-18T07:00:35.177897+0000 mgr.smithi115.baedxp (mgr.14166) 6 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(host_pattern='*'): Cannot place : No matching hosts 2024-01-18T07:00:36.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:35.394516+0000 mon.smithi115 (mon.0) 116 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' 2024-01-18T07:00:37.114 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:36 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:35.982073+0000 mon.smithi115 (mon.0) 117 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' 2024-01-18T07:00:39.615 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:39 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:38.150415+0000 mon.smithi115 (mon.0) 118 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' 2024-01-18T07:00:39.615 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:39 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:38.414426+0000 mon.smithi115 (mon.0) 119 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' 2024-01-18T07:00:39.615 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:39 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:38.414901+0000 mon.smithi115 (mon.0) 120 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:00:39.615 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:39 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:38.417234+0000 mon.smithi115 (mon.0) 121 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' 2024-01-18T07:00:39.615 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:39 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cephadm 2024-01-18T07:00:38.423723+0000 mgr.smithi115.baedxp (mgr.14166) 7 : cephadm [INF] Deploying daemon alertmanager.smithi115 on smithi115 2024-01-18T07:00:47.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:47 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:46.561154+0000 mgr.smithi115.baedxp (mgr.14166) 8 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:00:49.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:49 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:48.561502+0000 mgr.smithi115.baedxp (mgr.14166) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:00:52.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:52 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:50.561749+0000 mgr.smithi115.baedxp (mgr.14166) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:00:54.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:54 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:52.562109+0000 mgr.smithi115.baedxp (mgr.14166) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:00:56.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:56 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:54.562459+0000 mgr.smithi115.baedxp (mgr.14166) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:00:58.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:00:58 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:56.562712+0000 mgr.smithi115.baedxp (mgr.14166) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:00:59.486 INFO:teuthology.orchestra.run.smithi132.stdout:Added host 'smithi132' with addr '172.21.15.132' 2024-01-18T07:00:59.813 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph orch host ls --format=json 2024-01-18T07:01:00.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:00 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:00:58.563054+0000 mgr.smithi115.baedxp (mgr.14166) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:00.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:00 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:58.888636+0000 mgr.smithi115.baedxp (mgr.14166) 15 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi132", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:01:00.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:00 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:00:59.485771+0000 mon.smithi115 (mon.0) 122 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' 2024-01-18T07:01:01.106 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:01:01.106 INFO:teuthology.orchestra.run.smithi132.stdout:[{"addr": "172.21.15.115", "hostname": "smithi115", "labels": [], "status": ""}, {"addr": "172.21.15.132", "hostname": "smithi132", "labels": [], "status": ""}] 2024-01-18T07:01:01.504 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-18T07:01:01.504 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph osd crush tunables default 2024-01-18T07:01:01.540 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:01 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cephadm 2024-01-18T07:00:59.486109+0000 mgr.smithi115.baedxp (mgr.14166) 16 : cephadm [INF] Added host smithi132 2024-01-18T07:01:02.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:02 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:00.563436+0000 mgr.smithi115.baedxp (mgr.14166) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:02.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:02 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:01.105983+0000 mgr.smithi115.baedxp (mgr.14166) 18 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:01:03.417 INFO:teuthology.orchestra.run.smithi115.stderr:adjusted tunables profile to default 2024-01-18T07:01:03.672 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:03 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:02.747680+0000 mon.smithi115 (mon.0) 123 : audit [INF] from='client.? 172.21.15.115:0/2685039857' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-18T07:01:03.792 INFO:tasks.cephadm:Adding mon.smithi115 on smithi115 2024-01-18T07:01:03.792 INFO:tasks.cephadm:Adding mon.smithi132 on smithi132 2024-01-18T07:01:03.793 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph orch apply mon '2;smithi115:172.21.15.115=smithi115;smithi132:172.21.15.132=smithi132' 2024-01-18T07:01:04.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:04 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:02.563664+0000 mgr.smithi115.baedxp (mgr.14166) 19 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:04.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:04 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:03.415902+0000 mon.smithi115 (mon.0) 124 : audit [INF] from='client.? 172.21.15.115:0/2685039857' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-18T07:01:04.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:04 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:03.415949+0000 mon.smithi115 (mon.0) 125 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-18T07:01:05.126 INFO:teuthology.orchestra.run.smithi132.stdout:Scheduled mon update... 2024-01-18T07:01:05.467 DEBUG:teuthology.orchestra.run.smithi132:mon.smithi132> sudo journalctl -f -n 0 -u ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mon.smithi132.service 2024-01-18T07:01:05.470 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:01:05.470 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:01:05.498 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:-- Logs begin at Thu 2024-01-18 06:52:44 UTC. -- 2024-01-18T07:01:06.614 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:06 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:04.564006+0000 mgr.smithi115.baedxp (mgr.14166) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:06.615 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:06 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:05.122123+0000 mgr.smithi115.baedxp (mgr.14166) 21 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi115:172.21.15.115=smithi115;smithi132:172.21.15.132=smithi132", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:01:06.615 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:06 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cephadm 2024-01-18T07:01:05.123495+0000 mgr.smithi115.baedxp (mgr.14166) 22 : cephadm [INF] Saving service mon spec with placement smithi115:172.21.15.115=smithi115;smithi132:172.21.15.132=smithi132;count:2 2024-01-18T07:01:06.615 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:06 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:05.126140+0000 mon.smithi115 (mon.0) 126 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' 2024-01-18T07:01:06.802 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:01:06.803 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:01:06.804 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:01:07.615 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:07 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:06.803443+0000 mon.smithi115 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.132:0/3529566079' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:01:08.172 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:01:08.172 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:01:08.615 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:08 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:06.564420+0000 mgr.smithi115.baedxp (mgr.14166) 23 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:09.567 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:01:09.567 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:01:09.568 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:01:10.614 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:10 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:08.564713+0000 mgr.smithi115.baedxp (mgr.14166) 24 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:10.615 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:10 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:09.567716+0000 mon.smithi115 (mon.0) 128 : audit [DBG] from='client.? 172.21.15.132:0/4292483711' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:01:10.907 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:01:10.907 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:01:12.288 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:01:12.288 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:01:12.289 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:01:12.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:12 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:10.565007+0000 mgr.smithi115.baedxp (mgr.14166) 25 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:12.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:12 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:12.288409+0000 mon.smithi115 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.132:0/3087590461' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:01:13.657 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:01:13.658 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:01:14.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:14 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:12.565347+0000 mgr.smithi115.baedxp (mgr.14166) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:14.988 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:01:14.988 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:01:14.989 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:01:15.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:15 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:14.988106+0000 mon.smithi115 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.132:0/3931561811' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:01:16.383 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:01:16.383 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:01:16.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:16 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:14.565581+0000 mgr.smithi115.baedxp (mgr.14166) 27 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:17.761 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:01:17.762 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:01:17.763 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:01:18.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:18 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:16.565890+0000 mgr.smithi115.baedxp (mgr.14166) 28 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:18.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:18 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:17.762319+0000 mon.smithi115 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.132:0/447606447' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:01:19.130 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:01:19.130 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:01:20.539 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:01:20.539 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:01:20.541 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:01:20.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:20 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:18.566289+0000 mgr.smithi115.baedxp (mgr.14166) 29 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:21.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:21 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:20.539771+0000 mon.smithi115 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.132:0/444515118' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:01:21.908 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:01:21.909 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:01:22.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:22 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:20.566643+0000 mgr.smithi115.baedxp (mgr.14166) 30 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:24.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:24 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:22.566918+0000 mgr.smithi115.baedxp (mgr.14166) 31 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:26.714 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:01:26.714 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:01:26.716 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:01:26.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:26 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:24.567191+0000 mgr.smithi115.baedxp (mgr.14166) 32 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:27.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:26.698023+0000 mon.smithi115 (mon.0) 133 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/mirror_snapshot_schedule"}]: dispatch 2024-01-18T07:01:27.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:26.701224+0000 mon.smithi115 (mon.0) 134 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/trash_purge_schedule"}]: dispatch 2024-01-18T07:01:27.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:26.714886+0000 mon.smithi115 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.132:0/3875866562' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:01:28.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:28 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:26.567413+0000 mgr.smithi115.baedxp (mgr.14166) 33 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:29.513 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:01:29.513 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:01:30.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:30 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:28.567671+0000 mgr.smithi115.baedxp (mgr.14166) 34 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:31.963 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:01:31.963 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:01:31.964 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:01:32.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:32 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:30.567953+0000 mgr.smithi115.baedxp (mgr.14166) 35 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:32.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:32 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:31.963515+0000 mon.smithi115 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.132:0/3822879875' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:01:33.366 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:01:33.367 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:01:34.763 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:01:34.763 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:01:34.764 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:01:34.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:34 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:32.568330+0000 mgr.smithi115.baedxp (mgr.14166) 36 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:35.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:34.763489+0000 mon.smithi115 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.132:0/3480631529' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:01:36.142 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:01:36.142 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:01:36.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:36 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:34.568598+0000 mgr.smithi115.baedxp (mgr.14166) 37 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:37.513 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:01:37.513 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:01:37.515 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:01:38.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:38 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:36.568914+0000 mgr.smithi115.baedxp (mgr.14166) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:38.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:38 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:37.514204+0000 mon.smithi115 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.132:0/3272117133' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:01:38.886 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:01:38.886 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:01:40.248 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:01:40.248 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:01:40.249 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:01:40.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:40 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:38.569265+0000 mgr.smithi115.baedxp (mgr.14166) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:40.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:40 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:40.248325+0000 mon.smithi115 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.132:0/1907094723' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:01:41.632 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:01:41.633 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:01:42.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:42 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:40.569580+0000 mgr.smithi115.baedxp (mgr.14166) 40 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:43.004 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:01:43.005 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:01:43.006 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:01:43.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:43 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:43.005448+0000 mon.smithi115 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.132:0/161759319' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:01:44.438 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:01:44.438 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:01:44.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:44 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:42.569932+0000 mgr.smithi115.baedxp (mgr.14166) 41 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:45.815 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:01:45.815 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:01:45.816 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:01:46.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:46 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:44.570268+0000 mgr.smithi115.baedxp (mgr.14166) 42 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:46.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:46 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:45.815273+0000 mon.smithi115 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.132:0/353821248' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:01:47.194 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:01:47.194 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:01:48.583 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:01:48.583 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:01:48.584 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:01:48.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:48 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:46.570550+0000 mgr.smithi115.baedxp (mgr.14166) 43 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:49.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:49 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:48.583305+0000 mon.smithi115 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.132:0/1102124955' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:01:49.909 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:01:49.909 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:01:50.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:50 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:48.570874+0000 mgr.smithi115.baedxp (mgr.14166) 44 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:51.300 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:01:51.300 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:01:51.302 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:01:51.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:51 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:50.571170+0000 mgr.smithi115.baedxp (mgr.14166) 45 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:51.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:51 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:51.301096+0000 mon.smithi115 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.132:0/875811750' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:01:52.683 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:01:52.684 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:01:54.082 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:01:54.082 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:01:54.083 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:01:54.114 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:53 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:52.571462+0000 mgr.smithi115.baedxp (mgr.14166) 46 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:55.114 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:54 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:54.082357+0000 mon.smithi115 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.132:0/1449032590' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:01:55.461 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:01:55.462 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:01:56.857 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:01:56.857 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:01:56.859 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:01:56.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:56 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:54.571803+0000 mgr.smithi115.baedxp (mgr.14166) 47 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:01:57.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:57 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:01:56.857823+0000 mon.smithi115 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.132:0/1552565623' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:01:58.705 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:01:58.705 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:01:58.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:01:58 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:56.572078+0000 mgr.smithi115.baedxp (mgr.14166) 48 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:00.130 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:02:00.130 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:02:00.131 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:02:00.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:00 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:01:58.572383+0000 mgr.smithi115.baedxp (mgr.14166) 49 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:00.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:00 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:00.130275+0000 mon.smithi115 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.132:0/1326297862' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:02:01.512 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:02:01.512 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:02:02.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:02 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:00.572664+0000 mgr.smithi115.baedxp (mgr.14166) 50 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:02.930 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:02:02.931 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:02:02.932 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:02:03.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:03 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:02.931621+0000 mon.smithi115 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.132:0/3079195684' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:02:04.315 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:02:04.315 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:02:04.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:04 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:02.572936+0000 mgr.smithi115.baedxp (mgr.14166) 51 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:05.698 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:02:05.699 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:02:05.700 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:02:06.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:06 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:04.573315+0000 mgr.smithi115.baedxp (mgr.14166) 52 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:06.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:06 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:05.699006+0000 mon.smithi115 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.132:0/148782557' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:02:07.087 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:02:07.087 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:02:08.455 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:02:08.455 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:02:08.456 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:02:08.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:08 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:06.573624+0000 mgr.smithi115.baedxp (mgr.14166) 53 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:09.847 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:02:09.848 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:02:09.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:09 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:08.455532+0000 mon.smithi115 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.132:0/1505466996' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:02:10.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:10 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:08.573917+0000 mgr.smithi115.baedxp (mgr.14166) 54 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:11.219 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:02:11.219 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:02:11.220 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:02:11.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:11 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:11.219508+0000 mon.smithi115 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.132:0/2006982612' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:02:12.601 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:02:12.601 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:02:12.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:12 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:10.574201+0000 mgr.smithi115.baedxp (mgr.14166) 55 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:14.032 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:02:14.033 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:02:14.034 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:02:14.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:14 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:12.574547+0000 mgr.smithi115.baedxp (mgr.14166) 56 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:14.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:14 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:14.032970+0000 mon.smithi115 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.132:0/2159828082' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:02:15.412 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:02:15.412 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:02:16.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:16 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:14.574903+0000 mgr.smithi115.baedxp (mgr.14166) 57 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:16.866 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:02:16.866 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:02:16.868 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:02:17.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:17 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:16.867430+0000 mon.smithi115 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.132:0/1193486757' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:02:18.263 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:02:18.263 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:02:18.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:18 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:16.575285+0000 mgr.smithi115.baedxp (mgr.14166) 58 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:19.665 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:02:19.666 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:02:19.667 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:02:20.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:20 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:18.575595+0000 mgr.smithi115.baedxp (mgr.14166) 59 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:20.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:20 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:19.665882+0000 mon.smithi115 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.132:0/2425412324' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:02:21.063 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:02:21.063 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:02:22.403 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:02:22.404 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:02:22.405 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:02:22.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:22 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:20.575923+0000 mgr.smithi115.baedxp (mgr.14166) 60 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:22.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:22 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:22.404158+0000 mon.smithi115 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.132:0/782846359' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:02:23.782 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:02:23.782 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:02:24.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:24 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:22.576282+0000 mgr.smithi115.baedxp (mgr.14166) 61 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:25.095 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:02:25.095 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:02:25.096 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:02:25.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:25 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:25.095518+0000 mon.smithi115 (mon.0) 155 : audit [DBG] from='client.? 172.21.15.132:0/311572527' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:02:26.527 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:02:26.527 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:02:26.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:26 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:24.576683+0000 mgr.smithi115.baedxp (mgr.14166) 62 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:27.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:26.699074+0000 mon.smithi115 (mon.0) 156 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/mirror_snapshot_schedule"}]: dispatch 2024-01-18T07:02:27.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:26.702301+0000 mon.smithi115 (mon.0) 157 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/trash_purge_schedule"}]: dispatch 2024-01-18T07:02:27.940 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:02:27.941 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:02:27.942 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:02:28.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:28 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:26.576979+0000 mgr.smithi115.baedxp (mgr.14166) 63 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:28.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:28 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:27.941255+0000 mon.smithi115 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.132:0/7628636' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:02:29.356 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:02:29.357 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:02:29.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:29 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:28.577215+0000 mgr.smithi115.baedxp (mgr.14166) 64 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:30.737 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:02:30.738 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:02:30.739 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:02:31.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:30.737835+0000 mon.smithi115 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.132:0/856615923' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:02:32.120 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:02:32.121 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:02:32.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:32 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:30.577561+0000 mgr.smithi115.baedxp (mgr.14166) 65 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:33.513 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:02:33.513 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:02:33.514 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:02:34.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:34 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:32.577897+0000 mgr.smithi115.baedxp (mgr.14166) 66 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:34.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:34 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:33.513058+0000 mon.smithi115 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.132:0/3941690979' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:02:34.901 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:02:34.901 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:02:36.261 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:02:36.261 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:02:36.263 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:02:36.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:36 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:34.578213+0000 mgr.smithi115.baedxp (mgr.14166) 67 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:36.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:36 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:36.261677+0000 mon.smithi115 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.132:0/4215987964' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:02:37.651 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:02:37.652 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:02:38.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:38 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:36.578501+0000 mgr.smithi115.baedxp (mgr.14166) 68 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:39.001 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:02:39.001 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:02:39.003 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:02:39.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:39 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:39.001412+0000 mon.smithi115 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.132:0/1039559250' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:02:40.371 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:02:40.371 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:02:40.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:40 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:38.578833+0000 mgr.smithi115.baedxp (mgr.14166) 69 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:41.765 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:02:41.765 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:02:41.767 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:02:42.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:42 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:40.579232+0000 mgr.smithi115.baedxp (mgr.14166) 70 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:42.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:42 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:41.765975+0000 mon.smithi115 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.132:0/837105527' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:02:43.171 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:02:43.171 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:02:44.543 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:02:44.543 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:02:44.545 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:02:44.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:44 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:42.579537+0000 mgr.smithi115.baedxp (mgr.14166) 71 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:45.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:45 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:44.543817+0000 mon.smithi115 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.132:0/1316727486' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:02:45.916 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:02:45.916 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:02:46.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:46 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:44.579809+0000 mgr.smithi115.baedxp (mgr.14166) 72 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:47.318 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:02:47.319 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:02:47.320 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:02:47.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:47 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:47.319335+0000 mon.smithi115 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.132:0/559886226' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:02:48.687 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:02:48.687 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:02:48.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:48 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:46.580151+0000 mgr.smithi115.baedxp (mgr.14166) 73 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:50.083 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:02:50.083 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:02:50.084 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:02:50.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:50 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:48.580540+0000 mgr.smithi115.baedxp (mgr.14166) 74 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:50.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:50 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:50.083077+0000 mon.smithi115 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.132:0/2474735357' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:02:51.479 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:02:51.480 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:02:52.863 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:02:52.863 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:02:52.864 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:02:52.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:52 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:50.580835+0000 mgr.smithi115.baedxp (mgr.14166) 75 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:53.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:53 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:52.863220+0000 mon.smithi115 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.132:0/52245474' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:02:54.249 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:02:54.250 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:02:54.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:54 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:52.581174+0000 mgr.smithi115.baedxp (mgr.14166) 76 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:55.634 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:02:55.635 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:02:55.636 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:02:56.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:56 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:54.581515+0000 mgr.smithi115.baedxp (mgr.14166) 77 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:56.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:56 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:55.635041+0000 mon.smithi115 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.132:0/2041508892' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:02:57.049 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:02:57.049 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:02:58.456 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:02:58.456 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:02:58.458 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:02:58.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:58 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:56.581867+0000 mgr.smithi115.baedxp (mgr.14166) 78 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:02:59.839 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:02:59.839 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:02:59.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:02:59 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:02:58.456486+0000 mon.smithi115 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.132:0/4241556706' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:03:00.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:00 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:02:58.582202+0000 mgr.smithi115.baedxp (mgr.14166) 79 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:01.242 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:03:01.242 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:03:01.244 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:03:01.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:01 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:03:01.243137+0000 mon.smithi115 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.132:0/3706958486' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:03:02.620 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:03:02.620 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:03:02.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:02 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:00.582546+0000 mgr.smithi115.baedxp (mgr.14166) 80 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:03.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:03 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:02.582884+0000 mgr.smithi115.baedxp (mgr.14166) 81 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:04.016 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:03:04.016 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:03:04.017 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:03:04.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:04 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:03:04.015748+0000 mon.smithi115 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.132:0/2965991250' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:03:05.356 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:03:05.357 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:03:06.737 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:03:06.737 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:03:06.739 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:03:06.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:06 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:04.583219+0000 mgr.smithi115.baedxp (mgr.14166) 82 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:07.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:07 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:03:06.737903+0000 mon.smithi115 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.132:0/2321788297' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:03:08.126 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:03:08.126 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:03:08.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:08 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:06.583496+0000 mgr.smithi115.baedxp (mgr.14166) 83 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:09.513 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:03:09.514 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:03:09.515 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:03:10.867 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:10 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:08.583821+0000 mgr.smithi115.baedxp (mgr.14166) 84 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:10.868 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:10 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:03:09.514065+0000 mon.smithi115 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.132:0/532495756' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:03:10.897 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:03:10.898 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:03:12.302 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:03:12.302 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:03:12.303 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:03:12.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:12 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:10.584181+0000 mgr.smithi115.baedxp (mgr.14166) 85 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:12.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:12 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:03:12.302387+0000 mon.smithi115 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.132:0/1470073690' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:03:13.706 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:03:13.706 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:03:14.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:14 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:12.584446+0000 mgr.smithi115.baedxp (mgr.14166) 86 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:15.060 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:03:15.060 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:03:15.061 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:03:15.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:15 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:03:15.060140+0000 mon.smithi115 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.132:0/1833410946' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:03:16.448 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:03:16.448 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:03:16.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:16 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:14.584774+0000 mgr.smithi115.baedxp (mgr.14166) 87 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:17.853 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:03:17.854 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:03:17.855 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:03:18.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:18 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:16.585133+0000 mgr.smithi115.baedxp (mgr.14166) 88 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:18.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:18 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:03:17.853731+0000 mon.smithi115 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.132:0/2353597348' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:03:19.238 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:03:19.239 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:03:20.598 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:03:20.598 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:03:20.600 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:03:20.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:20 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:18.585513+0000 mgr.smithi115.baedxp (mgr.14166) 89 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:21.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:21 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:03:20.598588+0000 mon.smithi115 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.132:0/3856738982' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:03:21.986 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:03:21.987 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:03:22.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:22 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:20.585855+0000 mgr.smithi115.baedxp (mgr.14166) 90 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:23.383 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:03:23.383 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:03:23.385 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:03:23.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:23 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:03:23.383670+0000 mon.smithi115 (mon.0) 178 : audit [DBG] from='client.? 172.21.15.132:0/3405546602' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:03:24.771 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:03:24.771 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:03:24.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:24 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:22.586152+0000 mgr.smithi115.baedxp (mgr.14166) 91 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:26.145 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:03:26.145 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:03:26.147 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:03:26.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:26 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:24.586394+0000 mgr.smithi115.baedxp (mgr.14166) 92 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:26.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:26 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:03:26.145773+0000 mon.smithi115 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.132:0/559967296' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:03:27.562 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:03:27.562 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:03:27.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:03:26.700170+0000 mon.smithi115 (mon.0) 180 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/mirror_snapshot_schedule"}]: dispatch 2024-01-18T07:03:27.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:03:26.703156+0000 mon.smithi115 (mon.0) 181 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/trash_purge_schedule"}]: dispatch 2024-01-18T07:03:28.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:28 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:26.586732+0000 mgr.smithi115.baedxp (mgr.14166) 93 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:28.991 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:03:28.991 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:03:28.992 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:03:29.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:29 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:03:28.990895+0000 mon.smithi115 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.132:0/459685100' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:03:30.363 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:03:30.364 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:03:30.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:30 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:28.587088+0000 mgr.smithi115.baedxp (mgr.14166) 94 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:31.799 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:03:31.799 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:03:31.801 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:03:32.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:32 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:30.587361+0000 mgr.smithi115.baedxp (mgr.14166) 95 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:32.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:32 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:03:31.799769+0000 mon.smithi115 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.132:0/3874819604' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:03:33.187 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:03:33.188 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:03:34.648 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:03:34.648 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:03:34.649 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:03:34.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:34 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:32.587609+0000 mgr.smithi115.baedxp (mgr.14166) 96 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:35.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:03:34.648225+0000 mon.smithi115 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.132:0/925004907' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:03:36.031 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:03:36.031 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:03:36.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:36 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:34.587869+0000 mgr.smithi115.baedxp (mgr.14166) 97 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:37.539 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:03:37.539 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:03:37.541 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:03:38.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:38 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:36.588217+0000 mgr.smithi115.baedxp (mgr.14166) 98 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:38.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:38 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:03:37.539908+0000 mon.smithi115 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.132:0/3258759039' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:03:38.922 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:03:38.922 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:03:40.393 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:03:40.393 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:03:40.395 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:03:40.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:40 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:38.588559+0000 mgr.smithi115.baedxp (mgr.14166) 99 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:40.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:40 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:03:40.393693+0000 mon.smithi115 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.132:0/3781351171' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:03:41.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:41 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:40.588783+0000 mgr.smithi115.baedxp (mgr.14166) 100 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:41.879 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:03:41.879 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:03:43.256 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:03:43.256 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:03:43.258 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:03:44.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:43 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:42.588984+0000 mgr.smithi115.baedxp (mgr.14166) 101 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:44.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:43 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:03:43.257022+0000 mon.smithi115 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.132:0/4119119876' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:03:44.638 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:03:44.638 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:03:46.057 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:03:46.057 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:03:46.059 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:03:46.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:46 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:44.589336+0000 mgr.smithi115.baedxp (mgr.14166) 102 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:46.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:46 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:03:46.057579+0000 mon.smithi115 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.132:0/2225682409' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:03:47.430 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:03:47.431 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:03:48.863 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:03:48.864 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:03:48.864 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:48 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:46.589713+0000 mgr.smithi115.baedxp (mgr.14166) 103 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:48.865 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:03:49.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:49 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:03:48.863787+0000 mon.smithi115 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.132:0/2127891930' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:03:50.248 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:03:50.248 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:03:50.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:50 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:48.589969+0000 mgr.smithi115.baedxp (mgr.14166) 104 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:51.667 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:03:51.667 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:03:51.668 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:03:52.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:52 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:50.590250+0000 mgr.smithi115.baedxp (mgr.14166) 105 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:52.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:52 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:03:51.666937+0000 mon.smithi115 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.132:0/1039054729' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:03:53.062 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:03:53.062 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:03:54.533 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:03:54.533 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:03:54.535 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:03:54.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:54 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:52.590528+0000 mgr.smithi115.baedxp (mgr.14166) 106 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:55.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:55 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:03:54.533808+0000 mon.smithi115 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.132:0/991046380' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:03:55.941 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:03:55.941 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:03:56.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:56 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:54.590861+0000 mgr.smithi115.baedxp (mgr.14166) 107 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:03:57.364 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:03:57.364 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:03:57.365 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:03:57.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:57 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:03:57.364389+0000 mon.smithi115 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.132:0/3441026397' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:03:58.776 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:03:58.776 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:03:58.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:03:58 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:56.591267+0000 mgr.smithi115.baedxp (mgr.14166) 108 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:00.226 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:04:00.226 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:04:00.228 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:04:00.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:00 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:03:58.591624+0000 mgr.smithi115.baedxp (mgr.14166) 109 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:00.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:00 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:00.227298+0000 mon.smithi115 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.132:0/2120063562' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:04:01.656 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:04:01.656 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:04:02.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:02 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:00.591916+0000 mgr.smithi115.baedxp (mgr.14166) 110 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:03.099 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:04:03.099 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:04:03.101 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:04:03.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:03 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:03.099282+0000 mon.smithi115 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.132:0/3366900612' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:04:04.508 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:04:04.508 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:04:04.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:04 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:02.592258+0000 mgr.smithi115.baedxp (mgr.14166) 111 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:05.923 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:04:05.923 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:04:05.924 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:04:06.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:06 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:04.592641+0000 mgr.smithi115.baedxp (mgr.14166) 112 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:06.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:06 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:05.923476+0000 mon.smithi115 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.132:0/607054600' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:04:07.343 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:04:07.344 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:04:08.852 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:04:08.852 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:04:08.853 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:04:08.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:08 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:06.592945+0000 mgr.smithi115.baedxp (mgr.14166) 113 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:09.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:09 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:08.851773+0000 mon.smithi115 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.132:0/2780195633' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:04:10.226 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:04:10.226 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:04:10.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:10 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:08.593262+0000 mgr.smithi115.baedxp (mgr.14166) 114 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:11.663 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:04:11.663 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:04:11.665 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:04:12.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:12 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:10.593580+0000 mgr.smithi115.baedxp (mgr.14166) 115 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:12.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:12 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:11.663758+0000 mon.smithi115 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.132:0/2938759517' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:04:13.054 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:04:13.054 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:04:14.539 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:04:14.540 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:04:14.541 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:04:14.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:14 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:12.594021+0000 mgr.smithi115.baedxp (mgr.14166) 116 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:15.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:15 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:14.540033+0000 mon.smithi115 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.132:0/1522571003' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:04:15.933 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:04:15.934 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:04:16.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:16 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:14.594393+0000 mgr.smithi115.baedxp (mgr.14166) 117 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:17.425 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:04:17.425 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:04:17.427 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:04:17.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:17 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:17.425540+0000 mon.smithi115 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.132:0/2509396038' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:04:18.822 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:04:18.823 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:04:18.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:18 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:16.594717+0000 mgr.smithi115.baedxp (mgr.14166) 118 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:20.247 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:04:20.247 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:04:20.248 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:04:20.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:20 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:18.595040+0000 mgr.smithi115.baedxp (mgr.14166) 119 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:20.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:20 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:20.247260+0000 mon.smithi115 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.132:0/1380048195' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:04:21.641 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:04:21.641 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:04:22.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:22 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:20.595432+0000 mgr.smithi115.baedxp (mgr.14166) 120 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:23.046 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:04:23.046 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:04:23.048 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:04:23.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:23 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:23.046308+0000 mon.smithi115 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.132:0/2175739303' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:04:24.438 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:04:24.438 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:04:24.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:24 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:22.595772+0000 mgr.smithi115.baedxp (mgr.14166) 121 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:25.890 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:04:25.890 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:04:25.892 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:04:26.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:26 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:24.596113+0000 mgr.smithi115.baedxp (mgr.14166) 122 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:26.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:26 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:25.890313+0000 mon.smithi115 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.132:0/3580224781' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:04:27.300 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:04:27.300 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:04:27.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:26.701120+0000 mon.smithi115 (mon.0) 203 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/mirror_snapshot_schedule"}]: dispatch 2024-01-18T07:04:27.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:26.703982+0000 mon.smithi115 (mon.0) 204 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/trash_purge_schedule"}]: dispatch 2024-01-18T07:04:28.753 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:04:28.753 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:04:28.754 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:04:28.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:28 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:26.596473+0000 mgr.smithi115.baedxp (mgr.14166) 123 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:29.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:29 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:28.753206+0000 mon.smithi115 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.132:0/3985305325' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:04:30.180 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:04:30.180 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:04:30.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:30 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:28.596733+0000 mgr.smithi115.baedxp (mgr.14166) 124 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:31.573 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:04:31.573 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:04:31.574 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:04:32.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:32 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:30.597063+0000 mgr.smithi115.baedxp (mgr.14166) 125 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:32.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:32 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:31.573264+0000 mon.smithi115 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.132:0/1956895010' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:04:32.984 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:04:32.984 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:04:34.433 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:04:34.433 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:04:34.435 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:04:34.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:34 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:32.597421+0000 mgr.smithi115.baedxp (mgr.14166) 126 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:34.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:34 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:34.433225+0000 mon.smithi115 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.132:0/2086031247' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:04:35.833 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:04:35.833 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:04:36.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:36 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:34.597739+0000 mgr.smithi115.baedxp (mgr.14166) 127 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:37.246 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:04:37.246 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:04:37.247 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:04:37.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:37 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:37.246425+0000 mon.smithi115 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.132:0/2250548464' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:04:38.650 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:04:38.650 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:04:38.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:38 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:36.598118+0000 mgr.smithi115.baedxp (mgr.14166) 128 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:40.036 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:04:40.036 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:04:40.037 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:04:40.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:40 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:38.598412+0000 mgr.smithi115.baedxp (mgr.14166) 129 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:40.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:40 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:40.036011+0000 mon.smithi115 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.132:0/73912131' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:04:41.429 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:04:41.430 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:04:42.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:42 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:40.598667+0000 mgr.smithi115.baedxp (mgr.14166) 130 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:42.887 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:04:42.887 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:04:42.889 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:04:43.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:43 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:42.887390+0000 mon.smithi115 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.132:0/772197202' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:04:44.279 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:04:44.280 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:04:44.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:44 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:42.598926+0000 mgr.smithi115.baedxp (mgr.14166) 131 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:45.669 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:04:45.669 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:04:45.671 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:04:46.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:46 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:44.599296+0000 mgr.smithi115.baedxp (mgr.14166) 132 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:46.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:46 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:45.669756+0000 mon.smithi115 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.132:0/3780468169' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:04:47.092 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:04:47.092 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:04:48.539 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:04:48.539 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:04:48.540 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:04:48.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:48 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:46.599651+0000 mgr.smithi115.baedxp (mgr.14166) 133 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:49.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:49 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:48.539222+0000 mon.smithi115 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.132:0/794435617' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:04:49.973 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:04:49.973 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:04:50.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:50 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:48.599993+0000 mgr.smithi115.baedxp (mgr.14166) 134 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:51.411 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:04:51.411 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:04:51.413 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:04:51.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:51 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:51.411425+0000 mon.smithi115 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.132:0/270794915' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:04:52.798 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:04:52.799 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:04:52.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:52 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:50.600355+0000 mgr.smithi115.baedxp (mgr.14166) 135 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:54.212 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:04:54.212 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:04:54.213 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:04:54.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:54 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:52.600634+0000 mgr.smithi115.baedxp (mgr.14166) 136 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:54.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:54 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:54.212279+0000 mon.smithi115 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.132:0/766707712' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:04:55.619 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:04:55.619 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:04:56.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:56 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:54.600972+0000 mgr.smithi115.baedxp (mgr.14166) 137 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:57.078 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:04:57.078 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:04:57.080 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:04:57.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:57 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:57.078841+0000 mon.smithi115 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.132:0/1264407964' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:04:58.485 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:04:58.485 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:04:58.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:04:58 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:56.601234+0000 mgr.smithi115.baedxp (mgr.14166) 138 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:04:59.959 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:04:59.959 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:04:59.961 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:05:00.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:00 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:04:58.601553+0000 mgr.smithi115.baedxp (mgr.14166) 139 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:00.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:00 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:04:59.959702+0000 mon.smithi115 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.132:0/574493655' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:05:01.365 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:05:01.365 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:05:02.834 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:05:02.835 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:05:02.836 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:05:02.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:02 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:00.601845+0000 mgr.smithi115.baedxp (mgr.14166) 140 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:03.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:03 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:02.602193+0000 mgr.smithi115.baedxp (mgr.14166) 141 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:03.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:03 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:05:02.834451+0000 mon.smithi115 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.132:0/1244437664' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:05:04.245 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:05:04.245 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:05:05.719 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:05:05.720 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:05:05.721 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:05:06.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:06 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:04.602553+0000 mgr.smithi115.baedxp (mgr.14166) 142 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:06.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:06 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:05:05.719748+0000 mon.smithi115 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.132:0/2281304163' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:05:07.110 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:05:07.110 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:05:08.601 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:05:08.601 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:05:08.602 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:05:08.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:08 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:06.602942+0000 mgr.smithi115.baedxp (mgr.14166) 143 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:09.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:09 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:05:08.601503+0000 mon.smithi115 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.132:0/2098610343' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:05:09.992 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:05:09.992 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:05:10.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:10 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:08.603213+0000 mgr.smithi115.baedxp (mgr.14166) 144 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:11.454 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:05:11.454 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:05:11.456 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:05:12.854 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:05:12.854 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:05:12.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:12 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:10.603500+0000 mgr.smithi115.baedxp (mgr.14166) 145 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:12.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:12 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:05:11.454772+0000 mon.smithi115 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.132:0/2490206663' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:05:14.280 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:05:14.280 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:05:14.282 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:05:14.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:14 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:12.603758+0000 mgr.smithi115.baedxp (mgr.14166) 146 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:14.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:14 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:05:14.280698+0000 mon.smithi115 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.132:0/1934758777' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:05:15.674 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:05:15.674 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:05:16.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:16 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:14.604083+0000 mgr.smithi115.baedxp (mgr.14166) 147 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:17.121 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:05:17.121 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:05:17.123 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:05:17.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:17 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:05:17.121962+0000 mon.smithi115 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.132:0/323607538' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:05:18.518 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:05:18.518 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:05:18.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:18 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:16.604430+0000 mgr.smithi115.baedxp (mgr.14166) 148 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:19.976 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:05:19.976 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:05:19.978 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:05:20.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:20 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:18.604758+0000 mgr.smithi115.baedxp (mgr.14166) 149 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:20.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:20 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:05:19.976548+0000 mon.smithi115 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.132:0/2016343594' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:05:21.382 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:05:21.382 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:05:22.773 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:05:22.773 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:05:22.775 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:05:22.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:22 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:20.605097+0000 mgr.smithi115.baedxp (mgr.14166) 150 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:23.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:23 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:05:22.773302+0000 mon.smithi115 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.132:0/3470053818' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:05:24.178 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:05:24.178 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:05:24.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:24 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:22.605447+0000 mgr.smithi115.baedxp (mgr.14166) 151 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:25.517 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:05:25.518 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:05:25.519 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:05:26.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:26 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:24.605707+0000 mgr.smithi115.baedxp (mgr.14166) 152 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:26.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:26 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:05:25.517847+0000 mon.smithi115 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.132:0/1341814929' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:05:26.909 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:05:26.910 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:05:27.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:05:26.702098+0000 mon.smithi115 (mon.0) 226 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/mirror_snapshot_schedule"}]: dispatch 2024-01-18T07:05:27.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:05:26.704807+0000 mon.smithi115 (mon.0) 227 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/trash_purge_schedule"}]: dispatch 2024-01-18T07:05:28.317 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:05:28.317 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:05:28.318 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:05:28.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:28 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:26.605960+0000 mgr.smithi115.baedxp (mgr.14166) 153 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:28.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:28 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:05:28.317302+0000 mon.smithi115 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.132:0/2678485997' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:05:29.740 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:05:29.740 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:05:30.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:30 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:28.606221+0000 mgr.smithi115.baedxp (mgr.14166) 154 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:31.178 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:05:31.179 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:05:31.180 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:05:31.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:05:31.178889+0000 mon.smithi115 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.132:0/2749222707' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:05:32.592 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:05:32.593 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:05:32.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:32 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:30.606568+0000 mgr.smithi115.baedxp (mgr.14166) 155 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:33.992 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:05:33.992 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:05:33.994 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:05:34.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:34 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:32.606893+0000 mgr.smithi115.baedxp (mgr.14166) 156 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:34.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:34 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:05:33.992576+0000 mon.smithi115 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.132:0/484857132' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:05:35.387 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:05:35.388 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:05:36.825 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:05:36.825 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:05:36.827 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:05:36.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:36 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:34.607296+0000 mgr.smithi115.baedxp (mgr.14166) 157 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:37.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:37 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:05:36.825041+0000 mon.smithi115 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.132:0/1302097902' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:05:38.202 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:05:38.202 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:05:38.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:38 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:36.607553+0000 mgr.smithi115.baedxp (mgr.14166) 158 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:39.613 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:05:39.613 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:05:39.615 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:05:40.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:40 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:38.607893+0000 mgr.smithi115.baedxp (mgr.14166) 159 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:40.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:40 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:05:39.613737+0000 mon.smithi115 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.132:0/33981939' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:05:41.022 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:05:41.022 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:05:42.420 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:05:42.421 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:05:42.423 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:05:42.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:42 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:40.608204+0000 mgr.smithi115.baedxp (mgr.14166) 160 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:42.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:42 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:05:42.420841+0000 mon.smithi115 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.132:0/2569303069' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:05:43.819 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:05:43.820 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:05:44.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:44 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:42.608519+0000 mgr.smithi115.baedxp (mgr.14166) 161 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:45.196 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:05:45.196 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:05:45.198 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:05:45.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:45 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:05:45.196625+0000 mon.smithi115 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.132:0/1191700953' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:05:46.589 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:05:46.590 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:05:46.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:46 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:44.608775+0000 mgr.smithi115.baedxp (mgr.14166) 162 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:47.978 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:05:47.979 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:05:47.980 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:05:48.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:48 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:46.609108+0000 mgr.smithi115.baedxp (mgr.14166) 163 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:48.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:48 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:05:47.978878+0000 mon.smithi115 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.132:0/2231815672' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:05:49.326 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:05:49.327 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:05:50.752 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:05:50.752 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:05:50.754 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:05:50.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:50 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:48.609436+0000 mgr.smithi115.baedxp (mgr.14166) 164 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:51.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:51 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:05:50.752351+0000 mon.smithi115 (mon.0) 236 : audit [DBG] from='client.? 172.21.15.132:0/466306278' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:05:52.176 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:05:52.177 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:05:52.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:52 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:50.609743+0000 mgr.smithi115.baedxp (mgr.14166) 165 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:53.533 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:05:53.533 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:05:53.534 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:05:53.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:53 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:52.610010+0000 mgr.smithi115.baedxp (mgr.14166) 166 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:54.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:54 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:05:53.533065+0000 mon.smithi115 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.132:0/2789619681' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:05:54.975 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:05:54.975 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:05:56.358 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:05:56.358 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:05:56.360 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:05:56.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:56 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:54.610303+0000 mgr.smithi115.baedxp (mgr.14166) 167 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:56.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:56 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:05:56.358709+0000 mon.smithi115 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.132:0/568218400' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:05:57.746 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:05:57.746 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:05:58.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:58 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:56.610565+0000 mgr.smithi115.baedxp (mgr.14166) 168 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:05:59.094 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:05:59.095 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:05:59.096 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:05:59.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:05:59 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:05:59.094826+0000 mon.smithi115 (mon.0) 239 : audit [DBG] from='client.? 172.21.15.132:0/1523052741' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:06:00.478 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:06:00.478 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:06:00.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:00 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:05:58.610896+0000 mgr.smithi115.baedxp (mgr.14166) 169 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:01.954 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:06:01.954 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:06:01.956 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:06:02.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:02 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:00.611291+0000 mgr.smithi115.baedxp (mgr.14166) 170 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:02.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:02 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:01.954468+0000 mon.smithi115 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.132:0/3854729437' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:06:03.351 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:06:03.351 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:06:04.750 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:06:04.751 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:06:04.752 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:06:04.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:04 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:02.611608+0000 mgr.smithi115.baedxp (mgr.14166) 171 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:05.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:05 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:04.750855+0000 mon.smithi115 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.132:0/399826350' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:06:06.146 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:06:06.147 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:06:06.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:06 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:04.611971+0000 mgr.smithi115.baedxp (mgr.14166) 172 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:07.553 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:06:07.553 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:06:07.555 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:06:08.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:08 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:06.612355+0000 mgr.smithi115.baedxp (mgr.14166) 173 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:08.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:08 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:07.553561+0000 mon.smithi115 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.132:0/3032232267' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:06:08.970 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:06:08.970 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:06:10.376 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:06:10.376 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:06:10.377 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:06:10.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:10 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:08.612669+0000 mgr.smithi115.baedxp (mgr.14166) 174 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:10.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:10 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:10.376040+0000 mon.smithi115 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.132:0/2599991598' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:06:11.763 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:06:11.763 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:06:12.790 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:12 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:10.612981+0000 mgr.smithi115.baedxp (mgr.14166) 175 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:13.207 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:06:13.207 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:06:13.209 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:06:13.752 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cephadm 2024-01-18T07:06:12.454421+0000 mgr.smithi115.baedxp (mgr.14166) 176 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-alertmanager.smithi115 2024-01-18T07:06:13.753 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: /bin/podman: stderr Error: no such container ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-alertmanager.smithi115 2024-01-18T07:06:13.753 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Deploy daemon alertmanager.smithi115 ... 2024-01-18T07:06:13.753 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-01-18T07:06:13.753 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-18T07:06:13.753 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr time="2024-01-18T07:01:15Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:06:13.753 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr time="2024-01-18T07:01:58Z" level=warning msg="Failed, retrying in 1s ... (2/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" 2024-01-18T07:06:13.753 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr time="2024-01-18T07:02:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:06:13.753 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:06:13.753 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-01-18T07:06:13.753 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-18T07:06:13.754 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr time="2024-01-18T07:04:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:06:13.754 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr time="2024-01-18T07:04:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:06:13.754 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr time="2024-01-18T07:05:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:06:13.754 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:06:13.754 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Traceback (most recent call last): 2024-01-18T07:06:13.754 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-18T07:06:13.754 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: main() 2024-01-18T07:06:13.754 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-18T07:06:13.754 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: r = ctx.func(ctx) 2024-01-18T07:06:13.754 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-18T07:06:13.754 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: return func(ctx) 2024-01-18T07:06:13.754 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-01-18T07:06:13.755 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-01-18T07:06:13.755 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-01-18T07:06:13.755 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-01-18T07:06:13.755 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-01-18T07:06:13.755 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: raise RuntimeError('uid/gid not found') 2024-01-18T07:06:13.755 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: RuntimeError: uid/gid not found 2024-01-18T07:06:13.755 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Traceback (most recent call last): 2024-01-18T07:06:13.755 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-01-18T07:06:13.755 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: yield (conn, connr) 2024-01-18T07:06:13.755 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-01-18T07:06:13.755 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: code, '\n'.join(err))) 2024-01-18T07:06:13.755 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 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-100c47f4-b5cf-11ee-95ae-87774f69a715-alertmanager.smithi115 2024-01-18T07:06:13.755 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: /bin/podman: stderr Error: no such container ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-alertmanager.smithi115 2024-01-18T07:06:13.755 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Deploy daemon alertmanager.smithi115 ... 2024-01-18T07:06:13.756 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-01-18T07:06:13.756 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-18T07:06:13.756 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr time="2024-01-18T07:01:15Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:06:13.756 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr time="2024-01-18T07:01:58Z" level=warning msg="Failed, retrying in 1s ... (2/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" 2024-01-18T07:06:13.756 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr time="2024-01-18T07:02:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:06:13.756 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:06:13.756 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-01-18T07:06:13.756 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-18T07:06:13.756 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr time="2024-01-18T07:04:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:06:13.756 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr time="2024-01-18T07:04:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:06:13.756 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr time="2024-01-18T07:05:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:06:13.756 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:06:13.757 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Traceback (most recent call last): 2024-01-18T07:06:13.757 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-18T07:06:13.757 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: main() 2024-01-18T07:06:13.757 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-18T07:06:13.757 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: r = ctx.func(ctx) 2024-01-18T07:06:13.757 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-18T07:06:13.757 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: return func(ctx) 2024-01-18T07:06:13.757 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-01-18T07:06:13.757 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-01-18T07:06:13.757 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-01-18T07:06:13.757 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-01-18T07:06:13.757 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-01-18T07:06:13.757 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: raise RuntimeError('uid/gid not found') 2024-01-18T07:06:13.758 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: RuntimeError: uid/gid not found 2024-01-18T07:06:13.758 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cephadm 2024-01-18T07:06:12.454700+0000 mgr.smithi115.baedxp (mgr.14166) 177 : cephadm [ERR] Failed while placing alertmanager.smithi115 on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-alertmanager.smithi115 2024-01-18T07:06:13.758 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: /bin/podman: stderr Error: no such container ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-alertmanager.smithi115 2024-01-18T07:06:13.758 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Deploy daemon alertmanager.smithi115 ... 2024-01-18T07:06:13.758 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-01-18T07:06:13.758 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-18T07:06:13.758 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr time="2024-01-18T07:01:15Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:06:13.758 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr time="2024-01-18T07:01:58Z" level=warning msg="Failed, retrying in 1s ... (2/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" 2024-01-18T07:06:13.758 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr time="2024-01-18T07:02:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:06:13.758 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:06:13.758 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 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=smithi115 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-01-18T07:06:13.759 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-18T07:06:13.759 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr time="2024-01-18T07:04:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:06:13.759 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr time="2024-01-18T07:04:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:06:13.759 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr time="2024-01-18T07:05:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:06:13.759 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:06:13.759 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Traceback (most recent call last): 2024-01-18T07:06:13.759 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-18T07:06:13.760 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: main() 2024-01-18T07:06:13.760 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-18T07:06:13.760 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: r = ctx.func(ctx) 2024-01-18T07:06:13.760 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-18T07:06:13.760 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: return func(ctx) 2024-01-18T07:06:13.760 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-01-18T07:06:13.760 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-01-18T07:06:13.760 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-01-18T07:06:13.760 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-01-18T07:06:13.760 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-01-18T07:06:13.760 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: raise RuntimeError('uid/gid not found') 2024-01-18T07:06:13.760 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: RuntimeError: uid/gid not found 2024-01-18T07:06:13.760 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:12.456286+0000 mon.smithi115 (mon.0) 244 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi115", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T07:06:13.760 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:12.461318+0000 mon.smithi115 (mon.0) 245 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi115", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-18T07:06:13.761 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:12.462031+0000 mon.smithi115 (mon.0) 246 : audit [DBG] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:06:13.761 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cephadm 2024-01-18T07:06:12.462712+0000 mgr.smithi115.baedxp (mgr.14166) 178 : cephadm [INF] Deploying daemon crash.smithi115 on smithi115 2024-01-18T07:06:13.761 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:13.207609+0000 mon.smithi115 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.132:0/3233296627' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:06:14.592 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:06:14.592 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:06:14.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:14 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:12.613247+0000 mgr.smithi115.baedxp (mgr.14166) 179 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:14.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:14 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:13.899526+0000 mon.smithi115 (mon.0) 248 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' 2024-01-18T07:06:14.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:14 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:13.992554+0000 mon.smithi115 (mon.0) 249 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' 2024-01-18T07:06:14.866 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:14 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:13.994403+0000 mon.smithi115 (mon.0) 250 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' 2024-01-18T07:06:14.866 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:14 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:13.994737+0000 mon.smithi115 (mon.0) 251 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-18T07:06:14.866 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:14 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:13.997155+0000 mon.smithi115 (mon.0) 252 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' 2024-01-18T07:06:15.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:15 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:13.995038+0000 mgr.smithi115.baedxp (mgr.14166) 180 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-18T07:06:15.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:15 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cephadm 2024-01-18T07:06:13.999935+0000 mgr.smithi115.baedxp (mgr.14166) 181 : cephadm [INF] Deploying daemon grafana.smithi115 on smithi115 2024-01-18T07:06:16.071 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:06:16.071 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:06:16.073 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:06:16.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:16 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:14.613506+0000 mgr.smithi115.baedxp (mgr.14166) 182 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:16.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:16 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:16.071213+0000 mon.smithi115 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.132:0/2693886746' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:06:17.459 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:06:17.459 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:06:18.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:17 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:16.613823+0000 mgr.smithi115.baedxp (mgr.14166) 183 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:18.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:17 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:16.705739+0000 mon.smithi115 (mon.0) 254 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' 2024-01-18T07:06:18.929 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:06:18.929 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:06:18.931 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:06:20.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:19 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:18.614194+0000 mgr.smithi115.baedxp (mgr.14166) 184 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:20.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:19 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:18.929380+0000 mon.smithi115 (mon.0) 255 : audit [DBG] from='client.? 172.21.15.132:0/2255275683' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:06:20.341 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:06:20.342 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:06:21.823 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:06:21.823 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:06:21.824 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:06:22.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:22 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:20.614485+0000 mgr.smithi115.baedxp (mgr.14166) 185 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:22.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:22 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:21.823179+0000 mon.smithi115 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.132:0/2665125214' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:06:23.228 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:06:23.228 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:06:24.687 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:06:24.687 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:06:24.689 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:06:24.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:24 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:22.614722+0000 mgr.smithi115.baedxp (mgr.14166) 186 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:25.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:25 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:24.687727+0000 mon.smithi115 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.132:0/2122617552' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:06:26.075 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:06:26.075 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:06:26.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:26 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:24.614947+0000 mgr.smithi115.baedxp (mgr.14166) 187 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:27.521 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:06:27.521 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:06:27.522 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:06:27.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:26.702974+0000 mon.smithi115 (mon.0) 258 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/mirror_snapshot_schedule"}]: dispatch 2024-01-18T07:06:27.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:26.705527+0000 mon.smithi115 (mon.0) 259 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/trash_purge_schedule"}]: dispatch 2024-01-18T07:06:28.759 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:28 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:26.615171+0000 mgr.smithi115.baedxp (mgr.14166) 188 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:28.759 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:28 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:27.521494+0000 mon.smithi115 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.132:0/3693587314' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:06:28.967 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:06:28.968 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:06:30.474 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:06:30.474 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:06:30.475 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:06:30.615 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:30 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:28.615397+0000 mgr.smithi115.baedxp (mgr.14166) 189 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:30.615 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:30 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:29.888935+0000 mon.smithi115 (mon.0) 261 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' 2024-01-18T07:06:31.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cephadm 2024-01-18T07:06:29.891146+0000 mgr.smithi115.baedxp (mgr.14166) 190 : cephadm [INF] Deploying daemon node-exporter.smithi115 on smithi115 2024-01-18T07:06:31.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:30.473669+0000 mon.smithi115 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.132:0/251045209' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:06:31.882 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:06:31.882 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:06:32.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:32 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:30.615653+0000 mgr.smithi115.baedxp (mgr.14166) 191 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:32.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:32 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:31.708550+0000 mon.smithi115 (mon.0) 263 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' 2024-01-18T07:06:33.330 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:06:33.331 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:06:33.332 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:06:33.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:33 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:33.330983+0000 mon.smithi115 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.132:0/504941480' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:06:34.725 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:06:34.726 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:06:34.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:34 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:32.615957+0000 mgr.smithi115.baedxp (mgr.14166) 192 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:36.196 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:06:36.196 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:06:36.198 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:06:36.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:36 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:34.616323+0000 mgr.smithi115.baedxp (mgr.14166) 193 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:36.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:36 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:36.196580+0000 mon.smithi115 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.132:0/2127635100' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:06:37.605 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:06:37.606 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:06:38.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:38 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:36.616704+0000 mgr.smithi115.baedxp (mgr.14166) 194 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:39.099 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:06:39.099 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:06:39.100 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:06:39.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:39 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:39.099337+0000 mon.smithi115 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.132:0/3887639263' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:06:40.528 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:06:40.529 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:06:40.867 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:40 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:38.617103+0000 mgr.smithi115.baedxp (mgr.14166) 195 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:41.906 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:06:41.907 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:06:41.908 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:06:42.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:42 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:40.617441+0000 mgr.smithi115.baedxp (mgr.14166) 196 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:42.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:42 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:41.906926+0000 mon.smithi115 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.132:0/3328211443' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:06:43.301 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:06:43.301 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:06:44.738 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:06:44.738 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:06:44.739 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:06:44.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:44 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:42.617825+0000 mgr.smithi115.baedxp (mgr.14166) 197 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:45.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:45 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:44.738149+0000 mon.smithi115 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.132:0/3350013031' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:06:46.128 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:06:46.128 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:06:46.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:46 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:44.618216+0000 mgr.smithi115.baedxp (mgr.14166) 198 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:47.535 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:06:47.535 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:06:47.537 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:06:48.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:48 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:46.618538+0000 mgr.smithi115.baedxp (mgr.14166) 199 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:48.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:48 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:47.535368+0000 mon.smithi115 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.132:0/205638181' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:06:48.929 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:06:48.930 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:06:50.352 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:06:50.352 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:06:50.353 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:06:50.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:50 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:48.618907+0000 mgr.smithi115.baedxp (mgr.14166) 200 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:50.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:50 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:50.352025+0000 mon.smithi115 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.132:0/4130421183' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:06:51.746 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:06:51.746 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:06:52.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:52 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:50.619321+0000 mgr.smithi115.baedxp (mgr.14166) 201 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:53.175 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:06:53.175 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:06:53.177 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:06:53.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:53 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:53.175512+0000 mon.smithi115 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.132:0/1917501413' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:06:54.560 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:06:54.561 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:06:54.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:54 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:52.619682+0000 mgr.smithi115.baedxp (mgr.14166) 202 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:56.055 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:06:56.055 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:06:56.056 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:06:56.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:56 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:54.619902+0000 mgr.smithi115.baedxp (mgr.14166) 203 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:56.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:56 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:56.055422+0000 mon.smithi115 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.132:0/2600145550' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:06:57.450 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:06:57.451 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:06:58.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:58 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:56.620269+0000 mgr.smithi115.baedxp (mgr.14166) 204 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:06:58.921 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:06:58.922 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:06:58.923 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:06:59.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:06:59 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:06:58.921673+0000 mon.smithi115 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.132:0/703096367' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:07:00.307 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:07:00.307 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:07:00.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:00 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:06:58.620561+0000 mgr.smithi115.baedxp (mgr.14166) 205 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:01.727 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:07:01.727 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:07:01.729 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:07:02.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:02 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:00.620839+0000 mgr.smithi115.baedxp (mgr.14166) 206 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:02.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:02 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:07:01.727282+0000 mon.smithi115 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.132:0/2055015206' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:07:03.161 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:07:03.162 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:07:04.584 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:07:04.584 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:07:04.586 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:07:04.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:04 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:02.621174+0000 mgr.smithi115.baedxp (mgr.14166) 207 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:05.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:05 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:07:04.584403+0000 mon.smithi115 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.132:0/1322262415' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:07:06.009 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:07:06.009 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:07:06.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:06 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:04.621526+0000 mgr.smithi115.baedxp (mgr.14166) 208 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:07.425 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:07:07.425 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:07:07.427 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:07:07.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:07 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:07:07.425591+0000 mon.smithi115 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.132:0/2295038999' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:07:08.849 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:07:08.849 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:07:08.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:08 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:06.621878+0000 mgr.smithi115.baedxp (mgr.14166) 209 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:10.282 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:07:10.283 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:07:10.284 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:07:10.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:10 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:08.622276+0000 mgr.smithi115.baedxp (mgr.14166) 210 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:10.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:10 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:07:10.282814+0000 mon.smithi115 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.132:0/445481536' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:07:11.685 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:07:11.685 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:07:12.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:12 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:10.622579+0000 mgr.smithi115.baedxp (mgr.14166) 211 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:13.108 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:07:13.108 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:07:13.109 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:07:13.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:07:13.108210+0000 mon.smithi115 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.132:0/945471626' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:07:14.542 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:07:14.542 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:07:14.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:14 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:12.622932+0000 mgr.smithi115.baedxp (mgr.14166) 212 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:15.982 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:07:15.982 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:07:15.984 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:07:16.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:16 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:14.623232+0000 mgr.smithi115.baedxp (mgr.14166) 213 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:16.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:16 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:07:15.982646+0000 mon.smithi115 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.132:0/558228226' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:07:17.427 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:07:17.428 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:07:18.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:18 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:16.623598+0000 mgr.smithi115.baedxp (mgr.14166) 214 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:18.929 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:07:18.929 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:07:18.931 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:07:19.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:19 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:07:18.929387+0000 mon.smithi115 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.132:0/2355373188' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:07:20.368 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:07:20.368 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:07:20.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:20 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:18.623984+0000 mgr.smithi115.baedxp (mgr.14166) 215 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:21.815 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:07:21.815 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:07:21.817 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:07:22.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:22 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:20.624327+0000 mgr.smithi115.baedxp (mgr.14166) 216 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:22.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:22 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:07:21.815221+0000 mon.smithi115 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.132:0/2983982618' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:07:23.238 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:07:23.238 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:07:24.704 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:07:24.704 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:07:24.705 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:07:24.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:24 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:22.624661+0000 mgr.smithi115.baedxp (mgr.14166) 217 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:25.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:25 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:07:24.701926+0000 mon.smithi115 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.132:0/1433949047' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:07:26.131 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:07:26.131 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:07:26.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:26 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:24.624991+0000 mgr.smithi115.baedxp (mgr.14166) 218 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:27.570 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:07:27.570 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:07:27.572 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:07:27.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:07:26.704026+0000 mon.smithi115 (mon.0) 283 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/mirror_snapshot_schedule"}]: dispatch 2024-01-18T07:07:27.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:07:26.706631+0000 mon.smithi115 (mon.0) 284 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/trash_purge_schedule"}]: dispatch 2024-01-18T07:07:28.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:28 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:26.625384+0000 mgr.smithi115.baedxp (mgr.14166) 219 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:28.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:28 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:07:27.570670+0000 mon.smithi115 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.132:0/1109204173' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:07:29.001 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:07:29.001 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:07:30.459 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:07:30.459 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:07:30.461 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:07:30.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:30 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:28.625766+0000 mgr.smithi115.baedxp (mgr.14166) 220 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:30.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:30 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:07:30.460108+0000 mon.smithi115 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.132:0/3161450673' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:07:31.895 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:07:31.895 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:07:32.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:32 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:30.626121+0000 mgr.smithi115.baedxp (mgr.14166) 221 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:33.337 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:07:33.337 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:07:33.338 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:07:33.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:33 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:07:33.337012+0000 mon.smithi115 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.132:0/4183387647' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:07:34.762 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:07:34.763 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:07:34.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:34 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:32.626485+0000 mgr.smithi115.baedxp (mgr.14166) 222 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:36.205 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:07:36.205 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:07:36.206 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:07:36.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:36 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:34.626842+0000 mgr.smithi115.baedxp (mgr.14166) 223 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:36.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:36 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:07:36.204864+0000 mon.smithi115 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.132:0/199477312' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:07:37.593 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:07:37.594 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:07:38.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:38 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:36.627120+0000 mgr.smithi115.baedxp (mgr.14166) 224 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:39.035 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:07:39.035 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:07:39.037 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:07:39.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:39 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:07:39.035488+0000 mon.smithi115 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.132:0/1126543623' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:07:40.462 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:07:40.462 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:07:40.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:40 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:38.627480+0000 mgr.smithi115.baedxp (mgr.14166) 225 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:41.931 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:07:41.931 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:07:41.933 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:07:42.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:42 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:40.627845+0000 mgr.smithi115.baedxp (mgr.14166) 226 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:42.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:42 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:07:41.931421+0000 mon.smithi115 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.132:0/2360404779' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:07:43.346 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:07:43.347 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:07:44.771 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:07:44.771 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:07:44.772 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:07:44.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:44 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:42.628220+0000 mgr.smithi115.baedxp (mgr.14166) 227 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:45.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:45 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:07:44.771267+0000 mon.smithi115 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.132:0/2627145696' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:07:46.209 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:07:46.209 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:07:46.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:46 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:44.628536+0000 mgr.smithi115.baedxp (mgr.14166) 228 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:47.655 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:07:47.655 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:07:47.657 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:07:48.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:48 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:46.628876+0000 mgr.smithi115.baedxp (mgr.14166) 229 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:48.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:48 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:07:47.655552+0000 mon.smithi115 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.132:0/4065166874' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:07:49.055 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:07:49.056 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:07:50.519 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:07:50.519 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:07:50.521 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:07:50.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:50 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:48.629275+0000 mgr.smithi115.baedxp (mgr.14166) 230 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:51.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:51 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:07:50.519339+0000 mon.smithi115 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.132:0/1370532885' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:07:51.918 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:07:51.919 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:07:52.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:52 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:50.629533+0000 mgr.smithi115.baedxp (mgr.14166) 231 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:53.336 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:07:53.336 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:07:53.337 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:07:53.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:53 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:07:53.336225+0000 mon.smithi115 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.132:0/3433051800' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:07:54.723 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:07:54.723 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:07:54.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:54 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:52.629791+0000 mgr.smithi115.baedxp (mgr.14166) 232 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:56.123 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:07:56.123 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:07:56.125 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:07:56.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:56 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:54.630119+0000 mgr.smithi115.baedxp (mgr.14166) 233 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:56.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:56 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:07:56.123606+0000 mon.smithi115 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.132:0/2679438450' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:07:57.572 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:07:57.572 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:07:58.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:58 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:56.630405+0000 mgr.smithi115.baedxp (mgr.14166) 234 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:07:58.985 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:07:58.985 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:07:58.986 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:07:59.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:07:59 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:07:58.984511+0000 mon.smithi115 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.132:0/101704456' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:08:00.388 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:08:00.388 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:08:00.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:00 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:07:58.630657+0000 mgr.smithi115.baedxp (mgr.14166) 235 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:01.785 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:08:01.786 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:08:01.787 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:08:02.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:02 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:00.631034+0000 mgr.smithi115.baedxp (mgr.14166) 236 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:02.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:02 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:01.785844+0000 mon.smithi115 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.132:0/4174539062' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:08:03.168 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:08:03.168 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:08:04.601 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:08:04.601 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:08:04.602 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:08:04.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:04 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:02.631405+0000 mgr.smithi115.baedxp (mgr.14166) 237 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:05.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:05 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:04.600666+0000 mon.smithi115 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.132:0/3165149346' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:08:05.991 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:08:05.991 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:08:06.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:06 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:04.631717+0000 mgr.smithi115.baedxp (mgr.14166) 238 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:07.512 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:08:07.512 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:08:07.514 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:08:08.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:08 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:06.632054+0000 mgr.smithi115.baedxp (mgr.14166) 239 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:08.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:08 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:07.512667+0000 mon.smithi115 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.132:0/1923299121' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:08:08.941 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:08:08.942 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:08:09.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:09 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:08.632409+0000 mgr.smithi115.baedxp (mgr.14166) 240 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:10.346 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:08:10.346 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:08:10.348 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:08:10.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:10 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:10.346510+0000 mon.smithi115 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.132:0/1435450895' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:08:11.759 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:08:11.760 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:08:11.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:11 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:10.632779+0000 mgr.smithi115.baedxp (mgr.14166) 241 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:13.180 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:08:13.180 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:08:13.182 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:08:14.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:12.633155+0000 mgr.smithi115.baedxp (mgr.14166) 242 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:14.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:13.180477+0000 mon.smithi115 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.132:0/1067694064' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:08:14.605 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:08:14.605 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:08:16.001 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:08:16.001 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:08:16.002 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:08:16.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:16 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:14.633463+0000 mgr.smithi115.baedxp (mgr.14166) 243 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:16.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:16 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:16.000715+0000 mon.smithi115 (mon.0) 302 : audit [DBG] from='client.? 172.21.15.132:0/2479955766' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:08:17.388 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:08:17.389 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:08:18.804 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:08:18.804 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:08:18.805 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:08:18.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:18 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:16.633807+0000 mgr.smithi115.baedxp (mgr.14166) 244 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:19.866 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:19 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:18.804057+0000 mon.smithi115 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.132:0/2515938240' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:08:20.197 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:08:20.198 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:08:20.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:20 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:18.634073+0000 mgr.smithi115.baedxp (mgr.14166) 245 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:21.580 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:08:21.580 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:08:21.581 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:08:22.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:22 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:20.634358+0000 mgr.smithi115.baedxp (mgr.14166) 246 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:22.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:22 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:21.580097+0000 mon.smithi115 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.132:0/3259521723' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:08:23.013 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:08:23.013 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:08:24.463 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:08:24.463 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:08:24.464 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:08:24.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:24 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:22.634704+0000 mgr.smithi115.baedxp (mgr.14166) 247 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:24.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:24 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:24.462797+0000 mon.smithi115 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.132:0/178888290' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:08:25.897 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:08:25.898 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:08:26.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:26 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:24.635019+0000 mgr.smithi115.baedxp (mgr.14166) 248 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:27.263 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:08:27.264 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:08:27.265 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:08:27.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:26.705127+0000 mon.smithi115 (mon.0) 306 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/mirror_snapshot_schedule"}]: dispatch 2024-01-18T07:08:27.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:26.707491+0000 mon.smithi115 (mon.0) 307 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/trash_purge_schedule"}]: dispatch 2024-01-18T07:08:27.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:27.263964+0000 mon.smithi115 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.132:0/1256295283' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:08:28.663 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:08:28.663 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:08:28.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:28 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:26.635370+0000 mgr.smithi115.baedxp (mgr.14166) 249 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:30.061 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:08:30.061 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:08:30.062 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:08:30.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:30 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:28.635669+0000 mgr.smithi115.baedxp (mgr.14166) 250 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:30.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:30 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:30.060992+0000 mon.smithi115 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.132:0/2096640273' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:08:31.473 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:08:31.473 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:08:31.866 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cephadm 2024-01-18T07:08:30.402853+0000 mgr.smithi115.baedxp (mgr.14166) 251 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-node-exporter.smithi115 2024-01-18T07:08:31.866 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: /bin/podman: stderr Error: no such container ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-node-exporter.smithi115 2024-01-18T07:08:31.866 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Deploy daemon node-exporter.smithi115 ... 2024-01-18T07:08:31.866 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Verifying port 9100 ... 2024-01-18T07:08:31.866 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Non-zero exit code 1 from systemctl start ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@node-exporter.smithi115 2024-01-18T07:08:31.866 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: systemctl: stderr Job for ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded. 2024-01-18T07:08:31.866 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: systemctl: stderr See "systemctl status ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-01-18T07:08:31.866 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Traceback (most recent call last): 2024-01-18T07:08:31.866 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-18T07:08:31.866 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: main() 2024-01-18T07:08:31.867 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-18T07:08:31.867 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: r = ctx.func(ctx) 2024-01-18T07:08:31.867 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-18T07:08:31.867 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: return func(ctx) 2024-01-18T07:08:31.867 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-18T07:08:31.867 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: ports=daemon_ports) 2024-01-18T07:08:31.867 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-01-18T07:08:31.867 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-18T07:08:31.867 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-01-18T07:08:31.867 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-18T07:08:31.867 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-18T07:08:31.867 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-18T07:08:31.867 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: RuntimeError: Failed command: systemctl start ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@node-exporter.smithi115 2024-01-18T07:08:31.867 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Traceback (most recent call last): 2024-01-18T07:08:31.868 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-01-18T07:08:31.868 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: yield (conn, connr) 2024-01-18T07:08:31.868 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-01-18T07:08:31.868 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: code, '\n'.join(err))) 2024-01-18T07:08:31.868 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: 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-100c47f4-b5cf-11ee-95ae-87774f69a715-node-exporter.smithi115 2024-01-18T07:08:31.868 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: /bin/podman: stderr Error: no such container ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-node-exporter.smithi115 2024-01-18T07:08:31.868 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Deploy daemon node-exporter.smithi115 ... 2024-01-18T07:08:31.868 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Verifying port 9100 ... 2024-01-18T07:08:31.868 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Non-zero exit code 1 from systemctl start ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@node-exporter.smithi115 2024-01-18T07:08:31.868 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: systemctl: stderr Job for ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded. 2024-01-18T07:08:31.868 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: systemctl: stderr See "systemctl status ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-01-18T07:08:31.868 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Traceback (most recent call last): 2024-01-18T07:08:31.868 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-18T07:08:31.868 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: main() 2024-01-18T07:08:31.869 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-18T07:08:31.869 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: r = ctx.func(ctx) 2024-01-18T07:08:31.869 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-18T07:08:31.869 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: return func(ctx) 2024-01-18T07:08:31.869 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-18T07:08:31.869 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: ports=daemon_ports) 2024-01-18T07:08:31.869 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-01-18T07:08:31.869 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-18T07:08:31.869 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-01-18T07:08:31.869 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-18T07:08:31.869 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-18T07:08:31.869 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-18T07:08:31.870 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: RuntimeError: Failed command: systemctl start ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@node-exporter.smithi115 2024-01-18T07:08:31.870 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cephadm 2024-01-18T07:08:30.403051+0000 mgr.smithi115.baedxp (mgr.14166) 252 : cephadm [ERR] Failed while placing node-exporter.smithi115 on smithi115: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-node-exporter.smithi115 2024-01-18T07:08:31.870 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: /bin/podman: stderr Error: no such container ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-node-exporter.smithi115 2024-01-18T07:08:31.870 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Deploy daemon node-exporter.smithi115 ... 2024-01-18T07:08:31.870 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Verifying port 9100 ... 2024-01-18T07:08:31.870 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Non-zero exit code 1 from systemctl start ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@node-exporter.smithi115 2024-01-18T07:08:31.870 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: systemctl: stderr Job for ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@node-exporter.smithi115.service failed because a timeout was exceeded. 2024-01-18T07:08:31.870 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: systemctl: stderr See "systemctl status ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@node-exporter.smithi115.service" and "journalctl -xe" for details. 2024-01-18T07:08:31.870 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: Traceback (most recent call last): 2024-01-18T07:08:31.870 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-18T07:08:31.870 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: main() 2024-01-18T07:08:31.870 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-18T07:08:31.870 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: r = ctx.func(ctx) 2024-01-18T07:08:31.870 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-18T07:08:31.871 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: return func(ctx) 2024-01-18T07:08:31.871 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-18T07:08:31.871 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: ports=daemon_ports) 2024-01-18T07:08:31.871 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-01-18T07:08:31.871 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-18T07:08:31.871 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-01-18T07:08:31.871 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-18T07:08:31.871 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: File "/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-18T07:08:31.871 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-18T07:08:31.871 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: RuntimeError: Failed command: systemctl start ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@node-exporter.smithi115 2024-01-18T07:08:31.871 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:31 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cephadm 2024-01-18T07:08:30.408945+0000 mgr.smithi115.baedxp (mgr.14166) 253 : cephadm [INF] Deploying daemon prometheus.smithi115 on smithi115 2024-01-18T07:08:32.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:32 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:30.635915+0000 mgr.smithi115.baedxp (mgr.14166) 254 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:32.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:32 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:31.714709+0000 mon.smithi115 (mon.0) 310 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' 2024-01-18T07:08:32.877 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:08:32.877 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:08:32.879 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:08:33.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:33 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:32.877566+0000 mon.smithi115 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.132:0/1734855007' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:08:34.259 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:08:34.259 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:08:34.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:34 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:32.636263+0000 mgr.smithi115.baedxp (mgr.14166) 255 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:35.664 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:08:35.664 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:08:35.666 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:08:36.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:36 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:34.636643+0000 mgr.smithi115.baedxp (mgr.14166) 256 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:36.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:36 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:35.664198+0000 mon.smithi115 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.132:0/4090085372' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:08:37.080 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:08:37.081 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:08:38.483 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:08:38.484 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:08:38.485 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:08:38.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:38 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:36.637045+0000 mgr.smithi115.baedxp (mgr.14166) 257 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:38.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:38 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:38.483808+0000 mon.smithi115 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.132:0/2012901100' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:08:39.873 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:08:39.873 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:08:40.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:40 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:38.637416+0000 mgr.smithi115.baedxp (mgr.14166) 258 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:41.282 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:08:41.282 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:08:41.284 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:08:41.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:41 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:41.282128+0000 mon.smithi115 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.132:0/797290063' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:08:42.721 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:08:42.721 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:08:42.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:42 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:40.637677+0000 mgr.smithi115.baedxp (mgr.14166) 259 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:44.172 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:08:44.172 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:08:44.174 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:08:44.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:44 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:42.638015+0000 mgr.smithi115.baedxp (mgr.14166) 260 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:44.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:44 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:44.172178+0000 mon.smithi115 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.132:0/1650307003' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:08:45.579 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:08:45.580 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:08:46.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:46 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:44.638403+0000 mgr.smithi115.baedxp (mgr.14166) 261 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:46.977 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:08:46.977 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:08:46.978 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:08:47.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:47 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:46.976871+0000 mon.smithi115 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.132:0/3150625903' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:08:48.357 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:08:48.357 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:08:48.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:48 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:46.638686+0000 mgr.smithi115.baedxp (mgr.14166) 262 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:49.748 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:08:49.748 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:08:49.749 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:08:50.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:50 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:48.638901+0000 mgr.smithi115.baedxp (mgr.14166) 263 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:50.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:50 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:49.748063+0000 mon.smithi115 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.132:0/131742591' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:08:51.152 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:08:51.152 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:08:51.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:51 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:50.639258+0000 mgr.smithi115.baedxp (mgr.14166) 264 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:52.568 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:08:52.568 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:08:52.570 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:08:53.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:52 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:52.568087+0000 mon.smithi115 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.132:0/3762272651' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:08:53.972 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:08:53.972 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:08:54.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:53 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:52.639610+0000 mgr.smithi115.baedxp (mgr.14166) 265 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:55.356 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:08:55.356 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:08:55.357 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:08:56.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:55 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:54.639891+0000 mgr.smithi115.baedxp (mgr.14166) 266 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:56.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:55 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:55.356047+0000 mon.smithi115 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.132:0/821653199' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:08:56.750 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:08:56.750 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:08:58.116 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:57 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:56.640162+0000 mgr.smithi115.baedxp (mgr.14166) 267 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:08:58.233 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:08:58.233 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:08:58.235 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:08:59.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:58 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:08:58.233009+0000 mon.smithi115 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.132:0/3220467045' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:08:59.623 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:08:59.624 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:09:00.115 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:08:59 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:08:58.640479+0000 mgr.smithi115.baedxp (mgr.14166) 268 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:09:01.146 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:09:01.162 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:09:01.163 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:09:01.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:01 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:09:01.146747+0000 mon.smithi115 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.132:0/1015760154' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:09:02.546 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:09:02.546 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:09:02.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:02 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:09:00.640814+0000 mgr.smithi115.baedxp (mgr.14166) 269 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:09:03.989 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:09:03.990 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:09:03.991 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:09:04.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:04 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:09:02.641112+0000 mgr.smithi115.baedxp (mgr.14166) 270 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:09:04.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:04 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:09:03.989794+0000 mon.smithi115 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.132:0/1192192721' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:09:05.391 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:09:05.392 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:09:06.831 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:09:06.831 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:09:06.833 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:09:06.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:06 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:09:04.641370+0000 mgr.smithi115.baedxp (mgr.14166) 271 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:09:07.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:07 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:09:06.831335+0000 mon.smithi115 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.132:0/1692932868' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:09:08.240 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:09:08.240 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:09:08.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:08 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:09:06.641604+0000 mgr.smithi115.baedxp (mgr.14166) 272 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:09:09.738 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:09:09.738 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:09:09.740 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:09:10.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:10 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:09:08.641891+0000 mgr.smithi115.baedxp (mgr.14166) 273 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:09:10.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:10 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:09:09.738106+0000 mon.smithi115 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.132:0/2364719359' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:09:11.151 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:09:11.151 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:09:12.591 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:09:12.591 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:09:12.593 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:09:12.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:12 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:09:10.642259+0000 mgr.smithi115.baedxp (mgr.14166) 274 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:09:13.615 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:13 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:09:12.591573+0000 mon.smithi115 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.132:0/760937338' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:09:13.988 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:09:13.988 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:09:14.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:14 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:09:12.642540+0000 mgr.smithi115.baedxp (mgr.14166) 275 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:09:15.399 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:09:15.400 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:09:15.401 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:09:15.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:15 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:09:15.399577+0000 mon.smithi115 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.132:0/3181160632' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:09:16.615 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:16 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:09:14.642835+0000 mgr.smithi115.baedxp (mgr.14166) 276 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:09:16.832 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:09:16.833 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:09:18.281 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:09:18.282 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:09:18.283 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:09:18.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:18 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:09:16.643121+0000 mgr.smithi115.baedxp (mgr.14166) 277 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:09:18.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:18 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:09:18.281400+0000 mon.smithi115 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.132:0/2705952352' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:09:19.713 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:09:19.713 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:09:20.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:20 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:09:18.643469+0000 mgr.smithi115.baedxp (mgr.14166) 278 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:09:21.126 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:09:21.126 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:09:21.128 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:09:21.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:21 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:09:21.126684+0000 mon.smithi115 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.132:0/1843361011' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:09:22.547 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:09:22.547 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:09:22.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:22 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:09:20.643798+0000 mgr.smithi115.baedxp (mgr.14166) 279 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:09:23.977 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:09:23.977 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:09:23.978 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:09:24.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:24 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:09:22.644156+0000 mgr.smithi115.baedxp (mgr.14166) 280 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:09:24.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:24 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:09:23.977003+0000 mon.smithi115 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.132:0/1135913907' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:09:25.425 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:09:25.425 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:09:26.853 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:09:26.853 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:09:26.855 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:09:26.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:26 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:09:24.644570+0000 mgr.smithi115.baedxp (mgr.14166) 281 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:09:27.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:09:26.706234+0000 mon.smithi115 (mon.0) 330 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/mirror_snapshot_schedule"}]: dispatch 2024-01-18T07:09:27.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:09:26.708333+0000 mon.smithi115 (mon.0) 331 : audit [INF] from='mgr.14166 172.21.15.115:0/385424218' entity='mgr.smithi115.baedxp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi115.baedxp/trash_purge_schedule"}]: dispatch 2024-01-18T07:09:27.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:27 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:09:26.853674+0000 mon.smithi115 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.132:0/3423683922' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:09:28.255 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:09:28.255 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:09:28.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:28 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:09:26.644814+0000 mgr.smithi115.baedxp (mgr.14166) 282 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:09:29.726 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:09:29.726 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:09:29.728 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:09:30.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:30 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:09:28.645119+0000 mgr.smithi115.baedxp (mgr.14166) 283 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:09:30.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:30 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:09:29.726128+0000 mon.smithi115 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.132:0/3222893215' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:09:31.110 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:09:31.111 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:09:32.533 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:09:32.534 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:09:32.535 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:09:32.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:32 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:09:30.645471+0000 mgr.smithi115.baedxp (mgr.14166) 284 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:09:33.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:33 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:09:32.533798+0000 mon.smithi115 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.132:0/2174515735' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:09:33.916 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:09:33.917 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:09:34.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:34 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:09:32.645861+0000 mgr.smithi115.baedxp (mgr.14166) 285 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:09:35.338 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:09:35.338 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:09:35.340 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:09:35.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:35 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:09:35.338413+0000 mon.smithi115 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.132:0/1783628792' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:09:36.747 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:09:36.747 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:09:36.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:36 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:09:34.646193+0000 mgr.smithi115.baedxp (mgr.14166) 286 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:09:37.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:37 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: cluster 2024-01-18T07:09:36.646459+0000 mgr.smithi115.baedxp (mgr.14166) 287 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:09:38.152 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-01-18T07:09:38.152 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"100c47f4-b5cf-11ee-95ae-87774f69a715","modified":"2024-01-18T06:59:30.222002Z","created":"2024-01-18T06:59:30.222002Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi115","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:09:38.153 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-01-18T07:09:38.556 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds 2024-01-18T07:09:38.558 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-18T07:09:38.558 DEBUG:teuthology.orchestra.run.smithi115:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-18T07:09:38.582 DEBUG:teuthology.orchestra.run.smithi132:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-18T07:09:38.600 INFO:tasks.cephadm:Stopping all daemons... 2024-01-18T07:09:38.600 INFO:tasks.cephadm.mon.smithi115:Stopping mon.smithi115... 2024-01-18T07:09:38.601 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mon.smithi115 2024-01-18T07:09:38.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:38 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: audit 2024-01-18T07:09:38.152060+0000 mon.smithi115 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.132:0/1951796101' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:09:38.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:38 smithi115 systemd[1]: Stopping Ceph mon.smithi115 for 100c47f4-b5cf-11ee-95ae-87774f69a715... 2024-01-18T07:09:38.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:38 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T07:09:38.738+0000 7fc0a5436700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi115 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-18T07:09:38.865 INFO:journalctl@ceph.mon.smithi115.smithi115.stdout:Jan 18 07:09:38 smithi115 ceph-100c47f4-b5cf-11ee-95ae-87774f69a715-mon.smithi115[34464]: debug 2024-01-18T07:09:38.738+0000 7fc0a5436700 -1 mon.smithi115@0(leader) e1 *** Got Signal Terminated *** 2024-01-18T07:09:39.042 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mon.smithi115.service' 2024-01-18T07:09:39.085 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T07:09:39.086 INFO:tasks.cephadm.mon.smithi115:Stopped mon.smithi115 2024-01-18T07:09:39.086 INFO:tasks.cephadm.mon.smithi132:Stopping mon.smithi132... 2024-01-18T07:09:39.086 DEBUG:teuthology.orchestra.run.smithi132:> sudo systemctl stop ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mon.smithi132 2024-01-18T07:09:39.118 INFO:teuthology.orchestra.run.smithi132.stderr:Failed to stop ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mon.smithi132.service: Unit ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mon.smithi132.service not loaded. 2024-01-18T07:09:39.119 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-01-18T07:09:39.120 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi132" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi132 with status 5: 'sudo systemctl stop ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mon.smithi132' 2024-01-18T07:09:39.121 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-18T07:09:39.123 DEBUG:teuthology.misc:Transferring archived files from smithi115:/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519643/remote/ubuntu@smithi115.front.sepia.ceph.com/crash 2024-01-18T07:09:39.124 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/crash -- . 2024-01-18T07:09:39.157 DEBUG:teuthology.misc:Transferring archived files from smithi132:/var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519643/remote/ubuntu@smithi132.front.sepia.ceph.com/crash 2024-01-18T07:09:39.158 DEBUG:teuthology.orchestra.run.smithi132:> sudo tar c -f - -C /var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/crash -- . 2024-01-18T07:09:39.192 INFO:teuthology.orchestra.run.smithi132.stderr:tar: /var/lib/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/crash: Cannot open: No such file or directory 2024-01-18T07:09:39.193 INFO:teuthology.orchestra.run.smithi132.stderr:tar: Error is not recoverable: exiting now 2024-01-18T07:09:39.194 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-18T07:09:39.194 DEBUG:teuthology.orchestra.run.smithi115:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-18T07:09:39.227 INFO:teuthology.orchestra.run.smithi115.stderr:grep: /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/ceph.log: No such file or directory 2024-01-18T07:09:39.228 INFO:tasks.cephadm:Compressing logs... 2024-01-18T07:09:39.228 DEBUG:teuthology.orchestra.run.smithi115:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-18T07:09:39.271 DEBUG:teuthology.orchestra.run.smithi132:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-18T07:09:39.297 INFO:teuthology.orchestra.run.smithi115.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-01-18T07:09:39.297 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-18T07:09:39.297 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/ceph-mgr.smithi115.baedxp.log 2024-01-18T07:09:39.297 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/ceph-volume.log 2024-01-18T07:09:39.297 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/ceph-mon.smithi115.log 2024-01-18T07:09:39.297 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/ceph-mgr.smithi115.baedxp.log: /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/ceph-volume.log: /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/ceph-mon.smithi115.log: 88.4% -- replaced with /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/ceph-volume.log.gz 2024-01-18T07:09:39.297 INFO:teuthology.orchestra.run.smithi115.stderr: 88.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-18T07:09:39.298 INFO:teuthology.orchestra.run.smithi132.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-18T07:09:39.298 INFO:teuthology.orchestra.run.smithi132.stderr:: No such file or directory 2024-01-18T07:09:39.300 INFO:teuthology.orchestra.run.smithi132.stderr:/var/log/ceph/cephadm.log: 96.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-18T07:09:39.301 INFO:teuthology.orchestra.run.smithi132.stderr: 2024-01-18T07:09:39.301 INFO:teuthology.orchestra.run.smithi132.stderr:real 0m0.013s 2024-01-18T07:09:39.301 INFO:teuthology.orchestra.run.smithi132.stderr:user 0m0.011s 2024-01-18T07:09:39.301 INFO:teuthology.orchestra.run.smithi132.stderr:sys 0m0.010s 2024-01-18T07:09:39.377 INFO:teuthology.orchestra.run.smithi115.stderr:gzip: /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/ceph-mgr.smithi115.baedxp.log: file size changed while zipping 2024-01-18T07:09:39.377 INFO:teuthology.orchestra.run.smithi115.stderr: 92.8% -- replaced with /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/ceph-mgr.smithi115.baedxp.log.gz 2024-01-18T07:09:39.443 INFO:teuthology.orchestra.run.smithi115.stderr: 90.4% -- replaced with /var/log/ceph/100c47f4-b5cf-11ee-95ae-87774f69a715/ceph-mon.smithi115.log.gz 2024-01-18T07:09:39.444 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-01-18T07:09:39.444 INFO:teuthology.orchestra.run.smithi115.stderr:real 0m0.158s 2024-01-18T07:09:39.444 INFO:teuthology.orchestra.run.smithi115.stderr:user 0m0.228s 2024-01-18T07:09:39.444 INFO:teuthology.orchestra.run.smithi115.stderr:sys 0m0.021s 2024-01-18T07:09:39.444 INFO:tasks.cephadm:Archiving logs... 2024-01-18T07:09:39.445 DEBUG:teuthology.misc:Transferring archived files from smithi115:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519643/remote/ubuntu@smithi115.front.sepia.ceph.com/log 2024-01-18T07:09:39.446 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-18T07:09:39.558 DEBUG:teuthology.misc:Transferring archived files from smithi132:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519643/remote/ubuntu@smithi132.front.sepia.ceph.com/log 2024-01-18T07:09:39.559 DEBUG:teuthology.orchestra.run.smithi132:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-18T07:09:39.588 INFO:tasks.cephadm:Removing cluster... 2024-01-18T07:09:39.588 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 --force 2024-01-18T07:11:01.275 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 100c47f4-b5cf-11ee-95ae-87774f69a715 --force 2024-01-18T07:11:01.582 INFO:tasks.cephadm:Removing cephadm ... 2024-01-18T07:11:01.582 DEBUG:teuthology.orchestra.run.smithi115:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-18T07:11:01.601 DEBUG:teuthology.orchestra.run.smithi132:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-18T07:11:01.618 INFO:tasks.cephadm:Teardown complete 2024-01-18T07:11:01.619 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 1463, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi132 with status 5: 'sudo systemctl stop ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mon.smithi132' 2024-01-18T07:11:01.835 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=e9258d5d841c4d11a9971af0ee338448 Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 1463, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi132 with status 5: 'sudo systemctl stop ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mon.smithi132' 2024-01-18T07:11:01.839 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-18T07:11:01.848 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-18T07:11:01.863 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-18T07:11:01.863 DEBUG:teuthology.orchestra.run.smithi115:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T07:11:01.885 DEBUG:teuthology.orchestra.run.smithi132:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T07:11:01.893 INFO:teuthology.orchestra.run.smithi115.stderr:bash: ntpq: command not found 2024-01-18T07:11:01.898 INFO:teuthology.orchestra.run.smithi115.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T07:11:01.898 INFO:teuthology.orchestra.run.smithi115.stdout:=============================================================================== 2024-01-18T07:11:01.898 INFO:teuthology.orchestra.run.smithi115.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 15 +103us[ +119us] +/- 74ms 2024-01-18T07:11:01.898 INFO:teuthology.orchestra.run.smithi115.stdout:^* hv02.front.sepia.ceph.com 3 6 377 12 -1701us[-1686us] +/- 56ms 2024-01-18T07:11:01.898 INFO:teuthology.orchestra.run.smithi115.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 15 +2249us[+2265us] +/- 77ms 2024-01-18T07:11:01.898 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T07:11:01.903 INFO:teuthology.orchestra.run.smithi132.stderr:bash: ntpq: command not found 2024-01-18T07:11:01.908 INFO:teuthology.orchestra.run.smithi132.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T07:11:01.908 INFO:teuthology.orchestra.run.smithi132.stdout:=============================================================================== 2024-01-18T07:11:01.908 INFO:teuthology.orchestra.run.smithi132.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 16 +70us[ +77us] +/- 74ms 2024-01-18T07:11:01.908 INFO:teuthology.orchestra.run.smithi132.stdout:^* hv02.front.sepia.ceph.com 3 6 377 15 -1721us[-1714us] +/- 56ms 2024-01-18T07:11:01.908 INFO:teuthology.orchestra.run.smithi132.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 15 +2234us[+2241us] +/- 77ms 2024-01-18T07:11:01.908 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T07:11:01.909 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-18T07:11:01.920 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-18T07:11:01.920 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-18T07:11:01.929 DEBUG:teuthology.orchestra.run.smithi115:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-18T07:11:01.999 DEBUG:teuthology.orchestra.run.smithi132:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-18T07:11:02.061 DEBUG:teuthology.orchestra.run.smithi115:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-18T07:11:02.090 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:11:02.090 DEBUG:teuthology.orchestra.run.smithi132:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-18T07:11:02.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:11:02.119 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-18T07:11:02.128 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-18T07:11:02.136 INFO:teuthology.task.internal:Duration was 1067.264462 seconds 2024-01-18T07:11:02.137 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-18T07:11:02.145 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-18T07:11:02.145 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-18T07:11:02.147 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-18T07:11:02.190 INFO:teuthology.orchestra.run.smithi115.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T07:11:02.204 INFO:teuthology.orchestra.run.smithi132.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T07:11:02.404 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-18T07:11:02.404 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi115.front.sepia.ceph.com 2024-01-18T07:11:02.404 DEBUG:teuthology.orchestra.run.smithi115:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-18T07:11:02.427 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi132.front.sepia.ceph.com 2024-01-18T07:11:02.427 DEBUG:teuthology.orchestra.run.smithi132:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-18T07:11:02.449 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-18T07:11:02.449 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-18T07:11:02.470 DEBUG:teuthology.orchestra.run.smithi132:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-18T07:11:02.537 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-18T07:11:02.537 DEBUG:teuthology.orchestra.run.smithi115:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-18T07:11:02.539 DEBUG:teuthology.orchestra.run.smithi132:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-18T07:11:02.625 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-18T07:11:02.635 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-18T07:11:02.635 DEBUG:teuthology.orchestra.run.smithi115:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-18T07:11:02.662 DEBUG:teuthology.orchestra.run.smithi132:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-18T07:11:02.688 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-18T07:11:02.697 DEBUG:teuthology.orchestra.run.smithi115:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-18T07:11:02.704 DEBUG:teuthology.orchestra.run.smithi132:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-18T07:11:02.729 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = core 2024-01-18T07:11:02.756 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern = core 2024-01-18T07:11:02.785 DEBUG:teuthology.orchestra.run.smithi115:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-18T07:11:02.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:11:02.810 DEBUG:teuthology.orchestra.run.smithi132:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-18T07:11:02.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:11:02.842 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-18T07:11:02.852 INFO:teuthology.task.internal:Transferring archived files... 2024-01-18T07:11:02.852 DEBUG:teuthology.misc:Transferring archived files from smithi115:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519643/remote/smithi115 2024-01-18T07:11:02.853 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-18T07:11:02.893 DEBUG:teuthology.misc:Transferring archived files from smithi132:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519643/remote/smithi132 2024-01-18T07:11:02.894 DEBUG:teuthology.orchestra.run.smithi132:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-18T07:11:02.935 INFO:teuthology.task.internal:Removing archive directory... 2024-01-18T07:11:02.935 DEBUG:teuthology.orchestra.run.smithi115:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-18T07:11:02.938 DEBUG:teuthology.orchestra.run.smithi132:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-18T07:11:02.986 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-18T07:11:02.998 INFO:teuthology.task.internal:Not uploading archives. 2024-01-18T07:11:02.998 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-18T07:11:03.010 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-18T07:11:03.010 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-18T07:11:03.012 DEBUG:teuthology.orchestra.run.smithi132:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-18T07:11:03.027 INFO:teuthology.orchestra.run.smithi115.stdout: 525790 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 18 07:11 /home/ubuntu/cephtest 2024-01-18T07:11:03.044 INFO:teuthology.orchestra.run.smithi132.stdout: 525353 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 18 07:11 /home/ubuntu/cephtest 2024-01-18T07:11:03.045 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-18T07:11:03.055 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-18T07:11:03.082 INFO:teuthology.nuke:Checking targets against current locks 2024-01-18T07:11:03.108 DEBUG:teuthology.nuke:shortname: smithi115 2024-01-18T07:11:03.108 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T07:11:03.134 DEBUG:teuthology.nuke:shortname: smithi132 2024-01-18T07:11:03.134 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T07:11:03.137 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi115.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519643', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 06:45:17.025025', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFR3mOMH3h3U3Kraexwx5zgp2fAfql66NNYduOf2ApjeGr5UbL14vOzhN2dW/5Kl6+ZivhQwnz6gdj6eC5oP1F0='} 2024-01-18T07:11:03.156 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi132.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519643', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 06:45:17.024025', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDLBzjwy2LHWSZJWJ4y9MX5M6e4ws97epaf9i05E0m1WvZOInjSQZ5BRxPBAh2qeY7KBa6ZUwYIlz0fYyl/BhDI='} 2024-01-18T07:11:03.185 INFO:teuthology.orchestra.console.smithi115:Power off 2024-01-18T07:11:03.185 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-18T07:11:03.208 DEBUG:teuthology.orchestra.console.smithi115:power off output: Chassis Power Control: Down/Off 2024-01-18T07:11:03.208 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T07:11:03.226 INFO:teuthology.orchestra.console.smithi132:Power off 2024-01-18T07:11:03.226 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-18T07:11:03.235 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2024-01-18T07:11:03.247 DEBUG:teuthology.orchestra.console.smithi132:power off output: Chassis Power Control: Down/Off 2024-01-18T07:11:03.247 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T07:11:03.272 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2024-01-18T07:11:07.236 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T07:11:07.274 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T07:11:07.347 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2024-01-18T07:11:07.384 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2024-01-18T07:11:11.353 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T07:11:11.386 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T07:11:11.463 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is off 2024-01-18T07:11:11.494 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2024-01-18T07:11:11.564 INFO:teuthology.orchestra.console.smithi115:Power off completed 2024-01-18T07:11:15.496 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T07:11:15.607 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is off 2024-01-18T07:11:15.708 INFO:teuthology.orchestra.console.smithi132:Power off completed 2024-01-18T07:11:15.812 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: 1067.2644619941711 failure_reason: 'Command failed on smithi132 with status 5: ''sudo systemctl stop ceph-100c47f4-b5cf-11ee-95ae-87774f69a715@mon.smithi132''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=e9258d5d841c4d11a9971af0ee338448 status: fail success: false 2024-01-18T07:11:15.812 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-18T07:11:15.887 INFO:teuthology.run:FAIL