2023-10-12T22:18:27.680 INFO:root:teuthology version: 0.0.1.dev197+g8cdab07 2023-10-12T22:18:27.681 DEBUG:teuthology.run:Teuthology command: teuthology --description orch: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 --owner scheduled_adking@teuthology --name adking-2023-10-12_22:09:36-orch:cephadm-wip-adk2-testing-2023-10-11-1434-pacific-distro-default-smithi --archive /home/teuthworker/archive/adking-2023-10-12_22:09:36-orch:cephadm-wip-adk2-testing-2023-10-11-1434-pacific-distro-default-smithi/7423701 -- /home/teuthworker/archive/adking-2023-10-12_22:09:36-orch:cephadm-wip-adk2-testing-2023-10-11-1434-pacific-distro-default-smithi/7423701/orig.config.yaml 2023-10-12T22:18:27.720 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-12T22:18:27.810 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-10-12_22:09:36-orch:cephadm-wip-adk2-testing-2023-10-11-1434-pacific-distro-default-smithi/7423701 branch: wip-adk2-testing-2023-10-11-1434-pacific description: orch: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: adking@redhat.com first_in_suite: false job_id: '7423701' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-10-12_22:09:36-orch:cephadm-wip-adk2-testing-2023-10-11-1434-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-adk2-testing-2023-10-11-1434-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: 3da7aaee8cb8051dac57683eeb2f18b9da99d2c9 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 3da7aaee8cb8051dac57683eeb2f18b9da99d2c9 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk2-testing-2023-10-11-1434-pacific sha1: 3da7aaee8cb8051dac57683eeb2f18b9da99d2c9 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/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: 1447 sha1: 3da7aaee8cb8051dac57683eeb2f18b9da99d2c9 sleep_before_teardown: 0 subset: 1/999 suite: orch:cephadm suite_branch: wip-adk2-testing-2023-10-11-1434-pacific suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_3da7aaee8cb8051dac57683eeb2f18b9da99d2c9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 3da7aaee8cb8051dac57683eeb2f18b9da99d2c9 targets: smithi144.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDtEzk6Vp9FpxY90/mkqzXd5N7taGg1MNLaO9vS+HYJlcNR2uUJkhcL8Z00uLkRbPZtn8T1rFMpiVNUxPtKdpHo= smithi158.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMT5aMBdiQFlHydsJ4632fOKTyeKp8doU8cQjNhZlxVSgArBu6LlvyIrYgDMQelpfkcNy0qlBlzHulJ39hh/5gA= 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: 8cdab074dcca9a68965bc5a50e9c30b691949723 timestamp: 2023-10-12_22:09:36 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-10-12T22:18:27.811 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_3da7aaee8cb8051dac57683eeb2f18b9da99d2c9/qa; will attempt to use it 2023-10-12T22:18:27.812 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_3da7aaee8cb8051dac57683eeb2f18b9da99d2c9/qa/tasks 2023-10-12T22:18:27.812 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-12T22:18:27.815 INFO:teuthology.task.internal:Checking packages... 2023-10-12T22:18:27.843 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '3da7aaee8cb8051dac57683eeb2f18b9da99d2c9' 2023-10-12T22:18:27.844 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-12T22:18:27.844 INFO:teuthology.packaging:ref: None 2023-10-12T22:18:27.845 INFO:teuthology.packaging:tag: None 2023-10-12T22:18:27.845 INFO:teuthology.packaging:branch: wip-adk2-testing-2023-10-11-1434-pacific 2023-10-12T22:18:27.845 INFO:teuthology.packaging:sha1: 3da7aaee8cb8051dac57683eeb2f18b9da99d2c9 2023-10-12T22:18:27.846 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk2-testing-2023-10-11-1434-pacific 2023-10-12T22:18:27.983 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-71.g3da7aaee 2023-10-12T22:18:27.983 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-12T22:18:27.989 INFO:teuthology.task.internal:no buildpackages task found 2023-10-12T22:18:27.989 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-12T22:18:28.011 INFO:teuthology.task.internal:Saving configuration 2023-10-12T22:18:28.025 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-12T22:18:28.031 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-12T22:18:28.056 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi144.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-10-12_22:09:36-orch:cephadm-wip-adk2-testing-2023-10-11-1434-pacific-distro-default-smithi/7423701', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-12 22:12:40.543723', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDtEzk6Vp9FpxY90/mkqzXd5N7taGg1MNLaO9vS+HYJlcNR2uUJkhcL8Z00uLkRbPZtn8T1rFMpiVNUxPtKdpHo='} 2023-10-12T22:18:28.076 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi158.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-10-12_22:09:36-orch:cephadm-wip-adk2-testing-2023-10-11-1434-pacific-distro-default-smithi/7423701', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-12 22:12:40.541813', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMT5aMBdiQFlHydsJ4632fOKTyeKp8doU8cQjNhZlxVSgArBu6LlvyIrYgDMQelpfkcNy0qlBlzHulJ39hh/5gA='} 2023-10-12T22:18:28.076 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-12T22:18:28.082 INFO:teuthology.task.internal:roles: ubuntu@smithi144.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-10-12T22:18:28.082 INFO:teuthology.task.internal:roles: ubuntu@smithi158.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-10-12T22:18:28.083 INFO:teuthology.run_tasks:Running task console_log... 2023-10-12T22:18:28.149 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb7edcbea60>, signals=[15]) 2023-10-12T22:18:28.150 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-12T22:18:28.156 INFO:teuthology.task.internal:Opening connections... 2023-10-12T22:18:28.157 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi144.front.sepia.ceph.com 2023-10-12T22:18:28.158 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T22:18:28.230 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi158.front.sepia.ceph.com 2023-10-12T22:18:28.231 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T22:18:28.300 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-12T22:18:28.307 DEBUG:teuthology.orchestra.run.smithi144:> uname -m 2023-10-12T22:18:28.330 INFO:teuthology.orchestra.run.smithi144.stdout:x86_64 2023-10-12T22:18:28.331 DEBUG:teuthology.orchestra.run.smithi144:> cat /etc/os-release 2023-10-12T22:18:28.391 INFO:teuthology.orchestra.run.smithi144.stdout:NAME="CentOS Stream" 2023-10-12T22:18:28.392 INFO:teuthology.orchestra.run.smithi144.stdout:VERSION="8" 2023-10-12T22:18:28.392 INFO:teuthology.orchestra.run.smithi144.stdout:ID="centos" 2023-10-12T22:18:28.392 INFO:teuthology.orchestra.run.smithi144.stdout:ID_LIKE="rhel fedora" 2023-10-12T22:18:28.392 INFO:teuthology.orchestra.run.smithi144.stdout:VERSION_ID="8" 2023-10-12T22:18:28.392 INFO:teuthology.orchestra.run.smithi144.stdout:PLATFORM_ID="platform:el8" 2023-10-12T22:18:28.393 INFO:teuthology.orchestra.run.smithi144.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-12T22:18:28.393 INFO:teuthology.orchestra.run.smithi144.stdout:ANSI_COLOR="0;31" 2023-10-12T22:18:28.393 INFO:teuthology.orchestra.run.smithi144.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-12T22:18:28.393 INFO:teuthology.orchestra.run.smithi144.stdout:HOME_URL="https://centos.org/" 2023-10-12T22:18:28.393 INFO:teuthology.orchestra.run.smithi144.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-12T22:18:28.394 INFO:teuthology.orchestra.run.smithi144.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-12T22:18:28.394 INFO:teuthology.orchestra.run.smithi144.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-12T22:18:28.395 INFO:teuthology.lock.ops:Updating smithi144.front.sepia.ceph.com on lock server 2023-10-12T22:18:28.419 DEBUG:teuthology.orchestra.run.smithi158:> uname -m 2023-10-12T22:18:28.442 INFO:teuthology.orchestra.run.smithi158.stdout:x86_64 2023-10-12T22:18:28.442 DEBUG:teuthology.orchestra.run.smithi158:> cat /etc/os-release 2023-10-12T22:18:28.503 INFO:teuthology.orchestra.run.smithi158.stdout:NAME="CentOS Stream" 2023-10-12T22:18:28.503 INFO:teuthology.orchestra.run.smithi158.stdout:VERSION="8" 2023-10-12T22:18:28.503 INFO:teuthology.orchestra.run.smithi158.stdout:ID="centos" 2023-10-12T22:18:28.503 INFO:teuthology.orchestra.run.smithi158.stdout:ID_LIKE="rhel fedora" 2023-10-12T22:18:28.504 INFO:teuthology.orchestra.run.smithi158.stdout:VERSION_ID="8" 2023-10-12T22:18:28.504 INFO:teuthology.orchestra.run.smithi158.stdout:PLATFORM_ID="platform:el8" 2023-10-12T22:18:28.504 INFO:teuthology.orchestra.run.smithi158.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-12T22:18:28.504 INFO:teuthology.orchestra.run.smithi158.stdout:ANSI_COLOR="0;31" 2023-10-12T22:18:28.505 INFO:teuthology.orchestra.run.smithi158.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-12T22:18:28.505 INFO:teuthology.orchestra.run.smithi158.stdout:HOME_URL="https://centos.org/" 2023-10-12T22:18:28.505 INFO:teuthology.orchestra.run.smithi158.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-12T22:18:28.505 INFO:teuthology.orchestra.run.smithi158.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-12T22:18:28.505 INFO:teuthology.orchestra.run.smithi158.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-12T22:18:28.506 INFO:teuthology.lock.ops:Updating smithi158.front.sepia.ceph.com on lock server 2023-10-12T22:18:28.527 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-12T22:18:28.536 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-12T22:18:28.540 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-12T22:18:28.541 DEBUG:teuthology.orchestra.run.smithi144:> test '!' -e /home/ubuntu/cephtest 2023-10-12T22:18:28.544 DEBUG:teuthology.orchestra.run.smithi158:> test '!' -e /home/ubuntu/cephtest 2023-10-12T22:18:28.565 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-12T22:18:28.570 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-12T22:18:28.570 DEBUG:teuthology.orchestra.run.smithi144:> test -z $(ls -A /var/lib/ceph) 2023-10-12T22:18:28.605 DEBUG:teuthology.orchestra.run.smithi158:> test -z $(ls -A /var/lib/ceph) 2023-10-12T22:18:28.635 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-12T22:18:28.689 INFO:teuthology.run_tasks:Running task kernel... 2023-10-12T22:18:28.705 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-12T22:18:28.706 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-10-12T22:18:28.707 DEBUG:teuthology.orchestra.run.smithi144:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-12T22:18:28.707 DEBUG:teuthology.orchestra.run.smithi158:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-12T22:18:28.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-12T22:18:28.728 DEBUG:teuthology.orchestra.run.smithi144:> uname -r 2023-10-12T22:18:28.729 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-12T22:18:28.729 DEBUG:teuthology.orchestra.run.smithi158:> uname -r 2023-10-12T22:18:28.790 INFO:teuthology.orchestra.run.smithi144.stdout:4.18.0-489.el8.x86_64 2023-10-12T22:18:28.790 INFO:teuthology.task.kernel:Running kernel on smithi144: 4.18.0-489.el8.x86_64 2023-10-12T22:18:28.790 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum install -y kernel 2023-10-12T22:18:28.792 INFO:teuthology.orchestra.run.smithi158.stdout:4.18.0-489.el8.x86_64 2023-10-12T22:18:28.792 INFO:teuthology.task.kernel:Running kernel on smithi158: 4.18.0-489.el8.x86_64 2023-10-12T22:18:28.792 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum install -y kernel 2023-10-12T22:18:33.680 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - AppStream 15 MB/s | 33 MB 00:02 2023-10-12T22:18:33.689 INFO:teuthology.orchestra.run.smithi144.stdout:CentOS Stream 8 - AppStream 15 MB/s | 33 MB 00:02 2023-10-12T22:18:41.105 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - BaseOS 36 MB/s | 49 MB 00:01 2023-10-12T22:18:41.556 INFO:teuthology.orchestra.run.smithi144.stdout:CentOS Stream 8 - BaseOS 27 MB/s | 49 MB 00:01 2023-10-12T22:18:48.414 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - Extras 82 kB/s | 18 kB 00:00 2023-10-12T22:18:48.956 INFO:teuthology.orchestra.run.smithi144.stdout:CentOS Stream 8 - Extras 50 kB/s | 18 kB 00:00 2023-10-12T22:18:48.999 INFO:teuthology.orchestra.run.smithi158.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 6.9 kB 00:00 2023-10-12T22:18:49.292 INFO:teuthology.orchestra.run.smithi158.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-10-12T22:18:49.509 INFO:teuthology.orchestra.run.smithi144.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2023-10-12T22:18:49.800 INFO:teuthology.orchestra.run.smithi144.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-10-12T22:18:50.635 INFO:teuthology.orchestra.run.smithi158.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-10-12T22:18:50.842 INFO:teuthology.orchestra.run.smithi144.stdout:Extra Packages for Enterprise Linux 18 MB/s | 16 MB 00:00 2023-10-12T22:18:54.451 INFO:teuthology.orchestra.run.smithi158.stdout:lab-extras 427 kB/s | 24 kB 00:00 2023-10-12T22:18:54.717 INFO:teuthology.orchestra.run.smithi144.stdout:lab-extras 467 kB/s | 24 kB 00:00 2023-10-12T22:18:57.950 INFO:teuthology.orchestra.run.smithi158.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-12T22:18:57.951 INFO:teuthology.orchestra.run.smithi158.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-12T22:18:58.158 INFO:teuthology.orchestra.run.smithi144.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-12T22:18:58.158 INFO:teuthology.orchestra.run.smithi144.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-12T22:18:58.214 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-10-12T22:18:58.215 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-10-12T22:18:58.215 INFO:teuthology.orchestra.run.smithi158.stdout: Package Architecture Version Repository Size 2023-10-12T22:18:58.216 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-10-12T22:18:58.216 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-10-12T22:18:58.217 INFO:teuthology.orchestra.run.smithi158.stdout: kernel x86_64 4.18.0-516.el8 baseos 10 M 2023-10-12T22:18:58.217 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2023-10-12T22:18:58.217 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-core x86_64 4.18.0-516.el8 baseos 43 M 2023-10-12T22:18:58.218 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-modules x86_64 4.18.0-516.el8 baseos 36 M 2023-10-12T22:18:58.218 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:18:58.218 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-10-12T22:18:58.219 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-10-12T22:18:58.219 INFO:teuthology.orchestra.run.smithi158.stdout:Install 3 Packages 2023-10-12T22:18:58.219 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:18:58.220 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 89 M 2023-10-12T22:18:58.220 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 96 M 2023-10-12T22:18:58.220 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-10-12T22:18:58.420 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2023-10-12T22:18:58.420 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2023-10-12T22:18:58.421 INFO:teuthology.orchestra.run.smithi144.stdout: Package Architecture Version Repository Size 2023-10-12T22:18:58.421 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2023-10-12T22:18:58.421 INFO:teuthology.orchestra.run.smithi144.stdout:Installing: 2023-10-12T22:18:58.421 INFO:teuthology.orchestra.run.smithi144.stdout: kernel x86_64 4.18.0-516.el8 baseos 10 M 2023-10-12T22:18:58.421 INFO:teuthology.orchestra.run.smithi144.stdout:Installing dependencies: 2023-10-12T22:18:58.422 INFO:teuthology.orchestra.run.smithi144.stdout: kernel-core x86_64 4.18.0-516.el8 baseos 43 M 2023-10-12T22:18:58.422 INFO:teuthology.orchestra.run.smithi144.stdout: kernel-modules x86_64 4.18.0-516.el8 baseos 36 M 2023-10-12T22:18:58.422 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-10-12T22:18:58.422 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2023-10-12T22:18:58.423 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2023-10-12T22:18:58.423 INFO:teuthology.orchestra.run.smithi144.stdout:Install 3 Packages 2023-10-12T22:18:58.423 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-10-12T22:18:58.424 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 89 M 2023-10-12T22:18:58.424 INFO:teuthology.orchestra.run.smithi144.stdout:Installed size: 96 M 2023-10-12T22:18:58.424 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2023-10-12T22:18:59.153 INFO:teuthology.orchestra.run.smithi158.stdout:(1/3): kernel-4.18.0-516.el8.x86_64.rpm 13 MB/s | 10 MB 00:00 2023-10-12T22:18:59.844 INFO:teuthology.orchestra.run.smithi158.stdout:(2/3): kernel-modules-4.18.0-516.el8.x86_64.rpm 25 MB/s | 36 MB 00:01 2023-10-12T22:19:00.127 INFO:teuthology.orchestra.run.smithi144.stdout:(1/3): kernel-4.18.0-516.el8.x86_64.rpm 6.0 MB/s | 10 MB 00:01 2023-10-12T22:19:00.320 INFO:teuthology.orchestra.run.smithi158.stdout:(3/3): kernel-core-4.18.0-516.el8.x86_64.rpm 22 MB/s | 43 MB 00:01 2023-10-12T22:19:00.320 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-10-12T22:19:00.320 INFO:teuthology.orchestra.run.smithi158.stdout:Total 42 MB/s | 89 MB 00:02 2023-10-12T22:19:00.992 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-10-12T22:19:01.202 INFO:teuthology.orchestra.run.smithi144.stdout:(2/3): kernel-modules-4.18.0-516.el8.x86_64.rpm 13 MB/s | 36 MB 00:02 2023-10-12T22:19:01.403 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-10-12T22:19:01.403 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-10-12T22:19:01.652 INFO:teuthology.orchestra.run.smithi144.stdout:(3/3): kernel-core-4.18.0-516.el8.x86_64.rpm 13 MB/s | 43 MB 00:03 2023-10-12T22:19:01.652 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2023-10-12T22:19:01.653 INFO:teuthology.orchestra.run.smithi144.stdout:Total 27 MB/s | 89 MB 00:03 2023-10-12T22:19:02.323 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2023-10-12T22:19:02.605 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-10-12T22:19:02.627 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-10-12T22:19:02.742 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2023-10-12T22:19:02.742 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2023-10-12T22:19:03.960 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2023-10-12T22:19:03.987 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2023-10-12T22:19:05.421 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-10-12T22:19:05.959 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-12T22:19:06.740 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2023-10-12T22:19:07.357 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-12T22:19:09.484 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-12T22:19:09.875 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-12T22:19:10.934 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-12T22:19:11.523 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-12T22:19:13.262 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-12T22:19:13.562 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : kernel-4.18.0-516.el8.x86_64 3/3 2023-10-12T22:19:14.912 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-12T22:19:15.212 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : kernel-4.18.0-516.el8.x86_64 3/3 2023-10-12T22:19:35.128 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 3/3 2023-10-12T22:19:35.151 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-12T22:19:35.496 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: kernel-4.18.0-516.el8.x86_64 3/3 2023-10-12T22:19:35.496 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : kernel-4.18.0-516.el8.x86_64 1/3 2023-10-12T22:19:35.497 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : kernel-core-4.18.0-516.el8.x86_64 2/3 2023-10-12T22:19:36.230 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-12T22:19:36.230 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:19:36.230 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-10-12T22:19:36.231 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-4.18.0-516.el8.x86_64 kernel-core-4.18.0-516.el8.x86_64 2023-10-12T22:19:36.231 INFO:teuthology.orchestra.run.smithi158.stdout: kernel-modules-4.18.0-516.el8.x86_64 2023-10-12T22:19:36.231 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:19:36.231 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-10-12T22:19:36.393 DEBUG:teuthology.orchestra.run.smithi158:> rpm -q kernel | sort -rV | head -n 1 2023-10-12T22:19:36.610 INFO:teuthology.orchestra.run.smithi158.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-12T22:19:36.610 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-12T22:19:36.610 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-516.el8.x86_64 2023-10-12T22:19:36.611 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-12T22:19:36.611 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-12T22:19:36.611 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-10-12T22:19:36.611 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi158.front.sepia.ceph.com, path=None, version=distro) 2023-10-12T22:19:36.612 DEBUG:teuthology.orchestra.run.smithi158:> rpm -q kernel | sort -rV | head -n 1 2023-10-12T22:19:36.821 INFO:teuthology.orchestra.run.smithi158.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-12T22:19:36.821 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-12T22:19:36.821 DEBUG:teuthology.orchestra.run.smithi158:> sudo rpm -qi grub2-tools 2023-10-12T22:19:36.857 INFO:teuthology.orchestra.run.smithi158.stdout:Name : grub2-tools 2023-10-12T22:19:36.857 INFO:teuthology.orchestra.run.smithi158.stdout:Epoch : 1 2023-10-12T22:19:36.857 INFO:teuthology.orchestra.run.smithi158.stdout:Version : 2.02 2023-10-12T22:19:36.858 INFO:teuthology.orchestra.run.smithi158.stdout:Release : 129.el8 2023-10-12T22:19:36.858 INFO:teuthology.orchestra.run.smithi158.stdout:Architecture: x86_64 2023-10-12T22:19:36.858 INFO:teuthology.orchestra.run.smithi158.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-12T22:19:36.858 INFO:teuthology.orchestra.run.smithi158.stdout:Group : System Environment/Base 2023-10-12T22:19:36.858 INFO:teuthology.orchestra.run.smithi158.stdout:Size : 9265586 2023-10-12T22:19:36.859 INFO:teuthology.orchestra.run.smithi158.stdout:License : GPLv3+ 2023-10-12T22:19:36.859 INFO:teuthology.orchestra.run.smithi158.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-12T22:19:36.859 INFO:teuthology.orchestra.run.smithi158.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-12T22:19:36.859 INFO:teuthology.orchestra.run.smithi158.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-12T22:19:36.859 INFO:teuthology.orchestra.run.smithi158.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-12T22:19:36.860 INFO:teuthology.orchestra.run.smithi158.stdout:Relocations : (not relocatable) 2023-10-12T22:19:36.860 INFO:teuthology.orchestra.run.smithi158.stdout:Packager : CentOS BuildSystem 2023-10-12T22:19:36.860 INFO:teuthology.orchestra.run.smithi158.stdout:Vendor : CentOS 2023-10-12T22:19:36.860 INFO:teuthology.orchestra.run.smithi158.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-12T22:19:36.860 INFO:teuthology.orchestra.run.smithi158.stdout:Summary : Support tools for GRUB. 2023-10-12T22:19:36.861 INFO:teuthology.orchestra.run.smithi158.stdout:Description : 2023-10-12T22:19:36.861 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:19:36.861 INFO:teuthology.orchestra.run.smithi158.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-12T22:19:36.861 INFO:teuthology.orchestra.run.smithi158.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-12T22:19:36.861 INFO:teuthology.orchestra.run.smithi158.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-12T22:19:36.861 INFO:teuthology.orchestra.run.smithi158.stdout:hardware devices. 2023-10-12T22:19:36.862 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:19:36.862 INFO:teuthology.orchestra.run.smithi158.stdout:This subpackage provides tools for support of all platforms. 2023-10-12T22:19:36.863 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-12T22:19:36.864 INFO:teuthology.task.kernel:Updating grub on smithi158 to boot 4.18.0-516.el8.x86_64 2023-10-12T22:19:36.864 DEBUG:teuthology.orchestra.run.smithi158:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-12T22:19:37.089 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 3/3 2023-10-12T22:19:37.110 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-12T22:19:37.462 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: kernel-4.18.0-516.el8.x86_64 3/3 2023-10-12T22:19:37.463 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : kernel-4.18.0-516.el8.x86_64 1/3 2023-10-12T22:19:37.463 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : kernel-core-4.18.0-516.el8.x86_64 2/3 2023-10-12T22:19:38.202 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-12T22:19:38.203 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-10-12T22:19:38.203 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2023-10-12T22:19:38.203 INFO:teuthology.orchestra.run.smithi144.stdout: kernel-4.18.0-516.el8.x86_64 kernel-core-4.18.0-516.el8.x86_64 2023-10-12T22:19:38.203 INFO:teuthology.orchestra.run.smithi144.stdout: kernel-modules-4.18.0-516.el8.x86_64 2023-10-12T22:19:38.204 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-10-12T22:19:38.204 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2023-10-12T22:19:38.667 INFO:teuthology.orchestra.run.smithi158.stderr:Generating grub configuration file ... 2023-10-12T22:19:39.199 DEBUG:teuthology.orchestra.run.smithi144:> rpm -q kernel | sort -rV | head -n 1 2023-10-12T22:19:39.419 INFO:teuthology.orchestra.run.smithi144.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-12T22:19:39.419 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-12T22:19:39.419 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-516.el8.x86_64 2023-10-12T22:19:39.420 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-12T22:19:39.420 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-12T22:19:39.420 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-10-12T22:19:39.420 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi144.front.sepia.ceph.com, path=None, version=distro) 2023-10-12T22:19:39.421 DEBUG:teuthology.orchestra.run.smithi144:> rpm -q kernel | sort -rV | head -n 1 2023-10-12T22:19:39.630 INFO:teuthology.orchestra.run.smithi144.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-12T22:19:39.630 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-12T22:19:39.631 DEBUG:teuthology.orchestra.run.smithi144:> sudo rpm -qi grub2-tools 2023-10-12T22:19:39.664 INFO:teuthology.orchestra.run.smithi144.stdout:Name : grub2-tools 2023-10-12T22:19:39.664 INFO:teuthology.orchestra.run.smithi144.stdout:Epoch : 1 2023-10-12T22:19:39.665 INFO:teuthology.orchestra.run.smithi144.stdout:Version : 2.02 2023-10-12T22:19:39.665 INFO:teuthology.orchestra.run.smithi144.stdout:Release : 129.el8 2023-10-12T22:19:39.665 INFO:teuthology.orchestra.run.smithi144.stdout:Architecture: x86_64 2023-10-12T22:19:39.665 INFO:teuthology.orchestra.run.smithi144.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-12T22:19:39.666 INFO:teuthology.orchestra.run.smithi144.stdout:Group : System Environment/Base 2023-10-12T22:19:39.666 INFO:teuthology.orchestra.run.smithi144.stdout:Size : 9265586 2023-10-12T22:19:39.666 INFO:teuthology.orchestra.run.smithi144.stdout:License : GPLv3+ 2023-10-12T22:19:39.666 INFO:teuthology.orchestra.run.smithi144.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-12T22:19:39.667 INFO:teuthology.orchestra.run.smithi144.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-12T22:19:39.667 INFO:teuthology.orchestra.run.smithi144.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-12T22:19:39.667 INFO:teuthology.orchestra.run.smithi144.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-12T22:19:39.667 INFO:teuthology.orchestra.run.smithi144.stdout:Relocations : (not relocatable) 2023-10-12T22:19:39.667 INFO:teuthology.orchestra.run.smithi144.stdout:Packager : CentOS BuildSystem 2023-10-12T22:19:39.668 INFO:teuthology.orchestra.run.smithi144.stdout:Vendor : CentOS 2023-10-12T22:19:39.668 INFO:teuthology.orchestra.run.smithi144.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-12T22:19:39.668 INFO:teuthology.orchestra.run.smithi144.stdout:Summary : Support tools for GRUB. 2023-10-12T22:19:39.668 INFO:teuthology.orchestra.run.smithi144.stdout:Description : 2023-10-12T22:19:39.668 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-10-12T22:19:39.669 INFO:teuthology.orchestra.run.smithi144.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-12T22:19:39.669 INFO:teuthology.orchestra.run.smithi144.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-12T22:19:39.669 INFO:teuthology.orchestra.run.smithi144.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-12T22:19:39.669 INFO:teuthology.orchestra.run.smithi144.stdout:hardware devices. 2023-10-12T22:19:39.669 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-10-12T22:19:39.670 INFO:teuthology.orchestra.run.smithi144.stdout:This subpackage provides tools for support of all platforms. 2023-10-12T22:19:39.671 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-12T22:19:39.671 INFO:teuthology.task.kernel:Updating grub on smithi144 to boot 4.18.0-516.el8.x86_64 2023-10-12T22:19:39.671 DEBUG:teuthology.orchestra.run.smithi144:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-12T22:19:40.883 INFO:teuthology.orchestra.run.smithi144.stderr:Generating grub configuration file ... 2023-10-12T22:19:40.950 INFO:teuthology.orchestra.run.smithi158.stderr:done 2023-10-12T22:19:40.951 DEBUG:teuthology.orchestra.run.smithi158:> mktemp 2023-10-12T22:19:40.975 INFO:teuthology.orchestra.run.smithi158.stdout:/tmp/tmp.TPHlKPgl7w 2023-10-12T22:19:40.976 DEBUG:teuthology.orchestra.run.smithi158:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.TPHlKPgl7w 2023-10-12T22:19:41.050 DEBUG:teuthology.orchestra.run.smithi158:> sudo chmod 0666 /tmp/tmp.TPHlKPgl7w 2023-10-12T22:19:41.190 DEBUG:teuthology.orchestra.remote:smithi158:/tmp/tmp.TPHlKPgl7w is 6KB 2023-10-12T22:19:41.238 DEBUG:teuthology.orchestra.run.smithi158:> rm -fr /tmp/tmp.TPHlKPgl7w 2023-10-12T22:19:41.257 DEBUG:teuthology.orchestra.run.smithi158:> sudo /bin/ls /boot/loader/entries || true 2023-10-12T22:19:41.340 INFO:teuthology.orchestra.run.smithi158.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-12T22:19:41.341 INFO:teuthology.orchestra.run.smithi158.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-12T22:19:41.341 INFO:teuthology.orchestra.run.smithi158.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-12T22:19:41.341 INFO:teuthology.orchestra.run.smithi158.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64.conf 2023-10-12T22:19:41.343 DEBUG:teuthology.orchestra.run.smithi158:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64 2023-10-12T22:19:41.473 DEBUG:teuthology.orchestra.run.smithi158:> sudo shutdown -r now 2023-10-12T22:19:43.333 INFO:teuthology.orchestra.run.smithi144.stderr:done 2023-10-12T22:19:43.335 DEBUG:teuthology.orchestra.run.smithi144:> mktemp 2023-10-12T22:19:43.365 INFO:teuthology.orchestra.run.smithi144.stdout:/tmp/tmp.drWMvAqSoE 2023-10-12T22:19:43.365 DEBUG:teuthology.orchestra.run.smithi144:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.drWMvAqSoE 2023-10-12T22:19:43.439 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod 0666 /tmp/tmp.drWMvAqSoE 2023-10-12T22:19:43.583 DEBUG:teuthology.orchestra.remote:smithi144:/tmp/tmp.drWMvAqSoE is 6KB 2023-10-12T22:19:43.632 DEBUG:teuthology.orchestra.run.smithi144:> rm -fr /tmp/tmp.drWMvAqSoE 2023-10-12T22:19:43.649 DEBUG:teuthology.orchestra.run.smithi144:> sudo /bin/ls /boot/loader/entries || true 2023-10-12T22:19:43.714 INFO:teuthology.orchestra.run.smithi144.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-12T22:19:43.715 INFO:teuthology.orchestra.run.smithi144.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-12T22:19:43.715 INFO:teuthology.orchestra.run.smithi144.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-12T22:19:43.715 INFO:teuthology.orchestra.run.smithi144.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64.conf 2023-10-12T22:19:43.716 DEBUG:teuthology.orchestra.run.smithi144:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64 2023-10-12T22:19:43.897 DEBUG:teuthology.orchestra.run.smithi144:> sudo shutdown -r now 2023-10-12T22:20:11.502 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-10-12T22:20:11.503 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-10-12T22:20:11.505 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T22:20:13.902 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-10-12T22:20:13.903 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2023-10-12T22:20:13.904 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T22:20:29.946 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.158 2023-10-12T22:20:32.254 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.144 2023-10-12T22:20:38.954 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-10-12T22:20:38.955 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T22:20:41.257 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2023-10-12T22:20:41.258 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T22:20:42.010 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.158 2023-10-12T22:20:44.314 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.144 2023-10-12T22:20:54.018 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-10-12T22:20:54.019 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T22:20:56.318 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2023-10-12T22:20:56.319 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T22:20:57.082 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.158 2023-10-12T22:21:12.094 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-10-12T22:21:12.095 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T22:21:14.746 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.144 2023-10-12T22:21:29.761 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2023-10-12T22:21:29.764 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T22:21:30.477 DEBUG:teuthology.orchestra.run.smithi144:> true 2023-10-12T22:21:30.618 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.158 2023-10-12T22:21:31.839 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi144.front.sepia.ceph.com' 2023-10-12T22:21:31.839 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-516.el8.x86_64"... 2023-10-12T22:21:31.840 DEBUG:teuthology.orchestra.run.smithi144:> uname -r 2023-10-12T22:21:32.000 INFO:teuthology.orchestra.run.smithi144.stdout:4.18.0-516.el8.x86_64 2023-10-12T22:21:32.001 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-516.el8.x86_64 vs 4.18.0-516.el8.x86_64 2023-10-12T22:21:32.001 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-12T22:21:32.001 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-12T22:21:33.002 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-12T22:21:33.002 DEBUG:teuthology.orchestra.run.smithi144:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-12T22:21:33.063 INFO:teuthology.orchestra.run.smithi144.stdout:ttyS1 2023-10-12T22:21:33.075 DEBUG:teuthology.parallel:result is None 2023-10-12T22:21:48.620 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-10-12T22:21:48.621 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T22:21:49.042 DEBUG:teuthology.orchestra.run.smithi158:> true 2023-10-12T22:21:49.320 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-10-12T22:21:49.320 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-516.el8.x86_64"... 2023-10-12T22:21:49.320 DEBUG:teuthology.orchestra.run.smithi158:> uname -r 2023-10-12T22:21:49.339 INFO:teuthology.orchestra.run.smithi158.stdout:4.18.0-516.el8.x86_64 2023-10-12T22:21:49.339 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-516.el8.x86_64 vs 4.18.0-516.el8.x86_64 2023-10-12T22:21:49.339 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-12T22:21:49.340 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-12T22:21:50.340 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-12T22:21:50.341 DEBUG:teuthology.orchestra.run.smithi158:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-12T22:21:50.412 INFO:teuthology.orchestra.run.smithi158.stdout:ttyS1 2023-10-12T22:21:50.427 DEBUG:teuthology.parallel:result is None 2023-10-12T22:21:50.427 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-12T22:21:50.434 INFO:teuthology.task.internal:Creating test directory... 2023-10-12T22:21:50.434 DEBUG:teuthology.orchestra.run.smithi144:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-12T22:21:50.437 DEBUG:teuthology.orchestra.run.smithi158:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-12T22:21:50.459 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-12T22:21:50.479 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-12T22:21:50.492 INFO:teuthology.task.internal:Creating archive directory... 2023-10-12T22:21:50.492 DEBUG:teuthology.orchestra.run.smithi144:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-12T22:21:50.501 DEBUG:teuthology.orchestra.run.smithi158:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-12T22:21:50.541 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-12T22:21:50.549 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-12T22:21:50.549 DEBUG:teuthology.orchestra.run.smithi144:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-10-12T22:21:50.579 DEBUG:teuthology.orchestra.run.smithi158:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-10-12T22:21:50.614 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-12T22:21:50.618 INFO:teuthology.orchestra.run.smithi158.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-12T22:21:50.625 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-12T22:21:50.629 INFO:teuthology.orchestra.run.smithi158.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-12T22:21:50.630 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-12T22:21:50.638 INFO:teuthology.task.internal:Configuring sudo... 2023-10-12T22:21:50.638 DEBUG:teuthology.orchestra.run.smithi144:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-12T22:21:50.669 DEBUG:teuthology.orchestra.run.smithi158:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-12T22:21:50.699 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-12T22:21:50.708 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-12T22:21:50.709 DEBUG:teuthology.orchestra.run.smithi144:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-12T22:21:50.739 DEBUG:teuthology.orchestra.run.smithi158:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-12T22:21:50.757 DEBUG:teuthology.orchestra.run.smithi144:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-12T22:21:50.844 DEBUG:teuthology.orchestra.run.smithi144:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-12T22:21:50.902 DEBUG:teuthology.orchestra.run.smithi144:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-12T22:21:50.988 DEBUG:teuthology.orchestra.run.smithi144:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-12T22:21:51.029 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2023-10-12T22:21:51.030 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-12T22:21:51.099 DEBUG:teuthology.orchestra.run.smithi158:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-12T22:21:51.147 DEBUG:teuthology.orchestra.run.smithi158:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-12T22:21:51.194 DEBUG:teuthology.orchestra.run.smithi158:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-12T22:21:51.279 DEBUG:teuthology.orchestra.run.smithi158:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-12T22:21:51.323 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-10-12T22:21:51.323 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-12T22:21:51.390 DEBUG:teuthology.orchestra.run.smithi144:> sudo service rsyslog restart 2023-10-12T22:21:51.392 DEBUG:teuthology.orchestra.run.smithi158:> sudo service rsyslog restart 2023-10-12T22:21:51.462 INFO:teuthology.orchestra.run.smithi144.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-12T22:21:51.489 INFO:teuthology.orchestra.run.smithi158.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-12T22:21:51.964 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-12T22:21:51.976 INFO:teuthology.task.internal:Starting timer... 2023-10-12T22:21:51.977 INFO:teuthology.run_tasks:Running task pcp... 2023-10-12T22:21:51.991 INFO:teuthology.run_tasks:Running task selinux... 2023-10-12T22:21:52.001 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-10-12T22:21:52.001 DEBUG:teuthology.orchestra.run.smithi144:> sudo service auditd rotate 2023-10-12T22:21:52.074 INFO:teuthology.orchestra.run.smithi144.stdout:Rotating logs: 2023-10-12T22:21:52.076 DEBUG:teuthology.orchestra.run.smithi158:> sudo service auditd rotate 2023-10-12T22:21:52.164 INFO:teuthology.orchestra.run.smithi158.stdout:Rotating logs: 2023-10-12T22:21:52.166 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-12T22:21:52.166 DEBUG:teuthology.orchestra.run.smithi144:> /usr/sbin/getenforce 2023-10-12T22:21:52.205 INFO:teuthology.orchestra.run.smithi144.stdout:Permissive 2023-10-12T22:21:52.206 DEBUG:teuthology.orchestra.run.smithi158:> /usr/sbin/getenforce 2023-10-12T22:21:52.230 INFO:teuthology.orchestra.run.smithi158.stdout:Permissive 2023-10-12T22:21:52.230 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi144.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi158.front.sepia.ceph.com': 'permissive'} 2023-10-12T22:21:52.231 DEBUG:teuthology.orchestra.run.smithi144:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-10-12T22:21:52.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-12T22:21:52.274 DEBUG:teuthology.orchestra.run.smithi158:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-10-12T22:21:52.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-12T22:21:52.305 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-12T22:21:52.305 DEBUG:teuthology.orchestra.run.smithi144:> sudo /usr/sbin/setenforce permissive 2023-10-12T22:21:52.342 DEBUG:teuthology.orchestra.run.smithi158:> sudo /usr/sbin/setenforce permissive 2023-10-12T22:21:52.371 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-12T22:21:52.382 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-10-12T22:21:52.383 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-12T22:21:52.403 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-10-12T22:21:52.405 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi144.front.sepia.ceph.com,smithi158.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-12T22:29:15.133 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi144.front.sepia.ceph.com'), Remote(name='ubuntu@smithi158.front.sepia.ceph.com')] 2023-10-12T22:29:15.135 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2023-10-12T22:29:15.136 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T22:29:15.207 DEBUG:teuthology.orchestra.run.smithi144:> true 2023-10-12T22:29:15.280 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi144.front.sepia.ceph.com' 2023-10-12T22:29:15.280 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-10-12T22:29:15.281 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T22:29:15.350 DEBUG:teuthology.orchestra.run.smithi158:> true 2023-10-12T22:29:15.417 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-10-12T22:29:15.417 INFO:teuthology.run_tasks:Running task clock... 2023-10-12T22:29:15.429 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-12T22:29:15.429 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-12T22:29:15.430 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-12T22:29:15.433 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-12T22:29:15.433 DEBUG:teuthology.orchestra.run.smithi158:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-12T22:29:15.467 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-12T22:29:15.482 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-12T22:29:15.489 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-12T22:29:15.503 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-12T22:29:15.558 INFO:teuthology.orchestra.run.smithi144.stderr:sudo: ntpd: command not found 2023-10-12T22:29:15.566 INFO:teuthology.orchestra.run.smithi158.stderr:sudo: ntpd: command not found 2023-10-12T22:29:15.570 INFO:teuthology.orchestra.run.smithi144.stdout:506 Cannot talk to daemon 2023-10-12T22:29:15.578 INFO:teuthology.orchestra.run.smithi158.stdout:506 Cannot talk to daemon 2023-10-12T22:29:15.585 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-12T22:29:15.592 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-12T22:29:15.600 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-12T22:29:15.605 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-12T22:29:15.666 INFO:teuthology.orchestra.run.smithi144.stderr:bash: ntpq: command not found 2023-10-12T22:29:15.669 INFO:teuthology.orchestra.run.smithi144.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-12T22:29:15.669 INFO:teuthology.orchestra.run.smithi144.stdout:=============================================================================== 2023-10-12T22:29:15.670 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T22:29:15.670 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T22:29:15.670 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T22:29:15.670 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T22:29:15.671 INFO:teuthology.orchestra.run.smithi158.stderr:bash: ntpq: command not found 2023-10-12T22:29:15.674 INFO:teuthology.orchestra.run.smithi158.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-12T22:29:15.675 INFO:teuthology.orchestra.run.smithi158.stdout:=============================================================================== 2023-10-12T22:29:15.675 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T22:29:15.675 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T22:29:15.675 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T22:29:15.676 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T22:29:15.677 INFO:teuthology.run_tasks:Running task pexec... 2023-10-12T22:29:15.688 INFO:teuthology.task.pexec:Executing custom commands... 2023-10-12T22:29:15.689 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi144.front.sepia.ceph.com 2023-10-12T22:29:15.689 DEBUG:teuthology.orchestra.run.smithi144:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-12T22:29:15.689 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi158.front.sepia.ceph.com 2023-10-12T22:29:15.690 DEBUG:teuthology.orchestra.run.smithi158:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-12T22:29:16.596 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:34 ago on Thu 12 Oct 2023 10:27:42 PM UTC. 2023-10-12T22:29:16.601 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:34 ago on Thu 12 Oct 2023 10:27:42 PM UTC. 2023-10-12T22:29:18.639 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2023-10-12T22:29:18.640 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-10-12T22:29:18.640 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2023-10-12T22:29:18.640 INFO:teuthology.orchestra.run.smithi144.stdout: Package Architecture Version Repository Size 2023-10-12T22:29:18.641 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2023-10-12T22:29:18.641 INFO:teuthology.orchestra.run.smithi144.stdout:Resetting modules: 2023-10-12T22:29:18.641 INFO:teuthology.orchestra.run.smithi144.stdout: container-tools 2023-10-12T22:29:18.641 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-10-12T22:29:18.641 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2023-10-12T22:29:18.642 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2023-10-12T22:29:18.642 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-10-12T22:29:18.642 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-10-12T22:29:18.643 INFO:teuthology.orchestra.run.smithi158.stdout: Package Architecture Version Repository Size 2023-10-12T22:29:18.643 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-10-12T22:29:18.643 INFO:teuthology.orchestra.run.smithi158.stdout:Resetting modules: 2023-10-12T22:29:18.643 INFO:teuthology.orchestra.run.smithi158.stdout: container-tools 2023-10-12T22:29:18.643 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:29:18.643 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-10-12T22:29:18.644 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-10-12T22:29:18.644 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:29:18.886 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-10-12T22:29:18.897 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2023-10-12T22:29:19.833 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:01:37 ago on Thu 12 Oct 2023 10:27:42 PM UTC. 2023-10-12T22:29:19.839 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:37 ago on Thu 12 Oct 2023 10:27:42 PM UTC. 2023-10-12T22:29:21.872 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2023-10-12T22:29:21.981 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-10-12T22:29:22.033 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2023-10-12T22:29:22.033 INFO:teuthology.orchestra.run.smithi144.stdout: Package Arch Version Repository Size 2023-10-12T22:29:22.034 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2023-10-12T22:29:22.034 INFO:teuthology.orchestra.run.smithi144.stdout:Installing group/module packages: 2023-10-12T22:29:22.034 INFO:teuthology.orchestra.run.smithi144.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-10-12T22:29:22.034 INFO:teuthology.orchestra.run.smithi144.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-10-12T22:29:22.034 INFO:teuthology.orchestra.run.smithi144.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-10-12T22:29:22.035 INFO:teuthology.orchestra.run.smithi144.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-10-12T22:29:22.035 INFO:teuthology.orchestra.run.smithi144.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-10-12T22:29:22.035 INFO:teuthology.orchestra.run.smithi144.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-10-12T22:29:22.035 INFO:teuthology.orchestra.run.smithi144.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-10-12T22:29:22.035 INFO:teuthology.orchestra.run.smithi144.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-10-12T22:29:22.036 INFO:teuthology.orchestra.run.smithi144.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-10-12T22:29:22.036 INFO:teuthology.orchestra.run.smithi144.stdout:Installing dependencies: 2023-10-12T22:29:22.036 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-10-12T22:29:22.036 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-10-12T22:29:22.036 INFO:teuthology.orchestra.run.smithi144.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-10-12T22:29:22.037 INFO:teuthology.orchestra.run.smithi144.stdout:Installing weak dependencies: 2023-10-12T22:29:22.037 INFO:teuthology.orchestra.run.smithi144.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-10-12T22:29:22.037 INFO:teuthology.orchestra.run.smithi144.stdout:Installing module profiles: 2023-10-12T22:29:22.037 INFO:teuthology.orchestra.run.smithi144.stdout: container-tools/common 2023-10-12T22:29:22.037 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-10-12T22:29:22.038 INFO:teuthology.orchestra.run.smithi144.stdout:Enabling module streams: 2023-10-12T22:29:22.038 INFO:teuthology.orchestra.run.smithi144.stdout: container-tools rhel8 2023-10-12T22:29:22.038 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-10-12T22:29:22.038 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2023-10-12T22:29:22.039 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2023-10-12T22:29:22.039 INFO:teuthology.orchestra.run.smithi144.stdout:Install 13 Packages 2023-10-12T22:29:22.039 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-10-12T22:29:22.040 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 26 M 2023-10-12T22:29:22.040 INFO:teuthology.orchestra.run.smithi144.stdout:Installed size: 87 M 2023-10-12T22:29:22.040 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2023-10-12T22:29:22.144 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-10-12T22:29:22.145 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2023-10-12T22:29:22.145 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-10-12T22:29:22.145 INFO:teuthology.orchestra.run.smithi158.stdout:Installing group/module packages: 2023-10-12T22:29:22.145 INFO:teuthology.orchestra.run.smithi158.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-10-12T22:29:22.146 INFO:teuthology.orchestra.run.smithi158.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-10-12T22:29:22.146 INFO:teuthology.orchestra.run.smithi158.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-10-12T22:29:22.146 INFO:teuthology.orchestra.run.smithi158.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-10-12T22:29:22.146 INFO:teuthology.orchestra.run.smithi158.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-10-12T22:29:22.147 INFO:teuthology.orchestra.run.smithi158.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-10-12T22:29:22.147 INFO:teuthology.orchestra.run.smithi158.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-10-12T22:29:22.147 INFO:teuthology.orchestra.run.smithi158.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-10-12T22:29:22.147 INFO:teuthology.orchestra.run.smithi158.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-10-12T22:29:22.147 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2023-10-12T22:29:22.148 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-10-12T22:29:22.148 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-10-12T22:29:22.148 INFO:teuthology.orchestra.run.smithi158.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-10-12T22:29:22.148 INFO:teuthology.orchestra.run.smithi158.stdout:Installing weak dependencies: 2023-10-12T22:29:22.148 INFO:teuthology.orchestra.run.smithi158.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-10-12T22:29:22.149 INFO:teuthology.orchestra.run.smithi158.stdout:Installing module profiles: 2023-10-12T22:29:22.149 INFO:teuthology.orchestra.run.smithi158.stdout: container-tools/common 2023-10-12T22:29:22.149 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:29:22.149 INFO:teuthology.orchestra.run.smithi158.stdout:Enabling module streams: 2023-10-12T22:29:22.149 INFO:teuthology.orchestra.run.smithi158.stdout: container-tools rhel8 2023-10-12T22:29:22.149 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:29:22.150 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-10-12T22:29:22.150 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-10-12T22:29:22.150 INFO:teuthology.orchestra.run.smithi158.stdout:Install 13 Packages 2023-10-12T22:29:22.150 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:29:22.151 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 26 M 2023-10-12T22:29:22.151 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 87 M 2023-10-12T22:29:22.151 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-10-12T22:29:23.474 INFO:teuthology.orchestra.run.smithi144.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 610 kB/s | 739 kB 00:01 2023-10-12T22:29:23.517 INFO:teuthology.orchestra.run.smithi158.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 579 kB/s | 739 kB 00:01 2023-10-12T22:29:23.582 INFO:teuthology.orchestra.run.smithi144.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 350 kB/s | 38 kB 00:00 2023-10-12T22:29:23.634 INFO:teuthology.orchestra.run.smithi158.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 730 kB/s | 1.0 MB 00:01 2023-10-12T22:29:23.659 INFO:teuthology.orchestra.run.smithi158.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 267 kB/s | 38 kB 00:00 2023-10-12T22:29:23.732 INFO:teuthology.orchestra.run.smithi144.stdout:(3/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 692 kB/s | 1.0 MB 00:01 2023-10-12T22:29:23.850 INFO:teuthology.orchestra.run.smithi144.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 896 kB/s | 239 kB 00:00 2023-10-12T22:29:23.851 INFO:teuthology.orchestra.run.smithi158.stdout:(4/13): buildah-1.31.3-1.module_el8+664+4072b3a 5.5 MB/s | 8.8 MB 00:01 2023-10-12T22:29:23.935 INFO:teuthology.orchestra.run.smithi158.stdout:(5/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 796 kB/s | 239 kB 00:00 2023-10-12T22:29:23.951 INFO:teuthology.orchestra.run.smithi158.stdout:(6/13): python3-podman-4.6.0-1.module_el8+582+a 1.7 MB/s | 177 kB 00:00 2023-10-12T22:29:24.091 INFO:teuthology.orchestra.run.smithi144.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 734 kB/s | 177 kB 00:00 2023-10-12T22:29:24.095 INFO:teuthology.orchestra.run.smithi158.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 155 kB/s | 25 kB 00:00 2023-10-12T22:29:24.119 INFO:teuthology.orchestra.run.smithi158.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 562 kB/s | 94 kB 00:00 2023-10-12T22:29:24.217 INFO:teuthology.orchestra.run.smithi144.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 198 kB/s | 25 kB 00:00 2023-10-12T22:29:24.309 INFO:teuthology.orchestra.run.smithi144.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.0 MB/s | 94 kB 00:00 2023-10-12T22:29:24.436 INFO:teuthology.orchestra.run.smithi158.stdout:(9/13): toolbox-0.0.99.4-5.module_el8+649+e2dea 8.0 MB/s | 2.5 MB 00:00 2023-10-12T22:29:24.545 INFO:teuthology.orchestra.run.smithi158.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 486 kB/s | 53 kB 00:00 2023-10-12T22:29:24.665 INFO:teuthology.orchestra.run.smithi158.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 341 kB/s | 41 kB 00:00 2023-10-12T22:29:25.609 INFO:teuthology.orchestra.run.smithi144.stdout:(8/13): netavark-1.7.0-1.module_el8+487+8e42a27 2.0 MB/s | 3.7 MB 00:01 2023-10-12T22:29:25.895 INFO:teuthology.orchestra.run.smithi158.stdout:(12/13): netavark-1.7.0-1.module_el8+487+8e42a2 1.7 MB/s | 3.7 MB 00:02 2023-10-12T22:29:26.268 INFO:teuthology.orchestra.run.smithi144.stdout:(9/13): toolbox-0.0.99.4-5.module_el8+649+e2dea 3.8 MB/s | 2.5 MB 00:00 2023-10-12T22:29:26.368 INFO:teuthology.orchestra.run.smithi144.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 528 kB/s | 53 kB 00:00 2023-10-12T22:29:26.468 INFO:teuthology.orchestra.run.smithi144.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 410 kB/s | 41 kB 00:00 2023-10-12T22:29:26.737 INFO:teuthology.orchestra.run.smithi158.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 3.1 MB/s | 8.1 MB 00:02 2023-10-12T22:29:26.738 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-10-12T22:29:26.738 INFO:teuthology.orchestra.run.smithi158.stdout:Total 5.6 MB/s | 26 MB 00:04 2023-10-12T22:29:27.008 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-10-12T22:29:27.010 INFO:teuthology.orchestra.run.smithi144.stdout:(12/13): skopeo-1.13.3-1.module_el8+664+4072b3a 3.0 MB/s | 8.1 MB 00:02 2023-10-12T22:29:27.030 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-10-12T22:29:27.030 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-10-12T22:29:27.281 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-10-12T22:29:27.284 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-10-12T22:29:27.959 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-10-12T22:29:28.177 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-10-12T22:29:28.380 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-10-12T22:29:28.614 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-10-12T22:29:28.818 INFO:teuthology.orchestra.run.smithi144.stdout:(13/13): buildah-1.31.3-1.module_el8+664+4072b3 1.3 MB/s | 8.8 MB 00:06 2023-10-12T22:29:28.819 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2023-10-12T22:29:28.819 INFO:teuthology.orchestra.run.smithi144.stdout:Total 3.8 MB/s | 26 MB 00:06 2023-10-12T22:29:28.849 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-12T22:29:29.089 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2023-10-12T22:29:29.109 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2023-10-12T22:29:29.110 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2023-10-12T22:29:29.361 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2023-10-12T22:29:29.364 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2023-10-12T22:29:29.398 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-10-12T22:29:30.010 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2023-10-12T22:29:30.219 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-10-12T22:29:30.324 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-12T22:29:30.389 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-10-12T22:29:30.557 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-10-12T22:29:30.598 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-10-12T22:29:30.771 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-10-12T22:29:30.807 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-12T22:29:31.034 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-10-12T22:29:31.370 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-10-12T22:29:31.452 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-10-12T22:29:32.299 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-12T22:29:32.314 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-12T22:29:32.517 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-10-12T22:29:32.521 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-10-12T22:29:32.695 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-12T22:29:32.705 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-10-12T22:29:33.116 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-12T22:29:33.116 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-10-12T22:29:33.116 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-10-12T22:29:33.116 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-10-12T22:29:33.116 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-12T22:29:33.117 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-10-12T22:29:33.117 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-12T22:29:33.117 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-10-12T22:29:33.117 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-10-12T22:29:33.117 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-10-12T22:29:33.118 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-10-12T22:29:33.118 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-12T22:29:33.118 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-10-12T22:29:33.339 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-10-12T22:29:33.915 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-10-12T22:29:33.957 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-10-12T22:29:33.957 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:29:33.957 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-10-12T22:29:33.957 INFO:teuthology.orchestra.run.smithi158.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-12T22:29:33.958 INFO:teuthology.orchestra.run.smithi158.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-10-12T22:29:33.958 INFO:teuthology.orchestra.run.smithi158.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-10-12T22:29:33.958 INFO:teuthology.orchestra.run.smithi158.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-10-12T22:29:33.958 INFO:teuthology.orchestra.run.smithi158.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-10-12T22:29:33.959 INFO:teuthology.orchestra.run.smithi158.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-12T22:29:33.959 INFO:teuthology.orchestra.run.smithi158.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-10-12T22:29:33.959 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-12T22:29:33.959 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-12T22:29:33.959 INFO:teuthology.orchestra.run.smithi158.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-10-12T22:29:33.960 INFO:teuthology.orchestra.run.smithi158.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-10-12T22:29:33.960 INFO:teuthology.orchestra.run.smithi158.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-10-12T22:29:33.960 INFO:teuthology.orchestra.run.smithi158.stdout: yajl-2.1.0-12.el8.x86_64 2023-10-12T22:29:33.960 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:29:33.960 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-10-12T22:29:34.543 DEBUG:teuthology.parallel:result is None 2023-10-12T22:29:34.792 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-12T22:29:34.991 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-10-12T22:29:35.195 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-12T22:29:35.627 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-12T22:29:35.627 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-10-12T22:29:35.627 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-10-12T22:29:35.627 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-10-12T22:29:35.628 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-12T22:29:35.628 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-10-12T22:29:35.628 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-12T22:29:35.628 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-10-12T22:29:35.629 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-10-12T22:29:35.629 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-10-12T22:29:35.629 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-10-12T22:29:35.629 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-12T22:29:35.629 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-10-12T22:29:36.412 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-10-12T22:29:36.413 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-10-12T22:29:36.413 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2023-10-12T22:29:36.413 INFO:teuthology.orchestra.run.smithi144.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-12T22:29:36.413 INFO:teuthology.orchestra.run.smithi144.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-10-12T22:29:36.413 INFO:teuthology.orchestra.run.smithi144.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-10-12T22:29:36.414 INFO:teuthology.orchestra.run.smithi144.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-10-12T22:29:36.414 INFO:teuthology.orchestra.run.smithi144.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-10-12T22:29:36.414 INFO:teuthology.orchestra.run.smithi144.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-12T22:29:36.414 INFO:teuthology.orchestra.run.smithi144.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-10-12T22:29:36.414 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-12T22:29:36.415 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-12T22:29:36.415 INFO:teuthology.orchestra.run.smithi144.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-10-12T22:29:36.415 INFO:teuthology.orchestra.run.smithi144.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-10-12T22:29:36.415 INFO:teuthology.orchestra.run.smithi144.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-10-12T22:29:36.415 INFO:teuthology.orchestra.run.smithi144.stdout: yajl-2.1.0-12.el8.x86_64 2023-10-12T22:29:36.416 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-10-12T22:29:36.416 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2023-10-12T22:29:36.678 DEBUG:teuthology.parallel:result is None 2023-10-12T22:29:36.678 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-12T22:29:36.755 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': '3da7aaee8cb8051dac57683eeb2f18b9da99d2c9'} 2023-10-12T22:29:36.756 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2023-10-12T22:29:36.756 INFO:tasks.cephadm:Cluster fsid is d33f3920-694e-11ee-8db6-212e2dc638e7 2023-10-12T22:29:36.757 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-12T22:29:36.757 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-10-12T22:29:36.757 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi144': '172.21.15.144', 'mon.smithi158': '172.21.15.158'} 2023-10-12T22:29:36.757 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-12T22:29:36.758 DEBUG:teuthology.orchestra.run.smithi144:> sudo hostname $(hostname -s) 2023-10-12T22:29:36.786 DEBUG:teuthology.orchestra.run.smithi158:> sudo hostname $(hostname -s) 2023-10-12T22:29:36.820 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2023-10-12T22:29:36.820 DEBUG:teuthology.orchestra.run.smithi144:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-12T22:29:37.102 INFO:teuthology.orchestra.run.smithi144.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Oct 12 22:29 /home/ubuntu/cephtest/cephadm 2023-10-12T22:29:37.102 DEBUG:teuthology.orchestra.run.smithi158:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-12T22:29:37.270 INFO:teuthology.orchestra.run.smithi158.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Oct 12 22:29 /home/ubuntu/cephtest/cephadm 2023-10-12T22:29:37.270 DEBUG:teuthology.orchestra.run.smithi144:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-12T22:29:37.290 DEBUG:teuthology.orchestra.run.smithi158:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-12T22:29:37.322 DEBUG:teuthology.orchestra.run.smithi144:> sudo mkdir -p /etc/ceph 2023-10-12T22:29:37.359 DEBUG:teuthology.orchestra.run.smithi158:> sudo mkdir -p /etc/ceph 2023-10-12T22:29:37.392 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod 777 /etc/ceph 2023-10-12T22:29:37.427 DEBUG:teuthology.orchestra.run.smithi158:> sudo chmod 777 /etc/ceph 2023-10-12T22:29:37.461 INFO:tasks.cephadm:Writing seed config... 2023-10-12T22:29:37.462 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-10-12T22:29:37.463 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-10-12T22:29:37.463 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-10-12T22:29:37.463 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-10-12T22:29:37.464 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-10-12T22:29:37.464 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-10-12T22:29:37.464 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-10-12T22:29:37.464 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-10-12T22:29:37.465 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2023-10-12T22:29:37.465 DEBUG:teuthology.orchestra.run.smithi144:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-10-12T22:29:37.485 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 = d33f3920-694e-11ee-8db6-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-10-12T22:29:37.485 DEBUG:teuthology.orchestra.run.smithi144:mon.smithi144> sudo journalctl -f -n 0 -u ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mon.smithi144.service 2023-10-12T22:29:37.528 INFO:tasks.cephadm:Bootstrapping... 2023-10-12T22:29:37.528 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.144 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-10-12T22:29:37.556 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:-- Logs begin at Thu 2023-10-12 22:21:09 UTC. -- 2023-10-12T22:29:37.808 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-10-12T22:29:39.138 INFO:teuthology.orchestra.run.smithi144.stderr:/bin/podman: 4.6.1 2023-10-12T22:29:39.148 INFO:teuthology.orchestra.run.smithi144.stderr:Verifying podman|docker is present... 2023-10-12T22:29:39.149 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-10-12T22:29:39.172 INFO:teuthology.orchestra.run.smithi144.stderr:/bin/podman: 4.6.1 2023-10-12T22:29:39.188 INFO:teuthology.orchestra.run.smithi144.stderr:Verifying lvm2 is present... 2023-10-12T22:29:39.188 INFO:teuthology.orchestra.run.smithi144.stderr:Verifying time synchronization is in place... 2023-10-12T22:29:39.188 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-enabled chrony.service 2023-10-12T22:29:39.195 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-10-12T22:29:39.195 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-active chrony.service 2023-10-12T22:29:39.201 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: inactive 2023-10-12T22:29:39.201 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-enabled chronyd.service 2023-10-12T22:29:39.208 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: enabled 2023-10-12T22:29:39.208 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-active chronyd.service 2023-10-12T22:29:39.214 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: active 2023-10-12T22:29:39.214 INFO:teuthology.orchestra.run.smithi144.stderr:Unit chronyd.service is enabled and running 2023-10-12T22:29:39.215 INFO:teuthology.orchestra.run.smithi144.stderr:Repeating the final host check... 2023-10-12T22:29:39.215 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-10-12T22:29:39.235 INFO:teuthology.orchestra.run.smithi144.stderr:/bin/podman: 4.6.1 2023-10-12T22:29:39.250 INFO:teuthology.orchestra.run.smithi144.stderr:podman|docker (/bin/podman) is present 2023-10-12T22:29:39.250 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl is present 2023-10-12T22:29:39.251 INFO:teuthology.orchestra.run.smithi144.stderr:lvcreate is present 2023-10-12T22:29:39.251 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-enabled chrony.service 2023-10-12T22:29:39.256 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-10-12T22:29:39.256 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-active chrony.service 2023-10-12T22:29:39.262 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: inactive 2023-10-12T22:29:39.262 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-enabled chronyd.service 2023-10-12T22:29:39.268 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: enabled 2023-10-12T22:29:39.268 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-active chronyd.service 2023-10-12T22:29:39.274 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: active 2023-10-12T22:29:39.275 INFO:teuthology.orchestra.run.smithi144.stderr:Unit chronyd.service is enabled and running 2023-10-12T22:29:39.275 INFO:teuthology.orchestra.run.smithi144.stderr:Host looks OK 2023-10-12T22:29:39.275 INFO:teuthology.orchestra.run.smithi144.stderr:Cluster fsid: d33f3920-694e-11ee-8db6-212e2dc638e7 2023-10-12T22:29:39.276 INFO:teuthology.orchestra.run.smithi144.stderr:Acquiring lock 140178869923968 on /run/cephadm/d33f3920-694e-11ee-8db6-212e2dc638e7.lock 2023-10-12T22:29:39.276 INFO:teuthology.orchestra.run.smithi144.stderr:Lock 140178869923968 acquired on /run/cephadm/d33f3920-694e-11ee-8db6-212e2dc638e7.lock 2023-10-12T22:29:39.276 INFO:teuthology.orchestra.run.smithi144.stderr:Verifying IP 172.21.15.144 port 3300 ... 2023-10-12T22:29:39.277 INFO:teuthology.orchestra.run.smithi144.stderr:Verifying IP 172.21.15.144 port 6789 ... 2023-10-12T22:29:39.277 INFO:teuthology.orchestra.run.smithi144.stderr:Base mon IP is 172.21.15.144, final addrv is [v2:172.21.15.144:3300,v1:172.21.15.144:6789] 2023-10-12T22:29:39.277 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /sbin/ip route ls 2023-10-12T22:29:39.278 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.144 metric 100 2023-10-12T22:29:39.279 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.144 metric 100 2023-10-12T22:29:39.279 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /sbin/ip -6 route ls 2023-10-12T22:29:39.281 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-10-12T22:29:39.281 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-10-12T22:29:39.282 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1767sec hoplimit 64 pref medium 2023-10-12T22:29:39.282 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /sbin/ip -6 addr ls 2023-10-12T22:29:39.284 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-10-12T22:29:39.284 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-10-12T22:29:39.285 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-10-12T22:29:39.285 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-10-12T22:29:39.285 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:7f5f/64 scope link 2023-10-12T22:29:39.286 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-10-12T22:29:39.286 INFO:teuthology.orchestra.run.smithi144.stderr:Mon IP `172.21.15.144` is in CIDR network `172.21.0.0/20` 2023-10-12T22:29:39.287 INFO:teuthology.orchestra.run.smithi144.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-10-12T22:29:39.287 INFO:teuthology.orchestra.run.smithi144.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2023-10-12T22:29:39.287 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2023-10-12T22:29:39.376 INFO:teuthology.orchestra.run.smithi144.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2023-10-12T22:29:46.098 INFO:teuthology.orchestra.run.smithi144.stderr:/bin/podman: Getting image source signatures 2023-10-12T22:29:46.105 INFO:teuthology.orchestra.run.smithi144.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2023-10-12T22:29:46.105 INFO:teuthology.orchestra.run.smithi144.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-10-12T22:29:59.953 INFO:teuthology.orchestra.run.smithi144.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-10-12T22:30:00.000 INFO:teuthology.orchestra.run.smithi144.stderr:/bin/podman: Writing manifest to image destination 2023-10-12T22:30:00.240 INFO:teuthology.orchestra.run.smithi144.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-10-12T22:30:00.255 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2023-10-12T22:30:00.787 INFO:teuthology.orchestra.run.smithi144.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-10-12T22:30:01.125 INFO:teuthology.orchestra.run.smithi144.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-10-12T22:30:01.125 INFO:teuthology.orchestra.run.smithi144.stderr:Extracting ceph user uid/gid from container image... 2023-10-12T22:30:01.125 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2023-10-12T22:30:01.383 INFO:teuthology.orchestra.run.smithi144.stderr:stat: 167 167 2023-10-12T22:30:01.716 INFO:teuthology.orchestra.run.smithi144.stderr:Creating initial keys... 2023-10-12T22:30:01.716 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-10-12T22:30:01.991 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-authtool: AQBpcyhlUKWhOhAAkCE3dV4CO8H7DX3MC/aFng== 2023-10-12T22:30:02.325 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-10-12T22:30:02.591 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-authtool: AQBqcyhlEdxEIhAAfFq3DODrgv1jpN2Tr+ulRg== 2023-10-12T22:30:02.928 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-10-12T22:30:03.191 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-authtool: AQBrcyhlidpjChAAAY06XaA/KoJ9fJzF59hezg== 2023-10-12T22:30:03.529 INFO:teuthology.orchestra.run.smithi144.stderr:Creating initial monmap... 2023-10-12T22:30:03.529 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpi327xvj0:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 --addv smithi144 [v2:172.21.15.144:3300,v1:172.21.15.144:6789] /tmp/monmap 2023-10-12T22:30:03.808 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-12T22:30:03.809 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to d33f3920-694e-11ee-8db6-212e2dc638e7 2023-10-12T22:30:03.809 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-12T22:30:04.125 INFO:teuthology.orchestra.run.smithi144.stderr:monmaptool for smithi144 [v2:172.21.15.144:3300,v1:172.21.15.144:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-12T22:30:04.125 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/monmaptool: set fsid to d33f3920-694e-11ee-8db6-212e2dc638e7 2023-10-12T22:30:04.126 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-12T22:30:04.126 INFO:teuthology.orchestra.run.smithi144.stderr: 2023-10-12T22:30:04.126 INFO:teuthology.orchestra.run.smithi144.stderr:Creating mon... 2023-10-12T22:30:04.127 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/mon.smithi144:/var/lib/ceph/mon/ceph-smithi144:z -v /tmp/ceph-tmpi5us0ovy:/tmp/keyring:z -v /tmp/ceph-tmpi327xvj0:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi144 --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2023-10-12T22:30:04.417 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.390+0000 7f0b21c86700 0 set uid:gid to 167:167 (ceph:ceph) 2023-10-12T22:30:04.417 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.391+0000 7f0b21c86700 1 imported monmap: 2023-10-12T22:30:04.417 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: epoch 0 2023-10-12T22:30:04.418 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: fsid d33f3920-694e-11ee-8db6-212e2dc638e7 2023-10-12T22:30:04.418 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: last_changed 2023-10-12T22:30:03.787579+0000 2023-10-12T22:30:04.418 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: created 2023-10-12T22:30:03.787579+0000 2023-10-12T22:30:04.418 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-10-12T22:30:04.418 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-10-12T22:30:04.419 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] mon.smithi144 2023-10-12T22:30:04.419 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2023-10-12T22:30:04.419 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.391+0000 7f0b21c86700 0 /usr/bin/ceph-mon: set fsid to d33f3920-694e-11ee-8db6-212e2dc638e7 2023-10-12T22:30:04.419 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: RocksDB version: 6.8.1 2023-10-12T22:30:04.419 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2023-10-12T22:30:04.420 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-10-12T22:30:04.420 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Compile date Jul 8 2021 2023-10-12T22:30:04.420 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: DB SUMMARY 2023-10-12T22:30:04.420 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2023-10-12T22:30:04.421 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi144/store.db dir, Total Num: 0, files: 2023-10-12T22:30:04.421 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2023-10-12T22:30:04.421 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi144/store.db: 2023-10-12T22:30:04.421 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2023-10-12T22:30:04.421 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.error_if_exists: 0 2023-10-12T22:30:04.422 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.create_if_missing: 1 2023-10-12T22:30:04.422 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.paranoid_checks: 1 2023-10-12T22:30:04.422 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.env: 0x55e1b606a1c0 2023-10-12T22:30:04.422 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.fs: Posix File System 2023-10-12T22:30:04.422 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.info_log: 0x55e1b7aa3000 2023-10-12T22:30:04.423 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.max_file_opening_threads: 16 2023-10-12T22:30:04.423 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.statistics: (nil) 2023-10-12T22:30:04.423 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.use_fsync: 0 2023-10-12T22:30:04.423 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.max_log_file_size: 0 2023-10-12T22:30:04.423 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-12T22:30:04.424 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-10-12T22:30:04.424 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.keep_log_file_num: 1000 2023-10-12T22:30:04.424 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.recycle_log_file_num: 0 2023-10-12T22:30:04.424 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.allow_fallocate: 1 2023-10-12T22:30:04.424 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.allow_mmap_reads: 0 2023-10-12T22:30:04.425 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.allow_mmap_writes: 0 2023-10-12T22:30:04.425 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.use_direct_reads: 0 2023-10-12T22:30:04.425 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-12T22:30:04.425 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.create_missing_column_families: 0 2023-10-12T22:30:04.425 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.db_log_dir: 2023-10-12T22:30:04.426 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi144/store.db 2023-10-12T22:30:04.426 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-10-12T22:30:04.426 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.max_subcompactions: 1 2023-10-12T22:30:04.426 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.max_background_flushes: -1 2023-10-12T22:30:04.426 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-10-12T22:30:04.427 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-10-12T22:30:04.427 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-12T22:30:04.427 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-12T22:30:04.427 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-10-12T22:30:04.428 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.advise_random_on_open: 1 2023-10-12T22:30:04.428 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.db_write_buffer_size: 0 2023-10-12T22:30:04.428 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.write_buffer_manager: 0x55e1b7aab530 2023-10-12T22:30:04.428 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-12T22:30:04.428 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-10-12T22:30:04.428 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-12T22:30:04.429 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-10-12T22:30:04.429 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.rate_limiter: (nil) 2023-10-12T22:30:04.429 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-12T22:30:04.429 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.wal_recovery_mode: 2 2023-10-12T22:30:04.429 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.enable_thread_tracking: 0 2023-10-12T22:30:04.430 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.enable_pipelined_write: 0 2023-10-12T22:30:04.430 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.unordered_write: 0 2023-10-12T22:30:04.430 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-12T22:30:04.430 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-12T22:30:04.431 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-12T22:30:04.431 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-12T22:30:04.431 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.row_cache: None 2023-10-12T22:30:04.431 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.wal_filter: None 2023-10-12T22:30:04.431 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-12T22:30:04.432 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.allow_ingest_behind: 0 2023-10-12T22:30:04.432 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.preserve_deletes: 0 2023-10-12T22:30:04.432 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.two_write_queues: 0 2023-10-12T22:30:04.432 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.manual_wal_flush: 0 2023-10-12T22:30:04.432 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.atomic_flush: 0 2023-10-12T22:30:04.433 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-12T22:30:04.433 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-10-12T22:30:04.433 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-10-12T22:30:04.433 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.log_readahead_size: 0 2023-10-12T22:30:04.433 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-10-12T22:30:04.434 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.max_background_jobs: 2 2023-10-12T22:30:04.434 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.max_background_compactions: -1 2023-10-12T22:30:04.434 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-12T22:30:04.434 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-12T22:30:04.435 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-10-12T22:30:04.435 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.max_total_wal_size: 0 2023-10-12T22:30:04.435 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-12T22:30:04.435 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-10-12T22:30:04.435 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-10-12T22:30:04.435 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-12T22:30:04.436 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.max_open_files: -1 2023-10-12T22:30:04.436 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.bytes_per_sync: 0 2023-10-12T22:30:04.436 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-10-12T22:30:04.436 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-10-12T22:30:04.436 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Options.compaction_readahead_size: 0 2023-10-12T22:30:04.437 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Compression algorithms supported: 2023-10-12T22:30:04.437 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-12T22:30:04.437 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: kZSTD supported: 0 2023-10-12T22:30:04.437 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: kXpressCompression supported: 0 2023-10-12T22:30:04.437 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: kLZ4HCCompression supported: 1 2023-10-12T22:30:04.438 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: kLZ4Compression supported: 1 2023-10-12T22:30:04.438 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: kBZip2Compression supported: 0 2023-10-12T22:30:04.438 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: kZlibCompression supported: 1 2023-10-12T22:30:04.438 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: kSnappyCompression supported: 1 2023-10-12T22:30:04.438 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-10-12T22:30:04.439 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.392+0000 7f0b21c86700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-10-12T22:30:04.439 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2023-10-12T22:30:04.439 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi144/store.db/MANIFEST-000001 2023-10-12T22:30:04.439 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2023-10-12T22:30:04.439 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-10-12T22:30:04.440 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2023-10-12T22:30:04.440 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-12T22:30:04.440 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.merge_operator: 2023-10-12T22:30:04.440 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.compaction_filter: None 2023-10-12T22:30:04.440 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.compaction_filter_factory: None 2023-10-12T22:30:04.441 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-10-12T22:30:04.441 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-10-12T22:30:04.441 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e1b79bc160) 2023-10-12T22:30:04.441 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-10-12T22:30:04.441 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-12T22:30:04.442 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-12T22:30:04.442 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-10-12T22:30:04.442 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: index_type: 0 2023-10-12T22:30:04.442 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-10-12T22:30:04.442 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-10-12T22:30:04.443 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-10-12T22:30:04.443 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-10-12T22:30:04.443 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: checksum: 1 2023-10-12T22:30:04.443 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-10-12T22:30:04.443 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_cache: 0x55e1b79f2d10 2023-10-12T22:30:04.444 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-10-12T22:30:04.444 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-10-12T22:30:04.444 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-10-12T22:30:04.444 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-10-12T22:30:04.444 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-10-12T22:30:04.445 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-10-12T22:30:04.445 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-10-12T22:30:04.445 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-10-12T22:30:04.445 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-10-12T22:30:04.445 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-10-12T22:30:04.446 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-10-12T22:30:04.446 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-10-12T22:30:04.446 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-10-12T22:30:04.446 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-10-12T22:30:04.446 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-10-12T22:30:04.447 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-10-12T22:30:04.447 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-10-12T22:30:04.447 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-10-12T22:30:04.447 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-10-12T22:30:04.447 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: format_version: 2 2023-10-12T22:30:04.448 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-10-12T22:30:04.448 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_align: 0 2023-10-12T22:30:04.448 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2023-10-12T22:30:04.448 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.write_buffer_size: 33554432 2023-10-12T22:30:04.448 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.max_write_buffer_number: 2 2023-10-12T22:30:04.449 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.compression: NoCompression 2023-10-12T22:30:04.449 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.bottommost_compression: Disabled 2023-10-12T22:30:04.449 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.prefix_extractor: nullptr 2023-10-12T22:30:04.449 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-12T22:30:04.449 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.num_levels: 7 2023-10-12T22:30:04.450 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-12T22:30:04.450 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-12T22:30:04.450 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-12T22:30:04.450 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-12T22:30:04.450 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-12T22:30:04.451 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-12T22:30:04.451 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-12T22:30:04.451 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-12T22:30:04.451 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-12T22:30:04.451 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-10-12T22:30:04.452 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.compression_opts.level: 32767 2023-10-12T22:30:04.452 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.compression_opts.strategy: 0 2023-10-12T22:30:04.452 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-12T22:30:04.452 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-12T22:30:04.452 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.compression_opts.enabled: false 2023-10-12T22:30:04.453 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-12T22:30:04.453 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-12T22:30:04.453 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-12T22:30:04.453 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.target_file_size_base: 67108864 2023-10-12T22:30:04.453 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-10-12T22:30:04.454 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-12T22:30:04.454 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-12T22:30:04.454 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-12T22:30:04.454 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-12T22:30:04.454 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-12T22:30:04.455 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-12T22:30:04.455 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-12T22:30:04.455 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-12T22:30:04.455 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-12T22:30:04.456 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-12T22:30:04.456 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-12T22:30:04.456 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-12T22:30:04.456 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.arena_block_size: 4194304 2023-10-12T22:30:04.456 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-12T22:30:04.457 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-12T22:30:04.457 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-10-12T22:30:04.457 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.disable_auto_compactions: 0 2023-10-12T22:30:04.457 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-12T22:30:04.457 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-12T22:30:04.458 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-12T22:30:04.458 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-12T22:30:04.458 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-12T22:30:04.458 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-12T22:30:04.458 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-12T22:30:04.459 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-12T22:30:04.459 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-12T22:30:04.459 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-12T22:30:04.459 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.table_properties_collectors: 2023-10-12T22:30:04.459 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.inplace_update_support: 0 2023-10-12T22:30:04.459 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-10-12T22:30:04.460 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-12T22:30:04.460 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-12T22:30:04.460 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-10-12T22:30:04.460 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.bloom_locality: 0 2023-10-12T22:30:04.460 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.max_successive_merges: 0 2023-10-12T22:30:04.461 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-10-12T22:30:04.461 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.paranoid_file_checks: 0 2023-10-12T22:30:04.461 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.force_consistency_checks: 0 2023-10-12T22:30:04.461 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.report_bg_io_stats: 0 2023-10-12T22:30:04.461 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.ttl: 2592000 2023-10-12T22:30:04.461 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-10-12T22:30:04.462 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi144/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-10-12T22:30:04.462 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2023-10-12T22:30:04.462 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.393+0000 7f0b21c86700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-10-12T22:30:04.462 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2023-10-12T22:30:04.462 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.394+0000 7f0b21c86700 4 rocksdb: DB pointer 0x55e1b7ab7800 2023-10-12T22:30:04.463 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.394+0000 7f0b0ab0f700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-10-12T22:30:04.463 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.394+0000 7f0b0ab0f700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-10-12T22:30:04.463 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-10-12T22:30:04.463 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-10-12T22:30:04.463 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-10-12T22:30:04.464 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-12T22:30:04.465 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-12T22:30:04.465 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-10-12T22:30:04.465 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-10-12T22:30:04.466 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-12T22:30:04.466 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2023-10-12T22:30:04.466 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-10-12T22:30:04.466 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-10-12T22:30:04.466 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-12T22:30:04.467 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-10-12T22:30:04.467 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-10-12T22:30:04.467 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2023-10-12T22:30:04.467 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-10-12T22:30:04.467 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-10-12T22:30:04.468 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-12T22:30:04.468 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-10-12T22:30:04.468 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-10-12T22:30:04.468 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-12T22:30:04.468 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-10-12T22:30:04.468 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-10-12T22:30:04.469 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-10-12T22:30:04.469 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-12T22:30:04.469 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-12T22:30:04.469 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-10-12T22:30:04.469 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2023-10-12T22:30:04.470 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-10-12T22:30:04.470 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2023-10-12T22:30:04.470 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-10-12T22:30:04.470 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-10-12T22:30:04.471 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-12T22:30:04.471 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-10-12T22:30:04.471 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-10-12T22:30:04.471 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2023-10-12T22:30:04.471 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-10-12T22:30:04.471 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-10-12T22:30:04.472 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-12T22:30:04.472 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-10-12T22:30:04.472 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-10-12T22:30:04.472 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-12T22:30:04.472 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-10-12T22:30:04.473 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-10-12T22:30:04.473 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-10-12T22:30:04.473 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-12T22:30:04.473 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-12T22:30:04.474 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-10-12T22:30:04.474 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2023-10-12T22:30:04.474 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-10-12T22:30:04.474 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2023-10-12T22:30:04.474 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.396+0000 7f0b21c86700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-10-12T22:30:04.475 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.396+0000 7f0b21c86700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-10-12T22:30:04.475 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2023-10-12T22:30:04.396+0000 7f0b21c86700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi144 for mon.smithi144 2023-10-12T22:30:04.748 INFO:teuthology.orchestra.run.smithi144.stderr:create mon.smithi144 on 2023-10-12T22:30:04.749 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7 2023-10-12T22:30:04.753 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl disable ceph.target 2023-10-12T22:30:04.844 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl enable ceph.target 2023-10-12T22:30:04.850 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-10-12T22:30:04.931 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl start ceph.target 2023-10-12T22:30:04.938 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl enable ceph-d33f3920-694e-11ee-8db6-212e2dc638e7.target 2023-10-12T22:30:04.945 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d33f3920-694e-11ee-8db6-212e2dc638e7.target → /etc/systemd/system/ceph-d33f3920-694e-11ee-8db6-212e2dc638e7.target. 2023-10-12T22:30:04.945 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-d33f3920-694e-11ee-8db6-212e2dc638e7.target → /etc/systemd/system/ceph-d33f3920-694e-11ee-8db6-212e2dc638e7.target. 2023-10-12T22:30:05.023 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl start ceph-d33f3920-694e-11ee-8db6-212e2dc638e7.target 2023-10-12T22:30:05.030 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl daemon-reload 2023-10-12T22:30:05.115 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl stop ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mon.smithi144 2023-10-12T22:30:05.138 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl reset-failed ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mon.smithi144 2023-10-12T22:30:05.144 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Failed to reset failed state of unit ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mon.smithi144.service: Unit ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mon.smithi144.service not loaded. 2023-10-12T22:30:05.145 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl enable ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mon.smithi144 2023-10-12T22:30:05.151 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Created symlink /etc/systemd/system/ceph-d33f3920-694e-11ee-8db6-212e2dc638e7.target.wants/ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mon.smithi144.service → /etc/systemd/system/ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@.service. 2023-10-12T22:30:05.237 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl start ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mon.smithi144 2023-10-12T22:30:05.520 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-enabled firewalld.service 2023-10-12T22:30:05.528 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: disabled 2023-10-12T22:30:05.528 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-active firewalld.service 2023-10-12T22:30:05.535 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: inactive 2023-10-12T22:30:05.536 INFO:teuthology.orchestra.run.smithi144.stderr:firewalld.service is not enabled 2023-10-12T22:30:05.536 INFO:teuthology.orchestra.run.smithi144.stderr:Not possible to enable service . firewalld.service is not available 2023-10-12T22:30:05.537 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for mon to start... 2023-10-12T22:30:05.537 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for mon... 2023-10-12T22:30:05.537 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/mon.smithi144:/var/lib/ceph/mon/ceph-smithi144:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2023-10-12T22:30:05.559 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:05 smithi144 bash[107681]: 1a8a9a497926ec092007c2f45b80fb4fb56f7602f5a83aa86336f7653cd03c21 2023-10-12T22:30:05.560 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:05 smithi144 systemd[1]: Started Ceph mon.smithi144 for d33f3920-694e-11ee-8db6-212e2dc638e7. 2023-10-12T22:30:05.984 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: cluster: 2023-10-12T22:30:05.984 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: id: d33f3920-694e-11ee-8db6-212e2dc638e7 2023-10-12T22:30:05.984 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-10-12T22:30:05.985 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2023-10-12T22:30:05.985 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: services: 2023-10-12T22:30:05.985 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi144 (age 0.428062s) 2023-10-12T22:30:05.985 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mgr: no daemons active 2023-10-12T22:30:05.985 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-10-12T22:30:05.986 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2023-10-12T22:30:05.986 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: data: 2023-10-12T22:30:05.986 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-10-12T22:30:05.986 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-10-12T22:30:05.986 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-10-12T22:30:05.987 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: pgs: 2023-10-12T22:30:05.987 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2023-10-12T22:30:06.010 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:05 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[107695]: cluster 2023-10-12T22:30:05.555291+0000 mon.smithi144 (mon.0) 0 : [INF] mkfs d33f3920-694e-11ee-8db6-212e2dc638e7 2023-10-12T22:30:06.011 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:05 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[107695]: cluster 2023-10-12T22:30:05.537166+0000 mon.smithi144 (mon.0) 1 : cluster [INF] mon.smithi144 is new leader, mons smithi144 in quorum (ranks 0) 2023-10-12T22:30:06.319 INFO:teuthology.orchestra.run.smithi144.stderr:mon is available 2023-10-12T22:30:06.319 INFO:teuthology.orchestra.run.smithi144.stderr:Assimilating anything we can from ceph.conf... 2023-10-12T22:30:06.319 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z -v /var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/mon.smithi144:/var/lib/ceph/mon/ceph-smithi144:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi144/config 2023-10-12T22:30:06.774 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:06 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[107695]: cluster 2023-10-12T22:30:05.553975+0000 mon.smithi144 (mon.0) 2 : cluster [INF] mon.smithi144 is new leader, mons smithi144 in quorum (ranks 0) 2023-10-12T22:30:06.774 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:06 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[107695]: cluster 2023-10-12T22:30:05.554209+0000 mon.smithi144 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi144=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0]} 2023-10-12T22:30:06.775 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:06 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[107695]: cluster 2023-10-12T22:30:05.556802+0000 mon.smithi144 (mon.0) 4 : cluster [DBG] fsmap 2023-10-12T22:30:06.775 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:06 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[107695]: cluster 2023-10-12T22:30:05.560530+0000 mon.smithi144 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-10-12T22:30:06.775 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:06 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[107695]: cluster 2023-10-12T22:30:05.560970+0000 mon.smithi144 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-10-12T22:30:06.775 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:06 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[107695]: audit 2023-10-12T22:30:05.982004+0000 mon.smithi144 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.144:0/3673847167' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-12T22:30:06.799 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2023-10-12T22:30:06.799 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: [global] 2023-10-12T22:30:06.800 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: fsid = d33f3920-694e-11ee-8db6-212e2dc638e7 2023-10-12T22:30:06.800 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.144:3300,v1:172.21.15.144:6789] 2023-10-12T22:30:06.800 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-10-12T22:30:06.800 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-10-12T22:30:06.801 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-10-12T22:30:06.801 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-10-12T22:30:06.801 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2023-10-12T22:30:06.801 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: [mgr] 2023-10-12T22:30:06.801 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-10-12T22:30:06.802 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2023-10-12T22:30:06.802 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: [osd] 2023-10-12T22:30:06.802 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-10-12T22:30:06.802 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-10-12T22:30:07.143 INFO:teuthology.orchestra.run.smithi144.stderr:Generating new minimal ceph.conf... 2023-10-12T22:30:07.143 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z -v /var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/mon.smithi144:/var/lib/ceph/mon/ceph-smithi144:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi144/config 2023-10-12T22:30:07.853 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:07 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[107695]: audit 2023-10-12T22:30:06.794204+0000 mon.smithi144 (mon.0) 8 : audit [INF] from='client.? 172.21.15.144:0/3998263387' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-12T22:30:07.853 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:07 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[107695]: audit 2023-10-12T22:30:06.797681+0000 mon.smithi144 (mon.0) 9 : audit [INF] from='client.? 172.21.15.144:0/3998263387' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-12T22:30:07.927 INFO:teuthology.orchestra.run.smithi144.stderr:Restarting the monitor... 2023-10-12T22:30:07.927 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl restart ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mon.smithi144 2023-10-12T22:30:08.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:07 smithi144 systemd[1]: Stopping Ceph mon.smithi144 for d33f3920-694e-11ee-8db6-212e2dc638e7... 2023-10-12T22:30:08.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:07 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[107695]: debug 2023-10-12T22:30:07.986+0000 7faa8bc7e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi144 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-10-12T22:30:08.275 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:07 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[107695]: debug 2023-10-12T22:30:07.986+0000 7faa8bc7e700 -1 mon.smithi144@0(leader) e1 *** Got Signal Terminated *** 2023-10-12T22:30:08.662 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 podman[108017]: ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144 2023-10-12T22:30:08.662 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 systemd[1]: ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mon.smithi144.service: Succeeded. 2023-10-12T22:30:08.662 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 systemd[1]: Stopped Ceph mon.smithi144 for d33f3920-694e-11ee-8db6-212e2dc638e7. 2023-10-12T22:30:08.663 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 systemd[1]: Starting Ceph mon.smithi144 for d33f3920-694e-11ee-8db6-212e2dc638e7... 2023-10-12T22:30:08.752 INFO:teuthology.orchestra.run.smithi144.stderr:Setting mon public_network to 172.21.0.0/20 2023-10-12T22:30:08.753 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2023-10-12T22:30:09.027 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.741+0000 7f50bc54f700 0 set uid:gid to 167:167 (ceph:ceph) 2023-10-12T22:30:09.028 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.741+0000 7f50bc54f700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2023-10-12T22:30:09.028 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.741+0000 7f50bc54f700 0 pidfile_write: ignore empty --pid-file 2023-10-12T22:30:09.028 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 0 load: jerasure load: lrc load: isa 2023-10-12T22:30:09.029 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: RocksDB version: 6.8.1 2023-10-12T22:30:09.029 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 2023-10-12T22:30:09.029 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-10-12T22:30:09.030 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: Compile date Jul 8 2021 2023-10-12T22:30:09.030 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: DB SUMMARY 2023-10-12T22:30:09.030 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 2023-10-12T22:30:09.030 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: CURRENT file: CURRENT 2023-10-12T22:30:09.031 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 bash[108092]: 1da385ac7ad8c3d8a231ab88b3413dcaac9d0c3dcdfb9f018d365ba6a9c3381b 2023-10-12T22:30:09.031 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 2023-10-12T22:30:09.031 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: IDENTITY file: IDENTITY 2023-10-12T22:30:09.031 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 2023-10-12T22:30:09.032 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-10-12T22:30:09.032 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 2023-10-12T22:30:09.032 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi144/store.db dir, Total Num: 1, files: 000004.sst 2023-10-12T22:30:09.032 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 2023-10-12T22:30:09.033 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi144/store.db: 000006.log size: 80428 ; 2023-10-12T22:30:09.033 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 2023-10-12T22:30:09.033 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: Options.error_if_exists: 0 2023-10-12T22:30:09.034 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: Options.create_if_missing: 0 2023-10-12T22:30:09.034 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: Options.paranoid_checks: 1 2023-10-12T22:30:09.034 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: Options.env: 0x560d6c4bb1c0 2023-10-12T22:30:09.034 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: Options.fs: Posix File System 2023-10-12T22:30:09.035 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: Options.info_log: 0x560d6d093a40 2023-10-12T22:30:09.035 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: Options.max_file_opening_threads: 16 2023-10-12T22:30:09.035 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: Options.statistics: (nil) 2023-10-12T22:30:09.036 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: Options.use_fsync: 0 2023-10-12T22:30:09.036 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: Options.max_log_file_size: 0 2023-10-12T22:30:09.036 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-12T22:30:09.036 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-10-12T22:30:09.037 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: Options.keep_log_file_num: 1000 2023-10-12T22:30:09.037 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: Options.recycle_log_file_num: 0 2023-10-12T22:30:09.037 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: Options.allow_fallocate: 1 2023-10-12T22:30:09.037 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: Options.allow_mmap_reads: 0 2023-10-12T22:30:09.038 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: Options.allow_mmap_writes: 0 2023-10-12T22:30:09.038 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.746+0000 7f50bc54f700 4 rocksdb: Options.use_direct_reads: 0 2023-10-12T22:30:09.038 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-12T22:30:09.039 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.create_missing_column_families: 0 2023-10-12T22:30:09.039 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.db_log_dir: 2023-10-12T22:30:09.040 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi144/store.db 2023-10-12T22:30:09.040 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-10-12T22:30:09.040 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.max_subcompactions: 1 2023-10-12T22:30:09.040 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.max_background_flushes: -1 2023-10-12T22:30:09.041 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-10-12T22:30:09.041 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-10-12T22:30:09.041 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-12T22:30:09.041 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-12T22:30:09.042 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-10-12T22:30:09.042 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.advise_random_on_open: 1 2023-10-12T22:30:09.042 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.db_write_buffer_size: 0 2023-10-12T22:30:09.042 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.write_buffer_manager: 0x560d6d09bfb0 2023-10-12T22:30:09.043 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-12T22:30:09.043 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-10-12T22:30:09.043 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-12T22:30:09.043 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-10-12T22:30:09.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.rate_limiter: (nil) 2023-10-12T22:30:09.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-12T22:30:09.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.wal_recovery_mode: 2 2023-10-12T22:30:09.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.enable_thread_tracking: 0 2023-10-12T22:30:09.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.enable_pipelined_write: 0 2023-10-12T22:30:09.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.unordered_write: 0 2023-10-12T22:30:09.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-12T22:30:09.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-12T22:30:09.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-12T22:30:09.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-12T22:30:09.046 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.row_cache: None 2023-10-12T22:30:09.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.wal_filter: None 2023-10-12T22:30:09.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-12T22:30:09.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.allow_ingest_behind: 0 2023-10-12T22:30:09.047 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.preserve_deletes: 0 2023-10-12T22:30:09.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.two_write_queues: 0 2023-10-12T22:30:09.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.manual_wal_flush: 0 2023-10-12T22:30:09.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.atomic_flush: 0 2023-10-12T22:30:09.048 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-12T22:30:09.049 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-10-12T22:30:09.049 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-10-12T22:30:09.049 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.log_readahead_size: 0 2023-10-12T22:30:09.049 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-10-12T22:30:09.050 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.max_background_jobs: 2 2023-10-12T22:30:09.050 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.max_background_compactions: -1 2023-10-12T22:30:09.050 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-12T22:30:09.050 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-12T22:30:09.051 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-10-12T22:30:09.051 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.max_total_wal_size: 0 2023-10-12T22:30:09.051 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-12T22:30:09.052 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-10-12T22:30:09.052 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-10-12T22:30:09.052 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-12T22:30:09.052 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.max_open_files: -1 2023-10-12T22:30:09.053 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.bytes_per_sync: 0 2023-10-12T22:30:09.053 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-10-12T22:30:09.053 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-10-12T22:30:09.054 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.compaction_readahead_size: 0 2023-10-12T22:30:09.054 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Compression algorithms supported: 2023-10-12T22:30:09.054 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-12T22:30:09.054 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: kZSTD supported: 0 2023-10-12T22:30:09.054 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: kXpressCompression supported: 0 2023-10-12T22:30:09.055 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: kLZ4HCCompression supported: 1 2023-10-12T22:30:09.055 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: kLZ4Compression supported: 1 2023-10-12T22:30:09.055 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: kBZip2Compression supported: 0 2023-10-12T22:30:09.055 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: kZlibCompression supported: 1 2023-10-12T22:30:09.056 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: kSnappyCompression supported: 1 2023-10-12T22:30:09.056 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-10-12T22:30:09.056 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi144/store.db/MANIFEST-000005 2023-10-12T22:30:09.056 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 2023-10-12T22:30:09.057 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-10-12T22:30:09.057 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 2023-10-12T22:30:09.057 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-12T22:30:09.057 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.merge_operator: 2023-10-12T22:30:09.058 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.compaction_filter: None 2023-10-12T22:30:09.058 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.compaction_filter_factory: None 2023-10-12T22:30:09.058 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-10-12T22:30:09.059 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-10-12T22:30:09.059 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560d6cfadcc0) 2023-10-12T22:30:09.059 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cache_index_and_filter_blocks: 1 2023-10-12T22:30:09.060 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-12T22:30:09.060 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-12T22:30:09.060 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: pin_top_level_index_and_filter: 1 2023-10-12T22:30:09.060 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: index_type: 0 2023-10-12T22:30:09.060 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: data_block_index_type: 0 2023-10-12T22:30:09.061 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: index_shortening: 1 2023-10-12T22:30:09.061 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: data_block_hash_table_util_ratio: 0.750000 2023-10-12T22:30:09.061 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: hash_index_allow_collision: 1 2023-10-12T22:30:09.061 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: checksum: 1 2023-10-12T22:30:09.062 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: no_block_cache: 0 2023-10-12T22:30:09.062 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: block_cache: 0x560d6cfe2f10 2023-10-12T22:30:09.062 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: block_cache_name: BinnedLRUCache 2023-10-12T22:30:09.062 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: block_cache_options: 2023-10-12T22:30:09.063 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: capacity : 536870912 2023-10-12T22:30:09.063 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: num_shard_bits : 4 2023-10-12T22:30:09.063 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: strict_capacity_limit : 0 2023-10-12T22:30:09.063 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: high_pri_pool_ratio: 0.000 2023-10-12T22:30:09.064 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: block_cache_compressed: (nil) 2023-10-12T22:30:09.064 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: persistent_cache: (nil) 2023-10-12T22:30:09.064 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: block_size: 4096 2023-10-12T22:30:09.064 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: block_size_deviation: 10 2023-10-12T22:30:09.065 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: block_restart_interval: 16 2023-10-12T22:30:09.065 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: index_block_restart_interval: 1 2023-10-12T22:30:09.065 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: metadata_block_size: 4096 2023-10-12T22:30:09.065 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: partition_filters: 0 2023-10-12T22:30:09.066 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: use_delta_encoding: 1 2023-10-12T22:30:09.066 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: filter_policy: rocksdb.BuiltinBloomFilter 2023-10-12T22:30:09.066 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: whole_key_filtering: 1 2023-10-12T22:30:09.066 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: verify_compression: 0 2023-10-12T22:30:09.067 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: read_amp_bytes_per_bit: 0 2023-10-12T22:30:09.067 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: format_version: 2 2023-10-12T22:30:09.067 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: enable_index_compression: 1 2023-10-12T22:30:09.067 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: block_align: 0 2023-10-12T22:30:09.068 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 2023-10-12T22:30:09.068 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.write_buffer_size: 33554432 2023-10-12T22:30:09.068 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.max_write_buffer_number: 2 2023-10-12T22:30:09.068 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.compression: NoCompression 2023-10-12T22:30:09.069 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.bottommost_compression: Disabled 2023-10-12T22:30:09.069 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.prefix_extractor: nullptr 2023-10-12T22:30:09.069 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-12T22:30:09.069 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.num_levels: 7 2023-10-12T22:30:09.069 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-12T22:30:09.070 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-12T22:30:09.070 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-12T22:30:09.070 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-12T22:30:09.070 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-12T22:30:09.071 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-12T22:30:09.071 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-12T22:30:09.071 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-12T22:30:09.071 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-12T22:30:09.072 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-10-12T22:30:09.072 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.compression_opts.level: 32767 2023-10-12T22:30:09.072 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.compression_opts.strategy: 0 2023-10-12T22:30:09.072 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-12T22:30:09.072 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-12T22:30:09.073 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.compression_opts.enabled: false 2023-10-12T22:30:09.073 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-12T22:30:09.073 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-12T22:30:09.074 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-12T22:30:09.074 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.target_file_size_base: 67108864 2023-10-12T22:30:09.074 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-10-12T22:30:09.074 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-12T22:30:09.075 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-12T22:30:09.075 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-12T22:30:09.075 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-12T22:30:09.075 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-12T22:30:09.076 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-12T22:30:09.076 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-12T22:30:09.076 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-12T22:30:09.076 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-12T22:30:09.077 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-12T22:30:09.077 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-12T22:30:09.077 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-12T22:30:09.077 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.arena_block_size: 4194304 2023-10-12T22:30:09.077 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-12T22:30:09.078 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-12T22:30:09.078 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-10-12T22:30:09.078 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.disable_auto_compactions: 0 2023-10-12T22:30:09.078 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-12T22:30:09.079 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-12T22:30:09.079 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-12T22:30:09.079 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-12T22:30:09.080 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-12T22:30:09.080 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-12T22:30:09.080 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-12T22:30:09.081 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-12T22:30:09.081 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-12T22:30:09.081 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-12T22:30:09.082 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.table_properties_collectors: 2023-10-12T22:30:09.082 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.inplace_update_support: 0 2023-10-12T22:30:09.082 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-10-12T22:30:09.082 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-12T22:30:09.083 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-12T22:30:09.083 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-10-12T22:30:09.083 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.bloom_locality: 0 2023-10-12T22:30:09.083 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.max_successive_merges: 0 2023-10-12T22:30:09.083 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-10-12T22:30:09.084 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.paranoid_file_checks: 0 2023-10-12T22:30:09.084 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.force_consistency_checks: 0 2023-10-12T22:30:09.084 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.report_bg_io_stats: 0 2023-10-12T22:30:09.084 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.ttl: 2592000 2023-10-12T22:30:09.085 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.747+0000 7f50bc54f700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-10-12T22:30:09.085 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.748+0000 7f50bc54f700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi144/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-10-12T22:30:09.085 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 2023-10-12T22:30:09.085 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.748+0000 7f50bc54f700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-10-12T22:30:09.086 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 2023-10-12T22:30:09.086 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.748+0000 7f50bc54f700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1697149808749607, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-10-12T22:30:09.086 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.748+0000 7f50bc54f700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-10-12T22:30:09.087 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.748+0000 7f50bc54f700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-10-12T22:30:09.087 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.749+0000 7f50bc54f700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1697149808750495, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 77351, "table_properties": {"data_size": 75648, "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": 70295, "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": 1697149808, "oldest_key_time": 3, "file_creation_time": 0}} 2023-10-12T22:30:09.087 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.749+0000 7f50bc54f700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-10-12T22:30:09.087 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 2023-10-12T22:30:09.088 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 systemd[1]: Started Ceph mon.smithi144 for d33f3920-694e-11ee-8db6-212e2dc638e7. 2023-10-12T22:30:09.088 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.749+0000 7f50bc54f700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1697149808750919, "job": 1, "event": "recovery_finished"} 2023-10-12T22:30:09.088 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.750+0000 7f50bc54f700 4 rocksdb: DB pointer 0x560d6d0a7800 2023-10-12T22:30:09.088 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.750+0000 7f50a3357700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-10-12T22:30:09.088 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.750+0000 7f50a3357700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-10-12T22:30:09.089 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: ** DB Stats ** 2023-10-12T22:30:09.089 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-12T22:30:09.089 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-10-12T22:30:09.089 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-12T22:30:09.090 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-12T22:30:09.090 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-10-12T22:30:09.090 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-10-12T22:30:09.090 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-12T22:30:09.091 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 2023-10-12T22:30:09.091 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: ** Compaction Stats [default] ** 2023-10-12T22:30:09.091 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-10-12T22:30:09.091 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-12T22:30:09.092 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: L0 2/0 77.23 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.4 0.00 0.00 1 0.001 0 0 2023-10-12T22:30:09.092 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Sum 2/0 77.23 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.4 0.00 0.00 1 0.001 0 0 2023-10-12T22:30:09.092 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.4 0.00 0.00 1 0.001 0 0 2023-10-12T22:30:09.092 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 2023-10-12T22:30:09.093 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: ** Compaction Stats [default] ** 2023-10-12T22:30:09.093 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-10-12T22:30:09.093 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-12T22:30:09.093 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 118.4 0.00 0.00 1 0.001 0 0 2023-10-12T22:30:09.094 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-12T22:30:09.094 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Flush(GB): cumulative 0.000, interval 0.000 2023-10-12T22:30:09.094 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-12T22:30:09.094 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: AddFile(Total Files): cumulative 0, interval 0 2023-10-12T22:30:09.095 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: AddFile(L0 Files): cumulative 0, interval 0 2023-10-12T22:30:09.095 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: AddFile(Keys): cumulative 0, interval 0 2023-10-12T22:30:09.095 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Cumulative compaction: 0.00 GB write, 23.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-12T22:30:09.095 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Interval compaction: 0.00 GB write, 23.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-12T22:30:09.096 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-10-12T22:30:09.096 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 2023-10-12T22:30:09.096 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: ** File Read Latency Histogram By Level [default] ** 2023-10-12T22:30:09.097 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 2023-10-12T22:30:09.097 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: ** Compaction Stats [default] ** 2023-10-12T22:30:09.097 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-10-12T22:30:09.097 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-12T22:30:09.098 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: L0 2/0 77.23 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.4 0.00 0.00 1 0.001 0 0 2023-10-12T22:30:09.098 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Sum 2/0 77.23 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.4 0.00 0.00 1 0.001 0 0 2023-10-12T22:30:09.098 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-10-12T22:30:09.098 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 2023-10-12T22:30:09.099 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: ** Compaction Stats [default] ** 2023-10-12T22:30:09.099 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-10-12T22:30:09.099 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-12T22:30:09.099 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 118.4 0.00 0.00 1 0.001 0 0 2023-10-12T22:30:09.100 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-12T22:30:09.100 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Flush(GB): cumulative 0.000, interval 0.000 2023-10-12T22:30:09.100 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-12T22:30:09.100 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: AddFile(Total Files): cumulative 0, interval 0 2023-10-12T22:30:09.101 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: AddFile(L0 Files): cumulative 0, interval 0 2023-10-12T22:30:09.101 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: AddFile(Keys): cumulative 0, interval 0 2023-10-12T22:30:09.101 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Cumulative compaction: 0.00 GB write, 22.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-12T22:30:09.101 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-12T22:30:09.102 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-10-12T22:30:09.102 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 2023-10-12T22:30:09.102 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: ** File Read Latency Histogram By Level [default] ** 2023-10-12T22:30:09.102 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 2023-10-12T22:30:09.102 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.751+0000 7f50bc54f700 0 starting mon.smithi144 rank 0 at public addrs [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] at bind addrs [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi144 fsid d33f3920-694e-11ee-8db6-212e2dc638e7 2023-10-12T22:30:09.103 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.752+0000 7f50bc54f700 1 mon.smithi144@-1(???) e1 preinit fsid d33f3920-694e-11ee-8db6-212e2dc638e7 2023-10-12T22:30:09.103 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.752+0000 7f50bc54f700 0 mon.smithi144@-1(???).mds e1 new map 2023-10-12T22:30:09.103 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.752+0000 7f50bc54f700 0 mon.smithi144@-1(???).mds e1 print_map 2023-10-12T22:30:09.103 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: e1 2023-10-12T22:30:09.104 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: enable_multiple, ever_enabled_multiple: 1,1 2023-10-12T22:30:09.104 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-10-12T22:30:09.104 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: legacy client fscid: -1 2023-10-12T22:30:09.104 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 2023-10-12T22:30:09.104 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: No filesystems configured 2023-10-12T22:30:09.105 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 2023-10-12T22:30:09.105 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.752+0000 7f50bc54f700 0 mon.smithi144@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-12T22:30:09.105 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.752+0000 7f50bc54f700 0 mon.smithi144@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-12T22:30:09.105 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.752+0000 7f50bc54f700 0 mon.smithi144@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-12T22:30:09.105 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.752+0000 7f50bc54f700 0 mon.smithi144@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-12T22:30:09.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:06.794204+0000 mon.smithi144 (mon.0) 8 : audit [INF] from='client.? 172.21.15.144:0/3998263387' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-12T22:30:09.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:06.797681+0000 mon.smithi144 (mon.0) 9 : audit [INF] from='client.? 172.21.15.144:0/3998263387' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-12T22:30:09.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:30:08.752+0000 7f50bc54f700 1 mon.smithi144@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-10-12T22:30:09.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:08.769277+0000 mon.smithi144 (mon.0) 1 : cluster [INF] mon.smithi144 is new leader, mons smithi144 in quorum (ranks 0) 2023-10-12T22:30:09.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:08.769364+0000 mon.smithi144 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi144=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0]} 2023-10-12T22:30:09.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:08.769404+0000 mon.smithi144 (mon.0) 3 : cluster [DBG] fsmap 2023-10-12T22:30:09.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:08.769434+0000 mon.smithi144 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-10-12T22:30:09.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:08.769879+0000 mon.smithi144 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-10-12T22:30:09.501 INFO:teuthology.orchestra.run.smithi144.stderr:Wrote config to /etc/ceph/ceph.conf 2023-10-12T22:30:09.501 INFO:teuthology.orchestra.run.smithi144.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-10-12T22:30:09.502 INFO:teuthology.orchestra.run.smithi144.stderr:Creating mgr... 2023-10-12T22:30:09.502 INFO:teuthology.orchestra.run.smithi144.stderr:Verifying port 9283 ... 2023-10-12T22:30:09.504 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl daemon-reload 2023-10-12T22:30:09.600 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl stop ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mgr.smithi144.isvlth 2023-10-12T22:30:09.622 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl reset-failed ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mgr.smithi144.isvlth 2023-10-12T22:30:09.627 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Failed to reset failed state of unit ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mgr.smithi144.isvlth.service: Unit ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mgr.smithi144.isvlth.service not loaded. 2023-10-12T22:30:09.628 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl enable ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mgr.smithi144.isvlth 2023-10-12T22:30:09.634 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Created symlink /etc/systemd/system/ceph-d33f3920-694e-11ee-8db6-212e2dc638e7.target.wants/ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mgr.smithi144.isvlth.service → /etc/systemd/system/ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@.service. 2023-10-12T22:30:09.719 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl start ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mgr.smithi144.isvlth 2023-10-12T22:30:10.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:10 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:09.148053+0000 mon.smithi144 (mon.0) 6 : audit [INF] from='client.? 172.21.15.144:0/354489579' entity='client.admin' 2023-10-12T22:30:10.461 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-enabled firewalld.service 2023-10-12T22:30:10.472 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: disabled 2023-10-12T22:30:10.472 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-active firewalld.service 2023-10-12T22:30:10.481 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: inactive 2023-10-12T22:30:10.482 INFO:teuthology.orchestra.run.smithi144.stderr:firewalld.service is not enabled 2023-10-12T22:30:10.482 INFO:teuthology.orchestra.run.smithi144.stderr:Not possible to enable service . firewalld.service is not available 2023-10-12T22:30:10.482 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-enabled firewalld.service 2023-10-12T22:30:10.489 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: disabled 2023-10-12T22:30:10.490 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-active firewalld.service 2023-10-12T22:30:10.497 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: inactive 2023-10-12T22:30:10.498 INFO:teuthology.orchestra.run.smithi144.stderr:firewalld.service is not enabled 2023-10-12T22:30:10.498 INFO:teuthology.orchestra.run.smithi144.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-10-12T22:30:10.498 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for mgr to start... 2023-10-12T22:30:10.498 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for mgr... 2023-10-12T22:30:10.499 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-10-12T22:30:10.936 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2023-10-12T22:30:10.937 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: { 2023-10-12T22:30:10.937 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "fsid": "d33f3920-694e-11ee-8db6-212e2dc638e7", 2023-10-12T22:30:10.937 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "health": { 2023-10-12T22:30:10.937 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-10-12T22:30:10.938 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "checks": {}, 2023-10-12T22:30:10.938 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mutes": [] 2023-10-12T22:30:10.938 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:10.938 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-10-12T22:30:10.938 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum": [ 2023-10-12T22:30:10.939 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 0 2023-10-12T22:30:10.939 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2023-10-12T22:30:10.939 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum_names": [ 2023-10-12T22:30:10.939 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "smithi144" 2023-10-12T22:30:10.939 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2023-10-12T22:30:10.940 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-10-12T22:30:10.940 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "monmap": { 2023-10-12T22:30:10.940 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T22:30:10.940 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-10-12T22:30:10.940 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_mons": 1 2023-10-12T22:30:10.941 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:10.941 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osdmap": { 2023-10-12T22:30:10.941 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T22:30:10.941 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_osds": 0, 2023-10-12T22:30:10.941 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-10-12T22:30:10.942 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-10-12T22:30:10.945 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-10-12T22:30:10.945 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-10-12T22:30:10.945 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-10-12T22:30:10.946 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:10.946 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "pgmap": { 2023-10-12T22:30:10.946 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-10-12T22:30:10.946 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-10-12T22:30:10.946 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_pools": 0, 2023-10-12T22:30:10.947 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_objects": 0, 2023-10-12T22:30:10.947 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-10-12T22:30:10.947 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-10-12T22:30:10.947 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-10-12T22:30:10.947 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_total": 0 2023-10-12T22:30:10.948 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:10.948 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "fsmap": { 2023-10-12T22:30:10.948 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T22:30:10.948 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "by_rank": [], 2023-10-12T22:30:10.948 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "up:standby": 0 2023-10-12T22:30:10.949 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:10.949 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mgrmap": { 2023-10-12T22:30:10.949 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "available": false, 2023-10-12T22:30:10.949 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-10-12T22:30:10.949 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "modules": [ 2023-10-12T22:30:10.949 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "iostat", 2023-10-12T22:30:10.950 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "nfs", 2023-10-12T22:30:10.950 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "restful" 2023-10-12T22:30:10.950 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2023-10-12T22:30:10.950 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "services": {} 2023-10-12T22:30:10.950 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:10.951 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "servicemap": { 2023-10-12T22:30:10.951 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T22:30:10.951 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "modified": "2023-10-12T22:30:05.555718+0000", 2023-10-12T22:30:10.951 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "services": {} 2023-10-12T22:30:10.952 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:10.952 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "progress_events": {} 2023-10-12T22:30:10.952 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: } 2023-10-12T22:30:11.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:10.933174+0000 mon.smithi144 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.144:0/4049086640' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-12T22:30:11.342 INFO:teuthology.orchestra.run.smithi144.stderr:mgr not available, waiting (1/15)... 2023-10-12T22:30:13.345 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-10-12T22:30:13.784 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2023-10-12T22:30:13.784 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: { 2023-10-12T22:30:13.785 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "fsid": "d33f3920-694e-11ee-8db6-212e2dc638e7", 2023-10-12T22:30:13.785 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "health": { 2023-10-12T22:30:13.785 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-10-12T22:30:13.788 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "checks": {}, 2023-10-12T22:30:13.788 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mutes": [] 2023-10-12T22:30:13.788 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:13.788 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-10-12T22:30:13.789 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum": [ 2023-10-12T22:30:13.789 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 0 2023-10-12T22:30:13.789 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2023-10-12T22:30:13.789 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum_names": [ 2023-10-12T22:30:13.789 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "smithi144" 2023-10-12T22:30:13.790 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2023-10-12T22:30:13.790 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum_age": 5, 2023-10-12T22:30:13.790 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "monmap": { 2023-10-12T22:30:13.790 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T22:30:13.790 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-10-12T22:30:13.791 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_mons": 1 2023-10-12T22:30:13.791 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:13.791 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osdmap": { 2023-10-12T22:30:13.791 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T22:30:13.791 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_osds": 0, 2023-10-12T22:30:13.792 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-10-12T22:30:13.792 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-10-12T22:30:13.792 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-10-12T22:30:13.792 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-10-12T22:30:13.792 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-10-12T22:30:13.793 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:13.793 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "pgmap": { 2023-10-12T22:30:13.793 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-10-12T22:30:13.793 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-10-12T22:30:13.793 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_pools": 0, 2023-10-12T22:30:13.793 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_objects": 0, 2023-10-12T22:30:13.794 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-10-12T22:30:13.794 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-10-12T22:30:13.794 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-10-12T22:30:13.794 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_total": 0 2023-10-12T22:30:13.794 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:13.795 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "fsmap": { 2023-10-12T22:30:13.795 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T22:30:13.795 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "by_rank": [], 2023-10-12T22:30:13.795 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "up:standby": 0 2023-10-12T22:30:13.795 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:13.796 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mgrmap": { 2023-10-12T22:30:13.797 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "available": false, 2023-10-12T22:30:13.798 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-10-12T22:30:13.798 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "modules": [ 2023-10-12T22:30:13.798 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "iostat", 2023-10-12T22:30:13.798 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "nfs", 2023-10-12T22:30:13.798 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "restful" 2023-10-12T22:30:13.799 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2023-10-12T22:30:13.799 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "services": {} 2023-10-12T22:30:13.799 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:13.799 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "servicemap": { 2023-10-12T22:30:13.799 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T22:30:13.800 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "modified": "2023-10-12T22:30:05.555718+0000", 2023-10-12T22:30:13.800 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "services": {} 2023-10-12T22:30:13.800 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:13.800 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "progress_events": {} 2023-10-12T22:30:13.801 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: } 2023-10-12T22:30:14.151 INFO:teuthology.orchestra.run.smithi144.stderr:mgr not available, waiting (2/15)... 2023-10-12T22:30:15.024 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:14 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:13.783392+0000 mon.smithi144 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.144:0/1474268042' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-12T22:30:16.024 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:15 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:15.630517+0000 mon.smithi144 (mon.0) 9 : cluster [INF] Activating manager daemon smithi144.isvlth 2023-10-12T22:30:16.024 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:15 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:15.633163+0000 mon.smithi144 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi144.isvlth(active, starting, since 0.00276024s) 2023-10-12T22:30:16.025 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:15 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:15.634011+0000 mon.smithi144 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.144:0/1381483677' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-12T22:30:16.025 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:15 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:15.634141+0000 mon.smithi144 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.144:0/1381483677' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-12T22:30:16.025 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:15 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:15.634246+0000 mon.smithi144 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.144:0/1381483677' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-12T22:30:16.025 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:15 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:15.634358+0000 mon.smithi144 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.144:0/1381483677' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2023-10-12T22:30:16.026 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:15 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:15.634771+0000 mon.smithi144 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.144:0/1381483677' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "mgr metadata", "who": "smithi144.isvlth", "id": "smithi144.isvlth"}]: dispatch 2023-10-12T22:30:16.026 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:15 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:15.648128+0000 mon.smithi144 (mon.0) 16 : cluster [INF] Manager daemon smithi144.isvlth is now available 2023-10-12T22:30:16.026 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:15 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:15.657937+0000 mon.smithi144 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.144:0/1381483677' entity='mgr.smithi144.isvlth' 2023-10-12T22:30:16.026 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:15 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:15.661118+0000 mon.smithi144 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.144:0/1381483677' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/mirror_snapshot_schedule"}]: dispatch 2023-10-12T22:30:16.026 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:15 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:15.662244+0000 mon.smithi144 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.144:0/1381483677' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/trash_purge_schedule"}]: dispatch 2023-10-12T22:30:16.027 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:15 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:15.669596+0000 mon.smithi144 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.144:0/1381483677' entity='mgr.smithi144.isvlth' 2023-10-12T22:30:16.027 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:15 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:15.674619+0000 mon.smithi144 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.144:0/1381483677' entity='mgr.smithi144.isvlth' 2023-10-12T22:30:16.153 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-10-12T22:30:16.583 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2023-10-12T22:30:16.584 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: { 2023-10-12T22:30:16.584 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "fsid": "d33f3920-694e-11ee-8db6-212e2dc638e7", 2023-10-12T22:30:16.584 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "health": { 2023-10-12T22:30:16.584 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-10-12T22:30:16.584 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "checks": {}, 2023-10-12T22:30:16.585 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mutes": [] 2023-10-12T22:30:16.585 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:16.585 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-10-12T22:30:16.585 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum": [ 2023-10-12T22:30:16.585 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 0 2023-10-12T22:30:16.586 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2023-10-12T22:30:16.586 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum_names": [ 2023-10-12T22:30:16.586 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "smithi144" 2023-10-12T22:30:16.586 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2023-10-12T22:30:16.586 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-10-12T22:30:16.587 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "monmap": { 2023-10-12T22:30:16.587 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T22:30:16.587 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-10-12T22:30:16.587 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_mons": 1 2023-10-12T22:30:16.587 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:16.587 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osdmap": { 2023-10-12T22:30:16.588 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T22:30:16.588 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_osds": 0, 2023-10-12T22:30:16.588 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-10-12T22:30:16.588 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-10-12T22:30:16.588 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-10-12T22:30:16.589 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-10-12T22:30:16.589 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-10-12T22:30:16.589 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:16.589 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "pgmap": { 2023-10-12T22:30:16.590 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-10-12T22:30:16.590 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-10-12T22:30:16.590 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_pools": 0, 2023-10-12T22:30:16.590 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_objects": 0, 2023-10-12T22:30:16.590 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-10-12T22:30:16.591 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-10-12T22:30:16.591 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-10-12T22:30:16.591 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_total": 0 2023-10-12T22:30:16.591 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:16.591 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "fsmap": { 2023-10-12T22:30:16.592 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T22:30:16.592 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "by_rank": [], 2023-10-12T22:30:16.592 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "up:standby": 0 2023-10-12T22:30:16.592 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:16.592 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mgrmap": { 2023-10-12T22:30:16.593 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "available": false, 2023-10-12T22:30:16.593 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-10-12T22:30:16.593 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "modules": [ 2023-10-12T22:30:16.593 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "iostat", 2023-10-12T22:30:16.593 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "nfs", 2023-10-12T22:30:16.594 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "restful" 2023-10-12T22:30:16.594 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2023-10-12T22:30:16.594 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "services": {} 2023-10-12T22:30:16.594 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:16.594 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "servicemap": { 2023-10-12T22:30:16.595 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T22:30:16.595 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "modified": "2023-10-12T22:30:05.555718+0000", 2023-10-12T22:30:16.595 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "services": {} 2023-10-12T22:30:16.595 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:16.595 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "progress_events": {} 2023-10-12T22:30:16.596 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: } 2023-10-12T22:30:16.883 INFO:teuthology.orchestra.run.smithi144.stderr:mgr not available, waiting (3/15)... 2023-10-12T22:30:17.024 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:16 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:16.577753+0000 mon.smithi144 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.144:0/3083359765' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-12T22:30:17.024 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:16 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:16.635754+0000 mon.smithi144 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi144.isvlth(active, since 1.00537s) 2023-10-12T22:30:18.885 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-10-12T22:30:19.024 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:18 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:17.768552+0000 mon.smithi144 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi144.isvlth(active, since 2s) 2023-10-12T22:30:19.476 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2023-10-12T22:30:19.476 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: { 2023-10-12T22:30:19.477 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "fsid": "d33f3920-694e-11ee-8db6-212e2dc638e7", 2023-10-12T22:30:19.477 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "health": { 2023-10-12T22:30:19.477 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-10-12T22:30:19.477 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "checks": {}, 2023-10-12T22:30:19.477 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mutes": [] 2023-10-12T22:30:19.478 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:19.478 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-10-12T22:30:19.478 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum": [ 2023-10-12T22:30:19.478 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 0 2023-10-12T22:30:19.478 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2023-10-12T22:30:19.479 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum_names": [ 2023-10-12T22:30:19.479 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "smithi144" 2023-10-12T22:30:19.479 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2023-10-12T22:30:19.479 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-10-12T22:30:19.479 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "monmap": { 2023-10-12T22:30:19.479 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T22:30:19.480 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-10-12T22:30:19.480 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_mons": 1 2023-10-12T22:30:19.480 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:19.480 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osdmap": { 2023-10-12T22:30:19.480 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T22:30:19.481 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_osds": 0, 2023-10-12T22:30:19.481 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-10-12T22:30:19.481 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-10-12T22:30:19.484 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-10-12T22:30:19.484 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-10-12T22:30:19.485 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-10-12T22:30:19.485 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:19.485 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "pgmap": { 2023-10-12T22:30:19.485 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-10-12T22:30:19.485 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-10-12T22:30:19.486 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_pools": 0, 2023-10-12T22:30:19.486 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_objects": 0, 2023-10-12T22:30:19.486 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-10-12T22:30:19.486 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-10-12T22:30:19.486 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-10-12T22:30:19.486 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_total": 0 2023-10-12T22:30:19.487 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:19.487 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "fsmap": { 2023-10-12T22:30:19.487 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T22:30:19.487 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "by_rank": [], 2023-10-12T22:30:19.487 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "up:standby": 0 2023-10-12T22:30:19.488 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:19.488 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mgrmap": { 2023-10-12T22:30:19.488 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "available": true, 2023-10-12T22:30:19.488 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-10-12T22:30:19.488 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "modules": [ 2023-10-12T22:30:19.488 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "iostat", 2023-10-12T22:30:19.489 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "nfs", 2023-10-12T22:30:19.489 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "restful" 2023-10-12T22:30:19.489 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2023-10-12T22:30:19.489 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "services": {} 2023-10-12T22:30:19.489 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:19.489 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "servicemap": { 2023-10-12T22:30:19.490 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T22:30:19.490 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "modified": "2023-10-12T22:30:05.555718+0000", 2023-10-12T22:30:19.490 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "services": {} 2023-10-12T22:30:19.490 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2023-10-12T22:30:19.490 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "progress_events": {} 2023-10-12T22:30:19.491 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: } 2023-10-12T22:30:19.832 INFO:teuthology.orchestra.run.smithi144.stderr:mgr is available 2023-10-12T22:30:19.833 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z -v /tmp/tmp0wye7qva:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2023-10-12T22:30:20.024 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:19 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:19.473565+0000 mon.smithi144 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.144:0/164710977' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-12T22:30:20.323 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2023-10-12T22:30:20.324 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: [global] 2023-10-12T22:30:20.324 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: fsid = d33f3920-694e-11ee-8db6-212e2dc638e7 2023-10-12T22:30:20.324 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-10-12T22:30:20.324 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-10-12T22:30:20.324 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-10-12T22:30:20.325 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-10-12T22:30:20.325 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2023-10-12T22:30:20.325 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: [mgr] 2023-10-12T22:30:20.325 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-10-12T22:30:20.325 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2023-10-12T22:30:20.325 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: [osd] 2023-10-12T22:30:20.326 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-10-12T22:30:20.326 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-10-12T22:30:20.916 INFO:teuthology.orchestra.run.smithi144.stderr:Enabling cephadm module... 2023-10-12T22:30:20.916 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2023-10-12T22:30:21.024 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:20 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:20.321477+0000 mon.smithi144 (mon.0) 26 : audit [INF] from='client.? 172.21.15.144:0/4278230767' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-12T22:30:22.209 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:21 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:21.865600+0000 mon.smithi144 (mon.0) 27 : audit [INF] from='client.? 172.21.15.144:0/1958482902' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-12T22:30:22.283 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-10-12T22:30:22.801 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: { 2023-10-12T22:30:22.801 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 5, 2023-10-12T22:30:22.802 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "available": true, 2023-10-12T22:30:22.802 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "active_name": "smithi144.isvlth", 2023-10-12T22:30:22.802 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_standby": 0 2023-10-12T22:30:22.802 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: } 2023-10-12T22:30:23.149 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for the mgr to restart... 2023-10-12T22:30:23.149 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for mgr epoch 5... 2023-10-12T22:30:23.149 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-10-12T22:30:23.261 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:22 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:21.918548+0000 mon.smithi144 (mon.0) 28 : audit [INF] from='client.? 172.21.15.144:0/1958482902' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-12T22:30:23.261 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:22 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:21.918592+0000 mon.smithi144 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi144.isvlth(active, since 6s) 2023-10-12T22:30:23.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:22 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:22.800304+0000 mon.smithi144 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.144:0/3075146785' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-12T22:30:28.096 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: { 2023-10-12T22:30:28.096 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-10-12T22:30:28.097 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "initialized": true 2023-10-12T22:30:28.097 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: } 2023-10-12T22:30:28.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:28 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:27.031225+0000 mon.smithi144 (mon.0) 31 : cluster [INF] Active manager daemon smithi144.isvlth restarted 2023-10-12T22:30:28.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:28 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:27.031646+0000 mon.smithi144 (mon.0) 32 : cluster [INF] Activating manager daemon smithi144.isvlth 2023-10-12T22:30:28.525 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:28 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:27.036043+0000 mon.smithi144 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-10-12T22:30:28.525 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:28 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:27.086507+0000 mon.smithi144 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi144.isvlth(active, starting, since 0.0549693s) 2023-10-12T22:30:28.525 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:28 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:27.087498+0000 mon.smithi144 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.144:0/4220791349' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2023-10-12T22:30:28.525 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:28 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:27.088061+0000 mon.smithi144 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.144:0/4220791349' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "mgr metadata", "who": "smithi144.isvlth", "id": "smithi144.isvlth"}]: dispatch 2023-10-12T22:30:28.526 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:28 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:27.088774+0000 mon.smithi144 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.144:0/4220791349' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-12T22:30:28.526 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:28 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:27.088951+0000 mon.smithi144 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.144:0/4220791349' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-12T22:30:28.526 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:28 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:27.089086+0000 mon.smithi144 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.144:0/4220791349' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-12T22:30:28.526 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:28 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:27.102814+0000 mon.smithi144 (mon.0) 40 : cluster [INF] Manager daemon smithi144.isvlth is now available 2023-10-12T22:30:28.526 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:28 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:27.116168+0000 mon.smithi144 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.144:0/4220791349' entity='mgr.smithi144.isvlth' 2023-10-12T22:30:28.527 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:28 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:27.118868+0000 mon.smithi144 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.144:0/4220791349' entity='mgr.smithi144.isvlth' 2023-10-12T22:30:28.527 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:28 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:27.121212+0000 mon.smithi144 (mon.0) 43 : audit [INF] from='mgr.14118 172.21.15.144:0/4220791349' entity='mgr.smithi144.isvlth' 2023-10-12T22:30:28.527 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:28 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:27.212872+0000 mon.smithi144 (mon.0) 44 : audit [INF] from='mgr.14118 172.21.15.144:0/4220791349' entity='mgr.smithi144.isvlth' 2023-10-12T22:30:28.527 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:28 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:27.213647+0000 mon.smithi144 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.144:0/4220791349' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T22:30:28.527 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:28 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:27.215032+0000 mon.smithi144 (mon.0) 46 : audit [DBG] from='mgr.14118 172.21.15.144:0/4220791349' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T22:30:28.528 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:28 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:27.216993+0000 mon.smithi144 (mon.0) 47 : audit [DBG] from='mgr.14118 172.21.15.144:0/4220791349' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T22:30:28.528 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:28 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:27.226380+0000 mon.smithi144 (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.144:0/4220791349' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/mirror_snapshot_schedule"}]: dispatch 2023-10-12T22:30:28.528 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:28 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:27.227546+0000 mon.smithi144 (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.144:0/4220791349' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/trash_purge_schedule"}]: dispatch 2023-10-12T22:30:29.348 INFO:teuthology.orchestra.run.smithi144.stderr:mgr epoch 5 is available 2023-10-12T22:30:29.348 INFO:teuthology.orchestra.run.smithi144.stderr:Setting orchestrator backend to cephadm... 2023-10-12T22:30:29.349 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2023-10-12T22:30:29.351 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:28.088613+0000 mgr.smithi144.isvlth (mgr.14118) 1 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-12T22:30:29.351 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:28.089239+0000 mon.smithi144 (mon.0) 50 : cluster [DBG] mgrmap e7: smithi144.isvlth(active, since 1.05769s) 2023-10-12T22:30:29.351 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:28.095446+0000 mgr.smithi144.isvlth (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-12T22:30:31.024 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:30 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:29.762864+0000 mon.smithi144 (mon.0) 51 : cluster [DBG] mgrmap e8: smithi144.isvlth(active, since 2s) 2023-10-12T22:30:32.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:31 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:30.946126+0000 mgr.smithi144.isvlth (mgr.14118) 3 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T22:30:32.275 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:31 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:30.950452+0000 mon.smithi144 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.144:0/4220791349' entity='mgr.smithi144.isvlth' 2023-10-12T22:30:32.275 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:31 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:30.953701+0000 mon.smithi144 (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.144:0/4220791349' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T22:30:32.497 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2023-10-12T22:30:33.987 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: value unchanged 2023-10-12T22:30:35.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:35 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:33.986560+0000 mgr.smithi144.isvlth (mgr.14118) 4 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T22:30:35.430 INFO:teuthology.orchestra.run.smithi144.stderr:Generating ssh key... 2023-10-12T22:30:35.430 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2023-10-12T22:30:36.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:36 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cephadm 2023-10-12T22:30:35.937069+0000 mgr.smithi144.isvlth (mgr.14118) 6 : cephadm [INF] Generating ssh key... 2023-10-12T22:30:36.538 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2023-10-12T22:30:37.080 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD0aPhW5DPBKRnFYpJlutvs0YVzFnjeK5IHisP1srA5graRwCrM3cU7/CbjQyvmSvkF/zg27VV+XjAUnSX+VxSWPTOHKGuXs/vA/j1aceGZ4ijQTYTzFe91rqzK+ekJu63BgnIxt3ftVnxf0mUbKnx+l9ZWywkldh22q+jfr+xunkFsIqBRTWUS3ZQf+S8liy3vyOptWxL2yMD0Hp3BbeYo9reqvK7x6ASWiDPIJjmEB9GayooiclydNU4NXT6tO2U1DYBKj41ozVXIQVVlJU4em6dSIjZVCGP5+SMYn0n2TIvT/aGW23QzsBTDGIln0ZqypSQcVS9/GdFnEnZWeCcg7ROMBbzpZGEc3E6rALrAoNz9fSOFhCvKzbT0oNmGAEggsAW+x2De6gDdC7ItR782nNNf0w9L7a8to/zNWf/1iyvmXgAqBgSSCATQrl5PCyKFV6gxO0cAauY5018tn2Awq3j9q5sdnaFy4vndDK1QjwjTBkCbfRetf0TsaZ3Ok4k= ceph-d33f3920-694e-11ee-8db6-212e2dc638e7 2023-10-12T22:30:37.438 INFO:teuthology.orchestra.run.smithi144.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-10-12T22:30:37.438 INFO:teuthology.orchestra.run.smithi144.stderr:Adding key to root@localhost authorized_keys... 2023-10-12T22:30:37.439 INFO:teuthology.orchestra.run.smithi144.stderr:Adding host smithi144... 2023-10-12T22:30:37.439 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi144 172.21.15.144 2023-10-12T22:30:37.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:37 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:36.177321+0000 mon.smithi144 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.144:0/4220791349' entity='mgr.smithi144.isvlth' 2023-10-12T22:30:37.525 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:37 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:36.178973+0000 mon.smithi144 (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.144:0/4220791349' entity='mgr.smithi144.isvlth' 2023-10-12T22:30:38.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:38 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:37.079906+0000 mgr.smithi144.isvlth (mgr.14118) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T22:30:38.536 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Added host 'smithi144' with addr '172.21.15.144' 2023-10-12T22:30:38.838 INFO:teuthology.orchestra.run.smithi144.stderr:Deploying mon service with default placement... 2023-10-12T22:30:38.839 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2023-10-12T22:30:39.396 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Scheduled mon update... 2023-10-12T22:30:39.673 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:39 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:37.958125+0000 mgr.smithi144.isvlth (mgr.14118) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi144", "addr": "172.21.15.144", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T22:30:39.673 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:39 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:38.534288+0000 mon.smithi144 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.144:0/4220791349' entity='mgr.smithi144.isvlth' 2023-10-12T22:30:39.673 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:39 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cephadm 2023-10-12T22:30:38.534598+0000 mgr.smithi144.isvlth (mgr.14118) 9 : cephadm [INF] Added host smithi144 2023-10-12T22:30:39.673 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:39 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:38.534801+0000 mon.smithi144 (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.144:0/4220791349' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T22:30:39.674 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:39 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:39.394907+0000 mon.smithi144 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.144:0/4220791349' entity='mgr.smithi144.isvlth' 2023-10-12T22:30:39.746 INFO:teuthology.orchestra.run.smithi144.stderr:Deploying mgr service with default placement... 2023-10-12T22:30:39.746 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2023-10-12T22:30:40.253 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-10-12T22:30:40.774 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:40 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:39.391916+0000 mgr.smithi144.isvlth (mgr.14118) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T22:30:40.774 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:40 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cephadm 2023-10-12T22:30:39.392671+0000 mgr.smithi144.isvlth (mgr.14118) 11 : cephadm [INF] Saving service mon spec with placement count:5 2023-10-12T22:30:40.774 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:40 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:40.252821+0000 mon.smithi144 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.144:0/4220791349' entity='mgr.smithi144.isvlth' 2023-10-12T22:30:40.879 INFO:teuthology.orchestra.run.smithi144.stderr:Deploying crash service with default placement... 2023-10-12T22:30:40.880 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2023-10-12T22:30:41.370 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Scheduled crash update... 2023-10-12T22:30:41.656 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:41 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:40.249985+0000 mgr.smithi144.isvlth (mgr.14118) 12 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T22:30:41.656 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:41 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cephadm 2023-10-12T22:30:40.250539+0000 mgr.smithi144.isvlth (mgr.14118) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2023-10-12T22:30:41.656 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:41 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:41.370009+0000 mon.smithi144 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.144:0/4220791349' entity='mgr.smithi144.isvlth' 2023-10-12T22:30:41.745 INFO:teuthology.orchestra.run.smithi144.stderr:Enabling mgr prometheus module... 2023-10-12T22:30:41.746 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2023-10-12T22:30:42.823 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:42 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:41.367272+0000 mgr.smithi144.isvlth (mgr.14118) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T22:30:42.823 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:42 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cephadm 2023-10-12T22:30:41.367921+0000 mgr.smithi144.isvlth (mgr.14118) 15 : cephadm [INF] Saving service crash spec with placement * 2023-10-12T22:30:42.823 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:42 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:42.304942+0000 mon.smithi144 (mon.0) 61 : audit [INF] from='client.? 172.21.15.144:0/1233683087' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-12T22:30:42.887 INFO:teuthology.orchestra.run.smithi144.stderr:Deploying prometheus service with default placement... 2023-10-12T22:30:42.887 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2023-10-12T22:30:44.024 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:43 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:42.540231+0000 mon.smithi144 (mon.0) 62 : audit [INF] from='client.? 172.21.15.144:0/1233683087' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-12T22:30:44.024 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:43 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:42.540275+0000 mon.smithi144 (mon.0) 63 : cluster [DBG] mgrmap e9: smithi144.isvlth(active, since 15s) 2023-10-12T22:30:48.024 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:47 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:47.714587+0000 mon.smithi144 (mon.0) 64 : cluster [INF] Active manager daemon smithi144.isvlth restarted 2023-10-12T22:30:48.024 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:47 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:47.714976+0000 mon.smithi144 (mon.0) 65 : cluster [INF] Activating manager daemon smithi144.isvlth 2023-10-12T22:30:48.025 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:47 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:47.717270+0000 mon.smithi144 (mon.0) 66 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-10-12T22:30:48.779 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-10-12T22:30:49.024 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:48 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:47.767477+0000 mon.smithi144 (mon.0) 67 : cluster [DBG] mgrmap e10: smithi144.isvlth(active, starting, since 0.0525948s) 2023-10-12T22:30:49.025 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:48 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:47.770004+0000 mon.smithi144 (mon.0) 68 : audit [DBG] from='mgr.14146 172.21.15.144:0/1565407326' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2023-10-12T22:30:49.025 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:48 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:47.770819+0000 mon.smithi144 (mon.0) 69 : audit [DBG] from='mgr.14146 172.21.15.144:0/1565407326' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "mgr metadata", "who": "smithi144.isvlth", "id": "smithi144.isvlth"}]: dispatch 2023-10-12T22:30:49.025 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:48 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:47.771490+0000 mon.smithi144 (mon.0) 70 : audit [DBG] from='mgr.14146 172.21.15.144:0/1565407326' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-12T22:30:49.025 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:48 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:47.771648+0000 mon.smithi144 (mon.0) 71 : audit [DBG] from='mgr.14146 172.21.15.144:0/1565407326' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-12T22:30:49.025 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:48 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:47.771770+0000 mon.smithi144 (mon.0) 72 : audit [DBG] from='mgr.14146 172.21.15.144:0/1565407326' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-12T22:30:49.026 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:48 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:47.785099+0000 mon.smithi144 (mon.0) 73 : cluster [INF] Manager daemon smithi144.isvlth is now available 2023-10-12T22:30:49.026 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:48 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:47.883043+0000 mon.smithi144 (mon.0) 74 : audit [DBG] from='mgr.14146 172.21.15.144:0/1565407326' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T22:30:49.026 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:48 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:47.884306+0000 mon.smithi144 (mon.0) 75 : audit [DBG] from='mgr.14146 172.21.15.144:0/1565407326' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T22:30:49.026 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:48 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:47.907378+0000 mon.smithi144 (mon.0) 76 : audit [INF] from='mgr.14146 172.21.15.144:0/1565407326' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/mirror_snapshot_schedule"}]: dispatch 2023-10-12T22:30:49.026 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:48 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:47.910056+0000 mon.smithi144 (mon.0) 77 : audit [INF] from='mgr.14146 172.21.15.144:0/1565407326' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/trash_purge_schedule"}]: dispatch 2023-10-12T22:30:49.118 INFO:teuthology.orchestra.run.smithi144.stderr:Deploying grafana service with default placement... 2023-10-12T22:30:49.119 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2023-10-12T22:30:49.644 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-10-12T22:30:49.929 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:49 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:48.774736+0000 mon.smithi144 (mon.0) 78 : cluster [DBG] mgrmap e11: smithi144.isvlth(active, since 1.05985s) 2023-10-12T22:30:49.930 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:49 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cephadm 2023-10-12T22:30:48.775944+0000 mgr.smithi144.isvlth (mgr.14146) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-10-12T22:30:49.930 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:49 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:48.777896+0000 mon.smithi144 (mon.0) 79 : audit [INF] from='mgr.14146 172.21.15.144:0/1565407326' entity='mgr.smithi144.isvlth' 2023-10-12T22:30:49.930 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:49 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:49.643887+0000 mon.smithi144 (mon.0) 80 : audit [INF] from='mgr.14146 172.21.15.144:0/1565407326' entity='mgr.smithi144.isvlth' 2023-10-12T22:30:50.002 INFO:teuthology.orchestra.run.smithi144.stderr:Deploying node-exporter service with default placement... 2023-10-12T22:30:50.003 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2023-10-12T22:30:50.520 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-10-12T22:30:50.910 INFO:teuthology.orchestra.run.smithi144.stderr:Deploying alertmanager service with default placement... 2023-10-12T22:30:50.911 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2023-10-12T22:30:51.407 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-10-12T22:30:51.769 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2023-10-12T22:30:51.774 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:51 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:49.641286+0000 mgr.smithi144.isvlth (mgr.14146) 3 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T22:30:51.774 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:51 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cephadm 2023-10-12T22:30:49.641780+0000 mgr.smithi144.isvlth (mgr.14146) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2023-10-12T22:30:51.774 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:51 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:50.516616+0000 mgr.smithi144.isvlth (mgr.14146) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T22:30:51.774 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:51 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cephadm 2023-10-12T22:30:50.517275+0000 mgr.smithi144.isvlth (mgr.14146) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2023-10-12T22:30:51.775 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:51 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:50.519599+0000 mon.smithi144 (mon.0) 81 : audit [INF] from='mgr.14146 172.21.15.144:0/1565407326' entity='mgr.smithi144.isvlth' 2023-10-12T22:30:51.775 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:51 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:50.645475+0000 mon.smithi144 (mon.0) 82 : cluster [DBG] mgrmap e12: smithi144.isvlth(active, since 2s) 2023-10-12T22:30:51.775 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:51 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:51.407096+0000 mon.smithi144 (mon.0) 83 : audit [INF] from='mgr.14146 172.21.15.144:0/1565407326' entity='mgr.smithi144.isvlth' 2023-10-12T22:30:52.610 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2023-10-12T22:30:52.723 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:52 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:51.404473+0000 mgr.smithi144.isvlth (mgr.14146) 7 : audit [DBG] from='client.14158 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T22:30:52.723 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:52 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cephadm 2023-10-12T22:30:51.404950+0000 mgr.smithi144.isvlth (mgr.14146) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-10-12T22:30:52.724 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:52 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:52.265613+0000 mon.smithi144 (mon.0) 84 : audit [INF] from='client.? 172.21.15.144:0/3827056517' entity='client.admin' 2023-10-12T22:30:53.494 INFO:teuthology.orchestra.run.smithi144.stderr:Enabling the dashboard module... 2023-10-12T22:30:53.495 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2023-10-12T22:30:54.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:54 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:53.123800+0000 mon.smithi144 (mon.0) 85 : audit [INF] from='client.? 172.21.15.144:0/1427220506' entity='client.admin' 2023-10-12T22:30:54.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:54 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:54.011375+0000 mon.smithi144 (mon.0) 86 : audit [INF] from='client.? 172.21.15.144:0/349211587' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-12T22:30:55.154 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-10-12T22:30:55.818 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: { 2023-10-12T22:30:55.819 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 13, 2023-10-12T22:30:55.819 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "available": true, 2023-10-12T22:30:55.819 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "active_name": "smithi144.isvlth", 2023-10-12T22:30:55.820 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_standby": 0 2023-10-12T22:30:55.820 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: } 2023-10-12T22:30:56.024 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:55 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:54.767730+0000 mon.smithi144 (mon.0) 87 : audit [INF] from='client.? 172.21.15.144:0/349211587' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-12T22:30:56.024 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:55 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:30:54.767800+0000 mon.smithi144 (mon.0) 88 : cluster [DBG] mgrmap e13: smithi144.isvlth(active, since 7s) 2023-10-12T22:30:56.301 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for the mgr to restart... 2023-10-12T22:30:56.302 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for mgr epoch 13... 2023-10-12T22:30:56.302 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-10-12T22:30:57.024 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:30:56 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:30:55.816760+0000 mon.smithi144 (mon.0) 89 : audit [DBG] from='client.? 172.21.15.144:0/1664143746' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-12T22:31:00.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:00 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:00.001476+0000 mon.smithi144 (mon.0) 90 : cluster [INF] Active manager daemon smithi144.isvlth restarted 2023-10-12T22:31:00.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:00 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:00.001888+0000 mon.smithi144 (mon.0) 91 : cluster [INF] Activating manager daemon smithi144.isvlth 2023-10-12T22:31:00.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:00 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:00.005830+0000 mon.smithi144 (mon.0) 92 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-10-12T22:31:01.069 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: { 2023-10-12T22:31:01.070 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2023-10-12T22:31:01.070 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "initialized": true 2023-10-12T22:31:01.070 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: } 2023-10-12T22:31:01.369 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:01 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:00.056971+0000 mon.smithi144 (mon.0) 93 : cluster [DBG] mgrmap e14: smithi144.isvlth(active, starting, since 0.0551779s) 2023-10-12T22:31:01.370 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:01 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:00.059569+0000 mon.smithi144 (mon.0) 94 : audit [DBG] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2023-10-12T22:31:01.370 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:01 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:00.060154+0000 mon.smithi144 (mon.0) 95 : audit [DBG] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "mgr metadata", "who": "smithi144.isvlth", "id": "smithi144.isvlth"}]: dispatch 2023-10-12T22:31:01.370 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:01 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:00.060896+0000 mon.smithi144 (mon.0) 96 : audit [DBG] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-12T22:31:01.371 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:01 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:00.061046+0000 mon.smithi144 (mon.0) 97 : audit [DBG] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-12T22:31:01.371 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:01 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:00.061176+0000 mon.smithi144 (mon.0) 98 : audit [DBG] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-12T22:31:01.371 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:01 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:00.074764+0000 mon.smithi144 (mon.0) 99 : cluster [INF] Manager daemon smithi144.isvlth is now available 2023-10-12T22:31:01.371 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:01 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:00.171788+0000 mon.smithi144 (mon.0) 100 : audit [DBG] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T22:31:01.371 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:01 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:00.173965+0000 mon.smithi144 (mon.0) 101 : audit [DBG] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T22:31:01.372 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:01 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:00.198432+0000 mon.smithi144 (mon.0) 102 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/mirror_snapshot_schedule"}]: dispatch 2023-10-12T22:31:01.372 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:01 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:00.201070+0000 mon.smithi144 (mon.0) 103 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/trash_purge_schedule"}]: dispatch 2023-10-12T22:31:01.409 INFO:teuthology.orchestra.run.smithi144.stderr:mgr epoch 13 is available 2023-10-12T22:31:01.409 INFO:teuthology.orchestra.run.smithi144.stderr:Generating a dashboard self-signed certificate... 2023-10-12T22:31:01.409 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2023-10-12T22:31:02.030 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Self-signed certificate created 2023-10-12T22:31:02.353 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:02 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:01.060985+0000 mgr.smithi144.isvlth (mgr.14166) 1 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-12T22:31:02.353 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:02 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:01.061742+0000 mon.smithi144 (mon.0) 104 : cluster [DBG] mgrmap e15: smithi144.isvlth(active, since 1.05995s) 2023-10-12T22:31:02.354 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:02 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:01.067798+0000 mgr.smithi144.isvlth (mgr.14166) 2 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-12T22:31:02.354 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:02 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:02.027197+0000 mon.smithi144 (mon.0) 105 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' 2023-10-12T22:31:02.354 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:02 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:02.029052+0000 mon.smithi144 (mon.0) 106 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' 2023-10-12T22:31:02.402 INFO:teuthology.orchestra.run.smithi144.stderr:Creating initial admin user... 2023-10-12T22:31:02.403 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmplu2km41a:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.5 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2023-10-12T22:31:03.121 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$LT4vpQXdLomXP9Hd19TGm.9tINWZSzqrCLKaIFIPpXbfBZKSNXNYS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1697149863, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-10-12T22:31:03.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:03 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:01.938678+0000 mgr.smithi144.isvlth (mgr.14166) 3 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T22:31:03.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:03 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:02.070285+0000 mon.smithi144 (mon.0) 107 : cluster [DBG] mgrmap e16: smithi144.isvlth(active, since 2s) 2023-10-12T22:31:04.325 INFO:teuthology.orchestra.run.smithi144.stderr:Fetching dashboard port number... 2023-10-12T22:31:04.325 INFO:teuthology.orchestra.run.smithi144.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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpl6b9e83i:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpazu91dg4:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2023-10-12T22:31:04.439 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:04 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:02.905687+0000 mgr.smithi144.isvlth (mgr.14166) 4 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T22:31:04.439 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:04 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:03.120709+0000 mon.smithi144 (mon.0) 108 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' 2023-10-12T22:31:04.874 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 8443 2023-10-12T22:31:05.232 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-enabled firewalld.service 2023-10-12T22:31:05.242 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: disabled 2023-10-12T22:31:05.242 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-active firewalld.service 2023-10-12T22:31:05.249 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: inactive 2023-10-12T22:31:05.250 INFO:teuthology.orchestra.run.smithi144.stderr:firewalld.service is not enabled 2023-10-12T22:31:05.250 INFO:teuthology.orchestra.run.smithi144.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-10-12T22:31:05.253 INFO:teuthology.orchestra.run.smithi144.stderr:Ceph Dashboard is now available at: 2023-10-12T22:31:05.253 INFO:teuthology.orchestra.run.smithi144.stderr: 2023-10-12T22:31:05.253 INFO:teuthology.orchestra.run.smithi144.stderr: URL: https://smithi144.front.sepia.ceph.com:8443/ 2023-10-12T22:31:05.253 INFO:teuthology.orchestra.run.smithi144.stderr: User: admin 2023-10-12T22:31:05.254 INFO:teuthology.orchestra.run.smithi144.stderr: Password: dmadamy8zy 2023-10-12T22:31:05.254 INFO:teuthology.orchestra.run.smithi144.stderr: 2023-10-12T22:31:05.254 INFO:teuthology.orchestra.run.smithi144.stderr:You can access the Ceph CLI with: 2023-10-12T22:31:05.254 INFO:teuthology.orchestra.run.smithi144.stderr: 2023-10-12T22:31:05.254 INFO:teuthology.orchestra.run.smithi144.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-10-12T22:31:05.255 INFO:teuthology.orchestra.run.smithi144.stderr: 2023-10-12T22:31:05.255 INFO:teuthology.orchestra.run.smithi144.stderr:Please consider enabling telemetry to help improve Ceph: 2023-10-12T22:31:05.255 INFO:teuthology.orchestra.run.smithi144.stderr: 2023-10-12T22:31:05.255 INFO:teuthology.orchestra.run.smithi144.stderr: ceph telemetry on 2023-10-12T22:31:05.255 INFO:teuthology.orchestra.run.smithi144.stderr: 2023-10-12T22:31:05.256 INFO:teuthology.orchestra.run.smithi144.stderr:For more information see: 2023-10-12T22:31:05.256 INFO:teuthology.orchestra.run.smithi144.stderr: 2023-10-12T22:31:05.256 INFO:teuthology.orchestra.run.smithi144.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2023-10-12T22:31:05.256 INFO:teuthology.orchestra.run.smithi144.stderr: 2023-10-12T22:31:05.256 INFO:teuthology.orchestra.run.smithi144.stderr:Bootstrap complete. 2023-10-12T22:31:05.257 INFO:teuthology.orchestra.run.smithi144.stderr:Releasing lock 140178869923968 on /run/cephadm/d33f3920-694e-11ee-8db6-212e2dc638e7.lock 2023-10-12T22:31:05.257 INFO:teuthology.orchestra.run.smithi144.stderr:Lock 140178869923968 released on /run/cephadm/d33f3920-694e-11ee-8db6-212e2dc638e7.lock 2023-10-12T22:31:05.272 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:05 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:04.874178+0000 mon.smithi144 (mon.0) 109 : audit [DBG] from='client.? 172.21.15.144:0/561257779' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-12T22:31:05.287 INFO:tasks.cephadm:Fetching config... 2023-10-12T22:31:05.288 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2023-10-12T22:31:05.288 DEBUG:teuthology.orchestra.run.smithi144:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-10-12T22:31:05.307 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-10-12T22:31:05.308 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2023-10-12T22:31:05.309 DEBUG:teuthology.orchestra.run.smithi144:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-10-12T22:31:05.365 INFO:tasks.cephadm:Fetching mon keyring... 2023-10-12T22:31:05.365 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2023-10-12T22:31:05.366 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/mon.smithi144/keyring of=/dev/stdout 2023-10-12T22:31:05.433 INFO:tasks.cephadm:Fetching pub ssh key... 2023-10-12T22:31:05.434 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2023-10-12T22:31:05.434 DEBUG:teuthology.orchestra.run.smithi144:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-10-12T22:31:05.491 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-10-12T22:31:05.491 DEBUG:teuthology.orchestra.run.smithi144:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD0aPhW5DPBKRnFYpJlutvs0YVzFnjeK5IHisP1srA5graRwCrM3cU7/CbjQyvmSvkF/zg27VV+XjAUnSX+VxSWPTOHKGuXs/vA/j1aceGZ4ijQTYTzFe91rqzK+ekJu63BgnIxt3ftVnxf0mUbKnx+l9ZWywkldh22q+jfr+xunkFsIqBRTWUS3ZQf+S8liy3vyOptWxL2yMD0Hp3BbeYo9reqvK7x6ASWiDPIJjmEB9GayooiclydNU4NXT6tO2U1DYBKj41ozVXIQVVlJU4em6dSIjZVCGP5+SMYn0n2TIvT/aGW23QzsBTDGIln0ZqypSQcVS9/GdFnEnZWeCcg7ROMBbzpZGEc3E6rALrAoNz9fSOFhCvKzbT0oNmGAEggsAW+x2De6gDdC7ItR782nNNf0w9L7a8to/zNWf/1iyvmXgAqBgSSCATQrl5PCyKFV6gxO0cAauY5018tn2Awq3j9q5sdnaFy4vndDK1QjwjTBkCbfRetf0TsaZ3Ok4k= ceph-d33f3920-694e-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-12T22:31:05.567 INFO:teuthology.orchestra.run.smithi144.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD0aPhW5DPBKRnFYpJlutvs0YVzFnjeK5IHisP1srA5graRwCrM3cU7/CbjQyvmSvkF/zg27VV+XjAUnSX+VxSWPTOHKGuXs/vA/j1aceGZ4ijQTYTzFe91rqzK+ekJu63BgnIxt3ftVnxf0mUbKnx+l9ZWywkldh22q+jfr+xunkFsIqBRTWUS3ZQf+S8liy3vyOptWxL2yMD0Hp3BbeYo9reqvK7x6ASWiDPIJjmEB9GayooiclydNU4NXT6tO2U1DYBKj41ozVXIQVVlJU4em6dSIjZVCGP5+SMYn0n2TIvT/aGW23QzsBTDGIln0ZqypSQcVS9/GdFnEnZWeCcg7ROMBbzpZGEc3E6rALrAoNz9fSOFhCvKzbT0oNmGAEggsAW+x2De6gDdC7ItR782nNNf0w9L7a8to/zNWf/1iyvmXgAqBgSSCATQrl5PCyKFV6gxO0cAauY5018tn2Awq3j9q5sdnaFy4vndDK1QjwjTBkCbfRetf0TsaZ3Ok4k= ceph-d33f3920-694e-11ee-8db6-212e2dc638e7 2023-10-12T22:31:05.578 DEBUG:teuthology.orchestra.run.smithi158:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD0aPhW5DPBKRnFYpJlutvs0YVzFnjeK5IHisP1srA5graRwCrM3cU7/CbjQyvmSvkF/zg27VV+XjAUnSX+VxSWPTOHKGuXs/vA/j1aceGZ4ijQTYTzFe91rqzK+ekJu63BgnIxt3ftVnxf0mUbKnx+l9ZWywkldh22q+jfr+xunkFsIqBRTWUS3ZQf+S8liy3vyOptWxL2yMD0Hp3BbeYo9reqvK7x6ASWiDPIJjmEB9GayooiclydNU4NXT6tO2U1DYBKj41ozVXIQVVlJU4em6dSIjZVCGP5+SMYn0n2TIvT/aGW23QzsBTDGIln0ZqypSQcVS9/GdFnEnZWeCcg7ROMBbzpZGEc3E6rALrAoNz9fSOFhCvKzbT0oNmGAEggsAW+x2De6gDdC7ItR782nNNf0w9L7a8to/zNWf/1iyvmXgAqBgSSCATQrl5PCyKFV6gxO0cAauY5018tn2Awq3j9q5sdnaFy4vndDK1QjwjTBkCbfRetf0TsaZ3Ok4k= ceph-d33f3920-694e-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-12T22:31:05.625 INFO:teuthology.orchestra.run.smithi158.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD0aPhW5DPBKRnFYpJlutvs0YVzFnjeK5IHisP1srA5graRwCrM3cU7/CbjQyvmSvkF/zg27VV+XjAUnSX+VxSWPTOHKGuXs/vA/j1aceGZ4ijQTYTzFe91rqzK+ekJu63BgnIxt3ftVnxf0mUbKnx+l9ZWywkldh22q+jfr+xunkFsIqBRTWUS3ZQf+S8liy3vyOptWxL2yMD0Hp3BbeYo9reqvK7x6ASWiDPIJjmEB9GayooiclydNU4NXT6tO2U1DYBKj41ozVXIQVVlJU4em6dSIjZVCGP5+SMYn0n2TIvT/aGW23QzsBTDGIln0ZqypSQcVS9/GdFnEnZWeCcg7ROMBbzpZGEc3E6rALrAoNz9fSOFhCvKzbT0oNmGAEggsAW+x2De6gDdC7ItR782nNNf0w9L7a8to/zNWf/1iyvmXgAqBgSSCATQrl5PCyKFV6gxO0cAauY5018tn2Awq3j9q5sdnaFy4vndDK1QjwjTBkCbfRetf0TsaZ3Ok4k= ceph-d33f3920-694e-11ee-8db6-212e2dc638e7 2023-10-12T22:31:05.637 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-10-12T22:31:07.185 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:07 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:06.124893+0000 mon.smithi144 (mon.0) 110 : cluster [DBG] mgrmap e17: smithi144.isvlth(active, since 6s) 2023-10-12T22:31:07.185 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:07 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:06.890024+0000 mon.smithi144 (mon.0) 111 : audit [INF] from='client.? 172.21.15.144:0/1295269531' entity='client.admin' 2023-10-12T22:31:07.268 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-10-12T22:31:07.269 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-10-12T22:31:09.122 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi158 2023-10-12T22:31:09.123 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-10-12T22:31:09.123 DEBUG:teuthology.orchestra.run.smithi158:> dd of=/etc/ceph/ceph.conf 2023-10-12T22:31:09.145 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-10-12T22:31:09.146 DEBUG:teuthology.orchestra.run.smithi158:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-12T22:31:09.207 INFO:tasks.cephadm:Adding host smithi158 to orchestrator... 2023-10-12T22:31:09.207 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph orch host add smithi158 2023-10-12T22:31:09.774 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:09 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:08.558019+0000 mon.smithi144 (mon.0) 112 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' 2023-10-12T22:31:09.774 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:09 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:08.740894+0000 mgr.smithi144.isvlth (mgr.14166) 5 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T22:31:09.774 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:09 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:08.745086+0000 mon.smithi144 (mon.0) 113 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' 2023-10-12T22:31:09.775 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:09 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:08.790176+0000 mon.smithi144 (mon.0) 114 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' 2023-10-12T22:31:09.775 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:09 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:09.527698+0000 mon.smithi144 (mon.0) 115 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' 2023-10-12T22:31:13.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:12 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:11.776758+0000 mon.smithi144 (mon.0) 116 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' 2023-10-12T22:31:13.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:12 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:12.048927+0000 mon.smithi144 (mon.0) 117 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' 2023-10-12T22:31:13.275 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:12 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:12.049450+0000 mon.smithi144 (mon.0) 118 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2023-10-12T22:31:13.275 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:12 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:12.051740+0000 mon.smithi144 (mon.0) 119 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' 2023-10-12T22:31:14.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:13 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cephadm 2023-10-12T22:31:12.070249+0000 mgr.smithi144.isvlth (mgr.14166) 6 : cephadm [INF] Deploying daemon alertmanager.smithi144 on smithi144 2023-10-12T22:31:21.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:21 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:20.062306+0000 mgr.smithi144.isvlth (mgr.14166) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:31:23.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:23 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:22.062605+0000 mgr.smithi144.isvlth (mgr.14166) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:31:26.024 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:25 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:24.062969+0000 mgr.smithi144.isvlth (mgr.14166) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:31:28.024 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:27 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:26.063347+0000 mgr.smithi144.isvlth (mgr.14166) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:31:30.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:28.063720+0000 mgr.smithi144.isvlth (mgr.14166) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:31:32.024 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:31 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:30.063927+0000 mgr.smithi144.isvlth (mgr.14166) 12 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:31:32.253 INFO:teuthology.orchestra.run.smithi158.stdout:Added host 'smithi158' with addr '172.21.15.158' 2023-10-12T22:31:32.585 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph orch host ls --format=json 2023-10-12T22:31:33.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:32 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:31.656311+0000 mgr.smithi144.isvlth (mgr.14166) 13 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi158", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T22:31:33.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:32 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:32.251488+0000 mon.smithi144 (mon.0) 120 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' 2023-10-12T22:31:33.848 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:31:33.848 INFO:teuthology.orchestra.run.smithi158.stdout:[{"addr": "172.21.15.144", "hostname": "smithi144", "labels": [], "status": ""}, {"addr": "172.21.15.158", "hostname": "smithi158", "labels": [], "status": ""}] 2023-10-12T22:31:34.228 INFO:tasks.cephadm:Setting crush tunables to default 2023-10-12T22:31:34.229 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph osd crush tunables default 2023-10-12T22:31:34.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:33 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:32.064284+0000 mgr.smithi144.isvlth (mgr.14166) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:31:34.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:33 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cephadm 2023-10-12T22:31:32.251832+0000 mgr.smithi144.isvlth (mgr.14166) 15 : cephadm [INF] Added host smithi158 2023-10-12T22:31:35.790 INFO:teuthology.orchestra.run.smithi144.stderr:adjusted tunables profile to default 2023-10-12T22:31:36.054 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:35 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:33.847153+0000 mgr.smithi144.isvlth (mgr.14166) 16 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T22:31:36.055 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:35 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:34.064674+0000 mgr.smithi144.isvlth (mgr.14166) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:31:36.055 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:35 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:35.525565+0000 mon.smithi144 (mon.0) 121 : audit [INF] from='client.? 172.21.15.144:0/1312101258' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-12T22:31:36.139 INFO:tasks.cephadm:Adding mon.smithi144 on smithi144 2023-10-12T22:31:36.140 INFO:tasks.cephadm:Adding mon.smithi158 on smithi158 2023-10-12T22:31:36.140 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph orch apply mon '2;smithi144:172.21.15.144=smithi144;smithi158:172.21.15.158=smithi158' 2023-10-12T22:31:37.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:36 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:35.787917+0000 mon.smithi144 (mon.0) 122 : audit [INF] from='client.? 172.21.15.144:0/1312101258' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-12T22:31:37.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:36 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:35.787960+0000 mon.smithi144 (mon.0) 123 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-10-12T22:31:37.446 INFO:teuthology.orchestra.run.smithi158.stdout:Scheduled mon update... 2023-10-12T22:31:37.849 DEBUG:teuthology.orchestra.run.smithi158:mon.smithi158> sudo journalctl -f -n 0 -u ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mon.smithi158.service 2023-10-12T22:31:37.852 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:31:37.852 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:31:37.880 INFO:journalctl@ceph.mon.smithi158.smithi158.stdout:-- Logs begin at Thu 2023-10-12 22:21:25 UTC. -- 2023-10-12T22:31:38.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:37 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:36.064987+0000 mgr.smithi144.isvlth (mgr.14166) 18 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:31:38.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:37 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:37.444746+0000 mon.smithi144 (mon.0) 124 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' 2023-10-12T22:31:39.199 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:31:39.199 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:31:39.200 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:31:39.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:38 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:37.440840+0000 mgr.smithi144.isvlth (mgr.14166) 19 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi144:172.21.15.144=smithi144;smithi158:172.21.15.158=smithi158", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T22:31:39.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:38 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cephadm 2023-10-12T22:31:37.442221+0000 mgr.smithi144.isvlth (mgr.14166) 20 : cephadm [INF] Saving service mon spec with placement smithi144:172.21.15.144=smithi144;smithi158:172.21.15.158=smithi158;count:2 2023-10-12T22:31:40.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:39 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:38.065323+0000 mgr.smithi144.isvlth (mgr.14166) 21 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:31:40.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:39 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:39.198721+0000 mon.smithi144 (mon.0) 125 : audit [DBG] from='client.? 172.21.15.158:0/3993553276' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:31:40.583 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:31:40.584 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:31:41.916 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:31:41.916 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:31:41.917 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:31:42.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:41 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:40.065739+0000 mgr.smithi144.isvlth (mgr.14166) 22 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:31:43.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:42 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:41.914960+0000 mon.smithi144 (mon.0) 126 : audit [DBG] from='client.? 172.21.15.158:0/3167503884' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:31:43.290 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:31:43.290 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:31:44.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:43 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:42.066117+0000 mgr.smithi144.isvlth (mgr.14166) 23 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:31:44.691 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:31:44.691 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:31:44.692 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:31:45.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:44 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:44.690274+0000 mon.smithi144 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.158:0/998380526' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:31:46.050 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:31:46.051 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:31:46.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:45 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:44.066379+0000 mgr.smithi144.isvlth (mgr.14166) 24 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:31:47.476 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:31:47.476 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:31:47.478 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:31:48.275 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:47 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:46.066691+0000 mgr.smithi144.isvlth (mgr.14166) 25 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:31:48.276 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:47 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:47.475492+0000 mon.smithi144 (mon.0) 128 : audit [DBG] from='client.? 172.21.15.158:0/2088000328' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:31:48.886 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:31:48.887 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:31:50.241 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:31:50.241 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:31:50.243 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:31:50.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:49 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:48.066944+0000 mgr.smithi144.isvlth (mgr.14166) 26 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:31:51.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:50 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:50.240679+0000 mon.smithi144 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.158:0/668469469' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:31:51.625 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:31:51.626 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:31:52.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:51 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:50.067284+0000 mgr.smithi144.isvlth (mgr.14166) 27 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:31:54.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:53 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:52.067643+0000 mgr.smithi144.isvlth (mgr.14166) 28 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:31:54.514 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:31:54.514 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:31:54.515 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:31:55.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:54 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:54.513280+0000 mon.smithi144 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.158:0/2203429657' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:31:55.884 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:31:55.885 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:31:56.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:55 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:54.067917+0000 mgr.smithi144.isvlth (mgr.14166) 29 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:31:57.224 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:31:57.224 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:31:57.225 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:31:58.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:57 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:56.068239+0000 mgr.smithi144.isvlth (mgr.14166) 30 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:31:58.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:57 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:31:57.223705+0000 mon.smithi144 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.158:0/4278258673' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:31:58.596 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:31:58.597 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:32:00.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:31:59 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:31:58.068608+0000 mgr.smithi144.isvlth (mgr.14166) 31 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:01.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:00 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:32:00.200707+0000 mon.smithi144 (mon.0) 132 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/mirror_snapshot_schedule"}]: dispatch 2023-10-12T22:32:01.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:00 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:32:00.202664+0000 mon.smithi144 (mon.0) 133 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/trash_purge_schedule"}]: dispatch 2023-10-12T22:32:02.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:01 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:00.068849+0000 mgr.smithi144.isvlth (mgr.14166) 32 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:02.739 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:32:02.739 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:32:02.739 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:32:03.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:02 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:02.069166+0000 mgr.smithi144.isvlth (mgr.14166) 33 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:03.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:02 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:32:02.731372+0000 mon.smithi144 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.158:0/1503116082' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:32:06.257 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:32:06.258 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:32:06.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:05 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:04.069531+0000 mgr.smithi144.isvlth (mgr.14166) 34 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:08.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:07 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:06.069823+0000 mgr.smithi144.isvlth (mgr.14166) 35 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:09.368 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:32:09.369 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:32:09.370 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:32:10.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:09 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:08.070130+0000 mgr.smithi144.isvlth (mgr.14166) 36 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:10.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:09 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:32:09.368418+0000 mon.smithi144 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.158:0/42647614' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:32:10.734 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:32:10.735 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:32:12.056 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:32:12.057 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:32:12.057 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:32:12.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:10.070421+0000 mgr.smithi144.isvlth (mgr.14166) 37 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:13.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:12 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:32:12.055091+0000 mon.smithi144 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.158:0/557122302' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:32:13.432 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:32:13.433 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:32:14.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:13 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:12.070761+0000 mgr.smithi144.isvlth (mgr.14166) 38 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:14.799 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:32:14.799 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:32:14.801 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:32:16.176 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:32:16.176 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:32:16.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:15 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:14.071114+0000 mgr.smithi144.isvlth (mgr.14166) 39 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:16.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:15 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:32:14.798540+0000 mon.smithi144 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.158:0/273704368' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:32:17.498 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:32:17.498 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:32:17.500 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:32:18.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:17 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:16.071566+0000 mgr.smithi144.isvlth (mgr.14166) 40 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:18.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:17 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:32:17.497554+0000 mon.smithi144 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.158:0/2332694941' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:32:18.863 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:32:18.863 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:32:20.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:19 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:18.071833+0000 mgr.smithi144.isvlth (mgr.14166) 41 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:20.345 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:32:20.346 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:32:20.346 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:32:21.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:20 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:32:20.344206+0000 mon.smithi144 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.158:0/2731299290' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:32:21.729 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:32:21.729 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:32:22.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:21 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:20.072183+0000 mgr.smithi144.isvlth (mgr.14166) 42 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:23.115 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:32:23.115 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:32:23.116 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:32:24.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:23 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:22.072580+0000 mgr.smithi144.isvlth (mgr.14166) 43 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:24.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:23 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:32:23.114139+0000 mon.smithi144 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.158:0/782979661' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:32:24.489 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:32:24.489 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:32:25.833 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:32:25.833 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:32:25.834 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:32:26.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:25 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:24.072891+0000 mgr.smithi144.isvlth (mgr.14166) 44 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:27.200 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:32:27.201 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:32:27.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:26 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:32:25.832607+0000 mon.smithi144 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.158:0/3274816148' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:32:28.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:27 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:26.073202+0000 mgr.smithi144.isvlth (mgr.14166) 45 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:28.577 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:32:28.577 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:32:28.578 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:32:29.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:28 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:32:28.576236+0000 mon.smithi144 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.158:0/3110852774' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:32:29.949 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:32:29.949 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:32:30.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:28.073562+0000 mgr.smithi144.isvlth (mgr.14166) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:31.374 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:32:31.374 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:32:31.375 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:32:32.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:31 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:30.073799+0000 mgr.smithi144.isvlth (mgr.14166) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:32.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:31 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:32:31.373290+0000 mon.smithi144 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.158:0/3325655161' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:32:32.744 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:32:32.745 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:32:34.073 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:32:34.074 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:32:34.075 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:32:34.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:33 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:32.074089+0000 mgr.smithi144.isvlth (mgr.14166) 48 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:35.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:34 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:32:34.073028+0000 mon.smithi144 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.158:0/690887642' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:32:35.445 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:32:35.446 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:32:36.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:35 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:34.074480+0000 mgr.smithi144.isvlth (mgr.14166) 49 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:36.807 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:32:36.808 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:32:36.809 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:32:37.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:36 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:32:36.806733+0000 mon.smithi144 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.158:0/2577337409' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:32:38.190 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:32:38.190 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:32:38.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:37 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:36.074813+0000 mgr.smithi144.isvlth (mgr.14166) 50 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:39.563 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:32:39.564 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:32:39.565 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:32:40.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:39 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:38.075114+0000 mgr.smithi144.isvlth (mgr.14166) 51 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:40.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:39 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:32:39.563023+0000 mon.smithi144 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.158:0/2101469446' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:32:41.530 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:32:41.531 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:32:42.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:41 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:40.075393+0000 mgr.smithi144.isvlth (mgr.14166) 52 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:42.874 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:32:42.874 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:32:42.876 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:32:44.258 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:32:44.259 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:32:44.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:43 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:42.075686+0000 mgr.smithi144.isvlth (mgr.14166) 53 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:44.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:43 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:32:42.873716+0000 mon.smithi144 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.158:0/4229398929' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:32:45.644 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:32:45.645 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:32:45.646 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:32:46.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:45 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:44.075981+0000 mgr.smithi144.isvlth (mgr.14166) 54 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:46.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:45 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:32:45.643863+0000 mon.smithi144 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.158:0/853711970' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:32:47.059 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:32:47.060 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:32:48.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:47 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:46.076331+0000 mgr.smithi144.isvlth (mgr.14166) 55 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:48.423 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:32:48.423 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:32:48.424 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:32:49.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:48 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:32:48.422324+0000 mon.smithi144 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.158:0/333885598' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:32:49.807 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:32:49.808 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:32:50.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:49 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:48.076659+0000 mgr.smithi144.isvlth (mgr.14166) 56 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:51.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:50 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:50.076979+0000 mgr.smithi144.isvlth (mgr.14166) 57 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:51.318 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:32:51.318 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:32:51.319 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:32:52.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:51 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:32:51.317550+0000 mon.smithi144 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.158:0/1940419564' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:32:52.706 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:32:52.707 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:32:53.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:52 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:52.077338+0000 mgr.smithi144.isvlth (mgr.14166) 58 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:54.100 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:32:54.101 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:32:54.102 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:32:55.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:54 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:32:54.099783+0000 mon.smithi144 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.158:0/1189468760' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:32:55.511 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:32:55.511 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:32:56.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:55 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:54.077706+0000 mgr.smithi144.isvlth (mgr.14166) 59 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:56.923 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:32:56.924 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:32:56.925 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:32:58.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:57 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:56.078062+0000 mgr.smithi144.isvlth (mgr.14166) 60 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:32:58.275 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:57 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:32:56.923085+0000 mon.smithi144 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.158:0/417997180' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:32:58.338 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:32:58.339 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:32:59.637 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:32:59.637 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:32:59.639 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:33:00.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:59 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:32:58.078428+0000 mgr.smithi144.isvlth (mgr.14166) 61 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:00.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:32:59 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:32:59.636622+0000 mon.smithi144 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.158:0/3152769029' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:33:01.020 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:33:01.021 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:33:01.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:00 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:00.201778+0000 mon.smithi144 (mon.0) 154 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/mirror_snapshot_schedule"}]: dispatch 2023-10-12T22:33:01.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:00 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:00.203561+0000 mon.smithi144 (mon.0) 155 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/trash_purge_schedule"}]: dispatch 2023-10-12T22:33:02.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:01 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:00.078669+0000 mgr.smithi144.isvlth (mgr.14166) 62 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:02.346 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:33:02.349 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:33:02.350 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:33:03.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:02 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:02.345629+0000 mon.smithi144 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.158:0/2728399678' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:33:03.717 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:33:03.718 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:33:04.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:03 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:02.079024+0000 mgr.smithi144.isvlth (mgr.14166) 63 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:05.118 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:33:05.118 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:33:05.119 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:33:06.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:05 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:04.079348+0000 mgr.smithi144.isvlth (mgr.14166) 64 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:06.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:05 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:05.117654+0000 mon.smithi144 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.158:0/1117189220' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:33:06.493 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:33:06.493 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:33:07.880 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:33:07.881 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:33:07.882 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:33:08.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:07 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:06.079702+0000 mgr.smithi144.isvlth (mgr.14166) 65 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:09.216 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:33:09.217 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:33:09.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:07.879936+0000 mon.smithi144 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.158:0/2614444275' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:33:10.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:09 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:08.080017+0000 mgr.smithi144.isvlth (mgr.14166) 66 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:10.553 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:33:10.554 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:33:10.555 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:33:11.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:10 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:10.553212+0000 mon.smithi144 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.158:0/2797795109' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:33:11.938 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:33:11.938 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:33:12.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:10.080309+0000 mgr.smithi144.isvlth (mgr.14166) 67 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:13.284 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:33:13.285 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:33:13.286 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:33:14.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:13 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:12.080678+0000 mgr.smithi144.isvlth (mgr.14166) 68 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:14.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:13 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:13.283814+0000 mon.smithi144 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.158:0/3617524906' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:33:14.668 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:33:14.669 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:33:16.003 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:33:16.004 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:33:16.005 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:33:16.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:15 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:14.081022+0000 mgr.smithi144.isvlth (mgr.14166) 69 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:17.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:16 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:16.002946+0000 mon.smithi144 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.158:0/3096506430' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:33:17.384 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:33:17.385 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:33:18.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:17 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:16.081366+0000 mgr.smithi144.isvlth (mgr.14166) 70 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:18.731 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:33:18.731 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:33:18.733 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:33:19.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:18 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:18.730591+0000 mon.smithi144 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.158:0/499713245' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:33:20.108 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:33:20.109 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:33:20.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:19 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:18.081610+0000 mgr.smithi144.isvlth (mgr.14166) 71 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:21.494 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:33:21.494 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:33:21.495 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:33:22.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:21 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:20.081945+0000 mgr.smithi144.isvlth (mgr.14166) 72 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:22.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:21 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:21.493155+0000 mon.smithi144 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.158:0/2879081965' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:33:22.876 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:33:22.877 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:33:24.273 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:33:24.274 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:33:24.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:23 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:22.082321+0000 mgr.smithi144.isvlth (mgr.14166) 73 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:24.275 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:33:25.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:24 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:24.273000+0000 mon.smithi144 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.158:0/2921957596' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:33:25.649 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:33:25.649 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:33:26.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:25 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:24.082613+0000 mgr.smithi144.isvlth (mgr.14166) 74 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:27.015 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:33:27.016 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:33:27.017 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:33:27.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:26 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:26.082890+0000 mgr.smithi144.isvlth (mgr.14166) 75 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:28.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:27 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:27.014741+0000 mon.smithi144 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.158:0/2437338933' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:33:28.395 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:33:28.395 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:33:29.704 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:33:29.704 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:33:29.705 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:33:30.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:28.083122+0000 mgr.smithi144.isvlth (mgr.14166) 76 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:30.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:29.702949+0000 mon.smithi144 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.158:0/2291278767' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:33:31.086 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:33:31.087 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:33:32.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:31 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:30.083498+0000 mgr.smithi144.isvlth (mgr.14166) 77 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:32.426 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:33:32.426 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:33:32.427 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:33:33.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:32 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:32.424539+0000 mon.smithi144 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.158:0/1709374188' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:33:33.801 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:33:33.802 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:33:34.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:33 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:32.083861+0000 mgr.smithi144.isvlth (mgr.14166) 78 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:35.139 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:33:35.139 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:33:35.141 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:33:36.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:35 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:34.084236+0000 mgr.smithi144.isvlth (mgr.14166) 79 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:36.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:35 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:35.138441+0000 mon.smithi144 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.158:0/3844149921' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:33:36.513 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:33:36.513 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:33:37.857 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:33:37.857 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:33:37.858 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:33:38.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:37 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:36.084534+0000 mgr.smithi144.isvlth (mgr.14166) 80 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:39.236 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:33:39.236 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:33:39.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:38 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:37.853277+0000 mon.smithi144 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.158:0/2832796548' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:33:40.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:39 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:38.084862+0000 mgr.smithi144.isvlth (mgr.14166) 81 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:40.680 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:33:40.680 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:33:40.682 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:33:41.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:40 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:40.679516+0000 mon.smithi144 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.158:0/2523553317' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:33:42.062 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:33:42.063 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:33:42.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:41 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:40.085112+0000 mgr.smithi144.isvlth (mgr.14166) 82 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:43.479 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:33:43.479 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:33:43.480 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:33:44.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:43 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:42.085455+0000 mgr.smithi144.isvlth (mgr.14166) 83 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:44.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:43 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:43.478722+0000 mon.smithi144 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.158:0/1365527014' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:33:44.840 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:33:44.841 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:33:46.191 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:33:46.191 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:33:46.192 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:33:46.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:45 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:44.085814+0000 mgr.smithi144.isvlth (mgr.14166) 84 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:47.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:46 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:46.190586+0000 mon.smithi144 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.158:0/929616598' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:33:47.582 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:33:47.583 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:33:48.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:47 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:46.086120+0000 mgr.smithi144.isvlth (mgr.14166) 85 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:48.893 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:33:48.893 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:33:48.894 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:33:50.266 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:33:50.266 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:33:50.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:49 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:48.086376+0000 mgr.smithi144.isvlth (mgr.14166) 86 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:50.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:49 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:48.892542+0000 mon.smithi144 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.158:0/4032593465' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:33:51.575 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:33:51.576 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:33:51.578 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:33:52.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:51 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:50.086691+0000 mgr.smithi144.isvlth (mgr.14166) 87 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:52.275 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:51 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:51.575512+0000 mon.smithi144 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.158:0/1329382445' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:33:52.946 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:33:52.947 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:33:54.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:53 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:52.087013+0000 mgr.smithi144.isvlth (mgr.14166) 88 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:54.291 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:33:54.292 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:33:54.293 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:33:55.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:54 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:54.290993+0000 mon.smithi144 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.158:0/1502453206' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:33:55.667 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:33:55.668 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:33:56.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:55 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:54.087387+0000 mgr.smithi144.isvlth (mgr.14166) 89 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:57.022 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:33:57.023 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:33:57.024 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:33:58.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:57 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:56.087776+0000 mgr.smithi144.isvlth (mgr.14166) 90 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:33:58.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:57 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:57.022258+0000 mon.smithi144 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.158:0/1251666074' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:33:58.408 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:33:58.409 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:33:59.773 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:33:59.773 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:33:59.774 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:34:00.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:59 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:33:58.088081+0000 mgr.smithi144.isvlth (mgr.14166) 91 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:00.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:33:59 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:33:59.771848+0000 mon.smithi144 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.158:0/1493248779' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:34:01.159 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:34:01.160 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:34:01.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:00 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:00.202761+0000 mon.smithi144 (mon.0) 178 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/mirror_snapshot_schedule"}]: dispatch 2023-10-12T22:34:01.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:00 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:00.204361+0000 mon.smithi144 (mon.0) 179 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/trash_purge_schedule"}]: dispatch 2023-10-12T22:34:02.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:01 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:00.088328+0000 mgr.smithi144.isvlth (mgr.14166) 92 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:02.603 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:34:02.603 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:34:02.605 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:34:03.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:02 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:02.602951+0000 mon.smithi144 (mon.0) 180 : audit [DBG] from='client.? 172.21.15.158:0/3491501489' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:34:04.021 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:34:04.022 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:34:04.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:03 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:02.088653+0000 mgr.smithi144.isvlth (mgr.14166) 93 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:05.369 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:34:05.370 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:34:05.371 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:34:06.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:05 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:04.088981+0000 mgr.smithi144.isvlth (mgr.14166) 94 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:06.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:05 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:05.368845+0000 mon.smithi144 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.158:0/3301690371' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:34:06.775 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:34:06.776 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:34:08.146 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:34:08.146 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:34:08.148 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:34:08.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:07 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:06.089233+0000 mgr.smithi144.isvlth (mgr.14166) 95 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:09.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:08.145851+0000 mon.smithi144 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.158:0/3953852290' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:34:09.533 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:34:09.533 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:34:10.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:09 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:08.089585+0000 mgr.smithi144.isvlth (mgr.14166) 96 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:10.866 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:34:10.866 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:34:10.867 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:34:12.186 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:34:12.186 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:34:12.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:10.089911+0000 mgr.smithi144.isvlth (mgr.14166) 97 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:12.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:10.865188+0000 mon.smithi144 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.158:0/3985146638' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:34:13.541 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:34:13.542 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:34:13.543 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:34:14.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:13 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:12.090267+0000 mgr.smithi144.isvlth (mgr.14166) 98 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:14.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:13 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:13.540876+0000 mon.smithi144 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.158:0/3637450079' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:34:14.915 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:34:14.916 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:34:15.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:14 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:14.090645+0000 mgr.smithi144.isvlth (mgr.14166) 99 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:16.272 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:34:16.272 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:34:16.274 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:34:17.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:17 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:16.090898+0000 mgr.smithi144.isvlth (mgr.14166) 100 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:17.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:17 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:16.271809+0000 mon.smithi144 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.158:0/4049851635' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:34:17.651 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:34:17.652 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:34:18.973 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:34:18.974 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:34:18.975 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:34:20.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:19 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:18.091170+0000 mgr.smithi144.isvlth (mgr.14166) 101 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:20.275 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:19 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:18.973047+0000 mon.smithi144 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.158:0/1048352706' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:34:20.362 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:34:20.363 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:34:21.649 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:34:21.650 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:34:21.651 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:34:22.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:21 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:20.091547+0000 mgr.smithi144.isvlth (mgr.14166) 102 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:22.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:21 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:21.649250+0000 mon.smithi144 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.158:0/4017691107' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:34:23.028 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:34:23.028 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:34:24.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:23 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:22.091887+0000 mgr.smithi144.isvlth (mgr.14166) 103 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:24.355 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:34:24.356 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:34:24.357 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:34:25.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:24 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:24.354967+0000 mon.smithi144 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.158:0/2993645875' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:34:25.737 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:34:25.737 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:34:26.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:25 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:24.092251+0000 mgr.smithi144.isvlth (mgr.14166) 104 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:27.027 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:34:27.027 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:34:27.029 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:34:28.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:27 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:26.092554+0000 mgr.smithi144.isvlth (mgr.14166) 105 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:28.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:27 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:27.026683+0000 mon.smithi144 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.158:0/1761531488' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:34:28.417 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:34:28.418 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:34:29.708 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:34:29.709 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:34:29.710 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:34:30.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:28.092816+0000 mgr.smithi144.isvlth (mgr.14166) 106 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:30.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:29.707685+0000 mon.smithi144 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.158:0/1662401398' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:34:31.107 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:34:31.107 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:34:32.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:31 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:30.093182+0000 mgr.smithi144.isvlth (mgr.14166) 107 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:32.466 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:34:32.467 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:34:32.468 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:34:33.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:32 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:32.465726+0000 mon.smithi144 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.158:0/2022704719' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:34:33.845 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:34:33.846 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:34:34.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:33 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:32.093553+0000 mgr.smithi144.isvlth (mgr.14166) 108 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:35.197 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:34:35.197 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:34:35.198 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:34:36.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:35 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:34.093890+0000 mgr.smithi144.isvlth (mgr.14166) 109 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:36.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:35 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:35.196361+0000 mon.smithi144 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.158:0/2858618837' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:34:36.584 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:34:36.584 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:34:37.943 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:34:37.943 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:34:37.945 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:34:38.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:37 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:36.094182+0000 mgr.smithi144.isvlth (mgr.14166) 110 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:39.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:38 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:37.942598+0000 mon.smithi144 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.158:0/2914222715' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:34:39.325 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:34:39.325 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:34:40.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:39 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:38.094453+0000 mgr.smithi144.isvlth (mgr.14166) 111 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:40.676 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:34:40.676 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:34:40.677 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:34:41.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:40 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:40.675325+0000 mon.smithi144 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.158:0/2437156107' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:34:42.100 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:34:42.100 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:34:42.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:41 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:40.094776+0000 mgr.smithi144.isvlth (mgr.14166) 112 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:43.416 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:34:43.417 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:34:43.418 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:34:44.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:43 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:42.095106+0000 mgr.smithi144.isvlth (mgr.14166) 113 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:44.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:43 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:43.416205+0000 mon.smithi144 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.158:0/4126019634' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:34:44.793 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:34:44.794 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:34:46.127 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:34:46.128 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:34:46.129 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:34:46.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:45 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:44.095391+0000 mgr.smithi144.isvlth (mgr.14166) 114 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:47.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:46 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:46.126923+0000 mon.smithi144 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.158:0/3538480012' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:34:47.510 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:34:47.510 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:34:48.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:47 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:46.095730+0000 mgr.smithi144.isvlth (mgr.14166) 115 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:48.909 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:34:48.910 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:34:48.911 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:34:50.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:49 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:48.096023+0000 mgr.smithi144.isvlth (mgr.14166) 116 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:50.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:49 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:48.909416+0000 mon.smithi144 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.158:0/4241848636' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:34:50.284 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:34:50.284 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:34:51.676 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:34:51.676 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:34:51.678 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:34:52.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:51 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:50.096299+0000 mgr.smithi144.isvlth (mgr.14166) 117 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:52.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:51 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:51.675745+0000 mon.smithi144 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.158:0/2377834329' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:34:53.061 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:34:53.061 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:34:54.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:53 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:52.096675+0000 mgr.smithi144.isvlth (mgr.14166) 118 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:54.454 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:34:54.455 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:34:54.456 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:34:55.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:54 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:54.454025+0000 mon.smithi144 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.158:0/898969152' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:34:55.857 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:34:55.857 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:34:56.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:55 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:54.096896+0000 mgr.smithi144.isvlth (mgr.14166) 119 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:57.161 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:34:57.161 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:34:57.162 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:34:58.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:57 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:56.097211+0000 mgr.smithi144.isvlth (mgr.14166) 120 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:34:58.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:57 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:57.160415+0000 mon.smithi144 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.158:0/179793400' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:34:58.553 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:34:58.554 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:34:59.842 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:34:59.842 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:34:59.844 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:35:00.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:59 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:34:58.097544+0000 mgr.smithi144.isvlth (mgr.14166) 121 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:00.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:34:59 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:34:59.841868+0000 mon.smithi144 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.158:0/3527736567' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:35:01.224 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:35:01.225 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:35:01.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:00 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:00.203778+0000 mon.smithi144 (mon.0) 202 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/mirror_snapshot_schedule"}]: dispatch 2023-10-12T22:35:01.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:00 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:00.205149+0000 mon.smithi144 (mon.0) 203 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/trash_purge_schedule"}]: dispatch 2023-10-12T22:35:02.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:01 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:00.097829+0000 mgr.smithi144.isvlth (mgr.14166) 122 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:02.599 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:35:02.600 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:35:02.601 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:35:03.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:02 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:02.098082+0000 mgr.smithi144.isvlth (mgr.14166) 123 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:03.275 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:02 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:02.599482+0000 mon.smithi144 (mon.0) 204 : audit [DBG] from='client.? 172.21.15.158:0/3790171088' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:35:03.983 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:35:03.984 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:35:05.357 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:35:05.358 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:35:05.359 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:35:06.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:05 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:04.098395+0000 mgr.smithi144.isvlth (mgr.14166) 124 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:06.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:05 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:05.356804+0000 mon.smithi144 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.158:0/1582604630' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:35:06.727 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:35:06.727 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:35:08.106 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:35:08.106 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:35:08.107 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:35:08.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:07 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:06.098734+0000 mgr.smithi144.isvlth (mgr.14166) 125 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:09.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:08.105163+0000 mon.smithi144 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.158:0/3190513255' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:35:09.468 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:35:09.469 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:35:10.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:09 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:08.099071+0000 mgr.smithi144.isvlth (mgr.14166) 126 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:10.760 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:35:10.760 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:35:10.762 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:35:11.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:10 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:10.760103+0000 mon.smithi144 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.158:0/2168998913' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:35:12.165 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:35:12.166 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:35:12.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:10.099338+0000 mgr.smithi144.isvlth (mgr.14166) 127 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:13.507 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:35:13.507 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:35:13.509 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:35:14.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:13 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:12.099660+0000 mgr.smithi144.isvlth (mgr.14166) 128 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:14.275 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:13 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:13.506793+0000 mon.smithi144 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.158:0/624383473' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:35:14.842 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:35:14.843 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:35:16.106 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:35:16.106 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:35:16.108 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:35:16.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:15 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:14.099909+0000 mgr.smithi144.isvlth (mgr.14166) 129 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:17.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:16 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:16.105594+0000 mon.smithi144 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.158:0/2113991801' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:35:17.488 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:35:17.488 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:35:18.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:17 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:16.100247+0000 mgr.smithi144.isvlth (mgr.14166) 130 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:18.852 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:35:18.852 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:35:18.853 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:35:20.225 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:35:20.225 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:35:20.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:19 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:18.100504+0000 mgr.smithi144.isvlth (mgr.14166) 131 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:20.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:19 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:18.851578+0000 mon.smithi144 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.158:0/2878019626' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:35:21.593 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:35:21.593 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:35:21.594 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:35:22.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:21 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:20.100838+0000 mgr.smithi144.isvlth (mgr.14166) 132 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:22.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:21 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:21.592632+0000 mon.smithi144 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.158:0/2197003260' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:35:22.966 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:35:22.967 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:35:24.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:23 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:22.101148+0000 mgr.smithi144.isvlth (mgr.14166) 133 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:24.377 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:35:24.378 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:35:24.379 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:35:25.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:24 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:24.377008+0000 mon.smithi144 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.158:0/2278522598' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:35:25.795 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:35:25.796 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:35:26.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:25 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:24.101484+0000 mgr.smithi144.isvlth (mgr.14166) 134 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:27.125 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:35:27.125 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:35:27.126 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:35:28.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:27 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:26.101850+0000 mgr.smithi144.isvlth (mgr.14166) 135 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:28.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:27 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:27.124369+0000 mon.smithi144 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.158:0/73656359' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:35:28.513 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:35:28.513 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:35:29.912 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:35:29.912 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:35:29.913 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:35:30.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:28.102178+0000 mgr.smithi144.isvlth (mgr.14166) 136 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:31.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:30 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:29.911355+0000 mon.smithi144 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.158:0/3866940039' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:35:31.294 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:35:31.295 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:35:32.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:31 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:30.102569+0000 mgr.smithi144.isvlth (mgr.14166) 137 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:32.707 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:35:32.707 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:35:32.707 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:35:33.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:32 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:32.705585+0000 mon.smithi144 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.158:0/1521915149' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:35:34.078 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:35:34.079 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:35:34.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:33 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:32.102877+0000 mgr.smithi144.isvlth (mgr.14166) 138 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:35.500 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:35:35.501 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:35:35.502 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:35:36.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:35 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:34.103219+0000 mgr.smithi144.isvlth (mgr.14166) 139 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:36.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:35 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:35.500001+0000 mon.smithi144 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.158:0/2565105103' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:35:36.893 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:35:36.893 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:35:38.206 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:35:38.207 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:35:38.208 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:35:38.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:37 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:36.103619+0000 mgr.smithi144.isvlth (mgr.14166) 140 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:39.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:38 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:38.205554+0000 mon.smithi144 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.158:0/3318862543' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:35:39.600 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:35:39.601 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:35:40.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:39 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:38.103980+0000 mgr.smithi144.isvlth (mgr.14166) 141 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:40.929 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:35:40.930 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:35:40.931 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:35:42.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:41 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:40.104262+0000 mgr.smithi144.isvlth (mgr.14166) 142 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:42.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:41 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:40.929166+0000 mon.smithi144 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.158:0/2594229267' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:35:42.305 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:35:42.305 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:35:43.654 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:35:43.654 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:35:43.655 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:35:44.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:43 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:42.104634+0000 mgr.smithi144.isvlth (mgr.14166) 143 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:44.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:43 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:43.653283+0000 mon.smithi144 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.158:0/3597449651' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:35:45.038 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:35:45.039 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:35:46.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:45 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:44.104905+0000 mgr.smithi144.isvlth (mgr.14166) 144 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:46.414 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:35:46.415 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:35:46.416 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:35:47.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:46 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:46.414293+0000 mon.smithi144 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.158:0/19648416' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:35:47.786 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:35:47.787 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:35:48.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:47 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:46.105271+0000 mgr.smithi144.isvlth (mgr.14166) 145 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:49.151 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:35:49.152 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:35:49.153 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:35:50.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:49 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:48.105619+0000 mgr.smithi144.isvlth (mgr.14166) 146 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:50.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:49 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:49.151090+0000 mon.smithi144 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.158:0/2363688855' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:35:50.536 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:35:50.537 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:35:51.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:50 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:50.105975+0000 mgr.smithi144.isvlth (mgr.14166) 147 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:51.860 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:35:51.861 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:35:51.861 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:35:52.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:51 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:51.859161+0000 mon.smithi144 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.158:0/4210339384' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:35:53.272 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:35:53.273 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:35:53.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:52 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:52.106378+0000 mgr.smithi144.isvlth (mgr.14166) 148 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:54.602 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:35:54.602 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:35:54.604 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:35:55.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:54 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:54.601571+0000 mon.smithi144 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.158:0/3549175102' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:35:55.979 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:35:55.980 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:35:56.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:55 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:54.106615+0000 mgr.smithi144.isvlth (mgr.14166) 149 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:57.280 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:35:57.280 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:35:57.282 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:35:58.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:57 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:56.107023+0000 mgr.smithi144.isvlth (mgr.14166) 150 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:35:58.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:57 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:57.280037+0000 mon.smithi144 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.158:0/3262286153' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:35:58.666 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:35:58.667 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:35:59.999 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:35:59.999 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:36:00.000 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:36:00.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:35:59 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:35:58.107344+0000 mgr.smithi144.isvlth (mgr.14166) 151 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:01.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:00 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:35:59.998522+0000 mon.smithi144 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.158:0/970720601' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:36:01.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:00 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:00.204649+0000 mon.smithi144 (mon.0) 226 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/mirror_snapshot_schedule"}]: dispatch 2023-10-12T22:36:01.275 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:00 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:00.205955+0000 mon.smithi144 (mon.0) 227 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/trash_purge_schedule"}]: dispatch 2023-10-12T22:36:01.371 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:36:01.372 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:36:02.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:01 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:00.107721+0000 mgr.smithi144.isvlth (mgr.14166) 152 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:02.731 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:36:02.732 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:36:02.732 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:36:03.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:02 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:02.730502+0000 mon.smithi144 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.158:0/3492566327' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:36:04.102 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:36:04.103 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:36:04.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:03 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:02.108016+0000 mgr.smithi144.isvlth (mgr.14166) 153 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:05.427 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:36:05.427 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:36:05.428 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:36:06.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:05 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:04.108303+0000 mgr.smithi144.isvlth (mgr.14166) 154 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:06.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:05 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:05.425925+0000 mon.smithi144 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.158:0/74973179' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:36:06.818 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:36:06.819 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:36:08.194 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:36:08.195 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:36:08.196 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:36:08.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:07 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:06.108584+0000 mgr.smithi144.isvlth (mgr.14166) 155 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:09.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:08.193323+0000 mon.smithi144 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.158:0/2319622643' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:36:09.571 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:36:09.572 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:36:10.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:09 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:08.108912+0000 mgr.smithi144.isvlth (mgr.14166) 156 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:10.969 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:36:10.969 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:36:10.970 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:36:11.157 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:10 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:10.192075+0000 mon.smithi144 (mon.0) 231 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-12T22:36:11.157 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:10 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:10.197032+0000 mon.smithi144 (mon.0) 232 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-12T22:36:11.157 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:10 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:10.199401+0000 mon.smithi144 (mon.0) 233 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' 2023-10-12T22:36:11.158 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:10 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:10.199582+0000 mon.smithi144 (mon.0) 234 : audit [DBG] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T22:36:12.025 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:10.109279+0000 mgr.smithi144.isvlth (mgr.14166) 157 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:12.025 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cephadm 2023-10-12T22:36:10.190098+0000 mgr.smithi144.isvlth (mgr.14166) 158 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-alertmanager.smithi144 2023-10-12T22:36:12.025 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: /bin/podman: stderr Error: no such container ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-alertmanager.smithi144 2023-10-12T22:36:12.026 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Deploy daemon alertmanager.smithi144 ... 2023-10-12T22:36:12.026 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-10-12T22:36:12.026 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-10-12T22:36:12.026 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr time="2023-10-12T22:31:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-12T22:36:12.026 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr time="2023-10-12T22:32:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-12T22:36:12.027 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr time="2023-10-12T22:33:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-12T22:36:12.027 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-10-12T22:36:12.027 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-10-12T22:36:12.027 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-10-12T22:36:12.027 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr time="2023-10-12T22:34:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-12T22:36:12.028 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr time="2023-10-12T22:34:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-12T22:36:12.028 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr time="2023-10-12T22:35:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-12T22:36:12.028 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-10-12T22:36:12.028 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Traceback (most recent call last): 2023-10-12T22:36:12.028 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-10-12T22:36:12.029 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: main() 2023-10-12T22:36:12.029 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-10-12T22:36:12.029 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: r = ctx.func(ctx) 2023-10-12T22:36:12.029 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-10-12T22:36:12.029 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: return func(ctx) 2023-10-12T22:36:12.030 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-10-12T22:36:12.030 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-10-12T22:36:12.030 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-10-12T22:36:12.030 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-10-12T22:36:12.030 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-10-12T22:36:12.031 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: raise RuntimeError('uid/gid not found') 2023-10-12T22:36:12.031 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: RuntimeError: uid/gid not found 2023-10-12T22:36:12.031 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Traceback (most recent call last): 2023-10-12T22:36:12.032 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2023-10-12T22:36:12.032 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: yield (conn, connr) 2023-10-12T22:36:12.032 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2023-10-12T22:36:12.032 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: code, '\n'.join(err))) 2023-10-12T22:36:12.032 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 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-d33f3920-694e-11ee-8db6-212e2dc638e7-alertmanager.smithi144 2023-10-12T22:36:12.032 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: /bin/podman: stderr Error: no such container ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-alertmanager.smithi144 2023-10-12T22:36:12.033 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Deploy daemon alertmanager.smithi144 ... 2023-10-12T22:36:12.033 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-10-12T22:36:12.033 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-10-12T22:36:12.033 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr time="2023-10-12T22:31:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-12T22:36:12.033 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr time="2023-10-12T22:32:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-12T22:36:12.034 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr time="2023-10-12T22:33:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-12T22:36:12.034 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-10-12T22:36:12.034 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-10-12T22:36:12.034 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-10-12T22:36:12.034 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr time="2023-10-12T22:34:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-12T22:36:12.035 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr time="2023-10-12T22:34:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-12T22:36:12.035 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr time="2023-10-12T22:35:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-12T22:36:12.035 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-10-12T22:36:12.035 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Traceback (most recent call last): 2023-10-12T22:36:12.035 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-10-12T22:36:12.036 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: main() 2023-10-12T22:36:12.036 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-10-12T22:36:12.036 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: r = ctx.func(ctx) 2023-10-12T22:36:12.036 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-10-12T22:36:12.036 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: return func(ctx) 2023-10-12T22:36:12.037 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-10-12T22:36:12.037 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-10-12T22:36:12.037 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-10-12T22:36:12.037 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-10-12T22:36:12.037 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-10-12T22:36:12.038 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: raise RuntimeError('uid/gid not found') 2023-10-12T22:36:12.038 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: RuntimeError: uid/gid not found 2023-10-12T22:36:12.038 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cephadm 2023-10-12T22:36:10.190390+0000 mgr.smithi144.isvlth (mgr.14166) 159 : cephadm [ERR] Failed while placing alertmanager.smithi144 on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-alertmanager.smithi144 2023-10-12T22:36:12.038 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: /bin/podman: stderr Error: no such container ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-alertmanager.smithi144 2023-10-12T22:36:12.038 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Deploy daemon alertmanager.smithi144 ... 2023-10-12T22:36:12.039 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-10-12T22:36:12.039 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-10-12T22:36:12.039 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr time="2023-10-12T22:31:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-12T22:36:12.039 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr time="2023-10-12T22:32:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-12T22:36:12.040 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr time="2023-10-12T22:33:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-12T22:36:12.040 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-10-12T22:36:12.040 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-10-12T22:36:12.040 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-10-12T22:36:12.040 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr time="2023-10-12T22:34:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-12T22:36:12.041 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr time="2023-10-12T22:34:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-12T22:36:12.041 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr time="2023-10-12T22:35:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-10-12T22:36:12.041 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-10-12T22:36:12.041 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Traceback (most recent call last): 2023-10-12T22:36:12.041 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-10-12T22:36:12.042 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: main() 2023-10-12T22:36:12.042 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-10-12T22:36:12.042 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: r = ctx.func(ctx) 2023-10-12T22:36:12.042 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-10-12T22:36:12.043 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: return func(ctx) 2023-10-12T22:36:12.043 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-10-12T22:36:12.043 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-10-12T22:36:12.043 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-10-12T22:36:12.043 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-10-12T22:36:12.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-10-12T22:36:12.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: raise RuntimeError('uid/gid not found') 2023-10-12T22:36:12.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: RuntimeError: uid/gid not found 2023-10-12T22:36:12.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cephadm 2023-10-12T22:36:10.200249+0000 mgr.smithi144.isvlth (mgr.14166) 160 : cephadm [INF] Deploying daemon crash.smithi144 on smithi144 2023-10-12T22:36:12.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:10.967793+0000 mon.smithi144 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.158:0/385711915' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:36:12.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:11.635647+0000 mon.smithi144 (mon.0) 236 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' 2023-10-12T22:36:12.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:11.709795+0000 mon.smithi144 (mon.0) 237 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' 2023-10-12T22:36:12.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:11.712511+0000 mon.smithi144 (mon.0) 238 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' 2023-10-12T22:36:12.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:11.712920+0000 mon.smithi144 (mon.0) 239 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-12T22:36:12.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:11.715423+0000 mon.smithi144 (mon.0) 240 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' 2023-10-12T22:36:12.346 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:36:12.347 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:36:13.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:12 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:11.713230+0000 mgr.smithi144.isvlth (mgr.14166) 161 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-12T22:36:13.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:12 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cephadm 2023-10-12T22:36:11.718179+0000 mgr.smithi144.isvlth (mgr.14166) 162 : cephadm [INF] Deploying daemon grafana.smithi144 on smithi144 2023-10-12T22:36:13.684 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:36:13.684 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:36:13.686 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:36:14.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:13 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:12.109546+0000 mgr.smithi144.isvlth (mgr.14166) 163 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:14.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:13 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:13.683898+0000 mon.smithi144 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.158:0/1370017465' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:36:15.068 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:36:15.069 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:36:16.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:15 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:14.109779+0000 mgr.smithi144.isvlth (mgr.14166) 164 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:16.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:15 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:15.202278+0000 mon.smithi144 (mon.0) 242 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' 2023-10-12T22:36:16.432 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:36:16.432 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:36:16.434 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:36:17.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:16 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:16.432122+0000 mon.smithi144 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.158:0/753871281' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:36:17.840 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:36:17.841 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:36:18.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:17 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:16.110109+0000 mgr.smithi144.isvlth (mgr.14166) 165 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:19.177 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:36:19.177 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:36:19.179 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:36:20.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:19 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:18.110481+0000 mgr.smithi144.isvlth (mgr.14166) 166 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:20.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:19 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:19.176759+0000 mon.smithi144 (mon.0) 244 : audit [DBG] from='client.? 172.21.15.158:0/2885656344' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:36:20.555 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:36:20.556 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:36:21.933 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:36:21.934 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:36:21.934 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:36:22.273 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:21 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:20.110710+0000 mgr.smithi144.isvlth (mgr.14166) 167 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:23.274 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:36:23.274 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:36:23.275 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:22 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:21.932168+0000 mon.smithi144 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.158:0/2190450946' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:36:24.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:23 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:22.110924+0000 mgr.smithi144.isvlth (mgr.14166) 168 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:24.644 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:36:24.644 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:36:24.645 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:36:25.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:24 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:24.643124+0000 mon.smithi144 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.158:0/177276004' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:36:26.019 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:36:26.019 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:36:26.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:25 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:24.111159+0000 mgr.smithi144.isvlth (mgr.14166) 169 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:27.412 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:36:27.412 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:36:27.414 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:36:27.990 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:27 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:26.111538+0000 mgr.smithi144.isvlth (mgr.14166) 170 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:27.991 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:27 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:27.411690+0000 mon.smithi144 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.158:0/1863741819' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:36:28.793 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:36:28.794 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:36:29.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:28.064333+0000 mon.smithi144 (mon.0) 248 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' 2023-10-12T22:36:29.525 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cephadm 2023-10-12T22:36:28.066138+0000 mgr.smithi144.isvlth (mgr.14166) 171 : cephadm [INF] Deploying daemon node-exporter.smithi144 on smithi144 2023-10-12T22:36:29.525 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:28.111828+0000 mgr.smithi144.isvlth (mgr.14166) 172 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:30.136 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:36:30.136 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:36:30.138 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:36:30.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:30 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:30.136118+0000 mon.smithi144 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.158:0/2569691575' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:36:31.518 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:36:31.518 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:36:31.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:31 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:30.112223+0000 mgr.smithi144.isvlth (mgr.14166) 173 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:31.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:31 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:30.205523+0000 mon.smithi144 (mon.0) 250 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' 2023-10-12T22:36:32.926 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:36:32.927 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:36:32.928 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:36:33.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:33 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:32.112646+0000 mgr.smithi144.isvlth (mgr.14166) 174 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:33.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:33 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:32.926594+0000 mon.smithi144 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.158:0/2365727430' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:36:34.310 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:36:34.311 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:36:35.713 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:36:35.713 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:36:35.715 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:36:36.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:35 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:34.112995+0000 mgr.smithi144.isvlth (mgr.14166) 175 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:36.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:35 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:35.712829+0000 mon.smithi144 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.158:0/2472289810' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:36:37.098 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:36:37.098 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:36:38.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:37 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:36.113316+0000 mgr.smithi144.isvlth (mgr.14166) 176 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:38.391 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:36:38.391 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:36:38.393 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:36:39.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:38 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:38.390608+0000 mon.smithi144 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.158:0/3328954709' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:36:39.763 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:36:39.763 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:36:40.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:39 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:38.113644+0000 mgr.smithi144.isvlth (mgr.14166) 177 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:41.102 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:36:41.102 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:36:41.103 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:36:42.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:41 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:40.114001+0000 mgr.smithi144.isvlth (mgr.14166) 178 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:42.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:41 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:41.101648+0000 mon.smithi144 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.158:0/1300509016' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:36:42.488 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:36:42.488 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:36:43.922 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:36:43.922 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:36:43.923 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:36:44.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:43 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:42.114383+0000 mgr.smithi144.isvlth (mgr.14166) 179 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:45.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:44 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:43.921029+0000 mon.smithi144 (mon.0) 255 : audit [DBG] from='client.? 172.21.15.158:0/1371696939' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:36:45.318 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:36:45.319 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:36:46.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:45 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:44.114770+0000 mgr.smithi144.isvlth (mgr.14166) 180 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:46.675 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:36:46.676 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:36:46.677 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:36:47.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:46 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:46.675451+0000 mon.smithi144 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.158:0/2395007071' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:36:48.059 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:36:48.060 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:36:48.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:47 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:46.115147+0000 mgr.smithi144.isvlth (mgr.14166) 181 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:49.389 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:36:49.389 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:36:49.390 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:36:50.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:49 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:48.115498+0000 mgr.smithi144.isvlth (mgr.14166) 182 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:50.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:49 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:49.388418+0000 mon.smithi144 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.158:0/2974887567' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:36:50.747 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:36:50.748 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:36:52.117 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:36:52.117 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:36:52.118 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:36:52.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:51 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:50.115805+0000 mgr.smithi144.isvlth (mgr.14166) 183 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:53.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:52 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:52.116411+0000 mon.smithi144 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.158:0/636300453' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:36:53.501 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:36:53.501 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:36:54.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:53 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:52.116140+0000 mgr.smithi144.isvlth (mgr.14166) 184 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:54.823 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:36:54.823 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:36:54.824 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:36:55.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:54 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:54.822692+0000 mon.smithi144 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.158:0/2447764831' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:36:56.160 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:36:56.160 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:36:56.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:55 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:54.116416+0000 mgr.smithi144.isvlth (mgr.14166) 185 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:57.480 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:36:57.480 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:36:57.481 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:36:58.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:57 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:56.116746+0000 mgr.smithi144.isvlth (mgr.14166) 186 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:36:58.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:57 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:36:57.479187+0000 mon.smithi144 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.158:0/4069277533' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:36:58.855 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:36:58.856 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:37:00.200 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:37:00.201 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:37:00.202 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:37:00.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:36:59 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:36:58.117101+0000 mgr.smithi144.isvlth (mgr.14166) 187 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:01.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:00 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:00.199788+0000 mon.smithi144 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.158:0/1216026493' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:37:01.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:00 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:00.205736+0000 mon.smithi144 (mon.0) 262 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/mirror_snapshot_schedule"}]: dispatch 2023-10-12T22:37:01.275 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:00 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:00.206838+0000 mon.smithi144 (mon.0) 263 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/trash_purge_schedule"}]: dispatch 2023-10-12T22:37:01.586 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:37:01.586 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:37:02.275 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:01 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:00.117425+0000 mgr.smithi144.isvlth (mgr.14166) 188 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:02.993 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:37:02.994 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:37:02.995 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:37:04.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:03 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:02.117781+0000 mgr.smithi144.isvlth (mgr.14166) 189 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:04.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:03 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:02.992914+0000 mon.smithi144 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.158:0/2809013418' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:37:04.367 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:37:04.367 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:37:05.810 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:37:05.811 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:37:05.811 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:37:06.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:05 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:04.118073+0000 mgr.smithi144.isvlth (mgr.14166) 190 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:06.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:05 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:05.809505+0000 mon.smithi144 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.158:0/969762750' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:37:07.199 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:37:07.199 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:37:08.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:07 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:06.118338+0000 mgr.smithi144.isvlth (mgr.14166) 191 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:08.596 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:37:08.596 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:37:08.597 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:37:09.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:08 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:08.595643+0000 mon.smithi144 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.158:0/103882061' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:37:10.006 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:37:10.006 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:37:10.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:09 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:08.118674+0000 mgr.smithi144.isvlth (mgr.14166) 192 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:11.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:10 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:10.118962+0000 mgr.smithi144.isvlth (mgr.14166) 193 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:11.353 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:37:11.353 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:37:11.354 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:37:12.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:11.351455+0000 mon.smithi144 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.158:0/2435777445' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:37:12.726 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:37:12.727 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:37:13.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:12 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:12.119301+0000 mgr.smithi144.isvlth (mgr.14166) 194 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:14.044 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:37:14.044 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:37:14.046 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:37:15.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:14 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:14.043587+0000 mon.smithi144 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.158:0/3591245413' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:37:15.414 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:37:15.418 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:37:16.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:15 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:14.119610+0000 mgr.smithi144.isvlth (mgr.14166) 195 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:16.719 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:37:16.720 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:37:16.721 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:37:17.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:16 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:16.718993+0000 mon.smithi144 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.158:0/4257073096' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:37:18.110 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:37:18.111 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:37:18.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:17 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:16.119908+0000 mgr.smithi144.isvlth (mgr.14166) 196 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:19.472 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:37:19.472 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:37:19.473 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:37:20.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:19 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:18.120169+0000 mgr.smithi144.isvlth (mgr.14166) 197 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:20.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:19 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:19.470835+0000 mon.smithi144 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.158:0/4048564432' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:37:20.853 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:37:20.854 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:37:22.173 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:37:22.173 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:37:22.174 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:37:22.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:21 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:20.120410+0000 mgr.smithi144.isvlth (mgr.14166) 198 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:23.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:22 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:22.172380+0000 mon.smithi144 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.158:0/2761756064' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:37:23.542 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:37:23.543 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:37:24.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:23 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:22.120791+0000 mgr.smithi144.isvlth (mgr.14166) 199 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:24.912 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:37:24.912 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:37:24.913 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:37:26.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:25 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:24.121107+0000 mgr.smithi144.isvlth (mgr.14166) 200 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:26.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:25 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:24.911593+0000 mon.smithi144 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.158:0/2297598959' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:37:26.305 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:37:26.305 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:37:27.647 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:37:27.647 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:37:27.648 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:37:28.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:27 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:26.121365+0000 mgr.smithi144.isvlth (mgr.14166) 201 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:28.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:27 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:27.646574+0000 mon.smithi144 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.158:0/2857685383' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:37:29.021 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:37:29.022 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:37:30.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:28.121633+0000 mgr.smithi144.isvlth (mgr.14166) 202 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:30.400 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:37:30.400 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:37:30.401 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:37:31.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:30 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:30.399678+0000 mon.smithi144 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.158:0/2578715016' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:37:31.791 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:37:31.791 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:37:32.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:31 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:30.121856+0000 mgr.smithi144.isvlth (mgr.14166) 203 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:33.160 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:37:33.161 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:37:33.162 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:37:34.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:33 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:32.122204+0000 mgr.smithi144.isvlth (mgr.14166) 204 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:34.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:33 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:33.159915+0000 mon.smithi144 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.158:0/891853924' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:37:34.539 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:37:34.540 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:37:35.935 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:37:35.936 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:37:35.937 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:37:36.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:35 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:34.122585+0000 mgr.smithi144.isvlth (mgr.14166) 205 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:37.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:36 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:35.935256+0000 mon.smithi144 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.158:0/1496188695' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:37:37.328 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:37:37.328 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:37:38.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:37 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:36.122961+0000 mgr.smithi144.isvlth (mgr.14166) 206 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:38.718 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:37:38.718 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:37:38.719 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:37:39.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:38 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:38.717493+0000 mon.smithi144 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.158:0/1716266666' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:37:40.094 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:37:40.095 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:37:40.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:39 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:38.123342+0000 mgr.smithi144.isvlth (mgr.14166) 207 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:41.460 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:37:41.461 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:37:41.462 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:37:42.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:41 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:40.123693+0000 mgr.smithi144.isvlth (mgr.14166) 208 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:42.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:41 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:41.460443+0000 mon.smithi144 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.158:0/3233705125' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:37:42.850 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:37:42.851 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:37:44.178 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:37:44.178 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:37:44.180 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:37:44.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:43 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:42.124095+0000 mgr.smithi144.isvlth (mgr.14166) 209 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:45.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:44 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:44.177618+0000 mon.smithi144 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.158:0/927107139' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:37:45.550 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:37:45.550 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:37:46.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:45 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:44.124480+0000 mgr.smithi144.isvlth (mgr.14166) 210 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:46.887 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:37:46.888 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:37:46.889 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:37:47.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:46 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:46.124795+0000 mgr.smithi144.isvlth (mgr.14166) 211 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:48.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:47 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:46.887253+0000 mon.smithi144 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.158:0/2882419060' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:37:48.292 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:37:48.293 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:37:49.620 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:37:49.621 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:37:49.622 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:37:50.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:49 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:48.125144+0000 mgr.smithi144.isvlth (mgr.14166) 212 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:50.275 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:49 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:49.620186+0000 mon.smithi144 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.158:0/1389865970' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:37:51.002 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:37:51.002 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:37:52.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:51 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:50.125479+0000 mgr.smithi144.isvlth (mgr.14166) 213 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:52.372 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:37:52.372 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:37:52.374 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:37:53.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:52 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:52.371329+0000 mon.smithi144 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.158:0/3810169169' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:37:53.742 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:37:53.743 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:37:54.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:53 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:52.125887+0000 mgr.smithi144.isvlth (mgr.14166) 214 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:55.124 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:37:55.125 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:37:55.126 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:37:56.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:55 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:54.126252+0000 mgr.smithi144.isvlth (mgr.14166) 215 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:56.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:55 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:55.124017+0000 mon.smithi144 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.158:0/3300761524' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:37:56.503 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:37:56.503 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:37:57.893 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:37:57.893 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:37:57.894 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:37:58.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:57 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:56.126637+0000 mgr.smithi144.isvlth (mgr.14166) 216 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:37:59.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:58 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:37:57.892702+0000 mon.smithi144 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.158:0/2570355337' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:37:59.279 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:37:59.280 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:38:00.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:37:59 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:37:58.126997+0000 mgr.smithi144.isvlth (mgr.14166) 217 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:00.664 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:38:00.664 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:38:00.665 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:38:01.277 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:00 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:00.206729+0000 mon.smithi144 (mon.0) 285 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/mirror_snapshot_schedule"}]: dispatch 2023-10-12T22:38:01.277 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:00 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:00.207769+0000 mon.smithi144 (mon.0) 286 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/trash_purge_schedule"}]: dispatch 2023-10-12T22:38:01.278 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:00 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:00.663721+0000 mon.smithi144 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.158:0/2012893990' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:38:02.091 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:38:02.092 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:38:02.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:01 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:00.127383+0000 mgr.smithi144.isvlth (mgr.14166) 218 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:03.501 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:38:03.502 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:38:03.502 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:38:04.275 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:03 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:02.127660+0000 mgr.smithi144.isvlth (mgr.14166) 219 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:04.276 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:03 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:03.500600+0000 mon.smithi144 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.158:0/3384533113' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:38:04.885 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:38:04.886 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:38:06.273 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:38:06.273 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:38:06.273 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:05 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:04.127989+0000 mgr.smithi144.isvlth (mgr.14166) 220 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:06.277 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:38:07.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:06 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:06.272425+0000 mon.smithi144 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.158:0/3385644045' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:38:07.659 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:38:07.660 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:38:08.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:07 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:06.128227+0000 mgr.smithi144.isvlth (mgr.14166) 221 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:09.102 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:38:09.103 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:38:09.104 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:38:10.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:09 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:08.128609+0000 mgr.smithi144.isvlth (mgr.14166) 222 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:10.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:09 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:09.102200+0000 mon.smithi144 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.158:0/2211681243' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:38:10.496 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:38:10.496 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:38:11.849 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:38:11.849 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:38:11.851 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:38:12.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:10.128991+0000 mgr.smithi144.isvlth (mgr.14166) 223 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:12.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:11.848751+0000 mon.smithi144 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.158:0/1354046983' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:38:13.234 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:38:13.235 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:38:14.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:13 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:12.129309+0000 mgr.smithi144.isvlth (mgr.14166) 224 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:14.560 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:38:14.561 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:38:14.562 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:38:15.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:14 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:14.560497+0000 mon.smithi144 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.158:0/4156150879' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:38:15.940 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:38:15.941 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:38:16.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:15 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:14.129675+0000 mgr.smithi144.isvlth (mgr.14166) 225 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:17.369 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:38:17.370 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:38:17.371 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:38:18.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:17 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:16.129950+0000 mgr.smithi144.isvlth (mgr.14166) 226 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:18.275 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:17 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:17.368989+0000 mon.smithi144 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.158:0/694207648' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:38:18.749 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:38:18.750 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:38:20.066 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:38:20.066 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:38:20.068 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:38:20.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:19 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:18.130299+0000 mgr.smithi144.isvlth (mgr.14166) 227 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:21.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:20 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:20.065711+0000 mon.smithi144 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.158:0/2846722083' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:38:21.454 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:38:21.455 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:38:22.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:21 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:20.130642+0000 mgr.smithi144.isvlth (mgr.14166) 228 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:22.838 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:38:22.839 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:38:22.840 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:38:23.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:22 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:22.838276+0000 mon.smithi144 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.158:0/3369395473' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:38:24.223 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:38:24.224 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:38:24.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:23 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:22.130910+0000 mgr.smithi144.isvlth (mgr.14166) 229 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:25.562 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:38:25.563 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:38:25.564 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:38:26.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:25 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:24.131189+0000 mgr.smithi144.isvlth (mgr.14166) 230 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:26.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:25 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:25.562093+0000 mon.smithi144 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.158:0/3366829995' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:38:26.934 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:38:26.935 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:38:27.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:26 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:26.131549+0000 mgr.smithi144.isvlth (mgr.14166) 231 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:28.258 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:38:28.258 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:38:28.260 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:38:29.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:28.131879+0000 mgr.smithi144.isvlth (mgr.14166) 232 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:29.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:28.258227+0000 mon.smithi144 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.158:0/4088140918' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:38:29.525 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cephadm 2023-10-12T22:38:28.814354+0000 mgr.smithi144.isvlth (mgr.14166) 233 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-node-exporter.smithi144 2023-10-12T22:38:29.525 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: /bin/podman: stderr Error: no such container ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-node-exporter.smithi144 2023-10-12T22:38:29.525 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Deploy daemon node-exporter.smithi144 ... 2023-10-12T22:38:29.525 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Verifying port 9100 ... 2023-10-12T22:38:29.525 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Non-zero exit code 1 from systemctl start ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@node-exporter.smithi144 2023-10-12T22:38:29.526 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: systemctl: stderr Job for ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@node-exporter.smithi144.service failed because a timeout was exceeded. 2023-10-12T22:38:29.526 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: systemctl: stderr See "systemctl status ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@node-exporter.smithi144.service" and "journalctl -xe" for details. 2023-10-12T22:38:29.526 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Traceback (most recent call last): 2023-10-12T22:38:29.526 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-10-12T22:38:29.527 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: main() 2023-10-12T22:38:29.527 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-10-12T22:38:29.527 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: r = ctx.func(ctx) 2023-10-12T22:38:29.527 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-10-12T22:38:29.527 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: return func(ctx) 2023-10-12T22:38:29.527 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-10-12T22:38:29.528 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: ports=daemon_ports) 2023-10-12T22:38:29.528 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-10-12T22:38:29.528 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: c, osd_fsid=osd_fsid, ports=ports) 2023-10-12T22:38:29.528 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-10-12T22:38:29.528 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-10-12T22:38:29.529 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-10-12T22:38:29.529 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-10-12T22:38:29.529 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: RuntimeError: Failed command: systemctl start ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@node-exporter.smithi144 2023-10-12T22:38:29.529 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Traceback (most recent call last): 2023-10-12T22:38:29.529 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2023-10-12T22:38:29.529 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: yield (conn, connr) 2023-10-12T22:38:29.530 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2023-10-12T22:38:29.530 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: code, '\n'.join(err))) 2023-10-12T22:38:29.530 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: 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-d33f3920-694e-11ee-8db6-212e2dc638e7-node-exporter.smithi144 2023-10-12T22:38:29.530 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: /bin/podman: stderr Error: no such container ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-node-exporter.smithi144 2023-10-12T22:38:29.530 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Deploy daemon node-exporter.smithi144 ... 2023-10-12T22:38:29.531 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Verifying port 9100 ... 2023-10-12T22:38:29.531 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Non-zero exit code 1 from systemctl start ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@node-exporter.smithi144 2023-10-12T22:38:29.531 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: systemctl: stderr Job for ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@node-exporter.smithi144.service failed because a timeout was exceeded. 2023-10-12T22:38:29.531 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: systemctl: stderr See "systemctl status ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@node-exporter.smithi144.service" and "journalctl -xe" for details. 2023-10-12T22:38:29.531 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Traceback (most recent call last): 2023-10-12T22:38:29.532 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-10-12T22:38:29.532 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: main() 2023-10-12T22:38:29.532 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-10-12T22:38:29.532 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: r = ctx.func(ctx) 2023-10-12T22:38:29.532 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-10-12T22:38:29.533 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: return func(ctx) 2023-10-12T22:38:29.533 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-10-12T22:38:29.533 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: ports=daemon_ports) 2023-10-12T22:38:29.533 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-10-12T22:38:29.533 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: c, osd_fsid=osd_fsid, ports=ports) 2023-10-12T22:38:29.534 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-10-12T22:38:29.534 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-10-12T22:38:29.534 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-10-12T22:38:29.534 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-10-12T22:38:29.534 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: RuntimeError: Failed command: systemctl start ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@node-exporter.smithi144 2023-10-12T22:38:29.535 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cephadm 2023-10-12T22:38:28.814601+0000 mgr.smithi144.isvlth (mgr.14166) 234 : cephadm [ERR] Failed while placing node-exporter.smithi144 on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-node-exporter.smithi144 2023-10-12T22:38:29.535 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: /bin/podman: stderr Error: no such container ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-node-exporter.smithi144 2023-10-12T22:38:29.535 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Deploy daemon node-exporter.smithi144 ... 2023-10-12T22:38:29.535 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Verifying port 9100 ... 2023-10-12T22:38:29.535 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Non-zero exit code 1 from systemctl start ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@node-exporter.smithi144 2023-10-12T22:38:29.536 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: systemctl: stderr Job for ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@node-exporter.smithi144.service failed because a timeout was exceeded. 2023-10-12T22:38:29.536 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: systemctl: stderr See "systemctl status ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@node-exporter.smithi144.service" and "journalctl -xe" for details. 2023-10-12T22:38:29.536 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: Traceback (most recent call last): 2023-10-12T22:38:29.536 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-10-12T22:38:29.536 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: main() 2023-10-12T22:38:29.537 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-10-12T22:38:29.537 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: r = ctx.func(ctx) 2023-10-12T22:38:29.537 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-10-12T22:38:29.537 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: return func(ctx) 2023-10-12T22:38:29.537 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-10-12T22:38:29.537 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: ports=daemon_ports) 2023-10-12T22:38:29.538 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-10-12T22:38:29.538 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: c, osd_fsid=osd_fsid, ports=ports) 2023-10-12T22:38:29.538 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-10-12T22:38:29.538 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-10-12T22:38:29.538 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: File "/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-10-12T22:38:29.539 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-10-12T22:38:29.539 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: RuntimeError: Failed command: systemctl start ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@node-exporter.smithi144 2023-10-12T22:38:29.539 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cephadm 2023-10-12T22:38:28.820672+0000 mgr.smithi144.isvlth (mgr.14166) 235 : cephadm [INF] Deploying daemon prometheus.smithi144 on smithi144 2023-10-12T22:38:29.640 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:38:29.640 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:38:31.018 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:38:31.018 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:38:31.020 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:38:31.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:31 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:30.132232+0000 mgr.smithi144.isvlth (mgr.14166) 236 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:31.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:31 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:30.211528+0000 mon.smithi144 (mon.0) 298 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' 2023-10-12T22:38:31.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:31 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:31.017680+0000 mon.smithi144 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.158:0/3228251663' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:38:32.346 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:38:32.346 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:38:33.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:33 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:32.132623+0000 mgr.smithi144.isvlth (mgr.14166) 237 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:33.720 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:38:33.720 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:38:33.722 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:38:34.524 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:34 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:33.719945+0000 mon.smithi144 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.158:0/2570268132' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:38:35.104 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:38:35.104 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:38:36.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:35 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:34.133052+0000 mgr.smithi144.isvlth (mgr.14166) 238 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:36.486 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:38:36.486 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:38:36.488 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:38:37.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:36 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:36.485810+0000 mon.smithi144 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.158:0/1268976835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:38:37.907 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:38:37.907 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:38:38.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:37 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:36.133419+0000 mgr.smithi144.isvlth (mgr.14166) 239 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:39.258 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:38:39.259 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:38:39.260 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:38:40.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:39 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:38.133726+0000 mgr.smithi144.isvlth (mgr.14166) 240 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:40.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:39 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:39.257882+0000 mon.smithi144 (mon.0) 302 : audit [DBG] from='client.? 172.21.15.158:0/1555259436' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:38:40.653 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:38:40.654 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:38:42.006 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:38:42.006 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:38:42.008 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:38:42.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:41 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:40.134009+0000 mgr.smithi144.isvlth (mgr.14166) 241 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:43.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:42 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:42.005783+0000 mon.smithi144 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.158:0/471137015' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:38:43.373 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:38:43.373 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:38:44.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:43 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:42.134387+0000 mgr.smithi144.isvlth (mgr.14166) 242 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:44.774 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:38:44.775 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:38:44.776 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:38:45.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:44 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:44.773668+0000 mon.smithi144 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.158:0/2903050925' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:38:46.151 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:38:46.151 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:38:46.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:45 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:44.134674+0000 mgr.smithi144.isvlth (mgr.14166) 243 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:47.511 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:38:47.511 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:38:47.512 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:38:48.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:47 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:46.135034+0000 mgr.smithi144.isvlth (mgr.14166) 244 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:48.275 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:47 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:47.510560+0000 mon.smithi144 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.158:0/2542895206' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:38:48.893 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:38:48.893 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:38:50.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:49 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:48.135390+0000 mgr.smithi144.isvlth (mgr.14166) 245 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:50.288 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:38:50.288 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:38:50.289 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:38:51.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:50 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:50.287300+0000 mon.smithi144 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.158:0/3465952806' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:38:51.666 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:38:51.666 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:38:52.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:51 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:50.135733+0000 mgr.smithi144.isvlth (mgr.14166) 246 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:53.023 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:38:53.024 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:38:53.025 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:38:54.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:53 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:52.136124+0000 mgr.smithi144.isvlth (mgr.14166) 247 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:54.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:53 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:53.023085+0000 mon.smithi144 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.158:0/3459844660' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:38:54.396 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:38:54.397 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:38:55.724 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:38:55.724 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:38:55.726 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:38:56.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:55 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:54.136524+0000 mgr.smithi144.isvlth (mgr.14166) 248 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:56.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:55 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:55.723705+0000 mon.smithi144 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.158:0/2074647603' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:38:57.105 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:38:57.106 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:38:58.151 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:57 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:56.136883+0000 mgr.smithi144.isvlth (mgr.14166) 249 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:38:58.461 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:38:58.462 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:38:58.463 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:38:59.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:58 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:38:58.461042+0000 mon.smithi144 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.158:0/1795609451' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:38:59.848 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:38:59.849 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:39:00.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:38:59 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:38:58.137145+0000 mgr.smithi144.isvlth (mgr.14166) 250 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:01.169 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:39:01.169 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:39:01.171 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:39:01.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:00 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:00.207809+0000 mon.smithi144 (mon.0) 310 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/mirror_snapshot_schedule"}]: dispatch 2023-10-12T22:39:01.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:00 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:00.208627+0000 mon.smithi144 (mon.0) 311 : audit [INF] from='mgr.14166 172.21.15.144:0/2588938600' entity='mgr.smithi144.isvlth' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.isvlth/trash_purge_schedule"}]: dispatch 2023-10-12T22:39:02.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:01 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:00.137486+0000 mgr.smithi144.isvlth (mgr.14166) 251 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:02.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:01 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:01.168502+0000 mon.smithi144 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.158:0/1508710926' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:39:02.546 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:39:02.546 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:39:03.923 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:39:03.924 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:39:03.925 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:39:04.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:03 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:02.137857+0000 mgr.smithi144.isvlth (mgr.14166) 252 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:05.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:04 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:03.923353+0000 mon.smithi144 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.158:0/1208255373' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:39:05.311 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:39:05.312 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:39:06.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:05 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:04.138231+0000 mgr.smithi144.isvlth (mgr.14166) 253 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:06.711 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:39:06.711 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:39:06.712 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:39:07.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:06 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:06.138541+0000 mgr.smithi144.isvlth (mgr.14166) 254 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:07.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:06 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:06.710388+0000 mon.smithi144 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.158:0/2352030210' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:39:08.083 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:39:08.083 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:39:09.433 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:39:09.433 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:39:09.434 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:39:10.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:09 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:08.138893+0000 mgr.smithi144.isvlth (mgr.14166) 255 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:10.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:09 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:09.432795+0000 mon.smithi144 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.158:0/607212699' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:39:10.847 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:39:10.848 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:39:12.206 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:39:12.207 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:39:12.208 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:39:12.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:11 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:10.139285+0000 mgr.smithi144.isvlth (mgr.14166) 256 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:13.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:12 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:12.205805+0000 mon.smithi144 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.158:0/1321807416' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:39:13.598 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:39:13.599 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:39:14.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:13 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:12.139617+0000 mgr.smithi144.isvlth (mgr.14166) 257 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:14.913 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:39:14.913 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:39:14.915 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:39:16.024 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:15 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:14.139946+0000 mgr.smithi144.isvlth (mgr.14166) 258 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:16.024 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:15 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:14.912986+0000 mon.smithi144 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.158:0/1249494387' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:39:16.277 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:39:16.277 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:39:17.628 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:39:17.628 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:39:17.629 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:39:18.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:17 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:16.140233+0000 mgr.smithi144.isvlth (mgr.14166) 259 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:18.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:17 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:17.627293+0000 mon.smithi144 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.158:0/127819245' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:39:19.010 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:39:19.010 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:39:20.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:19 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:18.140526+0000 mgr.smithi144.isvlth (mgr.14166) 260 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:20.329 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:39:20.329 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:39:20.330 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:39:21.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:20 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:20.328556+0000 mon.smithi144 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.158:0/355065442' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:39:21.712 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:39:21.713 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:39:22.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:21 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:20.140813+0000 mgr.smithi144.isvlth (mgr.14166) 261 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:23.051 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:39:23.051 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:39:23.052 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:39:24.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:23 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:22.141092+0000 mgr.smithi144.isvlth (mgr.14166) 262 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:24.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:23 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:23.050558+0000 mon.smithi144 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.158:0/1244947517' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:39:24.433 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:39:24.434 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:39:25.782 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:39:25.783 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:39:25.784 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:39:26.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:25 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:24.141433+0000 mgr.smithi144.isvlth (mgr.14166) 263 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:26.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:25 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:25.782319+0000 mon.smithi144 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.158:0/1935135139' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:39:27.163 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:39:27.163 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:39:28.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:27 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:26.141738+0000 mgr.smithi144.isvlth (mgr.14166) 264 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:28.510 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:39:28.510 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:39:28.512 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:39:29.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:28 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:28.509560+0000 mon.smithi144 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.158:0/777913397' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:39:29.896 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:39:29.896 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:39:30.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:29 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:28.142079+0000 mgr.smithi144.isvlth (mgr.14166) 265 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:31.229 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:39:31.229 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:39:31.230 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:39:32.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:31 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:30.142380+0000 mgr.smithi144.isvlth (mgr.14166) 266 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:32.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:31 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:31.228586+0000 mon.smithi144 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.158:0/2861839938' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:39:32.598 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:39:32.599 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:39:33.935 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:39:33.935 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:39:33.936 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:39:34.277 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:33 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:32.142763+0000 mgr.smithi144.isvlth (mgr.14166) 267 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:35.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:34 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:33.934112+0000 mon.smithi144 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.158:0/2481329791' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:39:35.318 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:39:35.319 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:39:36.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:35 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:34.143145+0000 mgr.smithi144.isvlth (mgr.14166) 268 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:36.683 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:39:36.684 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:39:36.685 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:39:37.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:36 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:36.682877+0000 mon.smithi144 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.158:0/465704352' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:39:38.104 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:39:38.104 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:39:38.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:37 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:36.143431+0000 mgr.smithi144.isvlth (mgr.14166) 269 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:39.446 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:39:39.446 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:39:39.448 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:39:40.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:39 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:38.143708+0000 mgr.smithi144.isvlth (mgr.14166) 270 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:40.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:39 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:39.446044+0000 mon.smithi144 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.158:0/787819309' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:39:40.825 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:39:40.826 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:39:42.177 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:39:42.178 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:39:42.179 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:39:42.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:41 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:40.144054+0000 mgr.smithi144.isvlth (mgr.14166) 271 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:43.275 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:42 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:42.176707+0000 mon.smithi144 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.158:0/2880768592' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:39:43.559 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:39:43.560 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:39:44.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:43 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:42.144446+0000 mgr.smithi144.isvlth (mgr.14166) 272 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:44.879 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:39:44.879 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:39:44.881 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:39:45.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:44 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:44.878615+0000 mon.smithi144 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.158:0/3360683871' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:39:46.256 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:39:46.257 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:39:46.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:45 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:44.144823+0000 mgr.smithi144.isvlth (mgr.14166) 273 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:47.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:46 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:46.145186+0000 mgr.smithi144.isvlth (mgr.14166) 274 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:47.589 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:39:47.590 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:39:47.591 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:39:48.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:47 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:47.589226+0000 mon.smithi144 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.158:0/3699780085' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:39:48.955 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:39:48.956 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:39:50.255 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:39:50.256 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:39:50.257 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:39:50.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:49 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:48.145529+0000 mgr.smithi144.isvlth (mgr.14166) 275 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:51.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:50 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:50.255548+0000 mon.smithi144 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.158:0/3270138004' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:39:51.643 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:39:51.644 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:39:52.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:51 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:50.145898+0000 mgr.smithi144.isvlth (mgr.14166) 276 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:53.025 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:39:53.026 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:39:53.027 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:39:54.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:53 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:52.146205+0000 mgr.smithi144.isvlth (mgr.14166) 277 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:54.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:53 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:53.024729+0000 mon.smithi144 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.158:0/3182699865' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:39:54.399 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:39:54.400 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:39:55.776 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:39:55.777 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:39:55.778 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:39:56.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:55 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:54.146592+0000 mgr.smithi144.isvlth (mgr.14166) 278 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:56.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:55 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:55.776371+0000 mon.smithi144 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.158:0/2559272422' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:39:57.172 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T22:39:57.173 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T22:39:58.274 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:57 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: cluster 2023-10-12T22:39:56.146850+0000 mgr.smithi144.isvlth (mgr.14166) 279 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T22:39:58.503 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-10-12T22:39:58.503 INFO:teuthology.orchestra.run.smithi158.stdout:{"epoch":1,"fsid":"d33f3920-694e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T22:30:03.787579Z","created":"2023-10-12T22:30:03.787579Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T22:39:58.504 INFO:teuthology.orchestra.run.smithi158.stderr:dumped monmap epoch 1 2023-10-12T22:39:58.826 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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/git.ceph.com_ceph-c_3da7aaee8cb8051dac57683eeb2f18b9da99d2c9/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds 2023-10-12T22:39:58.826 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-10-12T22:39:58.827 DEBUG:teuthology.orchestra.run.smithi144:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-12T22:39:58.852 DEBUG:teuthology.orchestra.run.smithi158:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-12T22:39:58.871 INFO:tasks.cephadm:Stopping all daemons... 2023-10-12T22:39:58.872 INFO:tasks.cephadm.mon.smithi144:Stopping mon.smithi144... 2023-10-12T22:39:58.872 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mon.smithi144 2023-10-12T22:39:59.129 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:58 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: audit 2023-10-12T22:39:58.502649+0000 mon.smithi144 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.158:0/1551376455' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T22:39:59.130 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:58 smithi144 systemd[1]: Stopping Ceph mon.smithi144 for d33f3920-694e-11ee-8db6-212e2dc638e7... 2023-10-12T22:39:59.130 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:59 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:39:59.003+0000 7f50ac369700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi144 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-10-12T22:39:59.130 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Oct 12 22:39:59 smithi144 ceph-d33f3920-694e-11ee-8db6-212e2dc638e7-mon.smithi144[108107]: debug 2023-10-12T22:39:59.003+0000 7f50ac369700 -1 mon.smithi144@0(leader) e1 *** Got Signal Terminated *** 2023-10-12T22:39:59.284 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mon.smithi144.service' 2023-10-12T22:39:59.352 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-12T22:39:59.353 INFO:tasks.cephadm.mon.smithi144:Stopped mon.smithi144 2023-10-12T22:39:59.353 INFO:tasks.cephadm.mon.smithi158:Stopping mon.smithi158... 2023-10-12T22:39:59.353 DEBUG:teuthology.orchestra.run.smithi158:> sudo systemctl stop ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mon.smithi158 2023-10-12T22:39:59.386 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to stop ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mon.smithi158.service: Unit ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mon.smithi158.service not loaded. 2023-10-12T22:39:59.387 DEBUG:teuthology.orchestra.run:got remote process result: 5 2023-10-12T22:39:59.387 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi158" Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3da7aaee8cb8051dac57683eeb2f18b9da99d2c9/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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/git.ceph.com_ceph-c_3da7aaee8cb8051dac57683eeb2f18b9da99d2c9/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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_ceph-c_3da7aaee8cb8051dac57683eeb2f18b9da99d2c9/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_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi158 with status 5: 'sudo systemctl stop ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mon.smithi158' 2023-10-12T22:39:59.388 INFO:tasks.cephadm:Archiving crash dumps... 2023-10-12T22:39:59.390 DEBUG:teuthology.misc:Transferring archived files from smithi144:/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-10-12_22:09:36-orch:cephadm-wip-adk2-testing-2023-10-11-1434-pacific-distro-default-smithi/7423701/remote/ubuntu@smithi144.front.sepia.ceph.com/crash 2023-10-12T22:39:59.391 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/crash -- . 2023-10-12T22:39:59.441 DEBUG:teuthology.misc:Transferring archived files from smithi158:/var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-10-12_22:09:36-orch:cephadm-wip-adk2-testing-2023-10-11-1434-pacific-distro-default-smithi/7423701/remote/ubuntu@smithi158.front.sepia.ceph.com/crash 2023-10-12T22:39:59.443 DEBUG:teuthology.orchestra.run.smithi158:> sudo tar c -f - -C /var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/crash -- . 2023-10-12T22:39:59.485 INFO:teuthology.orchestra.run.smithi158.stderr:tar: /var/lib/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-12T22:39:59.485 INFO:teuthology.orchestra.run.smithi158.stderr:tar: Error is not recoverable: exiting now 2023-10-12T22:39:59.486 INFO:tasks.cephadm:Checking cluster log for badness... 2023-10-12T22:39:59.487 DEBUG:teuthology.orchestra.run.smithi144:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-10-12T22:39:59.514 INFO:teuthology.orchestra.run.smithi144.stderr:grep: /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/ceph.log: No such file or directory 2023-10-12T22:39:59.516 INFO:tasks.cephadm:Compressing logs... 2023-10-12T22:39:59.516 DEBUG:teuthology.orchestra.run.smithi144:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-10-12T22:39:59.561 DEBUG:teuthology.orchestra.run.smithi158:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-10-12T22:39:59.585 INFO:teuthology.orchestra.run.smithi144.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-10-12T22:39:59.585 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-10-12T22:39:59.586 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/ceph-volume.log 2023-10-12T22:39:59.586 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/ceph-mgr.smithi144.isvlth.log 2023-10-12T22:39:59.587 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/ceph-mon.smithi144.log 2023-10-12T22:39:59.587 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/ceph-volume.log: /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/ceph-mgr.smithi144.isvlth.log: /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/ceph-mon.smithi144.log: 88.4% -- replaced with /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/ceph-volume.log.gz 2023-10-12T22:39:59.587 INFO:teuthology.orchestra.run.smithi144.stderr: 88.2% -- replaced with /var/log/ceph/cephadm.log.gz 2023-10-12T22:39:59.588 INFO:teuthology.orchestra.run.smithi158.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-10-12T22:39:59.588 INFO:teuthology.orchestra.run.smithi158.stderr:: No such file or directory 2023-10-12T22:39:59.590 INFO:teuthology.orchestra.run.smithi158.stderr:/var/log/ceph/cephadm.log: 96.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-10-12T22:39:59.592 INFO:teuthology.orchestra.run.smithi158.stderr: 2023-10-12T22:39:59.592 INFO:teuthology.orchestra.run.smithi158.stderr:real 0m0.013s 2023-10-12T22:39:59.592 INFO:teuthology.orchestra.run.smithi158.stderr:user 0m0.013s 2023-10-12T22:39:59.593 INFO:teuthology.orchestra.run.smithi158.stderr:sys 0m0.009s 2023-10-12T22:39:59.665 INFO:teuthology.orchestra.run.smithi144.stderr:gzip: /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/ceph-mgr.smithi144.isvlth.log: file size changed while zipping 2023-10-12T22:39:59.665 INFO:teuthology.orchestra.run.smithi144.stderr: 92.8% -- replaced with /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/ceph-mgr.smithi144.isvlth.log.gz 2023-10-12T22:39:59.730 INFO:teuthology.orchestra.run.smithi144.stderr: 90.4% -- replaced with /var/log/ceph/d33f3920-694e-11ee-8db6-212e2dc638e7/ceph-mon.smithi144.log.gz 2023-10-12T22:39:59.732 INFO:teuthology.orchestra.run.smithi144.stderr: 2023-10-12T22:39:59.732 INFO:teuthology.orchestra.run.smithi144.stderr:real 0m0.157s 2023-10-12T22:39:59.732 INFO:teuthology.orchestra.run.smithi144.stderr:user 0m0.222s 2023-10-12T22:39:59.732 INFO:teuthology.orchestra.run.smithi144.stderr:sys 0m0.024s 2023-10-12T22:39:59.733 INFO:tasks.cephadm:Archiving logs... 2023-10-12T22:39:59.733 DEBUG:teuthology.misc:Transferring archived files from smithi144:/var/log/ceph to /home/teuthworker/archive/adking-2023-10-12_22:09:36-orch:cephadm-wip-adk2-testing-2023-10-11-1434-pacific-distro-default-smithi/7423701/remote/ubuntu@smithi144.front.sepia.ceph.com/log 2023-10-12T22:39:59.735 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-12T22:39:59.849 DEBUG:teuthology.misc:Transferring archived files from smithi158:/var/log/ceph to /home/teuthworker/archive/adking-2023-10-12_22:09:36-orch:cephadm-wip-adk2-testing-2023-10-11-1434-pacific-distro-default-smithi/7423701/remote/ubuntu@smithi158.front.sepia.ceph.com/log 2023-10-12T22:39:59.851 DEBUG:teuthology.orchestra.run.smithi158:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-12T22:39:59.881 INFO:tasks.cephadm:Removing cluster... 2023-10-12T22:39:59.882 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 --force 2023-10-12T22:40:58.768 DEBUG:teuthology.orchestra.run.smithi158:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d33f3920-694e-11ee-8db6-212e2dc638e7 --force 2023-10-12T22:40:59.083 INFO:tasks.cephadm:Removing cephadm ... 2023-10-12T22:40:59.084 DEBUG:teuthology.orchestra.run.smithi144:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-12T22:40:59.104 DEBUG:teuthology.orchestra.run.smithi158:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-12T22:40:59.123 INFO:tasks.cephadm:Teardown complete 2023-10-12T22:40:59.124 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3da7aaee8cb8051dac57683eeb2f18b9da99d2c9/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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/git.ceph.com_ceph-c_3da7aaee8cb8051dac57683eeb2f18b9da99d2c9/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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_8cdab074dcca9a68965bc5a50e9c30b691949723/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/git.ceph.com_ceph-c_3da7aaee8cb8051dac57683eeb2f18b9da99d2c9/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_8cdab074dcca9a68965bc5a50e9c30b691949723/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/git.ceph.com_ceph-c_3da7aaee8cb8051dac57683eeb2f18b9da99d2c9/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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/git.ceph.com_ceph-c_3da7aaee8cb8051dac57683eeb2f18b9da99d2c9/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_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi158 with status 5: 'sudo systemctl stop ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mon.smithi158' 2023-10-12T22:40:59.205 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=2bc8f4f7bed047aba4a4f15cba3be070 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3da7aaee8cb8051dac57683eeb2f18b9da99d2c9/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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/git.ceph.com_ceph-c_3da7aaee8cb8051dac57683eeb2f18b9da99d2c9/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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_8cdab074dcca9a68965bc5a50e9c30b691949723/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/git.ceph.com_ceph-c_3da7aaee8cb8051dac57683eeb2f18b9da99d2c9/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_8cdab074dcca9a68965bc5a50e9c30b691949723/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/git.ceph.com_ceph-c_3da7aaee8cb8051dac57683eeb2f18b9da99d2c9/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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/git.ceph.com_ceph-c_3da7aaee8cb8051dac57683eeb2f18b9da99d2c9/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_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi158 with status 5: 'sudo systemctl stop ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mon.smithi158' 2023-10-12T22:40:59.211 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-10-12T22:40:59.219 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-10-12T22:40:59.239 INFO:teuthology.task.clock:Checking final clock skew... 2023-10-12T22:40:59.240 DEBUG:teuthology.orchestra.run.smithi144:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-12T22:40:59.263 DEBUG:teuthology.orchestra.run.smithi158:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-12T22:40:59.271 INFO:teuthology.orchestra.run.smithi144.stderr:bash: ntpq: command not found 2023-10-12T22:40:59.277 INFO:teuthology.orchestra.run.smithi144.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-12T22:40:59.277 INFO:teuthology.orchestra.run.smithi144.stdout:=============================================================================== 2023-10-12T22:40:59.278 INFO:teuthology.orchestra.run.smithi144.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 51 +62us[ +62us] +/- 97ms 2023-10-12T22:40:59.278 INFO:teuthology.orchestra.run.smithi144.stdout:^* hv02.front.sepia.ceph.com 3 6 377 52 -618us[ -588us] +/- 79ms 2023-10-12T22:40:59.279 INFO:teuthology.orchestra.run.smithi144.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 52 +670us[ +700us] +/- 88ms 2023-10-12T22:40:59.279 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T22:40:59.281 INFO:teuthology.orchestra.run.smithi158.stderr:bash: ntpq: command not found 2023-10-12T22:40:59.286 INFO:teuthology.orchestra.run.smithi158.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-12T22:40:59.286 INFO:teuthology.orchestra.run.smithi158.stdout:=============================================================================== 2023-10-12T22:40:59.287 INFO:teuthology.orchestra.run.smithi158.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 52 +37us[ +48us] +/- 97ms 2023-10-12T22:40:59.287 INFO:teuthology.orchestra.run.smithi158.stdout:^* hv02.front.sepia.ceph.com 3 6 377 50 -627us[ -617us] +/- 79ms 2023-10-12T22:40:59.287 INFO:teuthology.orchestra.run.smithi158.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 51 +648us[ +658us] +/- 88ms 2023-10-12T22:40:59.288 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T22:40:59.289 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-10-12T22:40:59.299 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-10-12T22:40:59.300 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-10-12T22:40:59.310 DEBUG:teuthology.orchestra.run.smithi144:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-10-12T22:40:59.408 DEBUG:teuthology.orchestra.run.smithi158:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-10-12T22:40:59.497 DEBUG:teuthology.orchestra.run.smithi144:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-10-12T22:40:59.529 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-12T22:40:59.530 DEBUG:teuthology.orchestra.run.smithi158:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-10-12T22:40:59.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-12T22:40:59.563 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-10-12T22:40:59.572 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-10-12T22:40:59.582 INFO:teuthology.task.internal:Duration was 1147.605219 seconds 2023-10-12T22:40:59.583 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-10-12T22:40:59.593 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-10-12T22:40:59.593 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-12T22:40:59.596 DEBUG:teuthology.orchestra.run.smithi158:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-12T22:40:59.641 INFO:teuthology.orchestra.run.smithi144.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-12T22:40:59.652 INFO:teuthology.orchestra.run.smithi158.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-12T22:41:00.036 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-10-12T22:41:00.037 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi144.front.sepia.ceph.com 2023-10-12T22:41:00.037 DEBUG:teuthology.orchestra.run.smithi144:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-10-12T22:41:00.061 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi158.front.sepia.ceph.com 2023-10-12T22:41:00.062 DEBUG:teuthology.orchestra.run.smithi158:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-10-12T22:41:00.086 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-10-12T22:41:00.087 DEBUG:teuthology.orchestra.run.smithi144:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-12T22:41:00.105 DEBUG:teuthology.orchestra.run.smithi158:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-12T22:41:00.171 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-10-12T22:41:00.172 DEBUG:teuthology.orchestra.run.smithi144:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-12T22:41:00.188 DEBUG:teuthology.orchestra.run.smithi158:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-12T22:41:00.273 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-10-12T22:41:00.282 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-10-12T22:41:00.283 DEBUG:teuthology.orchestra.run.smithi144:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-12T22:41:00.310 DEBUG:teuthology.orchestra.run.smithi158:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-12T22:41:00.338 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-10-12T22:41:00.348 DEBUG:teuthology.orchestra.run.smithi144:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-10-12T22:41:00.353 DEBUG:teuthology.orchestra.run.smithi158:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-10-12T22:41:00.378 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern = core 2023-10-12T22:41:00.405 INFO:teuthology.orchestra.run.smithi158.stdout:kernel.core_pattern = core 2023-10-12T22:41:00.426 DEBUG:teuthology.orchestra.run.smithi144:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-12T22:41:00.459 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-12T22:41:00.460 DEBUG:teuthology.orchestra.run.smithi158:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-12T22:41:00.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-12T22:41:00.483 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-10-12T22:41:00.493 INFO:teuthology.task.internal:Transferring archived files... 2023-10-12T22:41:00.494 DEBUG:teuthology.misc:Transferring archived files from smithi144:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-10-12_22:09:36-orch:cephadm-wip-adk2-testing-2023-10-11-1434-pacific-distro-default-smithi/7423701/remote/smithi144 2023-10-12T22:41:00.496 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-12T22:41:00.540 DEBUG:teuthology.misc:Transferring archived files from smithi158:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-10-12_22:09:36-orch:cephadm-wip-adk2-testing-2023-10-11-1434-pacific-distro-default-smithi/7423701/remote/smithi158 2023-10-12T22:41:00.542 DEBUG:teuthology.orchestra.run.smithi158:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-12T22:41:00.584 INFO:teuthology.task.internal:Removing archive directory... 2023-10-12T22:41:00.585 DEBUG:teuthology.orchestra.run.smithi144:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-12T22:41:00.587 DEBUG:teuthology.orchestra.run.smithi158:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-12T22:41:00.636 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-10-12T22:41:00.649 INFO:teuthology.task.internal:Not uploading archives. 2023-10-12T22:41:00.650 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-10-12T22:41:00.662 INFO:teuthology.task.internal:Tidying up after the test... 2023-10-12T22:41:00.663 DEBUG:teuthology.orchestra.run.smithi144:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-12T22:41:00.667 DEBUG:teuthology.orchestra.run.smithi158:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-12T22:41:00.681 INFO:teuthology.orchestra.run.smithi144.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 12 22:41 /home/ubuntu/cephtest 2023-10-12T22:41:00.694 INFO:teuthology.orchestra.run.smithi158.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 12 22:41 /home/ubuntu/cephtest 2023-10-12T22:41:00.696 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-10-12T22:41:00.711 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-10-12T22:41:00.734 INFO:teuthology.nuke:Checking targets against current locks 2023-10-12T22:41:00.761 DEBUG:teuthology.nuke:shortname: smithi144 2023-10-12T22:41:00.761 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-12T22:41:00.786 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi144.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-10-12_22:09:36-orch:cephadm-wip-adk2-testing-2023-10-11-1434-pacific-distro-default-smithi/7423701', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-12 22:12:40.543723', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDtEzk6Vp9FpxY90/mkqzXd5N7taGg1MNLaO9vS+HYJlcNR2uUJkhcL8Z00uLkRbPZtn8T1rFMpiVNUxPtKdpHo='} 2023-10-12T22:41:00.790 DEBUG:teuthology.nuke:shortname: smithi158 2023-10-12T22:41:00.790 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-12T22:41:00.817 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi158.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-10-12_22:09:36-orch:cephadm-wip-adk2-testing-2023-10-11-1434-pacific-distro-default-smithi/7423701', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-12 22:12:40.541813', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMT5aMBdiQFlHydsJ4632fOKTyeKp8doU8cQjNhZlxVSgArBu6LlvyIrYgDMQelpfkcNy0qlBlzHulJ39hh/5gA='} 2023-10-12T22:41:00.846 INFO:teuthology.orchestra.console.smithi144:Power off 2023-10-12T22:41:00.847 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-12T22:41:00.871 DEBUG:teuthology.orchestra.console.smithi144:power off output: Chassis Power Control: Down/Off 2023-10-12T22:41:00.871 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-12T22:41:00.886 INFO:teuthology.orchestra.console.smithi158:Power off 2023-10-12T22:41:00.887 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-12T22:41:00.897 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is on 2023-10-12T22:41:00.909 DEBUG:teuthology.orchestra.console.smithi158:power off output: Chassis Power Control: Down/Off 2023-10-12T22:41:00.910 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-12T22:41:00.936 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is on 2023-10-12T22:41:04.904 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-12T22:41:04.937 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-12T22:41:05.017 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is on 2023-10-12T22:41:05.049 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is on 2023-10-12T22:41:09.022 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-12T22:41:09.050 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-12T22:41:09.133 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is off 2023-10-12T22:41:09.163 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is off 2023-10-12T22:41:09.234 INFO:teuthology.orchestra.console.smithi144:Power off completed 2023-10-12T22:41:09.263 INFO:teuthology.orchestra.console.smithi158:Power off completed 2023-10-12T22:41:09.368 INFO:teuthology.run:Summary data: description: orch: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: 1147.6052186489105 failure_reason: 'Command failed on smithi158 with status 5: ''sudo systemctl stop ceph-d33f3920-694e-11ee-8db6-212e2dc638e7@mon.smithi158''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=2bc8f4f7bed047aba4a4f15cba3be070 status: fail success: false 2023-10-12T22:41:09.369 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-12T22:41:09.444 INFO:teuthology.run:FAIL