2024-01-21T09:07:05.039 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-21T09:07:05.040 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} --owner scheduled_yuriw@teuthology --name yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi --verbose --archive /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524335 -- /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524335/orig.config.yaml 2024-01-21T09:07:05.074 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T09:07:05.159 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524335 branch: wip-yuri4-testing-2024-01-18-1257-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} email: yweinste@redhat.com first_in_suite: false job_id: '7524335' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri4-testing-2024-01-18-1257-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: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri4-testing-2024-01-18-1257-pacific sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 8186 sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2024-01-18-1257-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec targets: smithi084.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPdInFaSJikLgTzSRjec0z4RVXl7BBTJwTjl/0daxxQPx+Gk4/IqDI4eaxindyJmNXCVfb84sFnPMJ6Ff8qQh6s= smithi129.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCC9xxv1k7/9cw3JLfghXnoZFqdsThpUL0ZnzD8P+20vQOOekC/5i08EE9AvQmjBGfaDzwaoUdlxvqp7sX/eiM4= 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: avoid_pacific_features: true cephadm_branch: v16.2.4 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.4 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-19_23:17:02 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2024-01-21T09:07:05.159 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa; will attempt to use it 2024-01-21T09:07:05.160 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks 2024-01-21T09:07:05.160 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-21T09:07:05.162 INFO:teuthology.task.internal:Checking packages... 2024-01-21T09:07:05.185 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec' 2024-01-21T09:07:05.186 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-21T09:07:05.186 INFO:teuthology.packaging:ref: None 2024-01-21T09:07:05.186 INFO:teuthology.packaging:tag: None 2024-01-21T09:07:05.186 INFO:teuthology.packaging:branch: wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T09:07:05.186 INFO:teuthology.packaging:sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T09:07:05.186 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T09:07:05.448 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454.gea310589 2024-01-21T09:07:05.450 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-21T09:07:05.455 INFO:teuthology.task.internal:no buildpackages task found 2024-01-21T09:07:05.455 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-21T09:07:05.460 INFO:teuthology.task.internal:Saving configuration 2024-01-21T09:07:05.473 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-21T09:07:05.479 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T09:07:05.504 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi084.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524335', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 09:02:06.068034', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPdInFaSJikLgTzSRjec0z4RVXl7BBTJwTjl/0daxxQPx+Gk4/IqDI4eaxindyJmNXCVfb84sFnPMJ6Ff8qQh6s='} 2024-01-21T09:07:05.524 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi129.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524335', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 09:02:06.069765', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCC9xxv1k7/9cw3JLfghXnoZFqdsThpUL0ZnzD8P+20vQOOekC/5i08EE9AvQmjBGfaDzwaoUdlxvqp7sX/eiM4='} 2024-01-21T09:07:05.524 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-21T09:07:05.530 INFO:teuthology.task.internal:roles: ubuntu@smithi084.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-01-21T09:07:05.530 INFO:teuthology.task.internal:roles: ubuntu@smithi129.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-01-21T09:07:05.530 INFO:teuthology.run_tasks:Running task console_log... 2024-01-21T09:07:05.594 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb119ff2f70>, signals=[15]) 2024-01-21T09:07:05.594 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-21T09:07:05.601 INFO:teuthology.task.internal:Opening connections... 2024-01-21T09:07:05.601 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi084.front.sepia.ceph.com 2024-01-21T09:07:05.602 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T09:07:05.675 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi129.front.sepia.ceph.com 2024-01-21T09:07:05.676 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T09:07:05.747 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-21T09:07:05.754 DEBUG:teuthology.orchestra.run.smithi084:> uname -m 2024-01-21T09:07:05.776 INFO:teuthology.orchestra.run.smithi084.stdout:x86_64 2024-01-21T09:07:05.776 DEBUG:teuthology.orchestra.run.smithi084:> cat /etc/os-release 2024-01-21T09:07:05.836 INFO:teuthology.orchestra.run.smithi084.stdout:NAME="CentOS Stream" 2024-01-21T09:07:05.836 INFO:teuthology.orchestra.run.smithi084.stdout:VERSION="8" 2024-01-21T09:07:05.836 INFO:teuthology.orchestra.run.smithi084.stdout:ID="centos" 2024-01-21T09:07:05.836 INFO:teuthology.orchestra.run.smithi084.stdout:ID_LIKE="rhel fedora" 2024-01-21T09:07:05.836 INFO:teuthology.orchestra.run.smithi084.stdout:VERSION_ID="8" 2024-01-21T09:07:05.836 INFO:teuthology.orchestra.run.smithi084.stdout:PLATFORM_ID="platform:el8" 2024-01-21T09:07:05.837 INFO:teuthology.orchestra.run.smithi084.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-21T09:07:05.837 INFO:teuthology.orchestra.run.smithi084.stdout:ANSI_COLOR="0;31" 2024-01-21T09:07:05.837 INFO:teuthology.orchestra.run.smithi084.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-21T09:07:05.837 INFO:teuthology.orchestra.run.smithi084.stdout:HOME_URL="https://centos.org/" 2024-01-21T09:07:05.837 INFO:teuthology.orchestra.run.smithi084.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-21T09:07:05.837 INFO:teuthology.orchestra.run.smithi084.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-21T09:07:05.837 INFO:teuthology.orchestra.run.smithi084.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-21T09:07:05.837 INFO:teuthology.lock.ops:Updating smithi084.front.sepia.ceph.com on lock server 2024-01-21T09:07:05.867 DEBUG:teuthology.orchestra.run.smithi129:> uname -m 2024-01-21T09:07:05.889 INFO:teuthology.orchestra.run.smithi129.stdout:x86_64 2024-01-21T09:07:05.889 DEBUG:teuthology.orchestra.run.smithi129:> cat /etc/os-release 2024-01-21T09:07:05.950 INFO:teuthology.orchestra.run.smithi129.stdout:NAME="CentOS Stream" 2024-01-21T09:07:05.950 INFO:teuthology.orchestra.run.smithi129.stdout:VERSION="8" 2024-01-21T09:07:05.950 INFO:teuthology.orchestra.run.smithi129.stdout:ID="centos" 2024-01-21T09:07:05.950 INFO:teuthology.orchestra.run.smithi129.stdout:ID_LIKE="rhel fedora" 2024-01-21T09:07:05.950 INFO:teuthology.orchestra.run.smithi129.stdout:VERSION_ID="8" 2024-01-21T09:07:05.950 INFO:teuthology.orchestra.run.smithi129.stdout:PLATFORM_ID="platform:el8" 2024-01-21T09:07:05.950 INFO:teuthology.orchestra.run.smithi129.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-21T09:07:05.951 INFO:teuthology.orchestra.run.smithi129.stdout:ANSI_COLOR="0;31" 2024-01-21T09:07:05.951 INFO:teuthology.orchestra.run.smithi129.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-21T09:07:05.951 INFO:teuthology.orchestra.run.smithi129.stdout:HOME_URL="https://centos.org/" 2024-01-21T09:07:05.951 INFO:teuthology.orchestra.run.smithi129.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-21T09:07:05.951 INFO:teuthology.orchestra.run.smithi129.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-21T09:07:05.951 INFO:teuthology.orchestra.run.smithi129.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-21T09:07:05.951 INFO:teuthology.lock.ops:Updating smithi129.front.sepia.ceph.com on lock server 2024-01-21T09:07:05.975 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-21T09:07:05.983 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-21T09:07:06.022 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-21T09:07:06.022 DEBUG:teuthology.orchestra.run.smithi084:> test '!' -e /home/ubuntu/cephtest 2024-01-21T09:07:06.025 DEBUG:teuthology.orchestra.run.smithi129:> test '!' -e /home/ubuntu/cephtest 2024-01-21T09:07:06.044 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-21T09:07:06.050 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-21T09:07:06.050 DEBUG:teuthology.orchestra.run.smithi084:> test -z $(ls -A /var/lib/ceph) 2024-01-21T09:07:06.086 DEBUG:teuthology.orchestra.run.smithi129:> test -z $(ls -A /var/lib/ceph) 2024-01-21T09:07:06.114 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-21T09:07:06.173 INFO:teuthology.run_tasks:Running task kernel... 2024-01-21T09:07:06.188 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-21T09:07:06.188 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-21T09:07:06.188 DEBUG:teuthology.orchestra.run.smithi084:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T09:07:06.189 DEBUG:teuthology.orchestra.run.smithi129:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T09:07:06.208 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T09:07:06.208 DEBUG:teuthology.orchestra.run.smithi129:> uname -r 2024-01-21T09:07:06.209 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T09:07:06.209 DEBUG:teuthology.orchestra.run.smithi084:> uname -r 2024-01-21T09:07:06.268 INFO:teuthology.orchestra.run.smithi129.stdout:4.18.0-489.el8.x86_64 2024-01-21T09:07:06.268 INFO:teuthology.task.kernel:Running kernel on smithi129: 4.18.0-489.el8.x86_64 2024-01-21T09:07:06.269 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum install -y kernel 2024-01-21T09:07:06.270 INFO:teuthology.orchestra.run.smithi084.stdout:4.18.0-489.el8.x86_64 2024-01-21T09:07:06.270 INFO:teuthology.task.kernel:Running kernel on smithi084: 4.18.0-489.el8.x86_64 2024-01-21T09:07:06.271 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum install -y kernel 2024-01-21T09:07:11.649 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 8 - AppStream 9.2 MB/s | 26 MB 00:02 2024-01-21T09:07:12.667 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 8 - AppStream 7.2 MB/s | 26 MB 00:03 2024-01-21T09:07:17.016 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 8 - BaseOS 16 MB/s | 10 MB 00:00 2024-01-21T09:07:18.109 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 8 - BaseOS 13 MB/s | 10 MB 00:00 2024-01-21T09:07:18.975 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 8 - Extras 49 kB/s | 18 kB 00:00 2024-01-21T09:07:19.425 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 6.9 kB 00:00 2024-01-21T09:07:19.710 INFO:teuthology.orchestra.run.smithi129.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2024-01-21T09:07:20.009 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 8 - Extras 54 kB/s | 18 kB 00:00 2024-01-21T09:07:20.393 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 8 - Extras common packages 25 kB/s | 6.9 kB 00:00 2024-01-21T09:07:20.728 INFO:teuthology.orchestra.run.smithi084.stdout:Copr repo for python3-asyncssh owned by ceph 14 kB/s | 3.5 kB 00:00 2024-01-21T09:07:21.678 INFO:teuthology.orchestra.run.smithi084.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2024-01-21T09:07:23.896 INFO:teuthology.orchestra.run.smithi129.stdout:Extra Packages for Enterprise Linux 3.9 MB/s | 16 MB 00:04 2024-01-21T09:07:25.445 INFO:teuthology.orchestra.run.smithi084.stdout:lab-extras 439 kB/s | 24 kB 00:00 2024-01-21T09:07:27.669 INFO:teuthology.orchestra.run.smithi129.stdout:lab-extras 408 kB/s | 24 kB 00:00 2024-01-21T09:07:28.324 INFO:teuthology.orchestra.run.smithi084.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-21T09:07:28.325 INFO:teuthology.orchestra.run.smithi084.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-21T09:07:28.440 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-01-21T09:07:28.441 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-01-21T09:07:28.441 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-01-21T09:07:28.441 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-01-21T09:07:28.441 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-01-21T09:07:28.441 INFO:teuthology.orchestra.run.smithi084.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-21T09:07:28.441 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-01-21T09:07:28.441 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-21T09:07:28.441 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-21T09:07:28.441 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-01-21T09:07:28.441 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-01-21T09:07:28.441 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-01-21T09:07:28.442 INFO:teuthology.orchestra.run.smithi084.stdout:Install 3 Packages 2024-01-21T09:07:28.442 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-01-21T09:07:28.442 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 89 M 2024-01-21T09:07:28.442 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 96 M 2024-01-21T09:07:28.442 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-01-21T09:07:29.213 INFO:teuthology.orchestra.run.smithi084.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 14 MB/s | 10 MB 00:00 2024-01-21T09:07:30.196 INFO:teuthology.orchestra.run.smithi084.stdout:(2/3): kernel-core-4.18.0-535.el8.x86_64.rpm 25 MB/s | 43 MB 00:01 2024-01-21T09:07:30.538 INFO:teuthology.orchestra.run.smithi084.stdout:(3/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 17 MB/s | 36 MB 00:02 2024-01-21T09:07:30.538 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-01-21T09:07:30.538 INFO:teuthology.orchestra.run.smithi084.stdout:Total 43 MB/s | 89 MB 00:02 2024-01-21T09:07:30.590 INFO:teuthology.orchestra.run.smithi129.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-21T09:07:30.591 INFO:teuthology.orchestra.run.smithi129.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-21T09:07:30.720 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-01-21T09:07:30.720 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-01-21T09:07:30.720 INFO:teuthology.orchestra.run.smithi129.stdout: Package Architecture Version Repository Size 2024-01-21T09:07:30.721 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-01-21T09:07:30.721 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-01-21T09:07:30.721 INFO:teuthology.orchestra.run.smithi129.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-21T09:07:30.721 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2024-01-21T09:07:30.721 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-21T09:07:30.721 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-21T09:07:30.721 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:07:30.721 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-01-21T09:07:30.721 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-01-21T09:07:30.721 INFO:teuthology.orchestra.run.smithi129.stdout:Install 3 Packages 2024-01-21T09:07:30.721 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:07:30.721 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 89 M 2024-01-21T09:07:30.721 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 96 M 2024-01-21T09:07:30.722 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-01-21T09:07:31.217 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-01-21T09:07:31.623 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-01-21T09:07:31.623 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-01-21T09:07:31.904 INFO:teuthology.orchestra.run.smithi129.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 11 MB/s | 10 MB 00:00 2024-01-21T09:07:32.870 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-01-21T09:07:32.898 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-01-21T09:07:33.012 INFO:teuthology.orchestra.run.smithi129.stdout:(2/3): kernel-core-4.18.0-535.el8.x86_64.rpm 21 MB/s | 43 MB 00:02 2024-01-21T09:07:33.496 INFO:teuthology.orchestra.run.smithi129.stdout:(3/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 14 MB/s | 36 MB 00:02 2024-01-21T09:07:33.496 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-01-21T09:07:33.496 INFO:teuthology.orchestra.run.smithi129.stdout:Total 32 MB/s | 89 MB 00:02 2024-01-21T09:07:34.178 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-01-21T09:07:34.597 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-01-21T09:07:34.597 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-01-21T09:07:35.640 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-01-21T09:07:35.824 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-01-21T09:07:35.850 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-01-21T09:07:36.130 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T09:07:38.617 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-01-21T09:07:39.084 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T09:07:39.732 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T09:07:40.237 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T09:07:42.665 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T09:07:43.083 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T09:07:43.662 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T09:07:43.975 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T09:07:46.501 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T09:07:46.789 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T09:08:05.815 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-21T09:08:05.837 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T09:08:06.182 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T09:08:06.182 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-21T09:08:06.182 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-21T09:08:06.671 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T09:08:06.671 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-01-21T09:08:06.671 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-01-21T09:08:06.671 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-21T09:08:06.672 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-21T09:08:06.672 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-01-21T09:08:06.672 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-01-21T09:08:07.360 DEBUG:teuthology.orchestra.run.smithi084:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T09:08:07.576 INFO:teuthology.orchestra.run.smithi084.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T09:08:07.576 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T09:08:07.576 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-21T09:08:07.576 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-21T09:08:07.577 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-21T09:08:07.577 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-21T09:08:07.577 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi084.front.sepia.ceph.com, path=None, version=distro) 2024-01-21T09:08:07.577 DEBUG:teuthology.orchestra.run.smithi084:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T09:08:07.787 INFO:teuthology.orchestra.run.smithi084.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T09:08:07.788 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T09:08:07.788 DEBUG:teuthology.orchestra.run.smithi084:> sudo rpm -qi grub2-tools 2024-01-21T09:08:07.821 INFO:teuthology.orchestra.run.smithi084.stdout:Name : grub2-tools 2024-01-21T09:08:07.821 INFO:teuthology.orchestra.run.smithi084.stdout:Epoch : 1 2024-01-21T09:08:07.821 INFO:teuthology.orchestra.run.smithi084.stdout:Version : 2.02 2024-01-21T09:08:07.821 INFO:teuthology.orchestra.run.smithi084.stdout:Release : 129.el8 2024-01-21T09:08:07.822 INFO:teuthology.orchestra.run.smithi084.stdout:Architecture: x86_64 2024-01-21T09:08:07.822 INFO:teuthology.orchestra.run.smithi084.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-21T09:08:07.822 INFO:teuthology.orchestra.run.smithi084.stdout:Group : System Environment/Base 2024-01-21T09:08:07.822 INFO:teuthology.orchestra.run.smithi084.stdout:Size : 9265586 2024-01-21T09:08:07.822 INFO:teuthology.orchestra.run.smithi084.stdout:License : GPLv3+ 2024-01-21T09:08:07.822 INFO:teuthology.orchestra.run.smithi084.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-21T09:08:07.822 INFO:teuthology.orchestra.run.smithi084.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-21T09:08:07.822 INFO:teuthology.orchestra.run.smithi084.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-21T09:08:07.822 INFO:teuthology.orchestra.run.smithi084.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-21T09:08:07.822 INFO:teuthology.orchestra.run.smithi084.stdout:Relocations : (not relocatable) 2024-01-21T09:08:07.822 INFO:teuthology.orchestra.run.smithi084.stdout:Packager : CentOS BuildSystem 2024-01-21T09:08:07.822 INFO:teuthology.orchestra.run.smithi084.stdout:Vendor : CentOS 2024-01-21T09:08:07.822 INFO:teuthology.orchestra.run.smithi084.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-21T09:08:07.822 INFO:teuthology.orchestra.run.smithi084.stdout:Summary : Support tools for GRUB. 2024-01-21T09:08:07.822 INFO:teuthology.orchestra.run.smithi084.stdout:Description : 2024-01-21T09:08:07.822 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-01-21T09:08:07.823 INFO:teuthology.orchestra.run.smithi084.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-21T09:08:07.823 INFO:teuthology.orchestra.run.smithi084.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-21T09:08:07.823 INFO:teuthology.orchestra.run.smithi084.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-21T09:08:07.823 INFO:teuthology.orchestra.run.smithi084.stdout:hardware devices. 2024-01-21T09:08:07.823 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-01-21T09:08:07.823 INFO:teuthology.orchestra.run.smithi084.stdout:This subpackage provides tools for support of all platforms. 2024-01-21T09:08:07.824 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-21T09:08:07.824 INFO:teuthology.task.kernel:Updating grub on smithi084 to boot 4.18.0-535.el8.x86_64 2024-01-21T09:08:07.824 DEBUG:teuthology.orchestra.run.smithi084:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-21T09:08:08.688 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-21T09:08:08.710 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T09:08:09.057 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T09:08:09.057 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-21T09:08:09.057 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-21T09:08:09.204 INFO:teuthology.orchestra.run.smithi084.stderr:Generating grub configuration file ... 2024-01-21T09:08:09.560 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T09:08:09.560 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:08:09.560 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-01-21T09:08:09.560 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-21T09:08:09.560 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-21T09:08:09.560 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:08:09.560 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-01-21T09:08:09.719 DEBUG:teuthology.orchestra.run.smithi129:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T09:08:09.935 INFO:teuthology.orchestra.run.smithi129.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T09:08:09.935 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T09:08:09.936 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-21T09:08:09.936 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-21T09:08:09.936 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-21T09:08:09.936 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-21T09:08:09.936 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi129.front.sepia.ceph.com, path=None, version=distro) 2024-01-21T09:08:09.936 DEBUG:teuthology.orchestra.run.smithi129:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T09:08:10.145 INFO:teuthology.orchestra.run.smithi129.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T09:08:10.146 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T09:08:10.146 DEBUG:teuthology.orchestra.run.smithi129:> sudo rpm -qi grub2-tools 2024-01-21T09:08:10.180 INFO:teuthology.orchestra.run.smithi129.stdout:Name : grub2-tools 2024-01-21T09:08:10.180 INFO:teuthology.orchestra.run.smithi129.stdout:Epoch : 1 2024-01-21T09:08:10.180 INFO:teuthology.orchestra.run.smithi129.stdout:Version : 2.02 2024-01-21T09:08:10.180 INFO:teuthology.orchestra.run.smithi129.stdout:Release : 129.el8 2024-01-21T09:08:10.180 INFO:teuthology.orchestra.run.smithi129.stdout:Architecture: x86_64 2024-01-21T09:08:10.180 INFO:teuthology.orchestra.run.smithi129.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-21T09:08:10.180 INFO:teuthology.orchestra.run.smithi129.stdout:Group : System Environment/Base 2024-01-21T09:08:10.180 INFO:teuthology.orchestra.run.smithi129.stdout:Size : 9265586 2024-01-21T09:08:10.180 INFO:teuthology.orchestra.run.smithi129.stdout:License : GPLv3+ 2024-01-21T09:08:10.180 INFO:teuthology.orchestra.run.smithi129.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-21T09:08:10.180 INFO:teuthology.orchestra.run.smithi129.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-21T09:08:10.181 INFO:teuthology.orchestra.run.smithi129.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-21T09:08:10.181 INFO:teuthology.orchestra.run.smithi129.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-21T09:08:10.181 INFO:teuthology.orchestra.run.smithi129.stdout:Relocations : (not relocatable) 2024-01-21T09:08:10.181 INFO:teuthology.orchestra.run.smithi129.stdout:Packager : CentOS BuildSystem 2024-01-21T09:08:10.181 INFO:teuthology.orchestra.run.smithi129.stdout:Vendor : CentOS 2024-01-21T09:08:10.181 INFO:teuthology.orchestra.run.smithi129.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-21T09:08:10.181 INFO:teuthology.orchestra.run.smithi129.stdout:Summary : Support tools for GRUB. 2024-01-21T09:08:10.181 INFO:teuthology.orchestra.run.smithi129.stdout:Description : 2024-01-21T09:08:10.181 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:08:10.181 INFO:teuthology.orchestra.run.smithi129.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-21T09:08:10.181 INFO:teuthology.orchestra.run.smithi129.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-21T09:08:10.181 INFO:teuthology.orchestra.run.smithi129.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-21T09:08:10.181 INFO:teuthology.orchestra.run.smithi129.stdout:hardware devices. 2024-01-21T09:08:10.181 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:08:10.181 INFO:teuthology.orchestra.run.smithi129.stdout:This subpackage provides tools for support of all platforms. 2024-01-21T09:08:10.182 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-21T09:08:10.182 INFO:teuthology.task.kernel:Updating grub on smithi129 to boot 4.18.0-535.el8.x86_64 2024-01-21T09:08:10.182 DEBUG:teuthology.orchestra.run.smithi129:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-21T09:08:11.090 INFO:teuthology.orchestra.run.smithi084.stderr:done 2024-01-21T09:08:11.092 DEBUG:teuthology.orchestra.run.smithi084:> mktemp 2024-01-21T09:08:11.126 INFO:teuthology.orchestra.run.smithi084.stdout:/tmp/tmp.dMBCk4BtHW 2024-01-21T09:08:11.126 DEBUG:teuthology.orchestra.run.smithi084:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.dMBCk4BtHW 2024-01-21T09:08:11.207 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod 0666 /tmp/tmp.dMBCk4BtHW 2024-01-21T09:08:11.360 DEBUG:teuthology.orchestra.remote:smithi084:/tmp/tmp.dMBCk4BtHW is 6KB 2024-01-21T09:08:11.382 DEBUG:teuthology.orchestra.run.smithi084:> rm -fr /tmp/tmp.dMBCk4BtHW 2024-01-21T09:08:11.400 DEBUG:teuthology.orchestra.run.smithi084:> sudo /bin/ls /boot/loader/entries || true 2024-01-21T09:08:11.476 INFO:teuthology.orchestra.run.smithi084.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-21T09:08:11.476 INFO:teuthology.orchestra.run.smithi084.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-21T09:08:11.477 INFO:teuthology.orchestra.run.smithi084.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-21T09:08:11.477 INFO:teuthology.orchestra.run.smithi084.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-21T09:08:11.478 DEBUG:teuthology.orchestra.run.smithi084:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-21T09:08:11.637 DEBUG:teuthology.orchestra.run.smithi084:> sudo shutdown -r now 2024-01-21T09:08:11.866 INFO:teuthology.orchestra.run.smithi129.stderr:Generating grub configuration file ... 2024-01-21T09:08:14.229 INFO:teuthology.orchestra.run.smithi129.stderr:done 2024-01-21T09:08:14.231 DEBUG:teuthology.orchestra.run.smithi129:> mktemp 2024-01-21T09:08:14.254 INFO:teuthology.orchestra.run.smithi129.stdout:/tmp/tmp.Wa6eRSfZbS 2024-01-21T09:08:14.255 DEBUG:teuthology.orchestra.run.smithi129:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Wa6eRSfZbS 2024-01-21T09:08:14.327 DEBUG:teuthology.orchestra.run.smithi129:> sudo chmod 0666 /tmp/tmp.Wa6eRSfZbS 2024-01-21T09:08:14.464 DEBUG:teuthology.orchestra.remote:smithi129:/tmp/tmp.Wa6eRSfZbS is 6KB 2024-01-21T09:08:14.512 DEBUG:teuthology.orchestra.run.smithi129:> rm -fr /tmp/tmp.Wa6eRSfZbS 2024-01-21T09:08:14.530 DEBUG:teuthology.orchestra.run.smithi129:> sudo /bin/ls /boot/loader/entries || true 2024-01-21T09:08:14.599 INFO:teuthology.orchestra.run.smithi129.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-21T09:08:14.599 INFO:teuthology.orchestra.run.smithi129.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-21T09:08:14.599 INFO:teuthology.orchestra.run.smithi129.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-21T09:08:14.599 INFO:teuthology.orchestra.run.smithi129.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-21T09:08:14.600 DEBUG:teuthology.orchestra.run.smithi129:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-21T09:08:14.779 DEBUG:teuthology.orchestra.run.smithi129:> sudo shutdown -r now 2024-01-21T09:08:41.655 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-21T09:08:41.656 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-01-21T09:08:41.657 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T09:08:44.784 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-21T09:08:44.784 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-01-21T09:08:44.785 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T09:09:00.092 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.84 2024-01-21T09:09:09.098 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-01-21T09:09:09.099 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T09:09:12.156 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.84 2024-01-21T09:09:24.168 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-01-21T09:09:24.169 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T09:09:44.804 DEBUG:teuthology.orchestra.remote:timed out 2024-01-21T09:09:53.809 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-01-21T09:09:53.810 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T09:09:54.236 DEBUG:teuthology.orchestra.run.smithi129:> true 2024-01-21T09:09:54.565 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-01-21T09:09:54.565 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-535.el8.x86_64"... 2024-01-21T09:09:54.565 DEBUG:teuthology.orchestra.run.smithi129:> uname -r 2024-01-21T09:09:54.582 INFO:teuthology.orchestra.run.smithi129.stdout:4.18.0-535.el8.x86_64 2024-01-21T09:09:54.582 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-21T09:09:54.582 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-21T09:09:54.582 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-21T09:09:55.583 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-21T09:09:55.583 DEBUG:teuthology.orchestra.run.smithi129:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T09:09:55.651 INFO:teuthology.orchestra.run.smithi129.stdout:ttyS1 2024-01-21T09:09:55.683 DEBUG:teuthology.parallel:result is None 2024-01-21T09:09:56.256 DEBUG:teuthology.orchestra.run.smithi084:> true 2024-01-21T09:09:56.552 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-01-21T09:09:56.553 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-535.el8.x86_64"... 2024-01-21T09:09:56.553 DEBUG:teuthology.orchestra.run.smithi084:> uname -r 2024-01-21T09:09:56.569 INFO:teuthology.orchestra.run.smithi084.stdout:4.18.0-535.el8.x86_64 2024-01-21T09:09:56.569 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-21T09:09:56.569 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-21T09:09:56.570 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-21T09:09:57.570 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-21T09:09:57.571 DEBUG:teuthology.orchestra.run.smithi084:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T09:09:57.642 INFO:teuthology.orchestra.run.smithi084.stdout:ttyS1 2024-01-21T09:09:57.657 DEBUG:teuthology.parallel:result is None 2024-01-21T09:09:57.657 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-21T09:09:57.666 INFO:teuthology.task.internal:Creating test directory... 2024-01-21T09:09:57.666 DEBUG:teuthology.orchestra.run.smithi084:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T09:09:57.668 DEBUG:teuthology.orchestra.run.smithi129:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T09:09:57.686 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-21T09:09:57.693 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-21T09:09:57.702 INFO:teuthology.task.internal:Creating archive directory... 2024-01-21T09:09:57.703 DEBUG:teuthology.orchestra.run.smithi084:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T09:09:57.727 DEBUG:teuthology.orchestra.run.smithi129:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T09:09:57.764 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-21T09:09:57.770 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-21T09:09:57.770 DEBUG:teuthology.orchestra.run.smithi084:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-21T09:09:57.803 DEBUG:teuthology.orchestra.run.smithi129:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-21T09:09:57.842 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T09:09:57.853 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T09:09:57.853 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T09:09:57.864 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T09:09:57.865 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-21T09:09:57.872 INFO:teuthology.task.internal:Configuring sudo... 2024-01-21T09:09:57.872 DEBUG:teuthology.orchestra.run.smithi084:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T09:09:57.874 DEBUG:teuthology.orchestra.run.smithi129:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T09:09:57.902 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-21T09:09:57.910 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-21T09:09:57.910 DEBUG:teuthology.orchestra.run.smithi084:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T09:09:57.943 DEBUG:teuthology.orchestra.run.smithi129:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T09:09:57.961 DEBUG:teuthology.orchestra.run.smithi084:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T09:09:58.046 DEBUG:teuthology.orchestra.run.smithi084:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T09:09:58.101 DEBUG:teuthology.orchestra.run.smithi084:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T09:09:58.185 DEBUG:teuthology.orchestra.run.smithi084:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T09:09:58.228 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-01-21T09:09:58.228 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T09:09:58.295 DEBUG:teuthology.orchestra.run.smithi129:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T09:09:58.339 DEBUG:teuthology.orchestra.run.smithi129:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T09:09:58.388 DEBUG:teuthology.orchestra.run.smithi129:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T09:09:58.477 DEBUG:teuthology.orchestra.run.smithi129:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T09:09:58.522 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-01-21T09:09:58.522 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T09:09:58.592 DEBUG:teuthology.orchestra.run.smithi084:> sudo service rsyslog restart 2024-01-21T09:09:58.594 DEBUG:teuthology.orchestra.run.smithi129:> sudo service rsyslog restart 2024-01-21T09:09:58.652 INFO:teuthology.orchestra.run.smithi084.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T09:09:58.708 INFO:teuthology.orchestra.run.smithi129.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T09:09:59.094 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-21T09:09:59.102 INFO:teuthology.task.internal:Starting timer... 2024-01-21T09:09:59.102 INFO:teuthology.run_tasks:Running task pcp... 2024-01-21T09:09:59.136 INFO:teuthology.run_tasks:Running task selinux... 2024-01-21T09:09:59.143 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-21T09:09:59.144 DEBUG:teuthology.orchestra.run.smithi084:> sudo service auditd rotate 2024-01-21T09:09:59.242 INFO:teuthology.orchestra.run.smithi084.stdout:Rotating logs: 2024-01-21T09:09:59.244 DEBUG:teuthology.orchestra.run.smithi129:> sudo service auditd rotate 2024-01-21T09:09:59.328 INFO:teuthology.orchestra.run.smithi129.stdout:Rotating logs: 2024-01-21T09:09:59.330 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-21T09:09:59.330 DEBUG:teuthology.orchestra.run.smithi084:> /usr/sbin/getenforce 2024-01-21T09:09:59.354 INFO:teuthology.orchestra.run.smithi084.stdout:Permissive 2024-01-21T09:09:59.354 DEBUG:teuthology.orchestra.run.smithi129:> /usr/sbin/getenforce 2024-01-21T09:09:59.378 INFO:teuthology.orchestra.run.smithi129.stdout:Permissive 2024-01-21T09:09:59.378 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi084.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi129.front.sepia.ceph.com': 'permissive'} 2024-01-21T09:09:59.378 DEBUG:teuthology.orchestra.run.smithi084:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-21T09:09:59.420 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T09:09:59.421 DEBUG:teuthology.orchestra.run.smithi129:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-21T09:09:59.446 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T09:09:59.447 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-21T09:09:59.447 DEBUG:teuthology.orchestra.run.smithi084:> sudo /usr/sbin/setenforce permissive 2024-01-21T09:09:59.489 DEBUG:teuthology.orchestra.run.smithi129:> sudo /usr/sbin/setenforce permissive 2024-01-21T09:09:59.518 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-21T09:09:59.528 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-21T09:09:59.543 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-01-21T09:09:59.544 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi084.front.sepia.ceph.com,smithi129.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-21T09:15:37.168 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi084.front.sepia.ceph.com'), Remote(name='ubuntu@smithi129.front.sepia.ceph.com')] 2024-01-21T09:15:37.169 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-01-21T09:15:37.170 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T09:15:37.244 DEBUG:teuthology.orchestra.run.smithi084:> true 2024-01-21T09:15:37.310 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-01-21T09:15:37.311 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-01-21T09:15:37.311 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T09:15:37.382 DEBUG:teuthology.orchestra.run.smithi129:> true 2024-01-21T09:15:37.459 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-01-21T09:15:37.459 INFO:teuthology.run_tasks:Running task clock... 2024-01-21T09:15:37.469 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-21T09:15:37.470 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T09:15:37.470 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T09:15:37.473 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T09:15:37.473 DEBUG:teuthology.orchestra.run.smithi129:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T09:15:37.503 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-21T09:15:37.516 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-21T09:15:37.530 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-21T09:15:37.543 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-21T09:15:37.585 INFO:teuthology.orchestra.run.smithi084.stderr:sudo: ntpd: command not found 2024-01-21T09:15:37.596 INFO:teuthology.orchestra.run.smithi084.stdout:506 Cannot talk to daemon 2024-01-21T09:15:37.610 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-21T09:15:37.616 INFO:teuthology.orchestra.run.smithi129.stderr:sudo: ntpd: command not found 2024-01-21T09:15:37.623 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-21T09:15:37.627 INFO:teuthology.orchestra.run.smithi129.stdout:506 Cannot talk to daemon 2024-01-21T09:15:37.641 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-21T09:15:37.654 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-21T09:15:37.692 INFO:teuthology.orchestra.run.smithi084.stderr:bash: ntpq: command not found 2024-01-21T09:15:37.695 INFO:teuthology.orchestra.run.smithi084.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T09:15:37.695 INFO:teuthology.orchestra.run.smithi084.stdout:=============================================================================== 2024-01-21T09:15:37.695 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T09:15:37.695 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T09:15:37.695 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T09:15:37.695 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T09:15:37.718 INFO:teuthology.orchestra.run.smithi129.stderr:bash: ntpq: command not found 2024-01-21T09:15:37.720 INFO:teuthology.orchestra.run.smithi129.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T09:15:37.720 INFO:teuthology.orchestra.run.smithi129.stdout:=============================================================================== 2024-01-21T09:15:37.721 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T09:15:37.721 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T09:15:37.721 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T09:15:37.721 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T09:15:37.721 INFO:teuthology.run_tasks:Running task pexec... 2024-01-21T09:15:37.731 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-21T09:15:37.732 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi084.front.sepia.ceph.com 2024-01-21T09:15:37.732 DEBUG:teuthology.orchestra.run.smithi084:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-21T09:15:37.732 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi129.front.sepia.ceph.com 2024-01-21T09:15:37.732 DEBUG:teuthology.orchestra.run.smithi129:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-21T09:15:38.487 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:29 ago on Sun 21 Jan 2024 09:14:09 AM UTC. 2024-01-21T09:15:38.512 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:18 ago on Sun 21 Jan 2024 09:14:20 AM UTC. 2024-01-21T09:15:40.413 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-01-21T09:15:40.414 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-01-21T09:15:40.414 INFO:teuthology.orchestra.run.smithi129.stdout: Package Architecture Version Repository Size 2024-01-21T09:15:40.414 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-01-21T09:15:40.414 INFO:teuthology.orchestra.run.smithi129.stdout:Resetting modules: 2024-01-21T09:15:40.414 INFO:teuthology.orchestra.run.smithi129.stdout: container-tools 2024-01-21T09:15:40.414 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:15:40.414 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-01-21T09:15:40.414 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-01-21T09:15:40.415 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:15:40.444 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-01-21T09:15:40.445 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-01-21T09:15:40.445 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-01-21T09:15:40.445 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-01-21T09:15:40.445 INFO:teuthology.orchestra.run.smithi084.stdout:Resetting modules: 2024-01-21T09:15:40.445 INFO:teuthology.orchestra.run.smithi084.stdout: container-tools 2024-01-21T09:15:40.445 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-01-21T09:15:40.445 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-01-21T09:15:40.446 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-01-21T09:15:40.446 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-01-21T09:15:40.668 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-01-21T09:15:40.697 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-01-21T09:15:41.479 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:21 ago on Sun 21 Jan 2024 09:14:20 AM UTC. 2024-01-21T09:15:41.524 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:32 ago on Sun 21 Jan 2024 09:14:09 AM UTC. 2024-01-21T09:15:43.418 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-01-21T09:15:43.442 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-01-21T09:15:43.452 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-01-21T09:15:43.452 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repository Size 2024-01-21T09:15:43.453 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-01-21T09:15:43.453 INFO:teuthology.orchestra.run.smithi129.stdout:Installing group/module packages: 2024-01-21T09:15:43.453 INFO:teuthology.orchestra.run.smithi129.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-21T09:15:43.453 INFO:teuthology.orchestra.run.smithi129.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-21T09:15:43.453 INFO:teuthology.orchestra.run.smithi129.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-21T09:15:43.453 INFO:teuthology.orchestra.run.smithi129.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-21T09:15:43.453 INFO:teuthology.orchestra.run.smithi129.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-21T09:15:43.453 INFO:teuthology.orchestra.run.smithi129.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-21T09:15:43.453 INFO:teuthology.orchestra.run.smithi129.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-21T09:15:43.453 INFO:teuthology.orchestra.run.smithi129.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-21T09:15:43.453 INFO:teuthology.orchestra.run.smithi129.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-21T09:15:43.453 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2024-01-21T09:15:43.454 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-21T09:15:43.454 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-21T09:15:43.454 INFO:teuthology.orchestra.run.smithi129.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-21T09:15:43.454 INFO:teuthology.orchestra.run.smithi129.stdout:Installing weak dependencies: 2024-01-21T09:15:43.454 INFO:teuthology.orchestra.run.smithi129.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-21T09:15:43.454 INFO:teuthology.orchestra.run.smithi129.stdout:Installing module profiles: 2024-01-21T09:15:43.454 INFO:teuthology.orchestra.run.smithi129.stdout: container-tools/common 2024-01-21T09:15:43.454 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:15:43.454 INFO:teuthology.orchestra.run.smithi129.stdout:Enabling module streams: 2024-01-21T09:15:43.454 INFO:teuthology.orchestra.run.smithi129.stdout: container-tools rhel8 2024-01-21T09:15:43.454 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:15:43.454 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-01-21T09:15:43.454 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-01-21T09:15:43.454 INFO:teuthology.orchestra.run.smithi129.stdout:Install 13 Packages 2024-01-21T09:15:43.455 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:15:43.455 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 27 M 2024-01-21T09:15:43.455 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 89 M 2024-01-21T09:15:43.455 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-01-21T09:15:43.476 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-01-21T09:15:43.476 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-01-21T09:15:43.476 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-01-21T09:15:43.476 INFO:teuthology.orchestra.run.smithi084.stdout:Installing group/module packages: 2024-01-21T09:15:43.476 INFO:teuthology.orchestra.run.smithi084.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-21T09:15:43.476 INFO:teuthology.orchestra.run.smithi084.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-21T09:15:43.476 INFO:teuthology.orchestra.run.smithi084.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-21T09:15:43.476 INFO:teuthology.orchestra.run.smithi084.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-21T09:15:43.477 INFO:teuthology.orchestra.run.smithi084.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-21T09:15:43.477 INFO:teuthology.orchestra.run.smithi084.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-21T09:15:43.477 INFO:teuthology.orchestra.run.smithi084.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-21T09:15:43.477 INFO:teuthology.orchestra.run.smithi084.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-21T09:15:43.477 INFO:teuthology.orchestra.run.smithi084.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-21T09:15:43.477 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-01-21T09:15:43.477 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-21T09:15:43.477 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-21T09:15:43.477 INFO:teuthology.orchestra.run.smithi084.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-21T09:15:43.477 INFO:teuthology.orchestra.run.smithi084.stdout:Installing weak dependencies: 2024-01-21T09:15:43.477 INFO:teuthology.orchestra.run.smithi084.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-21T09:15:43.477 INFO:teuthology.orchestra.run.smithi084.stdout:Installing module profiles: 2024-01-21T09:15:43.477 INFO:teuthology.orchestra.run.smithi084.stdout: container-tools/common 2024-01-21T09:15:43.477 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-01-21T09:15:43.478 INFO:teuthology.orchestra.run.smithi084.stdout:Enabling module streams: 2024-01-21T09:15:43.478 INFO:teuthology.orchestra.run.smithi084.stdout: container-tools rhel8 2024-01-21T09:15:43.478 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-01-21T09:15:43.478 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-01-21T09:15:43.478 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-01-21T09:15:43.478 INFO:teuthology.orchestra.run.smithi084.stdout:Install 13 Packages 2024-01-21T09:15:43.478 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-01-21T09:15:43.478 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 27 M 2024-01-21T09:15:43.479 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 89 M 2024-01-21T09:15:43.479 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-01-21T09:15:44.106 INFO:teuthology.orchestra.run.smithi084.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.3 MB/s | 750 kB 00:00 2024-01-21T09:15:44.149 INFO:teuthology.orchestra.run.smithi129.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.5 MB/s | 1.0 MB 00:00 2024-01-21T09:15:44.164 INFO:teuthology.orchestra.run.smithi084.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.6 MB/s | 1.0 MB 00:00 2024-01-21T09:15:44.182 INFO:teuthology.orchestra.run.smithi129.stdout:(2/13): cockpit-podman-78-1.module_el8+712+4cd1 1.1 MB/s | 750 kB 00:00 2024-01-21T09:15:44.206 INFO:teuthology.orchestra.run.smithi084.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 377 kB/s | 38 kB 00:00 2024-01-21T09:15:44.250 INFO:teuthology.orchestra.run.smithi129.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 377 kB/s | 38 kB 00:00 2024-01-21T09:15:44.325 INFO:teuthology.orchestra.run.smithi129.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.7 MB/s | 241 kB 00:00 2024-01-21T09:15:44.332 INFO:teuthology.orchestra.run.smithi084.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.4 MB/s | 241 kB 00:00 2024-01-21T09:15:44.442 INFO:teuthology.orchestra.run.smithi129.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.5 MB/s | 178 kB 00:00 2024-01-21T09:15:44.465 INFO:teuthology.orchestra.run.smithi084.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.3 MB/s | 178 kB 00:00 2024-01-21T09:15:44.558 INFO:teuthology.orchestra.run.smithi129.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 212 kB/s | 25 kB 00:00 2024-01-21T09:15:44.574 INFO:teuthology.orchestra.run.smithi084.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 229 kB/s | 25 kB 00:00 2024-01-21T09:15:44.691 INFO:teuthology.orchestra.run.smithi084.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 806 kB/s | 94 kB 00:00 2024-01-21T09:15:44.717 INFO:teuthology.orchestra.run.smithi129.stdout:(7/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 7.9 MB/s | 9.6 MB 00:01 2024-01-21T09:15:44.742 INFO:teuthology.orchestra.run.smithi129.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 511 kB/s | 94 kB 00:00 2024-01-21T09:15:44.801 INFO:teuthology.orchestra.run.smithi129.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 7.1 MB/s | 3.9 MB 00:00 2024-01-21T09:15:44.926 INFO:teuthology.orchestra.run.smithi129.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 420 kB/s | 53 kB 00:00 2024-01-21T09:15:45.018 INFO:teuthology.orchestra.run.smithi129.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 446 kB/s | 41 kB 00:00 2024-01-21T09:15:45.024 INFO:teuthology.orchestra.run.smithi084.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 4.8 MB/s | 3.9 MB 00:00 2024-01-21T09:15:45.277 INFO:teuthology.orchestra.run.smithi129.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 15 MB/s | 8.1 MB 00:00 2024-01-21T09:15:45.450 INFO:teuthology.orchestra.run.smithi084.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 6.0 MB/s | 2.5 MB 00:00 2024-01-21T09:15:45.493 INFO:teuthology.orchestra.run.smithi129.stdout:(13/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 3.4 MB/s | 2.5 MB 00:00 2024-01-21T09:15:45.494 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-01-21T09:15:45.494 INFO:teuthology.orchestra.run.smithi129.stdout:Total 13 MB/s | 27 MB 00:02 2024-01-21T09:15:45.550 INFO:teuthology.orchestra.run.smithi084.stdout:(10/13): buildah-1.32.0-1.module_el8+712+4cd1bd 4.7 MB/s | 9.6 MB 00:02 2024-01-21T09:15:45.567 INFO:teuthology.orchestra.run.smithi084.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 451 kB/s | 53 kB 00:00 2024-01-21T09:15:45.726 INFO:teuthology.orchestra.run.smithi084.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 7.9 MB/s | 8.1 MB 00:01 2024-01-21T09:15:45.757 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-01-21T09:15:45.778 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-01-21T09:15:45.778 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-01-21T09:15:45.784 INFO:teuthology.orchestra.run.smithi084.stdout:(13/13): yajl-2.1.0-12.el8.x86_64.rpm 175 kB/s | 41 kB 00:00 2024-01-21T09:15:45.784 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-01-21T09:15:45.785 INFO:teuthology.orchestra.run.smithi084.stdout:Total 12 MB/s | 27 MB 00:02 2024-01-21T09:15:46.020 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-01-21T09:15:46.023 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-01-21T09:15:46.050 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-01-21T09:15:46.070 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-01-21T09:15:46.070 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-01-21T09:15:46.317 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-01-21T09:15:46.320 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-01-21T09:15:46.691 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-01-21T09:15:46.917 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-21T09:15:46.995 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-01-21T09:15:47.096 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-21T09:15:47.213 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-21T09:15:47.295 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-21T09:15:47.383 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-21T09:15:47.524 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T09:15:47.600 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-21T09:15:47.827 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T09:15:48.080 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-21T09:15:48.389 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-21T09:15:49.067 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T09:15:49.285 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-21T09:15:49.367 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T09:15:49.486 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-21T09:15:49.587 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-21T09:15:49.716 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-21T09:15:49.783 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-21T09:15:50.037 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-21T09:15:50.122 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-21T09:15:50.456 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-21T09:15:51.028 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T09:15:51.250 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-21T09:15:51.366 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T09:15:51.428 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T09:15:51.600 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-21T09:15:51.798 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T09:15:51.852 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T09:15:51.852 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-21T09:15:51.852 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-21T09:15:51.852 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-21T09:15:51.852 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T09:15:51.852 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-21T09:15:51.852 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T09:15:51.853 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-21T09:15:51.853 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-21T09:15:51.853 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-21T09:15:51.853 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-21T09:15:51.853 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T09:15:51.853 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-21T09:15:52.224 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T09:15:52.225 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-21T09:15:52.225 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-21T09:15:52.225 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-21T09:15:52.225 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T09:15:52.225 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-21T09:15:52.225 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T09:15:52.225 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-21T09:15:52.225 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-21T09:15:52.225 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-21T09:15:52.225 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-21T09:15:52.225 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T09:15:52.225 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-21T09:15:52.326 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-21T09:15:52.326 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:15:52.326 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-01-21T09:15:52.326 INFO:teuthology.orchestra.run.smithi129.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T09:15:52.326 INFO:teuthology.orchestra.run.smithi129.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T09:15:52.326 INFO:teuthology.orchestra.run.smithi129.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-21T09:15:52.326 INFO:teuthology.orchestra.run.smithi129.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-21T09:15:52.326 INFO:teuthology.orchestra.run.smithi129.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T09:15:52.326 INFO:teuthology.orchestra.run.smithi129.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-21T09:15:52.326 INFO:teuthology.orchestra.run.smithi129.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-21T09:15:52.326 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-21T09:15:52.326 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-21T09:15:52.326 INFO:teuthology.orchestra.run.smithi129.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T09:15:52.327 INFO:teuthology.orchestra.run.smithi129.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-21T09:15:52.327 INFO:teuthology.orchestra.run.smithi129.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-21T09:15:52.327 INFO:teuthology.orchestra.run.smithi129.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-21T09:15:52.327 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:15:52.327 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-01-21T09:15:52.612 DEBUG:teuthology.parallel:result is None 2024-01-21T09:15:53.070 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-21T09:15:53.070 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-01-21T09:15:53.070 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-01-21T09:15:53.070 INFO:teuthology.orchestra.run.smithi084.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T09:15:53.071 INFO:teuthology.orchestra.run.smithi084.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T09:15:53.071 INFO:teuthology.orchestra.run.smithi084.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-21T09:15:53.071 INFO:teuthology.orchestra.run.smithi084.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-21T09:15:53.071 INFO:teuthology.orchestra.run.smithi084.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T09:15:53.071 INFO:teuthology.orchestra.run.smithi084.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-21T09:15:53.071 INFO:teuthology.orchestra.run.smithi084.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-21T09:15:53.071 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-21T09:15:53.071 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-21T09:15:53.071 INFO:teuthology.orchestra.run.smithi084.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T09:15:53.071 INFO:teuthology.orchestra.run.smithi084.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-21T09:15:53.071 INFO:teuthology.orchestra.run.smithi084.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-21T09:15:53.071 INFO:teuthology.orchestra.run.smithi084.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-21T09:15:53.071 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-01-21T09:15:53.071 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-01-21T09:15:53.361 DEBUG:teuthology.parallel:result is None 2024-01-21T09:15:53.362 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-21T09:15:53.433 INFO:tasks.cephadm:Config: {'avoid_pacific_features': True, 'cephadm_branch': 'v16.2.4', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.4', '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': 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec'} 2024-01-21T09:15:53.433 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.4 2024-01-21T09:15:53.434 INFO:tasks.cephadm:Cluster fsid is ad41ad8c-b83d-11ee-95b0-87774f69a715 2024-01-21T09:15:53.434 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-21T09:15:53.434 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-21T09:15:53.434 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi084': '172.21.15.84', 'mon.smithi129': '172.21.15.129'} 2024-01-21T09:15:53.434 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-21T09:15:53.434 DEBUG:teuthology.orchestra.run.smithi084:> sudo hostname $(hostname -s) 2024-01-21T09:15:53.461 DEBUG:teuthology.orchestra.run.smithi129:> sudo hostname $(hostname -s) 2024-01-21T09:15:53.492 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.4)... 2024-01-21T09:15:53.493 DEBUG:teuthology.orchestra.run.smithi084:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-21T09:15:53.932 INFO:teuthology.orchestra.run.smithi084.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Jan 21 09:15 /home/ubuntu/cephtest/cephadm 2024-01-21T09:15:53.932 DEBUG:teuthology.orchestra.run.smithi129:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-21T09:15:54.203 INFO:teuthology.orchestra.run.smithi129.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Jan 21 09:15 /home/ubuntu/cephtest/cephadm 2024-01-21T09:15:54.204 DEBUG:teuthology.orchestra.run.smithi084:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T09:15:54.223 DEBUG:teuthology.orchestra.run.smithi129:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T09:15:54.254 DEBUG:teuthology.orchestra.run.smithi084:> sudo mkdir -p /etc/ceph 2024-01-21T09:15:54.291 DEBUG:teuthology.orchestra.run.smithi129:> sudo mkdir -p /etc/ceph 2024-01-21T09:15:54.324 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod 777 /etc/ceph 2024-01-21T09:15:54.358 DEBUG:teuthology.orchestra.run.smithi129:> sudo chmod 777 /etc/ceph 2024-01-21T09:15:54.395 INFO:tasks.cephadm:Writing seed config... 2024-01-21T09:15:54.396 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-21T09:15:54.396 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-21T09:15:54.396 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-21T09:15:54.396 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-21T09:15:54.396 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-21T09:15:54.396 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-21T09:15:54.396 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-21T09:15:54.396 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-21T09:15:54.397 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-01-21T09:15:54.397 DEBUG:teuthology.orchestra.run.smithi084:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-21T09:15:54.416 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 = ad41ad8c-b83d-11ee-95b0-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-21T09:15:54.416 DEBUG:teuthology.orchestra.run.smithi084:mon.smithi084> sudo journalctl -f -n 0 -u ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mon.smithi084.service 2024-01-21T09:15:54.458 INFO:tasks.cephadm:Bootstrapping... 2024-01-21T09:15:54.459 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 -v bootstrap --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.84 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-21T09:15:54.485 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:-- Logs begin at Sun 2024-01-21 09:09:32 UTC. -- 2024-01-21T09:15:54.723 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-21T09:15:56.067 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: 4.6.1 2024-01-21T09:15:56.074 INFO:teuthology.orchestra.run.smithi084.stderr:Verifying podman|docker is present... 2024-01-21T09:15:56.074 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-21T09:15:56.097 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: 4.6.1 2024-01-21T09:15:56.106 INFO:teuthology.orchestra.run.smithi084.stderr:Verifying lvm2 is present... 2024-01-21T09:15:56.107 INFO:teuthology.orchestra.run.smithi084.stderr:Verifying time synchronization is in place... 2024-01-21T09:15:56.107 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl is-enabled chrony.service 2024-01-21T09:15:56.114 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T09:15:56.115 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl is-active chrony.service 2024-01-21T09:15:56.121 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: inactive 2024-01-21T09:15:56.121 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl is-enabled chronyd.service 2024-01-21T09:15:56.127 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: enabled 2024-01-21T09:15:56.128 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl is-active chronyd.service 2024-01-21T09:15:56.133 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: active 2024-01-21T09:15:56.134 INFO:teuthology.orchestra.run.smithi084.stderr:Unit chronyd.service is enabled and running 2024-01-21T09:15:56.134 INFO:teuthology.orchestra.run.smithi084.stderr:Repeating the final host check... 2024-01-21T09:15:56.134 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-21T09:15:56.153 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: 4.6.1 2024-01-21T09:15:56.164 INFO:teuthology.orchestra.run.smithi084.stderr:podman|docker (/bin/podman) is present 2024-01-21T09:15:56.164 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl is present 2024-01-21T09:15:56.164 INFO:teuthology.orchestra.run.smithi084.stderr:lvcreate is present 2024-01-21T09:15:56.164 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl is-enabled chrony.service 2024-01-21T09:15:56.170 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T09:15:56.170 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl is-active chrony.service 2024-01-21T09:15:56.175 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: inactive 2024-01-21T09:15:56.176 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl is-enabled chronyd.service 2024-01-21T09:15:56.181 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: enabled 2024-01-21T09:15:56.182 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl is-active chronyd.service 2024-01-21T09:15:56.187 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: active 2024-01-21T09:15:56.188 INFO:teuthology.orchestra.run.smithi084.stderr:Unit chronyd.service is enabled and running 2024-01-21T09:15:56.188 INFO:teuthology.orchestra.run.smithi084.stderr:Host looks OK 2024-01-21T09:15:56.188 INFO:teuthology.orchestra.run.smithi084.stderr:Cluster fsid: ad41ad8c-b83d-11ee-95b0-87774f69a715 2024-01-21T09:15:56.188 INFO:teuthology.orchestra.run.smithi084.stderr:Acquiring lock 139930634457216 on /run/cephadm/ad41ad8c-b83d-11ee-95b0-87774f69a715.lock 2024-01-21T09:15:56.188 INFO:teuthology.orchestra.run.smithi084.stderr:Lock 139930634457216 acquired on /run/cephadm/ad41ad8c-b83d-11ee-95b0-87774f69a715.lock 2024-01-21T09:15:56.189 INFO:teuthology.orchestra.run.smithi084.stderr:Verifying IP 172.21.15.84 port 3300 ... 2024-01-21T09:15:56.189 INFO:teuthology.orchestra.run.smithi084.stderr:Verifying IP 172.21.15.84 port 6789 ... 2024-01-21T09:15:56.189 INFO:teuthology.orchestra.run.smithi084.stderr:Base mon IP is 172.21.15.84, final addrv is [v2:172.21.15.84:3300,v1:172.21.15.84:6789] 2024-01-21T09:15:56.190 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /sbin/ip route ls 2024-01-21T09:15:56.192 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.84 metric 100 2024-01-21T09:15:56.192 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.84 metric 100 2024-01-21T09:15:56.192 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /sbin/ip -6 route ls 2024-01-21T09:15:56.195 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-21T09:15:56.195 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-21T09:15:56.195 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1796sec hoplimit 64 pref medium 2024-01-21T09:15:56.195 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /sbin/ip -6 addr ls 2024-01-21T09:15:56.197 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-21T09:15:56.198 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-21T09:15:56.198 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T09:15:56.198 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-21T09:15:56.198 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d751/64 scope link 2024-01-21T09:15:56.198 INFO:teuthology.orchestra.run.smithi084.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T09:15:56.199 INFO:teuthology.orchestra.run.smithi084.stderr:Mon IP 172.21.15.84 is in CIDR network 172.21.0.0/20 2024-01-21T09:15:56.199 INFO:teuthology.orchestra.run.smithi084.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-21T09:15:56.199 INFO:teuthology.orchestra.run.smithi084.stderr:Pulling container image docker.io/ceph/ceph:v16.2.4... 2024-01-21T09:15:56.200 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.4 2024-01-21T09:15:56.291 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.4... 2024-01-21T09:16:02.853 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Getting image source signatures 2024-01-21T09:16:02.867 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Copying blob sha256:551101690791055467b1840be133b2e6b029d263771bc6c46a96bb7acdacac39 2024-01-21T09:16:02.867 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-01-21T09:16:14.931 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Copying config sha256:8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2024-01-21T09:16:14.981 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: Writing manifest to image destination 2024-01-21T09:16:15.263 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2024-01-21T09:16:15.273 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --version 2024-01-21T09:16:15.768 INFO:teuthology.orchestra.run.smithi084.stderr:ceph: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2024-01-21T09:16:16.111 INFO:teuthology.orchestra.run.smithi084.stderr:Ceph version: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2024-01-21T09:16:16.111 INFO:teuthology.orchestra.run.smithi084.stderr:Extracting ceph user uid/gid from container image... 2024-01-21T09:16:16.111 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 -c %u %g /var/lib/ceph 2024-01-21T09:16:16.410 INFO:teuthology.orchestra.run.smithi084.stderr:stat: 167 167 2024-01-21T09:16:16.747 INFO:teuthology.orchestra.run.smithi084.stderr:Creating initial keys... 2024-01-21T09:16:16.747 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-01-21T09:16:16.994 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-authtool: AQDg4KxlIqizOhAAo5kfIuGY4vxxRNP0vtGFhA== 2024-01-21T09:16:17.327 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-01-21T09:16:17.569 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-authtool: AQDh4KxljiFaIRAA9mxO68vxU1JVzIJQA9jrtQ== 2024-01-21T09:16:17.893 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-01-21T09:16:18.127 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-authtool: AQDi4Kxlk1YHBxAA6jCwbReWG7GPig+Tu225Pg== 2024-01-21T09:16:18.457 INFO:teuthology.orchestra.run.smithi084.stderr:Creating initial monmap... 2024-01-21T09:16:18.457 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpb2kmjeju:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --create --clobber --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 --addv smithi084 [v2:172.21.15.84:3300,v1:172.21.15.84:6789] /tmp/monmap 2024-01-21T09:16:18.677 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T09:16:18.677 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to ad41ad8c-b83d-11ee-95b0-87774f69a715 2024-01-21T09:16:18.677 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T09:16:19.001 INFO:teuthology.orchestra.run.smithi084.stderr:monmaptool for smithi084 [v2:172.21.15.84:3300,v1:172.21.15.84:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T09:16:19.001 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/monmaptool: set fsid to ad41ad8c-b83d-11ee-95b0-87774f69a715 2024-01-21T09:16:19.002 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T09:16:19.002 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-01-21T09:16:19.002 INFO:teuthology.orchestra.run.smithi084.stderr:Creating mon... 2024-01-21T09:16:19.003 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/mon.smithi084:/var/lib/ceph/mon/ceph-smithi084:z -v /tmp/ceph-tmpm9qq5mwf:/tmp/keyring:z -v /tmp/ceph-tmpb2kmjeju:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --mkfs -i smithi084 --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2024-01-21T09:16:19.295 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.267+0000 7f593bcde700 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T09:16:19.295 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.267+0000 7f593bcde700 1 imported monmap: 2024-01-21T09:16:19.295 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-21T09:16:19.295 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 2024-01-21T09:16:19.295 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: last_changed 2024-01-21T09:16:18.673152+0000 2024-01-21T09:16:19.295 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: created 2024-01-21T09:16:18.673152+0000 2024-01-21T09:16:19.295 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-21T09:16:19.295 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-21T09:16:19.295 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon.smithi084 2024-01-21T09:16:19.295 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: 2024-01-21T09:16:19.295 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.267+0000 7f593bcde700 0 /usr/bin/ceph-mon: set fsid to ad41ad8c-b83d-11ee-95b0-87774f69a715 2024-01-21T09:16:19.296 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T09:16:19.296 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: 2024-01-21T09:16:19.296 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T09:16:19.296 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Compile date May 13 2021 2024-01-21T09:16:19.296 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: DB SUMMARY 2024-01-21T09:16:19.296 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: 2024-01-21T09:16:19.296 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi084/store.db dir, Total Num: 0, files: 2024-01-21T09:16:19.296 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: 2024-01-21T09:16:19.296 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi084/store.db: 2024-01-21T09:16:19.296 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: 2024-01-21T09:16:19.296 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.error_if_exists: 0 2024-01-21T09:16:19.296 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.create_if_missing: 1 2024-01-21T09:16:19.296 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T09:16:19.296 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.env: 0x55e0ddf5b1c0 2024-01-21T09:16:19.297 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.fs: Posix File System 2024-01-21T09:16:19.297 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.info_log: 0x55e0df11aec0 2024-01-21T09:16:19.297 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T09:16:19.297 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.statistics: (nil) 2024-01-21T09:16:19.297 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.use_fsync: 0 2024-01-21T09:16:19.297 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T09:16:19.297 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T09:16:19.297 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T09:16:19.297 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T09:16:19.297 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T09:16:19.297 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T09:16:19.297 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T09:16:19.297 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T09:16:19.297 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T09:16:19.297 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T09:16:19.298 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T09:16:19.298 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.db_log_dir: 2024-01-21T09:16:19.298 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi084/store.db 2024-01-21T09:16:19.298 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T09:16:19.298 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T09:16:19.298 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T09:16:19.298 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T09:16:19.298 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T09:16:19.298 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T09:16:19.298 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T09:16:19.298 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T09:16:19.298 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T09:16:19.298 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T09:16:19.298 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.write_buffer_manager: 0x55e0df121530 2024-01-21T09:16:19.298 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T09:16:19.299 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T09:16:19.299 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T09:16:19.299 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T09:16:19.299 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T09:16:19.299 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T09:16:19.299 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T09:16:19.299 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T09:16:19.299 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T09:16:19.299 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.unordered_write: 0 2024-01-21T09:16:19.299 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T09:16:19.299 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T09:16:19.299 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T09:16:19.299 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T09:16:19.299 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.row_cache: None 2024-01-21T09:16:19.299 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.wal_filter: None 2024-01-21T09:16:19.300 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T09:16:19.300 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T09:16:19.300 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T09:16:19.300 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.two_write_queues: 0 2024-01-21T09:16:19.300 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T09:16:19.300 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.atomic_flush: 0 2024-01-21T09:16:19.300 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T09:16:19.300 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T09:16:19.300 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T09:16:19.300 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T09:16:19.300 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T09:16:19.300 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T09:16:19.300 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T09:16:19.301 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T09:16:19.301 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T09:16:19.301 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T09:16:19.301 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T09:16:19.301 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T09:16:19.301 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T09:16:19.301 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T09:16:19.301 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T09:16:19.301 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.max_open_files: -1 2024-01-21T09:16:19.301 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T09:16:19.301 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T09:16:19.301 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T09:16:19.301 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T09:16:19.301 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Compression algorithms supported: 2024-01-21T09:16:19.301 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T09:16:19.302 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: kZSTD supported: 0 2024-01-21T09:16:19.302 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: kXpressCompression supported: 0 2024-01-21T09:16:19.302 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T09:16:19.302 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T09:16:19.302 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T09:16:19.302 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: kZlibCompression supported: 1 2024-01-21T09:16:19.302 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T09:16:19.302 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.268+0000 7f593bcde700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T09:16:19.302 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-21T09:16:19.302 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: 2024-01-21T09:16:19.302 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi084/store.db/MANIFEST-000001 2024-01-21T09:16:19.302 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: 2024-01-21T09:16:19.302 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T09:16:19.303 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: 2024-01-21T09:16:19.303 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T09:16:19.303 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.merge_operator: 2024-01-21T09:16:19.303 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.compaction_filter: None 2024-01-21T09:16:19.303 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T09:16:19.303 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T09:16:19.303 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T09:16:19.303 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e0df032120) 2024-01-21T09:16:19.303 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-21T09:16:19.303 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T09:16:19.303 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T09:16:19.303 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-21T09:16:19.303 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-21T09:16:19.303 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-21T09:16:19.304 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-21T09:16:19.304 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-21T09:16:19.304 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-21T09:16:19.304 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-21T09:16:19.304 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-21T09:16:19.304 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: block_cache: 0x55e0df068d10 2024-01-21T09:16:19.304 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-21T09:16:19.304 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-21T09:16:19.304 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-21T09:16:19.304 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-21T09:16:19.304 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-21T09:16:19.304 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-21T09:16:19.304 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-21T09:16:19.305 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-21T09:16:19.305 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-21T09:16:19.305 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-21T09:16:19.305 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-21T09:16:19.305 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-21T09:16:19.305 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-21T09:16:19.305 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-21T09:16:19.305 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-21T09:16:19.305 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T09:16:19.305 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-21T09:16:19.305 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-21T09:16:19.305 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-21T09:16:19.305 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-21T09:16:19.305 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-21T09:16:19.305 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-21T09:16:19.306 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: 2024-01-21T09:16:19.306 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T09:16:19.306 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T09:16:19.306 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.compression: NoCompression 2024-01-21T09:16:19.306 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T09:16:19.306 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T09:16:19.306 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T09:16:19.306 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.num_levels: 7 2024-01-21T09:16:19.306 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T09:16:19.306 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T09:16:19.306 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T09:16:19.306 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T09:16:19.307 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T09:16:19.307 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T09:16:19.307 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T09:16:19.307 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T09:16:19.307 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T09:16:19.307 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T09:16:19.307 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T09:16:19.307 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T09:16:19.307 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T09:16:19.307 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T09:16:19.307 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T09:16:19.307 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T09:16:19.307 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T09:16:19.307 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T09:16:19.307 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T09:16:19.308 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T09:16:19.308 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T09:16:19.308 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T09:16:19.308 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T09:16:19.308 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T09:16:19.308 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T09:16:19.308 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T09:16:19.308 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T09:16:19.308 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T09:16:19.308 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T09:16:19.308 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T09:16:19.308 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T09:16:19.308 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T09:16:19.308 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T09:16:19.309 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T09:16:19.309 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T09:16:19.309 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T09:16:19.309 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T09:16:19.309 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T09:16:19.309 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T09:16:19.309 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T09:16:19.309 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T09:16:19.309 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T09:16:19.309 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T09:16:19.309 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T09:16:19.309 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T09:16:19.309 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T09:16:19.309 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T09:16:19.309 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.table_properties_collectors: 2024-01-21T09:16:19.310 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T09:16:19.310 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T09:16:19.310 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T09:16:19.310 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T09:16:19.310 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T09:16:19.310 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.bloom_locality: 0 2024-01-21T09:16:19.310 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T09:16:19.310 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T09:16:19.310 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T09:16:19.310 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T09:16:19.310 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T09:16:19.310 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.ttl: 2592000 2024-01-21T09:16:19.310 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.269+0000 7f593bcde700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T09:16:19.310 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.270+0000 7f593bcde700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi084/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-21T09:16:19.311 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: 2024-01-21T09:16:19.311 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.270+0000 7f593bcde700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-21T09:16:19.311 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: 2024-01-21T09:16:19.311 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.272+0000 7f593bcde700 4 rocksdb: DB pointer 0x55e0df12d800 2024-01-21T09:16:19.311 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.272+0000 7f5924b77700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T09:16:19.311 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.272+0000 7f5924b77700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T09:16:19.311 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-21T09:16:19.311 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T09:16:19.311 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-21T09:16:19.311 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T09:16:19.311 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T09:16:19.311 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-21T09:16:19.311 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T09:16:19.311 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T09:16:19.311 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: 2024-01-21T09:16:19.312 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T09:16:19.312 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T09:16:19.312 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T09:16:19.312 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T09:16:19.312 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T09:16:19.312 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: 2024-01-21T09:16:19.312 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T09:16:19.312 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T09:16:19.312 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T09:16:19.312 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T09:16:19.312 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T09:16:19.312 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T09:16:19.312 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T09:16:19.312 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T09:16:19.313 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T09:16:19.313 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T09:16:19.313 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T09:16:19.313 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T09:16:19.313 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: 2024-01-21T09:16:19.313 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T09:16:19.313 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: 2024-01-21T09:16:19.313 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T09:16:19.313 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T09:16:19.313 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T09:16:19.313 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T09:16:19.313 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T09:16:19.313 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: 2024-01-21T09:16:19.313 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T09:16:19.313 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T09:16:19.314 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T09:16:19.314 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T09:16:19.314 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T09:16:19.314 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T09:16:19.314 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T09:16:19.314 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T09:16:19.314 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T09:16:19.314 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T09:16:19.314 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T09:16:19.314 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T09:16:19.314 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: 2024-01-21T09:16:19.314 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T09:16:19.314 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: 2024-01-21T09:16:19.314 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.274+0000 7f593bcde700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-21T09:16:19.314 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.274+0000 7f593bcde700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-21T09:16:19.315 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:16:19.274+0000 7f593bcde700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi084 for mon.smithi084 2024-01-21T09:16:19.632 INFO:teuthology.orchestra.run.smithi084.stderr:create mon.smithi084 on 2024-01-21T09:16:19.632 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715 2024-01-21T09:16:19.637 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl disable ceph.target 2024-01-21T09:16:19.725 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl enable ceph.target 2024-01-21T09:16:19.732 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-21T09:16:19.812 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl start ceph.target 2024-01-21T09:16:19.820 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl enable ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715.target 2024-01-21T09:16:19.826 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715.target → /etc/systemd/system/ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715.target. 2024-01-21T09:16:19.826 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715.target → /etc/systemd/system/ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715.target. 2024-01-21T09:16:19.901 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl start ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715.target 2024-01-21T09:16:19.917 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl daemon-reload 2024-01-21T09:16:19.998 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl stop ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mon.smithi084 2024-01-21T09:16:20.021 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl reset-failed ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mon.smithi084 2024-01-21T09:16:20.026 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Failed to reset failed state of unit ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mon.smithi084.service: Unit ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mon.smithi084.service not loaded. 2024-01-21T09:16:20.026 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl enable ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mon.smithi084 2024-01-21T09:16:20.032 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715.target.wants/ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mon.smithi084.service → /etc/systemd/system/ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@.service. 2024-01-21T09:16:20.115 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl start ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mon.smithi084 2024-01-21T09:16:20.377 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:20 smithi084 systemd[1]: Starting Ceph mon.smithi084 for ad41ad8c-b83d-11ee-95b0-87774f69a715... 2024-01-21T09:16:20.380 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-21T09:16:20.389 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: disabled 2024-01-21T09:16:20.389 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl is-active firewalld.service 2024-01-21T09:16:20.396 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: inactive 2024-01-21T09:16:20.397 INFO:teuthology.orchestra.run.smithi084.stderr:firewalld.service is not enabled 2024-01-21T09:16:20.397 INFO:teuthology.orchestra.run.smithi084.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T09:16:20.397 INFO:teuthology.orchestra.run.smithi084.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-01-21T09:16:20.397 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for mon to start... 2024-01-21T09:16:20.398 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for mon... 2024-01-21T09:16:20.398 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/mon.smithi084:/var/lib/ceph/mon/ceph-smithi084:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status 2024-01-21T09:16:20.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:20 smithi084 bash[34000]: d44cd8b521a8773fd791a65f4e7e782e7428eceb03b1344617367b448c2eeb2d 2024-01-21T09:16:20.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:20 smithi084 systemd[1]: Started Ceph mon.smithi084 for ad41ad8c-b83d-11ee-95b0-87774f69a715. 2024-01-21T09:16:20.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:20 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34014]: cluster 2024-01-21T09:16:20.427963+0000 mon.smithi084 (mon.0) 0 : [INF] mkfs ad41ad8c-b83d-11ee-95b0-87774f69a715 2024-01-21T09:16:20.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:20 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34014]: cluster 2024-01-21T09:16:20.400943+0000 mon.smithi084 (mon.0) 1 : cluster [INF] mon.smithi084 is new leader, mons smithi084 in quorum (ranks 0) 2024-01-21T09:16:20.839 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: cluster: 2024-01-21T09:16:20.839 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: id: ad41ad8c-b83d-11ee-95b0-87774f69a715 2024-01-21T09:16:20.839 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-21T09:16:20.839 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2024-01-21T09:16:20.839 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: services: 2024-01-21T09:16:20.839 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi084 (age 0.41267s) 2024-01-21T09:16:20.839 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-21T09:16:20.840 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-21T09:16:20.840 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2024-01-21T09:16:20.840 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: data: 2024-01-21T09:16:20.840 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-21T09:16:20.840 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-21T09:16:20.840 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-21T09:16:20.840 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: pgs: 2024-01-21T09:16:20.840 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2024-01-21T09:16:21.187 INFO:teuthology.orchestra.run.smithi084.stderr:mon is available 2024-01-21T09:16:21.187 INFO:teuthology.orchestra.run.smithi084.stderr:Assimilating anything we can from ceph.conf... 2024-01-21T09:16:21.188 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z -v /var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/mon.smithi084:/var/lib/ceph/mon/ceph-smithi084:z docker.io/ceph/ceph:v16.2.4 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi084/config 2024-01-21T09:16:21.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34014]: cluster 2024-01-21T09:16:20.424740+0000 mon.smithi084 (mon.0) 2 : cluster [INF] mon.smithi084 is new leader, mons smithi084 in quorum (ranks 0) 2024-01-21T09:16:21.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34014]: cluster 2024-01-21T09:16:20.424982+0000 mon.smithi084 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi084=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0]} 2024-01-21T09:16:21.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34014]: cluster 2024-01-21T09:16:20.434019+0000 mon.smithi084 (mon.0) 4 : cluster [DBG] fsmap 2024-01-21T09:16:21.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34014]: cluster 2024-01-21T09:16:20.444596+0000 mon.smithi084 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-21T09:16:21.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34014]: cluster 2024-01-21T09:16:20.446540+0000 mon.smithi084 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T09:16:21.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34014]: audit 2024-01-21T09:16:20.837379+0000 mon.smithi084 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.84:0/3994471781' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-21T09:16:21.628 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2024-01-21T09:16:21.629 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: [global] 2024-01-21T09:16:21.629 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: fsid = ad41ad8c-b83d-11ee-95b0-87774f69a715 2024-01-21T09:16:21.629 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.84:3300,v1:172.21.15.84:6789] 2024-01-21T09:16:21.629 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-21T09:16:21.629 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-21T09:16:21.629 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-21T09:16:21.629 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-21T09:16:21.629 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2024-01-21T09:16:21.629 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: [mgr] 2024-01-21T09:16:21.629 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-21T09:16:21.629 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2024-01-21T09:16:21.629 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: [osd] 2024-01-21T09:16:21.629 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-21T09:16:21.629 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: osd_memory_target_autotune = true 2024-01-21T09:16:21.629 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-21T09:16:21.970 INFO:teuthology.orchestra.run.smithi084.stderr:Generating new minimal ceph.conf... 2024-01-21T09:16:21.971 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z -v /var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/mon.smithi084:/var/lib/ceph/mon/ceph-smithi084:z docker.io/ceph/ceph:v16.2.4 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi084/config 2024-01-21T09:16:22.704 INFO:teuthology.orchestra.run.smithi084.stderr:Restarting the monitor... 2024-01-21T09:16:22.704 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl restart ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mon.smithi084 2024-01-21T09:16:22.710 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:22 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34014]: audit 2024-01-21T09:16:21.623952+0000 mon.smithi084 (mon.0) 8 : audit [INF] from='client.? 172.21.15.84:0/3583827511' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T09:16:22.710 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:22 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34014]: audit 2024-01-21T09:16:21.626617+0000 mon.smithi084 (mon.0) 9 : audit [INF] from='client.? 172.21.15.84:0/3583827511' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-21T09:16:22.710 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:22 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34014]: audit 2024-01-21T09:16:22.377082+0000 mon.smithi084 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.84:0/2665255662' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:16:22.984 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:22 smithi084 systemd[1]: Stopping Ceph mon.smithi084 for ad41ad8c-b83d-11ee-95b0-87774f69a715... 2024-01-21T09:16:22.984 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:22 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34014]: debug 2024-01-21T09:16:22.784+0000 7f983e36f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi084 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-21T09:16:22.985 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:22 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34014]: debug 2024-01-21T09:16:22.784+0000 7f983e36f700 -1 mon.smithi084@0(leader) e1 *** Got Signal Terminated *** 2024-01-21T09:16:23.262 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:22 smithi084 podman[34337]: ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084 2024-01-21T09:16:23.262 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 systemd[1]: ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mon.smithi084.service: Succeeded. 2024-01-21T09:16:23.262 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 systemd[1]: Stopped Ceph mon.smithi084 for ad41ad8c-b83d-11ee-95b0-87774f69a715. 2024-01-21T09:16:23.263 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 systemd[1]: Starting Ceph mon.smithi084 for ad41ad8c-b83d-11ee-95b0-87774f69a715... 2024-01-21T09:16:23.304 INFO:teuthology.orchestra.run.smithi084.stderr:Setting mon public_network to 172.21.0.0/20 2024-01-21T09:16:23.305 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mon public_network 172.21.0.0/20 2024-01-21T09:16:23.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 bash[34408]: 1732256cfe856554f6a2ac9eef833e9f3804dc747be25fb139e6ff5ab2eabd17 2024-01-21T09:16:23.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 systemd[1]: Started Ceph mon.smithi084 for ad41ad8c-b83d-11ee-95b0-87774f69a715. 2024-01-21T09:16:23.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.310+0000 7fbd2c492700 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T09:16:23.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.310+0000 7fbd2c492700 0 ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable), process ceph-mon, pid 7 2024-01-21T09:16:23.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.310+0000 7fbd2c492700 0 pidfile_write: ignore empty --pid-file 2024-01-21T09:16:23.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.315+0000 7fbd2c492700 0 load: jerasure load: lrc load: isa 2024-01-21T09:16:23.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T09:16:23.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: 2024-01-21T09:16:23.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T09:16:23.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Compile date May 13 2021 2024-01-21T09:16:23.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: DB SUMMARY 2024-01-21T09:16:23.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: 2024-01-21T09:16:23.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: CURRENT file: CURRENT 2024-01-21T09:16:23.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: 2024-01-21T09:16:23.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: IDENTITY file: IDENTITY 2024-01-21T09:16:23.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: 2024-01-21T09:16:23.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-21T09:16:23.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: 2024-01-21T09:16:23.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi084/store.db dir, Total Num: 1, files: 000004.sst 2024-01-21T09:16:23.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: 2024-01-21T09:16:23.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi084/store.db: 000006.log size: 80398 ; 2024-01-21T09:16:23.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: 2024-01-21T09:16:23.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.error_if_exists: 0 2024-01-21T09:16:23.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.create_if_missing: 0 2024-01-21T09:16:23.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T09:16:23.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.env: 0x55b7182381c0 2024-01-21T09:16:23.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.fs: Posix File System 2024-01-21T09:16:23.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.info_log: 0x55b719415960 2024-01-21T09:16:23.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T09:16:23.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.statistics: (nil) 2024-01-21T09:16:23.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.use_fsync: 0 2024-01-21T09:16:23.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T09:16:23.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T09:16:23.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T09:16:23.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T09:16:23.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T09:16:23.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T09:16:23.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T09:16:23.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T09:16:23.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T09:16:23.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T09:16:23.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T09:16:23.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.db_log_dir: 2024-01-21T09:16:23.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi084/store.db 2024-01-21T09:16:23.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T09:16:23.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T09:16:23.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T09:16:23.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T09:16:23.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T09:16:23.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T09:16:23.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T09:16:23.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T09:16:23.566 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T09:16:23.566 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T09:16:23.566 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.write_buffer_manager: 0x55b71a08a030 2024-01-21T09:16:23.566 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T09:16:23.566 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T09:16:23.566 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T09:16:23.566 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T09:16:23.566 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T09:16:23.566 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T09:16:23.566 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T09:16:23.566 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T09:16:23.566 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T09:16:23.566 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.unordered_write: 0 2024-01-21T09:16:23.566 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T09:16:23.567 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T09:16:23.567 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T09:16:23.567 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T09:16:23.567 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.row_cache: None 2024-01-21T09:16:23.567 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.wal_filter: None 2024-01-21T09:16:23.567 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T09:16:23.567 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T09:16:23.567 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T09:16:23.567 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.two_write_queues: 0 2024-01-21T09:16:23.567 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T09:16:23.567 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.atomic_flush: 0 2024-01-21T09:16:23.567 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T09:16:23.567 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T09:16:23.567 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T09:16:23.567 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T09:16:23.568 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T09:16:23.568 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T09:16:23.568 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T09:16:23.568 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T09:16:23.568 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T09:16:23.568 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T09:16:23.568 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T09:16:23.568 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T09:16:23.568 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T09:16:23.568 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T09:16:23.568 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T09:16:23.568 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_open_files: -1 2024-01-21T09:16:23.568 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T09:16:23.569 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T09:16:23.569 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T09:16:23.569 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T09:16:23.569 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Compression algorithms supported: 2024-01-21T09:16:23.569 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T09:16:23.569 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: kZSTD supported: 0 2024-01-21T09:16:23.569 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: kXpressCompression supported: 0 2024-01-21T09:16:23.569 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T09:16:23.569 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T09:16:23.569 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T09:16:23.569 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: kZlibCompression supported: 1 2024-01-21T09:16:23.569 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T09:16:23.569 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T09:16:23.570 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi084/store.db/MANIFEST-000005 2024-01-21T09:16:23.570 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: 2024-01-21T09:16:23.570 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T09:16:23.570 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: 2024-01-21T09:16:23.570 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T09:16:23.570 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.merge_operator: 2024-01-21T09:16:23.570 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.compaction_filter: None 2024-01-21T09:16:23.570 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T09:16:23.570 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T09:16:23.570 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T09:16:23.570 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b71932c128) 2024-01-21T09:16:23.570 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cache_index_and_filter_blocks: 1 2024-01-21T09:16:23.570 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T09:16:23.570 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T09:16:23.571 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: pin_top_level_index_and_filter: 1 2024-01-21T09:16:23.571 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: index_type: 0 2024-01-21T09:16:23.571 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: data_block_index_type: 0 2024-01-21T09:16:23.571 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: index_shortening: 1 2024-01-21T09:16:23.571 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: data_block_hash_table_util_ratio: 0.750000 2024-01-21T09:16:23.571 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: hash_index_allow_collision: 1 2024-01-21T09:16:23.571 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: checksum: 1 2024-01-21T09:16:23.571 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: no_block_cache: 0 2024-01-21T09:16:23.571 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: block_cache: 0x55b719362f10 2024-01-21T09:16:23.571 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: block_cache_name: BinnedLRUCache 2024-01-21T09:16:23.571 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: block_cache_options: 2024-01-21T09:16:23.571 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: capacity : 536870912 2024-01-21T09:16:23.571 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: num_shard_bits : 4 2024-01-21T09:16:23.571 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: strict_capacity_limit : 0 2024-01-21T09:16:23.571 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: high_pri_pool_ratio: 0.000 2024-01-21T09:16:23.572 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: block_cache_compressed: (nil) 2024-01-21T09:16:23.572 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: persistent_cache: (nil) 2024-01-21T09:16:23.572 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: block_size: 4096 2024-01-21T09:16:23.572 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: block_size_deviation: 10 2024-01-21T09:16:23.572 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: block_restart_interval: 16 2024-01-21T09:16:23.572 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: index_block_restart_interval: 1 2024-01-21T09:16:23.572 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: metadata_block_size: 4096 2024-01-21T09:16:23.572 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: partition_filters: 0 2024-01-21T09:16:23.572 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: use_delta_encoding: 1 2024-01-21T09:16:23.572 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T09:16:23.572 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: whole_key_filtering: 1 2024-01-21T09:16:23.572 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: verify_compression: 0 2024-01-21T09:16:23.572 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: read_amp_bytes_per_bit: 0 2024-01-21T09:16:23.572 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: format_version: 2 2024-01-21T09:16:23.573 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: enable_index_compression: 1 2024-01-21T09:16:23.573 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: block_align: 0 2024-01-21T09:16:23.573 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: 2024-01-21T09:16:23.573 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T09:16:23.573 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T09:16:23.573 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.compression: NoCompression 2024-01-21T09:16:23.573 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T09:16:23.573 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T09:16:23.573 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T09:16:23.573 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.num_levels: 7 2024-01-21T09:16:23.573 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T09:16:23.573 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T09:16:23.573 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T09:16:23.573 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T09:16:23.574 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T09:16:23.574 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T09:16:23.574 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T09:16:23.574 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T09:16:23.574 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T09:16:23.574 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T09:16:23.574 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T09:16:23.574 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T09:16:23.574 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T09:16:23.574 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T09:16:23.574 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T09:16:23.574 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T09:16:23.574 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T09:16:23.574 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T09:16:23.575 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T09:16:23.575 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T09:16:23.575 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T09:16:23.575 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T09:16:23.575 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T09:16:23.575 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T09:16:23.575 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T09:16:23.575 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T09:16:23.575 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T09:16:23.575 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T09:16:23.575 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T09:16:23.575 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T09:16:23.575 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T09:16:23.575 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T09:16:23.576 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T09:16:23.576 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T09:16:23.576 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T09:16:23.576 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T09:16:23.576 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T09:16:23.576 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T09:16:23.576 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T09:16:23.576 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T09:16:23.576 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T09:16:23.576 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T09:16:23.576 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T09:16:23.576 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T09:16:23.576 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T09:16:23.576 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T09:16:23.577 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T09:16:23.577 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.table_properties_collectors: 2024-01-21T09:16:23.577 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T09:16:23.577 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T09:16:23.577 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T09:16:23.577 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T09:16:23.577 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T09:16:23.577 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.bloom_locality: 0 2024-01-21T09:16:23.577 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T09:16:23.577 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T09:16:23.577 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T09:16:23.577 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T09:16:23.577 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T09:16:23.577 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.ttl: 2592000 2024-01-21T09:16:23.578 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.316+0000 7fbd2c492700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T09:16:23.578 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.317+0000 7fbd2c492700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi084/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-21T09:16:23.578 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: 2024-01-21T09:16:23.578 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.317+0000 7fbd2c492700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-21T09:16:23.578 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: 2024-01-21T09:16:23.578 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.317+0000 7fbd2c492700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705828583317972, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-21T09:16:23.578 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.317+0000 7fbd2c492700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-21T09:16:23.578 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.318+0000 7fbd2c492700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-21T09:16:23.578 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.318+0000 7fbd2c492700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705828583319061, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 77386, "table_properties": {"data_size": 75683, "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": 9152, "raw_average_key_size": 47, "raw_value_size": 70386, "raw_average_value_size": 364, "num_data_blocks": 10, "num_entries": 193, "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": 1705828583, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-21T09:16:23.578 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.318+0000 7fbd2c492700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-21T09:16:23.578 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: 2024-01-21T09:16:23.578 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.319+0000 7fbd2c492700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705828583319565, "job": 1, "event": "recovery_finished"} 2024-01-21T09:16:23.578 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.320+0000 7fbd2c492700 4 rocksdb: DB pointer 0x55b719427800 2024-01-21T09:16:23.579 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.320+0000 7fbd132aa700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T09:16:23.579 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.320+0000 7fbd132aa700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T09:16:23.579 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: ** DB Stats ** 2024-01-21T09:16:23.579 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T09:16:23.579 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-21T09:16:23.579 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T09:16:23.579 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T09:16:23.579 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-21T09:16:23.579 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T09:16:23.579 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T09:16:23.579 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: 2024-01-21T09:16:23.579 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: ** Compaction Stats [default] ** 2024-01-21T09:16:23.579 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T09:16:23.579 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T09:16:23.580 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: L0 2/0 77.26 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 101.0 0.00 0.00 1 0.001 0 0 2024-01-21T09:16:23.580 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Sum 2/0 77.26 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 101.0 0.00 0.00 1 0.001 0 0 2024-01-21T09:16:23.580 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 101.0 0.00 0.00 1 0.001 0 0 2024-01-21T09:16:23.580 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: 2024-01-21T09:16:23.580 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: ** Compaction Stats [default] ** 2024-01-21T09:16:23.580 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T09:16:23.580 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T09:16:23.580 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 101.0 0.00 0.00 1 0.001 0 0 2024-01-21T09:16:23.580 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T09:16:23.580 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T09:16:23.580 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T09:16:23.580 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T09:16:23.580 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T09:16:23.580 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T09:16:23.581 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Cumulative compaction: 0.00 GB write, 21.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T09:16:23.581 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Interval compaction: 0.00 GB write, 21.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T09:16:23.581 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T09:16:23.581 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: 2024-01-21T09:16:23.581 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T09:16:23.581 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: 2024-01-21T09:16:23.581 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: ** Compaction Stats [default] ** 2024-01-21T09:16:23.581 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T09:16:23.581 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T09:16:23.581 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: L0 2/0 77.26 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 101.0 0.00 0.00 1 0.001 0 0 2024-01-21T09:16:23.581 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Sum 2/0 77.26 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 101.0 0.00 0.00 1 0.001 0 0 2024-01-21T09:16:23.581 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T09:16:23.581 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: 2024-01-21T09:16:23.581 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: ** Compaction Stats [default] ** 2024-01-21T09:16:23.582 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T09:16:23.582 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T09:16:23.582 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 101.0 0.00 0.00 1 0.001 0 0 2024-01-21T09:16:23.582 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T09:16:23.582 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T09:16:23.582 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T09:16:23.582 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T09:16:23.582 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T09:16:23.583 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T09:16:23.583 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Cumulative compaction: 0.00 GB write, 21.03 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T09:16:23.583 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T09:16:23.583 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T09:16:23.583 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: 2024-01-21T09:16:23.583 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T09:16:23.583 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: 2024-01-21T09:16:23.583 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.321+0000 7fbd2c492700 0 starting mon.smithi084 rank 0 at public addrs [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] at bind addrs [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi084 fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 2024-01-21T09:16:23.583 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.322+0000 7fbd2c492700 1 mon.smithi084@-1(???) e1 preinit fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 2024-01-21T09:16:23.583 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.322+0000 7fbd2c492700 0 mon.smithi084@-1(???).mds e1 new map 2024-01-21T09:16:23.583 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.322+0000 7fbd2c492700 0 mon.smithi084@-1(???).mds e1 print_map 2024-01-21T09:16:23.583 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: e1 2024-01-21T09:16:23.583 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-21T09:16:23.584 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-21T09:16:23.584 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: legacy client fscid: -1 2024-01-21T09:16:23.584 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: 2024-01-21T09:16:23.584 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: No filesystems configured 2024-01-21T09:16:23.584 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: 2024-01-21T09:16:23.584 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.322+0000 7fbd2c492700 0 mon.smithi084@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-21T09:16:23.584 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.322+0000 7fbd2c492700 0 mon.smithi084@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T09:16:23.584 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.322+0000 7fbd2c492700 0 mon.smithi084@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T09:16:23.584 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.322+0000 7fbd2c492700 0 mon.smithi084@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T09:16:23.584 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:21.623952+0000 mon.smithi084 (mon.0) 8 : audit [INF] from='client.? 172.21.15.84:0/3583827511' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T09:16:23.584 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:21.626617+0000 mon.smithi084 (mon.0) 9 : audit [INF] from='client.? 172.21.15.84:0/3583827511' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-21T09:16:23.584 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:22.377082+0000 mon.smithi084 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.84:0/2665255662' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:16:23.584 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:16:23.323+0000 7fbd2c492700 1 mon.smithi084@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-21T09:16:23.585 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:23.339937+0000 mon.smithi084 (mon.0) 1 : cluster [INF] mon.smithi084 is new leader, mons smithi084 in quorum (ranks 0) 2024-01-21T09:16:23.585 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:23.340008+0000 mon.smithi084 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi084=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0]} 2024-01-21T09:16:23.585 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:23.340042+0000 mon.smithi084 (mon.0) 3 : cluster [DBG] fsmap 2024-01-21T09:16:23.585 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:23.340066+0000 mon.smithi084 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-21T09:16:23.585 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:23.340477+0000 mon.smithi084 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T09:16:24.028 INFO:teuthology.orchestra.run.smithi084.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-21T09:16:24.028 INFO:teuthology.orchestra.run.smithi084.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-21T09:16:24.029 INFO:teuthology.orchestra.run.smithi084.stderr:Creating mgr... 2024-01-21T09:16:24.029 INFO:teuthology.orchestra.run.smithi084.stderr:Verifying port 9283 ... 2024-01-21T09:16:24.031 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl daemon-reload 2024-01-21T09:16:24.123 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl stop ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mgr.smithi084.fwswku 2024-01-21T09:16:24.144 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl reset-failed ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mgr.smithi084.fwswku 2024-01-21T09:16:24.150 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Failed to reset failed state of unit ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mgr.smithi084.fwswku.service: Unit ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mgr.smithi084.fwswku.service not loaded. 2024-01-21T09:16:24.150 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl enable ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mgr.smithi084.fwswku 2024-01-21T09:16:24.156 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715.target.wants/ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mgr.smithi084.fwswku.service → /etc/systemd/system/ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@.service. 2024-01-21T09:16:24.235 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl start ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mgr.smithi084.fwswku 2024-01-21T09:16:24.538 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-21T09:16:24.547 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: disabled 2024-01-21T09:16:24.548 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl is-active firewalld.service 2024-01-21T09:16:24.555 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: inactive 2024-01-21T09:16:24.556 INFO:teuthology.orchestra.run.smithi084.stderr:firewalld.service is not enabled 2024-01-21T09:16:24.556 INFO:teuthology.orchestra.run.smithi084.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T09:16:24.556 INFO:teuthology.orchestra.run.smithi084.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-01-21T09:16:24.556 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-21T09:16:24.563 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: disabled 2024-01-21T09:16:24.564 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl is-active firewalld.service 2024-01-21T09:16:24.571 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: inactive 2024-01-21T09:16:24.572 INFO:teuthology.orchestra.run.smithi084.stderr:firewalld.service is not enabled 2024-01-21T09:16:24.572 INFO:teuthology.orchestra.run.smithi084.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-21T09:16:24.572 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for mgr to start... 2024-01-21T09:16:24.572 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for mgr... 2024-01-21T09:16:24.572 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-01-21T09:16:24.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:24 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:23.698313+0000 mon.smithi084 (mon.0) 6 : audit [INF] from='client.? 172.21.15.84:0/558910370' entity='client.admin' 2024-01-21T09:16:24.991 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2024-01-21T09:16:24.996 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: { 2024-01-21T09:16:24.997 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "fsid": "ad41ad8c-b83d-11ee-95b0-87774f69a715", 2024-01-21T09:16:24.997 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "health": { 2024-01-21T09:16:24.997 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T09:16:24.997 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T09:16:24.997 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T09:16:24.997 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2024-01-21T09:16:24.997 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T09:16:24.997 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T09:16:24.997 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 0 2024-01-21T09:16:24.997 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2024-01-21T09:16:24.997 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T09:16:24.997 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "smithi084" 2024-01-21T09:16:24.997 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2024-01-21T09:16:24.997 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum_age": 1, 2024-01-21T09:16:24.998 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T09:16:24.998 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:16:24.998 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T09:16:24.998 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T09:16:24.998 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2024-01-21T09:16:24.998 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T09:16:24.998 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:16:24.998 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T09:16:24.998 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T09:16:24.998 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T09:16:24.998 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T09:16:24.998 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T09:16:24.998 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T09:16:24.998 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2024-01-21T09:16:24.998 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T09:16:24.999 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T09:16:24.999 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T09:16:24.999 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T09:16:24.999 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T09:16:24.999 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T09:16:24.999 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T09:16:24.999 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T09:16:24.999 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T09:16:24.999 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2024-01-21T09:16:24.999 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T09:16:24.999 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:16:24.999 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T09:16:24.999 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T09:16:24.999 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2024-01-21T09:16:24.999 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T09:16:25.000 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "available": false, 2024-01-21T09:16:25.000 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T09:16:25.000 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T09:16:25.000 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "iostat", 2024-01-21T09:16:25.000 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "restful" 2024-01-21T09:16:25.000 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2024-01-21T09:16:25.000 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "services": {} 2024-01-21T09:16:25.000 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2024-01-21T09:16:25.000 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T09:16:25.000 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:16:25.000 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "modified": "2024-01-21T09:16:20.428367+0000", 2024-01-21T09:16:25.000 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "services": {} 2024-01-21T09:16:25.000 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2024-01-21T09:16:25.000 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T09:16:25.001 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: } 2024-01-21T09:16:25.353 INFO:teuthology.orchestra.run.smithi084.stderr:mgr not available, waiting (1/15)... 2024-01-21T09:16:26.059 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:25 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:24.990264+0000 mon.smithi084 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.84:0/339158306' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T09:16:27.355 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-01-21T09:16:27.770 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2024-01-21T09:16:27.770 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: { 2024-01-21T09:16:27.770 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "fsid": "ad41ad8c-b83d-11ee-95b0-87774f69a715", 2024-01-21T09:16:27.770 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "health": { 2024-01-21T09:16:27.770 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T09:16:27.771 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T09:16:27.771 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T09:16:27.771 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2024-01-21T09:16:27.771 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T09:16:27.771 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T09:16:27.771 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 0 2024-01-21T09:16:27.771 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2024-01-21T09:16:27.771 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T09:16:27.771 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "smithi084" 2024-01-21T09:16:27.771 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2024-01-21T09:16:27.771 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-01-21T09:16:27.771 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T09:16:27.771 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:16:27.771 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T09:16:27.771 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T09:16:27.772 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2024-01-21T09:16:27.772 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T09:16:27.772 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:16:27.772 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T09:16:27.772 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T09:16:27.772 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T09:16:27.778 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T09:16:27.778 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T09:16:27.778 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T09:16:27.778 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2024-01-21T09:16:27.778 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T09:16:27.778 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T09:16:27.778 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T09:16:27.778 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T09:16:27.778 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T09:16:27.778 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T09:16:27.779 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T09:16:27.779 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T09:16:27.779 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T09:16:27.779 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2024-01-21T09:16:27.779 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T09:16:27.779 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:16:27.779 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T09:16:27.779 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T09:16:27.779 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2024-01-21T09:16:27.779 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T09:16:27.779 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "available": false, 2024-01-21T09:16:27.779 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T09:16:27.779 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T09:16:27.779 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "iostat", 2024-01-21T09:16:27.779 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "restful" 2024-01-21T09:16:27.780 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2024-01-21T09:16:27.780 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "services": {} 2024-01-21T09:16:27.780 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2024-01-21T09:16:27.780 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T09:16:27.780 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:16:27.780 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "modified": "2024-01-21T09:16:20.428367+0000", 2024-01-21T09:16:27.780 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "services": {} 2024-01-21T09:16:27.780 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2024-01-21T09:16:27.780 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T09:16:27.780 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: } 2024-01-21T09:16:28.046 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:27 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:27.766978+0000 mon.smithi084 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.84:0/614135326' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T09:16:28.110 INFO:teuthology.orchestra.run.smithi084.stderr:mgr not available, waiting (2/15)... 2024-01-21T09:16:29.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:29 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:29.481186+0000 mon.smithi084 (mon.0) 9 : cluster [INF] Activating manager daemon smithi084.fwswku 2024-01-21T09:16:29.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:29 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:29.483683+0000 mon.smithi084 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi084.fwswku(active, starting, since 0.00257975s) 2024-01-21T09:16:29.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:29 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:29.484600+0000 mon.smithi084 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.84:0/409941513' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T09:16:29.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:29 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:29.484792+0000 mon.smithi084 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.84:0/409941513' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T09:16:29.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:29 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:29.484960+0000 mon.smithi084 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.84:0/409941513' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T09:16:29.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:29 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:29.485122+0000 mon.smithi084 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.84:0/409941513' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2024-01-21T09:16:29.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:29 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:29.485306+0000 mon.smithi084 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.84:0/409941513' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "mgr metadata", "who": "smithi084.fwswku", "id": "smithi084.fwswku"}]: dispatch 2024-01-21T09:16:29.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:29 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:29.498573+0000 mon.smithi084 (mon.0) 16 : cluster [INF] Manager daemon smithi084.fwswku is now available 2024-01-21T09:16:29.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:29 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:29.508271+0000 mon.smithi084 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.84:0/409941513' entity='mgr.smithi084.fwswku' 2024-01-21T09:16:29.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:29 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:29.509674+0000 mon.smithi084 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.84:0/409941513' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/mirror_snapshot_schedule"}]: dispatch 2024-01-21T09:16:29.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:29 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:29.510728+0000 mon.smithi084 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.84:0/409941513' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/trash_purge_schedule"}]: dispatch 2024-01-21T09:16:29.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:29 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:29.517724+0000 mon.smithi084 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.84:0/409941513' entity='mgr.smithi084.fwswku' 2024-01-21T09:16:29.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:29 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:29.522861+0000 mon.smithi084 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.84:0/409941513' entity='mgr.smithi084.fwswku' 2024-01-21T09:16:30.113 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-01-21T09:16:30.714 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 2024-01-21T09:16:30.714 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: { 2024-01-21T09:16:30.714 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "fsid": "ad41ad8c-b83d-11ee-95b0-87774f69a715", 2024-01-21T09:16:30.714 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "health": { 2024-01-21T09:16:30.714 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T09:16:30.714 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T09:16:30.714 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T09:16:30.714 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2024-01-21T09:16:30.714 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T09:16:30.714 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T09:16:30.714 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 0 2024-01-21T09:16:30.714 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2024-01-21T09:16:30.715 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T09:16:30.715 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "smithi084" 2024-01-21T09:16:30.715 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2024-01-21T09:16:30.715 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "quorum_age": 7, 2024-01-21T09:16:30.715 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T09:16:30.715 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:16:30.715 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T09:16:30.715 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T09:16:30.715 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2024-01-21T09:16:30.715 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T09:16:30.715 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:16:30.715 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T09:16:30.715 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T09:16:30.715 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T09:16:30.715 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T09:16:30.719 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T09:16:30.719 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T09:16:30.719 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2024-01-21T09:16:30.719 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T09:16:30.719 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T09:16:30.719 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T09:16:30.719 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T09:16:30.719 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T09:16:30.719 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T09:16:30.719 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T09:16:30.719 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T09:16:30.720 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T09:16:30.720 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2024-01-21T09:16:30.720 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T09:16:30.720 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:16:30.720 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T09:16:30.720 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T09:16:30.720 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2024-01-21T09:16:30.720 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T09:16:30.720 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "available": true, 2024-01-21T09:16:30.720 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T09:16:30.720 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T09:16:30.720 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "iostat", 2024-01-21T09:16:30.720 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "restful" 2024-01-21T09:16:30.721 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ], 2024-01-21T09:16:30.721 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "services": {} 2024-01-21T09:16:30.721 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2024-01-21T09:16:30.721 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T09:16:30.721 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:16:30.721 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "modified": "2024-01-21T09:16:20.428367+0000", 2024-01-21T09:16:30.721 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "services": {} 2024-01-21T09:16:30.721 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: }, 2024-01-21T09:16:30.721 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T09:16:30.721 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: } 2024-01-21T09:16:31.044 INFO:teuthology.orchestra.run.smithi084.stderr:mgr is available 2024-01-21T09:16:31.044 INFO:teuthology.orchestra.run.smithi084.stderr:Enabling cephadm module... 2024-01-21T09:16:31.044 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable cephadm 2024-01-21T09:16:31.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:31 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:30.485782+0000 mon.smithi084 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi084.fwswku(active, since 1.00468s) 2024-01-21T09:16:31.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:31 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:30.710543+0000 mon.smithi084 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.84:0/1899443473' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T09:16:32.787 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:32 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:31.555883+0000 mon.smithi084 (mon.0) 24 : audit [INF] from='client.? 172.21.15.84:0/4089323654' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-21T09:16:32.812 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2024-01-21T09:16:33.392 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: { 2024-01-21T09:16:33.392 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 4, 2024-01-21T09:16:33.392 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "available": true, 2024-01-21T09:16:33.392 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "active_name": "smithi084.fwswku", 2024-01-21T09:16:33.392 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T09:16:33.392 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: } 2024-01-21T09:16:33.678 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:33 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:32.492097+0000 mon.smithi084 (mon.0) 25 : audit [INF] from='client.? 172.21.15.84:0/4089323654' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-21T09:16:33.678 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:33 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:32.492154+0000 mon.smithi084 (mon.0) 26 : cluster [DBG] mgrmap e4: smithi084.fwswku(active, since 3s) 2024-01-21T09:16:33.678 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:33 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:33.390717+0000 mon.smithi084 (mon.0) 27 : audit [DBG] from='client.? 172.21.15.84:0/1582359541' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T09:16:33.717 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for the mgr to restart... 2024-01-21T09:16:33.717 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for mgr epoch 4... 2024-01-21T09:16:33.717 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2024-01-21T09:16:37.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:37 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:37.400959+0000 mon.smithi084 (mon.0) 28 : cluster [INF] Active manager daemon smithi084.fwswku restarted 2024-01-21T09:16:37.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:37 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:37.401330+0000 mon.smithi084 (mon.0) 29 : cluster [INF] Activating manager daemon smithi084.fwswku 2024-01-21T09:16:37.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:37 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:37.403083+0000 mon.smithi084 (mon.0) 30 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-21T09:16:38.473 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: { 2024-01-21T09:16:38.473 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mgrmap_epoch": 6, 2024-01-21T09:16:38.473 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T09:16:38.473 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: } 2024-01-21T09:16:38.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:37.453588+0000 mon.smithi084 (mon.0) 31 : cluster [DBG] mgrmap e5: smithi084.fwswku(active, starting, since 0.0523272s) 2024-01-21T09:16:38.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:37.454671+0000 mon.smithi084 (mon.0) 32 : audit [DBG] from='mgr.14114 172.21.15.84:0/848806172' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2024-01-21T09:16:38.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:37.455205+0000 mon.smithi084 (mon.0) 33 : audit [DBG] from='mgr.14114 172.21.15.84:0/848806172' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "mgr metadata", "who": "smithi084.fwswku", "id": "smithi084.fwswku"}]: dispatch 2024-01-21T09:16:38.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:37.455865+0000 mon.smithi084 (mon.0) 34 : audit [DBG] from='mgr.14114 172.21.15.84:0/848806172' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T09:16:38.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:37.455997+0000 mon.smithi084 (mon.0) 35 : audit [DBG] from='mgr.14114 172.21.15.84:0/848806172' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T09:16:38.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:37.456125+0000 mon.smithi084 (mon.0) 36 : audit [DBG] from='mgr.14114 172.21.15.84:0/848806172' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T09:16:38.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:37.469804+0000 mon.smithi084 (mon.0) 37 : cluster [INF] Manager daemon smithi084.fwswku is now available 2024-01-21T09:16:38.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:37.485160+0000 mon.smithi084 (mon.0) 38 : audit [INF] from='mgr.14114 172.21.15.84:0/848806172' entity='mgr.smithi084.fwswku' 2024-01-21T09:16:38.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:37.490346+0000 mon.smithi084 (mon.0) 39 : audit [INF] from='mgr.14114 172.21.15.84:0/848806172' entity='mgr.smithi084.fwswku' 2024-01-21T09:16:38.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:37.495621+0000 mon.smithi084 (mon.0) 40 : audit [INF] from='mgr.14114 172.21.15.84:0/848806172' entity='mgr.smithi084.fwswku' 2024-01-21T09:16:38.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:37.585172+0000 mon.smithi084 (mon.0) 41 : audit [INF] from='mgr.14114 172.21.15.84:0/848806172' entity='mgr.smithi084.fwswku' 2024-01-21T09:16:38.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:37.585855+0000 mon.smithi084 (mon.0) 42 : audit [DBG] from='mgr.14114 172.21.15.84:0/848806172' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:16:38.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:37.587038+0000 mon.smithi084 (mon.0) 43 : audit [DBG] from='mgr.14114 172.21.15.84:0/848806172' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:16:38.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:37.588770+0000 mon.smithi084 (mon.0) 44 : audit [DBG] from='mgr.14114 172.21.15.84:0/848806172' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:16:38.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:37.598730+0000 mon.smithi084 (mon.0) 45 : audit [INF] from='mgr.14114 172.21.15.84:0/848806172' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/mirror_snapshot_schedule"}]: dispatch 2024-01-21T09:16:38.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:37.599873+0000 mon.smithi084 (mon.0) 46 : audit [INF] from='mgr.14114 172.21.15.84:0/848806172' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/trash_purge_schedule"}]: dispatch 2024-01-21T09:16:39.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:38.462471+0000 mgr.smithi084.fwswku (mgr.14114) 1 : audit [DBG] from='client.14118 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T09:16:39.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:38.463131+0000 mon.smithi084 (mon.0) 47 : cluster [DBG] mgrmap e6: smithi084.fwswku(active, since 1.06186s) 2024-01-21T09:16:39.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:38.470884+0000 mgr.smithi084.fwswku (mgr.14114) 2 : audit [DBG] from='client.14118 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T09:16:40.052 INFO:teuthology.orchestra.run.smithi084.stderr:mgr epoch 4 is available 2024-01-21T09:16:40.052 INFO:teuthology.orchestra.run.smithi084.stderr:Setting orchestrator backend to cephadm... 2024-01-21T09:16:40.052 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch set backend cephadm 2024-01-21T09:16:40.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:40 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:39.469546+0000 mon.smithi084 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi084.fwswku(active, since 2s) 2024-01-21T09:16:41.732 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm set-user root 2024-01-21T09:16:42.190 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: value unchanged 2024-01-21T09:16:42.467 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:42 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:41.391995+0000 mgr.smithi084.fwswku (mgr.14114) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:16:42.468 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:42 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:41.395597+0000 mon.smithi084 (mon.0) 49 : audit [INF] from='mgr.14114 172.21.15.84:0/848806172' entity='mgr.smithi084.fwswku' 2024-01-21T09:16:42.468 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:42 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:41.398633+0000 mon.smithi084 (mon.0) 50 : audit [DBG] from='mgr.14114 172.21.15.84:0/848806172' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:16:42.524 INFO:teuthology.orchestra.run.smithi084.stderr:Generating ssh key... 2024-01-21T09:16:42.524 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm generate-key 2024-01-21T09:16:43.459 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:43 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:42.189471+0000 mgr.smithi084.fwswku (mgr.14114) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:16:43.459 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:43 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:43.166579+0000 mon.smithi084 (mon.0) 51 : audit [INF] from='mgr.14114 172.21.15.84:0/848806172' entity='mgr.smithi084.fwswku' 2024-01-21T09:16:43.459 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:43 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:43.168644+0000 mon.smithi084 (mon.0) 52 : audit [INF] from='mgr.14114 172.21.15.84:0/848806172' entity='mgr.smithi084.fwswku' 2024-01-21T09:16:43.490 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm get-pub-key 2024-01-21T09:16:43.983 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDvK152i2qRam3Otxow0TxNpd7YCe7vAJdtSQMnmoxnn5OLTF2tZzNwv81ewpX+touOHwt7Nv96fKT8d192WlHrSmLqSoTJeReRNLZEqmleXoBd/GLhS4FOAWGhFpz2tjXqzj1rq5ajOpKsaO5IbKnvzsh/4/5VGUYFL7qltGDBipGxtP74TPtixpOMrtRBmiGfQJ+7v8sgLvyNy0xmmFO1R+luE4W6jvItaY4OnM5GnXde89Or5UPF59m1GdjpZds/VXA03t/7UtvkbBePFFqD4Ra55RYvFgzQtGVh0jZccmDxJWvzOyIsowUzsXWsmSKXKIloF6dUvqTQrfqU0sv6NeSYXOyke8DikmhKDH2qI8/NCaFzsvTOH62ktNQ2mjNNQtNU5ocxAZpeWp+8/VUqKtb/3G4l6qvA9izGfqfC8cLUZm9zU82eyjKBmmDnpSwDwigP/ebZ6urppAF2ByWwwYkKySYNcwF143TTAPI+ypYuJyX0MHoNQiX4M1jBXaM= ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715 2024-01-21T09:16:44.324 INFO:teuthology.orchestra.run.smithi084.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-21T09:16:44.325 INFO:teuthology.orchestra.run.smithi084.stderr:Adding key to root@localhost authorized_keys... 2024-01-21T09:16:44.325 INFO:teuthology.orchestra.run.smithi084.stderr:Adding host smithi084... 2024-01-21T09:16:44.325 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch host add smithi084 172.21.15.84 2024-01-21T09:16:44.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:44 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cephadm 2024-01-21T09:16:43.015784+0000 mgr.smithi084.fwswku (mgr.14114) 6 : cephadm [INF] Generating ssh key... 2024-01-21T09:16:45.413 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Added host 'smithi084' 2024-01-21T09:16:45.675 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:45 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:43.982707+0000 mgr.smithi084.fwswku (mgr.14114) 7 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:16:45.714 INFO:teuthology.orchestra.run.smithi084.stderr:Deploying mon service with default placement... 2024-01-21T09:16:45.714 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mon 2024-01-21T09:16:46.201 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-21T09:16:46.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:46 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:44.833298+0000 mgr.smithi084.fwswku (mgr.14114) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi084", "addr": "172.21.15.84", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:16:46.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:46 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:45.411456+0000 mon.smithi084 (mon.0) 53 : audit [INF] from='mgr.14114 172.21.15.84:0/848806172' entity='mgr.smithi084.fwswku' 2024-01-21T09:16:46.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:46 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cephadm 2024-01-21T09:16:45.411725+0000 mgr.smithi084.fwswku (mgr.14114) 9 : cephadm [INF] Added host smithi084 2024-01-21T09:16:46.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:46 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:45.411948+0000 mon.smithi084 (mon.0) 54 : audit [DBG] from='mgr.14114 172.21.15.84:0/848806172' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:16:46.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:46 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:46.200109+0000 mon.smithi084 (mon.0) 55 : audit [INF] from='mgr.14114 172.21.15.84:0/848806172' entity='mgr.smithi084.fwswku' 2024-01-21T09:16:47.065 INFO:teuthology.orchestra.run.smithi084.stderr:Deploying mgr service with default placement... 2024-01-21T09:16:47.065 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mgr 2024-01-21T09:16:47.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:47 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:46.197142+0000 mgr.smithi084.fwswku (mgr.14114) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:16:47.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:47 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cephadm 2024-01-21T09:16:46.197839+0000 mgr.smithi084.fwswku (mgr.14114) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-21T09:16:48.291 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-21T09:16:49.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:49 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:48.288298+0000 mgr.smithi084.fwswku (mgr.14114) 12 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:16:49.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:49 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cephadm 2024-01-21T09:16:48.288813+0000 mgr.smithi084.fwswku (mgr.14114) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-21T09:16:49.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:49 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:48.290923+0000 mon.smithi084 (mon.0) 56 : audit [INF] from='mgr.14114 172.21.15.84:0/848806172' entity='mgr.smithi084.fwswku' 2024-01-21T09:16:50.192 INFO:teuthology.orchestra.run.smithi084.stderr:Deploying crash service with default placement... 2024-01-21T09:16:50.192 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply crash 2024-01-21T09:16:51.182 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-21T09:16:51.555 INFO:teuthology.orchestra.run.smithi084.stderr:Enabling mgr prometheus module... 2024-01-21T09:16:51.556 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable prometheus 2024-01-21T09:16:52.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:52 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:51.178376+0000 mgr.smithi084.fwswku (mgr.14114) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:16:52.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:52 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cephadm 2024-01-21T09:16:51.178969+0000 mgr.smithi084.fwswku (mgr.14114) 15 : cephadm [INF] Saving service crash spec with placement * 2024-01-21T09:16:52.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:52 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:51.181041+0000 mon.smithi084 (mon.0) 57 : audit [INF] from='mgr.14114 172.21.15.84:0/848806172' entity='mgr.smithi084.fwswku' 2024-01-21T09:16:52.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:52 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:52.057167+0000 mon.smithi084 (mon.0) 58 : audit [INF] from='client.? 172.21.15.84:0/472462219' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-21T09:16:52.580 INFO:teuthology.orchestra.run.smithi084.stderr:Deploying prometheus service with default placement... 2024-01-21T09:16:52.580 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply prometheus 2024-01-21T09:16:53.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:53 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:52.187902+0000 mon.smithi084 (mon.0) 59 : audit [INF] from='client.? 172.21.15.84:0/472462219' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-21T09:16:53.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:53 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:52.187959+0000 mon.smithi084 (mon.0) 60 : cluster [DBG] mgrmap e8: smithi084.fwswku(active, since 14s) 2024-01-21T09:16:57.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:57 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:57.112085+0000 mon.smithi084 (mon.0) 61 : cluster [INF] Active manager daemon smithi084.fwswku restarted 2024-01-21T09:16:57.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:57 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:57.112473+0000 mon.smithi084 (mon.0) 62 : cluster [INF] Activating manager daemon smithi084.fwswku 2024-01-21T09:16:57.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:57 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:57.114017+0000 mon.smithi084 (mon.0) 63 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-21T09:16:58.180 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-21T09:16:58.440 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:58 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:57.164847+0000 mon.smithi084 (mon.0) 64 : cluster [DBG] mgrmap e9: smithi084.fwswku(active, starting, since 0.0524558s) 2024-01-21T09:16:58.440 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:58 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:57.165918+0000 mon.smithi084 (mon.0) 65 : audit [DBG] from='mgr.14142 172.21.15.84:0/1478357288' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2024-01-21T09:16:58.440 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:58 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:57.166573+0000 mon.smithi084 (mon.0) 66 : audit [DBG] from='mgr.14142 172.21.15.84:0/1478357288' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "mgr metadata", "who": "smithi084.fwswku", "id": "smithi084.fwswku"}]: dispatch 2024-01-21T09:16:58.440 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:58 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:57.167161+0000 mon.smithi084 (mon.0) 67 : audit [DBG] from='mgr.14142 172.21.15.84:0/1478357288' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T09:16:58.440 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:58 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:57.167346+0000 mon.smithi084 (mon.0) 68 : audit [DBG] from='mgr.14142 172.21.15.84:0/1478357288' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T09:16:58.440 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:58 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:57.167509+0000 mon.smithi084 (mon.0) 69 : audit [DBG] from='mgr.14142 172.21.15.84:0/1478357288' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T09:16:58.440 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:58 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:57.180917+0000 mon.smithi084 (mon.0) 70 : cluster [INF] Manager daemon smithi084.fwswku is now available 2024-01-21T09:16:58.440 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:58 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:57.276528+0000 mon.smithi084 (mon.0) 71 : audit [DBG] from='mgr.14142 172.21.15.84:0/1478357288' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:16:58.440 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:58 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:57.277862+0000 mon.smithi084 (mon.0) 72 : audit [DBG] from='mgr.14142 172.21.15.84:0/1478357288' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:16:58.440 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:58 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:57.292705+0000 mon.smithi084 (mon.0) 73 : audit [INF] from='mgr.14142 172.21.15.84:0/1478357288' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/mirror_snapshot_schedule"}]: dispatch 2024-01-21T09:16:58.440 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:58 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:57.299981+0000 mon.smithi084 (mon.0) 74 : audit [INF] from='mgr.14142 172.21.15.84:0/1478357288' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/trash_purge_schedule"}]: dispatch 2024-01-21T09:16:58.479 INFO:teuthology.orchestra.run.smithi084.stderr:Deploying grafana service with default placement... 2024-01-21T09:16:58.480 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply grafana 2024-01-21T09:16:59.021 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-21T09:16:59.306 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:59 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:16:58.171763+0000 mon.smithi084 (mon.0) 75 : cluster [DBG] mgrmap e10: smithi084.fwswku(active, since 1.05937s) 2024-01-21T09:16:59.306 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:59 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cephadm 2024-01-21T09:16:58.173055+0000 mgr.smithi084.fwswku (mgr.14142) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-21T09:16:59.306 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:59 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:58.178516+0000 mon.smithi084 (mon.0) 76 : audit [INF] from='mgr.14142 172.21.15.84:0/1478357288' entity='mgr.smithi084.fwswku' 2024-01-21T09:16:59.306 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:16:59 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:59.019782+0000 mon.smithi084 (mon.0) 77 : audit [INF] from='mgr.14142 172.21.15.84:0/1478357288' entity='mgr.smithi084.fwswku' 2024-01-21T09:16:59.362 INFO:teuthology.orchestra.run.smithi084.stderr:Deploying node-exporter service with default placement... 2024-01-21T09:16:59.362 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply node-exporter 2024-01-21T09:16:59.878 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-21T09:17:00.245 INFO:teuthology.orchestra.run.smithi084.stderr:Deploying alertmanager service with default placement... 2024-01-21T09:17:00.246 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply alertmanager 2024-01-21T09:17:00.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:00 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:59.017059+0000 mgr.smithi084.fwswku (mgr.14142) 3 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:17:00.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:00 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cephadm 2024-01-21T09:16:59.017586+0000 mgr.smithi084.fwswku (mgr.14142) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-21T09:17:00.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:00 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:59.876679+0000 mon.smithi084 (mon.0) 78 : audit [INF] from='mgr.14142 172.21.15.84:0/1478357288' entity='mgr.smithi084.fwswku' 2024-01-21T09:17:00.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:00 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:00.021796+0000 mon.smithi084 (mon.0) 79 : cluster [DBG] mgrmap e11: smithi084.fwswku(active, since 2s) 2024-01-21T09:17:00.771 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-21T09:17:01.103 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/cephadm/container_init True --force 2024-01-21T09:17:01.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:01 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:16:59.873812+0000 mgr.smithi084.fwswku (mgr.14142) 5 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:17:01.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:01 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cephadm 2024-01-21T09:16:59.874482+0000 mgr.smithi084.fwswku (mgr.14142) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-21T09:17:01.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:01 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:00.770973+0000 mon.smithi084 (mon.0) 80 : audit [INF] from='mgr.14142 172.21.15.84:0/1478357288' entity='mgr.smithi084.fwswku' 2024-01-21T09:17:02.061 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/dashboard/ssl_server_port 8443 2024-01-21T09:17:02.559 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:02 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:00.768263+0000 mgr.smithi084.fwswku (mgr.14142) 7 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:17:02.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:02 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cephadm 2024-01-21T09:17:00.768761+0000 mgr.smithi084.fwswku (mgr.14142) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-21T09:17:02.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:02 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:01.733851+0000 mon.smithi084 (mon.0) 81 : audit [INF] from='client.? 172.21.15.84:0/2441472798' entity='client.admin' 2024-01-21T09:17:02.886 INFO:teuthology.orchestra.run.smithi084.stderr:Enabling the dashboard module... 2024-01-21T09:17:02.886 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable dashboard 2024-01-21T09:17:03.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:03 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:02.554698+0000 mon.smithi084 (mon.0) 82 : audit [INF] from='client.? 172.21.15.84:0/3410686828' entity='client.admin' 2024-01-21T09:17:03.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:03 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:03.388627+0000 mon.smithi084 (mon.0) 83 : audit [INF] from='client.? 172.21.15.84:0/836678709' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-21T09:17:04.695 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2024-01-21T09:17:05.237 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: { 2024-01-21T09:17:05.237 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "epoch": 12, 2024-01-21T09:17:05.237 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "available": true, 2024-01-21T09:17:05.238 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "active_name": "smithi084.fwswku", 2024-01-21T09:17:05.238 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T09:17:05.238 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: } 2024-01-21T09:17:05.493 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:05 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:04.336564+0000 mon.smithi084 (mon.0) 84 : audit [INF] from='client.? 172.21.15.84:0/836678709' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-21T09:17:05.493 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:05 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:04.336615+0000 mon.smithi084 (mon.0) 85 : cluster [DBG] mgrmap e12: smithi084.fwswku(active, since 7s) 2024-01-21T09:17:05.493 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:05 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:05.236140+0000 mon.smithi084 (mon.0) 86 : audit [DBG] from='client.? 172.21.15.84:0/3204657395' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T09:17:05.560 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for the mgr to restart... 2024-01-21T09:17:05.561 INFO:teuthology.orchestra.run.smithi084.stderr:Waiting for mgr epoch 12... 2024-01-21T09:17:05.561 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2024-01-21T09:17:09.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:09 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:09.315980+0000 mon.smithi084 (mon.0) 87 : cluster [INF] Active manager daemon smithi084.fwswku restarted 2024-01-21T09:17:09.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:09 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:09.316378+0000 mon.smithi084 (mon.0) 88 : cluster [INF] Activating manager daemon smithi084.fwswku 2024-01-21T09:17:09.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:09 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:09.318191+0000 mon.smithi084 (mon.0) 89 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-21T09:17:10.351 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: { 2024-01-21T09:17:10.351 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "mgrmap_epoch": 14, 2024-01-21T09:17:10.351 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T09:17:10.351 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: } 2024-01-21T09:17:10.620 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:09.337199+0000 mon.smithi084 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi084.fwswku(active, starting, since 0.0209061s) 2024-01-21T09:17:10.620 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:09.338066+0000 mon.smithi084 (mon.0) 91 : audit [DBG] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "mon metadata", "id": "smithi084"}]: dispatch 2024-01-21T09:17:10.620 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:09.338681+0000 mon.smithi084 (mon.0) 92 : audit [DBG] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "mgr metadata", "who": "smithi084.fwswku", "id": "smithi084.fwswku"}]: dispatch 2024-01-21T09:17:10.620 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:09.339449+0000 mon.smithi084 (mon.0) 93 : audit [DBG] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T09:17:10.620 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:09.339586+0000 mon.smithi084 (mon.0) 94 : audit [DBG] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T09:17:10.621 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:09.339704+0000 mon.smithi084 (mon.0) 95 : audit [DBG] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T09:17:10.621 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:09.353690+0000 mon.smithi084 (mon.0) 96 : cluster [INF] Manager daemon smithi084.fwswku is now available 2024-01-21T09:17:10.621 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:09.449665+0000 mon.smithi084 (mon.0) 97 : audit [DBG] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:17:10.621 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:09.451917+0000 mon.smithi084 (mon.0) 98 : audit [DBG] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:17:10.621 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:09.466865+0000 mon.smithi084 (mon.0) 99 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/mirror_snapshot_schedule"}]: dispatch 2024-01-21T09:17:10.621 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:09.468818+0000 mon.smithi084 (mon.0) 100 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/trash_purge_schedule"}]: dispatch 2024-01-21T09:17:10.648 INFO:teuthology.orchestra.run.smithi084.stderr:mgr epoch 12 is available 2024-01-21T09:17:10.648 INFO:teuthology.orchestra.run.smithi084.stderr:Generating a dashboard self-signed certificate... 2024-01-21T09:17:10.648 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 dashboard create-self-signed-cert 2024-01-21T09:17:11.244 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-21T09:17:11.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:11 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:10.342292+0000 mgr.smithi084.fwswku (mgr.14162) 1 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T09:17:11.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:11 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:10.342876+0000 mon.smithi084 (mon.0) 101 : cluster [DBG] mgrmap e14: smithi084.fwswku(active, since 1.02658s) 2024-01-21T09:17:11.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:11 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:10.349079+0000 mgr.smithi084.fwswku (mgr.14162) 2 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T09:17:11.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:11 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:11.240511+0000 mon.smithi084 (mon.0) 102 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' 2024-01-21T09:17:11.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:11 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:11.243025+0000 mon.smithi084 (mon.0) 103 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' 2024-01-21T09:17:12.459 INFO:teuthology.orchestra.run.smithi084.stderr:Creating initial admin user... 2024-01-21T09:17:12.460 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpmym9vttc:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.4 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-01-21T09:17:12.598 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:12 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:11.131480+0000 mgr.smithi084.fwswku (mgr.14162) 3 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:17:12.598 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:12 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:12.245768+0000 mon.smithi084 (mon.0) 104 : cluster [DBG] mgrmap e15: smithi084.fwswku(active, since 2s) 2024-01-21T09:17:13.242 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$fshiRSE/h1RaGu7ObmrtGOZKZGyuBNe9K6qly.cUFOCXm5HmM5waS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705828633, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-21T09:17:13.600 INFO:teuthology.orchestra.run.smithi084.stderr:Fetching dashboard port number... 2024-01-21T09:17:13.600 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpn3t7cr04:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2qcq8ixf:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config get mgr mgr/dashboard/ssl_server_port 2024-01-21T09:17:14.086 INFO:teuthology.orchestra.run.smithi084.stderr:/usr/bin/ceph: 8443 2024-01-21T09:17:14.369 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:14 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:13.026212+0000 mgr.smithi084.fwswku (mgr.14162) 4 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:17:14.369 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:14 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:13.241204+0000 mon.smithi084 (mon.0) 105 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' 2024-01-21T09:17:14.369 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:14 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:14.085391+0000 mon.smithi084 (mon.0) 106 : audit [DBG] from='client.? 172.21.15.84:0/4284266792' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-21T09:17:14.458 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-21T09:17:14.467 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: disabled 2024-01-21T09:17:14.468 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: systemctl is-active firewalld.service 2024-01-21T09:17:14.475 INFO:teuthology.orchestra.run.smithi084.stderr:systemctl: inactive 2024-01-21T09:17:14.476 INFO:teuthology.orchestra.run.smithi084.stderr:firewalld.service is not enabled 2024-01-21T09:17:14.476 INFO:teuthology.orchestra.run.smithi084.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-21T09:17:14.479 INFO:teuthology.orchestra.run.smithi084.stderr:Ceph Dashboard is now available at: 2024-01-21T09:17:14.479 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-01-21T09:17:14.479 INFO:teuthology.orchestra.run.smithi084.stderr: URL: https://smithi084.front.sepia.ceph.com:8443/ 2024-01-21T09:17:14.479 INFO:teuthology.orchestra.run.smithi084.stderr: User: admin 2024-01-21T09:17:14.479 INFO:teuthology.orchestra.run.smithi084.stderr: Password: gzm80pwk7i 2024-01-21T09:17:14.479 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-01-21T09:17:14.480 INFO:teuthology.orchestra.run.smithi084.stderr:You can access the Ceph CLI with: 2024-01-21T09:17:14.480 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-01-21T09:17:14.480 INFO:teuthology.orchestra.run.smithi084.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-21T09:17:14.480 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-01-21T09:17:14.480 INFO:teuthology.orchestra.run.smithi084.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-21T09:17:14.480 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-01-21T09:17:14.480 INFO:teuthology.orchestra.run.smithi084.stderr: ceph telemetry on 2024-01-21T09:17:14.480 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-01-21T09:17:14.481 INFO:teuthology.orchestra.run.smithi084.stderr:For more information see: 2024-01-21T09:17:14.481 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-01-21T09:17:14.481 INFO:teuthology.orchestra.run.smithi084.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-01-21T09:17:14.481 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-01-21T09:17:14.481 INFO:teuthology.orchestra.run.smithi084.stderr:Bootstrap complete. 2024-01-21T09:17:14.481 INFO:teuthology.orchestra.run.smithi084.stderr:Releasing lock 139930634457216 on /run/cephadm/ad41ad8c-b83d-11ee-95b0-87774f69a715.lock 2024-01-21T09:17:14.481 INFO:teuthology.orchestra.run.smithi084.stderr:Lock 139930634457216 released on /run/cephadm/ad41ad8c-b83d-11ee-95b0-87774f69a715.lock 2024-01-21T09:17:14.512 INFO:tasks.cephadm:Fetching config... 2024-01-21T09:17:14.513 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-01-21T09:17:14.513 DEBUG:teuthology.orchestra.run.smithi084:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-21T09:17:14.530 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-21T09:17:14.530 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-01-21T09:17:14.530 DEBUG:teuthology.orchestra.run.smithi084:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-21T09:17:14.587 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-21T09:17:14.587 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-01-21T09:17:14.587 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/mon.smithi084/keyring of=/dev/stdout 2024-01-21T09:17:14.657 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-21T09:17:14.657 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-01-21T09:17:14.657 DEBUG:teuthology.orchestra.run.smithi084:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-21T09:17:14.715 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-21T09:17:14.715 DEBUG:teuthology.orchestra.run.smithi084:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDvK152i2qRam3Otxow0TxNpd7YCe7vAJdtSQMnmoxnn5OLTF2tZzNwv81ewpX+touOHwt7Nv96fKT8d192WlHrSmLqSoTJeReRNLZEqmleXoBd/GLhS4FOAWGhFpz2tjXqzj1rq5ajOpKsaO5IbKnvzsh/4/5VGUYFL7qltGDBipGxtP74TPtixpOMrtRBmiGfQJ+7v8sgLvyNy0xmmFO1R+luE4W6jvItaY4OnM5GnXde89Or5UPF59m1GdjpZds/VXA03t/7UtvkbBePFFqD4Ra55RYvFgzQtGVh0jZccmDxJWvzOyIsowUzsXWsmSKXKIloF6dUvqTQrfqU0sv6NeSYXOyke8DikmhKDH2qI8/NCaFzsvTOH62ktNQ2mjNNQtNU5ocxAZpeWp+8/VUqKtb/3G4l6qvA9izGfqfC8cLUZm9zU82eyjKBmmDnpSwDwigP/ebZ6urppAF2ByWwwYkKySYNcwF143TTAPI+ypYuJyX0MHoNQiX4M1jBXaM= ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T09:17:14.790 INFO:teuthology.orchestra.run.smithi084.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDvK152i2qRam3Otxow0TxNpd7YCe7vAJdtSQMnmoxnn5OLTF2tZzNwv81ewpX+touOHwt7Nv96fKT8d192WlHrSmLqSoTJeReRNLZEqmleXoBd/GLhS4FOAWGhFpz2tjXqzj1rq5ajOpKsaO5IbKnvzsh/4/5VGUYFL7qltGDBipGxtP74TPtixpOMrtRBmiGfQJ+7v8sgLvyNy0xmmFO1R+luE4W6jvItaY4OnM5GnXde89Or5UPF59m1GdjpZds/VXA03t/7UtvkbBePFFqD4Ra55RYvFgzQtGVh0jZccmDxJWvzOyIsowUzsXWsmSKXKIloF6dUvqTQrfqU0sv6NeSYXOyke8DikmhKDH2qI8/NCaFzsvTOH62ktNQ2mjNNQtNU5ocxAZpeWp+8/VUqKtb/3G4l6qvA9izGfqfC8cLUZm9zU82eyjKBmmDnpSwDwigP/ebZ6urppAF2ByWwwYkKySYNcwF143TTAPI+ypYuJyX0MHoNQiX4M1jBXaM= ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715 2024-01-21T09:17:14.801 DEBUG:teuthology.orchestra.run.smithi129:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDvK152i2qRam3Otxow0TxNpd7YCe7vAJdtSQMnmoxnn5OLTF2tZzNwv81ewpX+touOHwt7Nv96fKT8d192WlHrSmLqSoTJeReRNLZEqmleXoBd/GLhS4FOAWGhFpz2tjXqzj1rq5ajOpKsaO5IbKnvzsh/4/5VGUYFL7qltGDBipGxtP74TPtixpOMrtRBmiGfQJ+7v8sgLvyNy0xmmFO1R+luE4W6jvItaY4OnM5GnXde89Or5UPF59m1GdjpZds/VXA03t/7UtvkbBePFFqD4Ra55RYvFgzQtGVh0jZccmDxJWvzOyIsowUzsXWsmSKXKIloF6dUvqTQrfqU0sv6NeSYXOyke8DikmhKDH2qI8/NCaFzsvTOH62ktNQ2mjNNQtNU5ocxAZpeWp+8/VUqKtb/3G4l6qvA9izGfqfC8cLUZm9zU82eyjKBmmDnpSwDwigP/ebZ6urppAF2ByWwwYkKySYNcwF143TTAPI+ypYuJyX0MHoNQiX4M1jBXaM= ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T09:17:14.845 INFO:teuthology.orchestra.run.smithi129.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDvK152i2qRam3Otxow0TxNpd7YCe7vAJdtSQMnmoxnn5OLTF2tZzNwv81ewpX+touOHwt7Nv96fKT8d192WlHrSmLqSoTJeReRNLZEqmleXoBd/GLhS4FOAWGhFpz2tjXqzj1rq5ajOpKsaO5IbKnvzsh/4/5VGUYFL7qltGDBipGxtP74TPtixpOMrtRBmiGfQJ+7v8sgLvyNy0xmmFO1R+luE4W6jvItaY4OnM5GnXde89Or5UPF59m1GdjpZds/VXA03t/7UtvkbBePFFqD4Ra55RYvFgzQtGVh0jZccmDxJWvzOyIsowUzsXWsmSKXKIloF6dUvqTQrfqU0sv6NeSYXOyke8DikmhKDH2qI8/NCaFzsvTOH62ktNQ2mjNNQtNU5ocxAZpeWp+8/VUqKtb/3G4l6qvA9izGfqfC8cLUZm9zU82eyjKBmmDnpSwDwigP/ebZ6urppAF2ByWwwYkKySYNcwF143TTAPI+ypYuJyX0MHoNQiX4M1jBXaM= ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715 2024-01-21T09:17:14.857 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-21T09:17:16.445 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi129 2024-01-21T09:17:16.445 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-01-21T09:17:16.445 DEBUG:teuthology.orchestra.run.smithi129:> dd of=/etc/ceph/ceph.conf 2024-01-21T09:17:16.467 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-01-21T09:17:16.467 DEBUG:teuthology.orchestra.run.smithi129:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T09:17:16.527 INFO:tasks.cephadm:Adding host smithi129 to orchestrator... 2024-01-21T09:17:16.528 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph orch host add smithi129 2024-01-21T09:17:16.713 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:16 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:15.405031+0000 mon.smithi084 (mon.0) 107 : cluster [DBG] mgrmap e16: smithi084.fwswku(active, since 6s) 2024-01-21T09:17:16.713 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:16 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:16.085984+0000 mon.smithi084 (mon.0) 108 : audit [INF] from='client.? 172.21.15.84:0/653836800' entity='client.admin' 2024-01-21T09:17:18.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:18 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:17.311221+0000 mon.smithi084 (mon.0) 109 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' 2024-01-21T09:17:18.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:18 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:17.525720+0000 mon.smithi084 (mon.0) 110 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' 2024-01-21T09:17:20.310 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:20 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:19.135590+0000 mon.smithi084 (mon.0) 111 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' 2024-01-21T09:17:22.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:22 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:21.347340+0000 mon.smithi084 (mon.0) 112 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' 2024-01-21T09:17:22.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:22 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:21.595675+0000 mon.smithi084 (mon.0) 113 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' 2024-01-21T09:17:22.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:22 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:21.597741+0000 mon.smithi084 (mon.0) 114 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' 2024-01-21T09:17:23.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cephadm 2024-01-21T09:17:21.603531+0000 mgr.smithi084.fwswku (mgr.14162) 5 : cephadm [INF] Deploying daemon alertmanager.smithi084 on smithi084 2024-01-21T09:17:30.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:30 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:29.340557+0000 mgr.smithi084.fwswku (mgr.14162) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:17:32.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:32 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:31.340921+0000 mgr.smithi084.fwswku (mgr.14162) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:17:34.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:34 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:33.341162+0000 mgr.smithi084.fwswku (mgr.14162) 8 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:17:36.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:36 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:35.341401+0000 mgr.smithi084.fwswku (mgr.14162) 9 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:17:38.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:37.341668+0000 mgr.smithi084.fwswku (mgr.14162) 10 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:17:40.603 INFO:teuthology.orchestra.run.smithi129.stdout:Added host 'smithi129' 2024-01-21T09:17:40.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:40 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:39.341869+0000 mgr.smithi084.fwswku (mgr.14162) 11 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:17:40.923 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph orch host ls --format=json 2024-01-21T09:17:41.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:41 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:40.017971+0000 mgr.smithi084.fwswku (mgr.14162) 12 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi129", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:17:41.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:41 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:40.601501+0000 mon.smithi084 (mon.0) 115 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' 2024-01-21T09:17:42.150 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:17:42.150 INFO:teuthology.orchestra.run.smithi129.stdout:[{"addr": "172.21.15.84", "hostname": "smithi084", "labels": [], "status": ""}, {"addr": "smithi129", "hostname": "smithi129", "labels": [], "status": ""}] 2024-01-21T09:17:42.511 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-21T09:17:42.511 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph osd crush tunables default 2024-01-21T09:17:42.801 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:42 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cephadm 2024-01-21T09:17:40.601870+0000 mgr.smithi084.fwswku (mgr.14162) 13 : cephadm [INF] Added host smithi129 2024-01-21T09:17:42.801 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:42 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:41.342151+0000 mgr.smithi084.fwswku (mgr.14162) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:17:43.427 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:43 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:42.149342+0000 mgr.smithi084.fwswku (mgr.14162) 15 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:44.359 INFO:teuthology.orchestra.run.smithi084.stderr:adjusted tunables profile to default 2024-01-21T09:17:44.621 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:44 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:43.342386+0000 mgr.smithi084.fwswku (mgr.14162) 16 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:17:44.621 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:44 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:43.757109+0000 mon.smithi084 (mon.0) 116 : audit [INF] from='client.? 172.21.15.84:0/956452570' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-21T09:17:44.693 INFO:tasks.cephadm:Adding mon.smithi084 on smithi084 2024-01-21T09:17:44.693 INFO:tasks.cephadm:Adding mon.smithi129 on smithi129 2024-01-21T09:17:44.693 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph orch apply mon '2;smithi084:172.21.15.84=smithi084;smithi129:172.21.15.129=smithi129' 2024-01-21T09:17:45.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:45 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:44.355185+0000 mon.smithi084 (mon.0) 117 : audit [INF] from='client.? 172.21.15.84:0/956452570' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-21T09:17:45.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:45 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:44.355235+0000 mon.smithi084 (mon.0) 118 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T09:17:45.971 INFO:teuthology.orchestra.run.smithi129.stdout:Scheduled mon update... 2024-01-21T09:17:46.329 DEBUG:teuthology.orchestra.run.smithi129:mon.smithi129> sudo journalctl -f -n 0 -u ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mon.smithi129.service 2024-01-21T09:17:46.331 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:17:46.332 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:17:46.360 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:-- Logs begin at Sun 2024-01-21 09:09:39 UTC. -- 2024-01-21T09:17:46.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:46 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:45.342825+0000 mgr.smithi084.fwswku (mgr.14162) 17 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:17:46.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:46 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:45.969793+0000 mon.smithi084 (mon.0) 119 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' 2024-01-21T09:17:47.665 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:17:47.666 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:17:47.667 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:17:47.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:47 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:45.965939+0000 mgr.smithi084.fwswku (mgr.14162) 18 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi084:172.21.15.84=smithi084;smithi129:172.21.15.129=smithi129", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:17:47.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:47 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cephadm 2024-01-21T09:17:45.967309+0000 mgr.smithi084.fwswku (mgr.14162) 19 : cephadm [INF] Saving service mon spec with placement smithi084:172.21.15.84=smithi084;smithi129:172.21.15.129=smithi129;count:2 2024-01-21T09:17:48.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:48 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:47.343213+0000 mgr.smithi084.fwswku (mgr.14162) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:17:48.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:48 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:47.664620+0000 mon.smithi084 (mon.0) 120 : audit [DBG] from='client.? 172.21.15.129:0/1456281094' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:17:48.994 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:17:48.994 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:17:50.291 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:17:50.291 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:17:50.292 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:17:50.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:50 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:49.343514+0000 mgr.smithi084.fwswku (mgr.14162) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:17:50.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:50 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:50.290088+0000 mon.smithi084 (mon.0) 121 : audit [DBG] from='client.? 172.21.15.129:0/3534910439' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:17:51.922 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:17:51.922 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:17:52.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:52 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:51.343874+0000 mgr.smithi084.fwswku (mgr.14162) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:17:53.242 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:17:53.242 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:17:53.244 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:17:53.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:53 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:53.241752+0000 mon.smithi084 (mon.0) 122 : audit [DBG] from='client.? 172.21.15.129:0/1071026696' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:17:54.614 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:17:54.614 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:17:54.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:54 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:53.344107+0000 mgr.smithi084.fwswku (mgr.14162) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:17:55.915 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:17:55.915 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:17:55.917 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:17:56.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:56 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:55.344363+0000 mgr.smithi084.fwswku (mgr.14162) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:17:56.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:56 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:55.913824+0000 mon.smithi084 (mon.0) 123 : audit [DBG] from='client.? 172.21.15.129:0/733150243' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:17:57.296 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:17:57.296 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:17:58.569 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:17:58.569 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:17:58.570 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:17:58.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:58 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:57.344608+0000 mgr.smithi084.fwswku (mgr.14162) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:17:59.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:17:59 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:17:58.568299+0000 mon.smithi084 (mon.0) 124 : audit [DBG] from='client.? 172.21.15.129:0/1895374131' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:17:59.942 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:17:59.942 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:18:00.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:00 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:17:59.344959+0000 mgr.smithi084.fwswku (mgr.14162) 26 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:01.201 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:18:01.201 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:18:01.203 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:18:01.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:01 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:18:01.200258+0000 mon.smithi084 (mon.0) 125 : audit [DBG] from='client.? 172.21.15.129:0/173743154' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:18:02.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:02 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:01.345345+0000 mgr.smithi084.fwswku (mgr.14162) 27 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:04.091 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:18:04.091 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:18:04.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:04 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:03.345644+0000 mgr.smithi084.fwswku (mgr.14162) 28 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:05.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:05 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:05.345890+0000 mgr.smithi084.fwswku (mgr.14162) 29 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:07.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:07 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:07.346118+0000 mgr.smithi084.fwswku (mgr.14162) 30 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:09.419 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:18:09.419 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:18:09.421 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:18:09.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:09 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:09.346370+0000 mgr.smithi084.fwswku (mgr.14162) 31 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:09.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:09 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:18:09.418152+0000 mon.smithi084 (mon.0) 126 : audit [DBG] from='client.? 172.21.15.129:0/2244931700' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:18:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:18:09.469413+0000 mon.smithi084 (mon.0) 127 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/mirror_snapshot_schedule"}]: dispatch 2024-01-21T09:18:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:18:09.475593+0000 mon.smithi084 (mon.0) 128 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/trash_purge_schedule"}]: dispatch 2024-01-21T09:18:11.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:11 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:11.346708+0000 mgr.smithi084.fwswku (mgr.14162) 32 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:12.310 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:18:12.327 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:18:13.679 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:18:13.680 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:18:13.681 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:18:14.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:14 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:13.346962+0000 mgr.smithi084.fwswku (mgr.14162) 33 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:14.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:14 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:18:13.679095+0000 mon.smithi084 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.129:0/1355938761' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:18:15.044 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:18:15.044 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:18:15.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:15 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:15.347219+0000 mgr.smithi084.fwswku (mgr.14162) 34 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:16.311 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:18:16.311 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:18:16.313 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:18:16.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:16 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:18:16.310397+0000 mon.smithi084 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.129:0/94201568' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:18:17.678 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:18:17.679 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:18:17.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:17 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:17.347460+0000 mgr.smithi084.fwswku (mgr.14162) 35 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:18.951 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:18:18.951 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:18:18.953 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:18:19.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:19 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:18:18.950566+0000 mon.smithi084 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.129:0/2829859826' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:18:20.324 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:18:20.324 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:18:20.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:20 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:19.347665+0000 mgr.smithi084.fwswku (mgr.14162) 36 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:21.624 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:18:21.624 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:18:21.626 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:18:22.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:22 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:21.347986+0000 mgr.smithi084.fwswku (mgr.14162) 37 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:22.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:22 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:18:21.623828+0000 mon.smithi084 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.129:0/2296099901' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:18:22.986 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:18:22.986 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:18:24.215 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:18:24.215 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:18:24.217 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:18:24.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:24 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:23.348270+0000 mgr.smithi084.fwswku (mgr.14162) 38 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:24.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:24 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:18:24.214683+0000 mon.smithi084 (mon.0) 133 : audit [DBG] from='client.? 172.21.15.129:0/4263228144' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:18:25.586 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:18:25.586 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:18:25.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:25 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:25.348515+0000 mgr.smithi084.fwswku (mgr.14162) 39 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:26.860 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:18:26.861 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:18:26.862 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:18:27.310 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:26 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:18:26.859722+0000 mon.smithi084 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.129:0/2159157379' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:18:28.243 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:18:28.243 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:18:28.310 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:27 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:27.348792+0000 mgr.smithi084.fwswku (mgr.14162) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:29.521 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:18:29.521 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:18:29.523 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:18:29.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:29 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:29.349029+0000 mgr.smithi084.fwswku (mgr.14162) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:30.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:30 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:18:29.520191+0000 mon.smithi084 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.129:0/3638247210' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:18:30.888 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:18:30.888 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:18:31.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:31 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:31.349329+0000 mgr.smithi084.fwswku (mgr.14162) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:32.186 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:18:32.186 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:18:32.187 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:18:32.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:32 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:18:32.184933+0000 mon.smithi084 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.129:0/2433441460' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:18:33.539 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:18:33.539 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:18:34.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:34 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:33.349551+0000 mgr.smithi084.fwswku (mgr.14162) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:34.823 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:18:34.823 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:18:34.825 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:18:35.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:35 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:18:34.823088+0000 mon.smithi084 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.129:0/2503663152' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:18:36.174 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:18:36.174 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:18:36.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:36 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:35.349866+0000 mgr.smithi084.fwswku (mgr.14162) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:37.502 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:18:37.502 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:18:37.504 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:18:38.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:37.350146+0000 mgr.smithi084.fwswku (mgr.14162) 45 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:38.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:18:37.501202+0000 mon.smithi084 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.129:0/83262934' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:18:38.862 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:18:38.863 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:18:40.135 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:18:40.135 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:18:40.136 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:18:40.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:40 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:39.350490+0000 mgr.smithi084.fwswku (mgr.14162) 46 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:40.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:40 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:18:40.133663+0000 mon.smithi084 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.129:0/2095443509' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:18:41.495 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:18:41.496 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:18:42.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:42 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:41.350743+0000 mgr.smithi084.fwswku (mgr.14162) 47 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:42.940 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:18:42.940 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:18:42.942 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:18:43.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:43 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:18:42.940005+0000 mon.smithi084 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.129:0/3898587713' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:18:44.322 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:18:44.323 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:18:44.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:44 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:43.350971+0000 mgr.smithi084.fwswku (mgr.14162) 48 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:45.608 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:18:45.608 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:18:45.609 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:18:46.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:46 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:45.351309+0000 mgr.smithi084.fwswku (mgr.14162) 49 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:46.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:46 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:18:45.606934+0000 mon.smithi084 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.129:0/1234816575' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:18:46.939 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:18:46.939 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:18:48.215 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:18:48.215 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:18:48.216 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:18:48.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:48 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:47.351616+0000 mgr.smithi084.fwswku (mgr.14162) 50 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:48.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:48 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:18:48.214130+0000 mon.smithi084 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.129:0/391608736' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:18:49.577 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:18:49.577 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:18:50.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:50 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:49.351822+0000 mgr.smithi084.fwswku (mgr.14162) 51 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:50.882 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:18:50.882 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:18:50.884 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:18:51.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:51 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:18:50.881540+0000 mon.smithi084 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.129:0/14024733' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:18:52.257 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:18:52.257 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:18:52.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:52 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:51.352160+0000 mgr.smithi084.fwswku (mgr.14162) 52 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:53.531 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:18:53.531 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:18:53.532 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:18:54.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:54 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:53.352465+0000 mgr.smithi084.fwswku (mgr.14162) 53 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:54.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:54 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:18:53.530019+0000 mon.smithi084 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.129:0/1006023783' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:18:54.901 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:18:54.902 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:18:55.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:55 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:55.352886+0000 mgr.smithi084.fwswku (mgr.14162) 54 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:56.203 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:18:56.203 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:18:56.205 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:18:56.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:56 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:18:56.202393+0000 mon.smithi084 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.129:0/1018443618' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:18:57.572 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:18:57.572 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:18:57.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:57 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:57.353225+0000 mgr.smithi084.fwswku (mgr.14162) 55 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:18:58.888 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:18:58.888 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:18:58.890 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:18:59.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:18:59 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:18:58.887541+0000 mon.smithi084 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.129:0/1368807395' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:19:00.254 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:19:00.255 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:19:00.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:00 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:18:59.353515+0000 mgr.smithi084.fwswku (mgr.14162) 56 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:01.546 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:19:01.546 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:19:01.548 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:19:02.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:02 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:01.353821+0000 mgr.smithi084.fwswku (mgr.14162) 57 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:02.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:02 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:01.545662+0000 mon.smithi084 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.129:0/3760580354' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:19:02.904 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:19:02.904 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:19:04.176 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:19:04.176 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:19:04.178 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:19:04.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:04 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:03.354148+0000 mgr.smithi084.fwswku (mgr.14162) 58 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:04.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:04 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:04.175792+0000 mon.smithi084 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.129:0/2661019400' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:19:05.529 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:19:05.530 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:19:05.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:05 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:05.354430+0000 mgr.smithi084.fwswku (mgr.14162) 59 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:06.811 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:19:06.812 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:19:06.813 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:19:07.310 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:06 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:06.811022+0000 mon.smithi084 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.129:0/3856708074' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:19:08.177 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:19:08.177 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:19:08.310 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:07 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:07.354716+0000 mgr.smithi084.fwswku (mgr.14162) 60 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:09.457 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:19:09.457 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:19:09.459 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:19:09.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:09 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:09.354903+0000 mgr.smithi084.fwswku (mgr.14162) 61 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:09.456331+0000 mon.smithi084 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.129:0/3380640610' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:19:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:09.470350+0000 mon.smithi084 (mon.0) 151 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/mirror_snapshot_schedule"}]: dispatch 2024-01-21T09:19:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:09.476636+0000 mon.smithi084 (mon.0) 152 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/trash_purge_schedule"}]: dispatch 2024-01-21T09:19:10.826 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:19:10.827 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:19:11.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:11 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:11.355214+0000 mgr.smithi084.fwswku (mgr.14162) 62 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:12.094 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:19:12.094 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:19:12.096 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:19:12.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:12 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:12.093555+0000 mon.smithi084 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.129:0/940768821' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:19:13.454 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:19:13.454 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:19:14.740 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:19:14.741 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:19:14.742 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:19:14.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:14 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:13.355573+0000 mgr.smithi084.fwswku (mgr.14162) 63 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:15.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:15 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:14.739488+0000 mon.smithi084 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.129:0/1830246883' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:19:16.109 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:19:16.109 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:19:16.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:16 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:15.355904+0000 mgr.smithi084.fwswku (mgr.14162) 64 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:17.405 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:19:17.405 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:19:17.406 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:19:18.761 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:19:18.761 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:19:18.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:18 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:17.356217+0000 mgr.smithi084.fwswku (mgr.14162) 65 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:18.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:18 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:17.403984+0000 mon.smithi084 (mon.0) 155 : audit [DBG] from='client.? 172.21.15.129:0/392999690' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:19:20.053 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:19:20.053 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:19:20.055 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:19:20.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:20 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:19.356474+0000 mgr.smithi084.fwswku (mgr.14162) 66 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:20.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:20 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:20.052655+0000 mon.smithi084 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.129:0/1229456919' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:19:21.413 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:19:21.413 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:19:22.715 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:19:22.715 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:19:22.716 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:19:22.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:22 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:21.356791+0000 mgr.smithi084.fwswku (mgr.14162) 67 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:23.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:22.714156+0000 mon.smithi084 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.129:0/3966523898' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:19:24.097 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:19:24.098 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:19:24.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:24 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:23.357054+0000 mgr.smithi084.fwswku (mgr.14162) 68 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:25.407 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:19:25.407 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:19:25.409 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:19:26.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:26 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:25.357318+0000 mgr.smithi084.fwswku (mgr.14162) 69 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:26.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:26 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:25.406206+0000 mon.smithi084 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.129:0/3262166224' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:19:26.815 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:19:26.815 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:19:28.139 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:19:28.140 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:19:28.140 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:19:28.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:28 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:27.357591+0000 mgr.smithi084.fwswku (mgr.14162) 70 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:28.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:28 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:28.138483+0000 mon.smithi084 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.129:0/3227157928' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:19:29.521 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:19:29.521 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:19:30.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:30 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:29.357812+0000 mgr.smithi084.fwswku (mgr.14162) 71 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:30.832 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:19:30.833 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:19:30.834 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:19:31.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:31 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:30.832370+0000 mon.smithi084 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.129:0/34490802' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:19:32.211 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:19:32.211 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:19:32.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:32 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:31.358134+0000 mgr.smithi084.fwswku (mgr.14162) 72 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:33.501 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:19:33.501 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:19:33.502 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:19:34.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:34 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:33.358385+0000 mgr.smithi084.fwswku (mgr.14162) 73 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:34.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:34 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:33.500038+0000 mon.smithi084 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.129:0/1734388564' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:19:34.859 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:19:34.860 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:19:35.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:35 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:35.358705+0000 mgr.smithi084.fwswku (mgr.14162) 74 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:36.140 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:19:36.140 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:19:36.142 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:19:36.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:36 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:36.139862+0000 mon.smithi084 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.129:0/3094148040' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:19:37.517 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:19:37.517 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:19:37.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:37 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:37.359022+0000 mgr.smithi084.fwswku (mgr.14162) 75 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:38.819 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:19:38.819 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:19:38.821 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:19:39.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:38.818300+0000 mon.smithi084 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.129:0/1201262847' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:19:40.219 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:19:40.219 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:19:40.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:40 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:39.359284+0000 mgr.smithi084.fwswku (mgr.14162) 76 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:41.551 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:19:41.551 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:19:41.553 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:19:42.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:42 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:41.359493+0000 mgr.smithi084.fwswku (mgr.14162) 77 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:42.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:42 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:41.550265+0000 mon.smithi084 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.129:0/989990304' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:19:42.917 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:19:42.917 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:19:44.218 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:19:44.218 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:19:44.219 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:19:44.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:44 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:43.359713+0000 mgr.smithi084.fwswku (mgr.14162) 78 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:44.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:44 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:44.217069+0000 mon.smithi084 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.129:0/3056586328' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:19:45.589 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:19:45.589 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:19:46.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:46 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:45.359975+0000 mgr.smithi084.fwswku (mgr.14162) 79 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:46.882 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:19:46.882 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:19:46.883 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:19:47.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:47 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:46.881462+0000 mon.smithi084 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.129:0/1234165586' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:19:48.243 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:19:48.243 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:19:48.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:48 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:47.360330+0000 mgr.smithi084.fwswku (mgr.14162) 80 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:49.559 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:19:49.560 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:19:49.561 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:19:50.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:50 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:49.360589+0000 mgr.smithi084.fwswku (mgr.14162) 81 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:50.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:50 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:49.558607+0000 mon.smithi084 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.129:0/2826608241' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:19:50.915 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:19:50.915 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:19:52.181 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:19:52.181 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:19:52.183 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:19:52.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:52 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:51.360870+0000 mgr.smithi084.fwswku (mgr.14162) 82 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:52.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:52 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:52.180452+0000 mon.smithi084 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.129:0/891987164' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:19:53.548 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:19:53.548 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:19:54.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:54 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:53.361311+0000 mgr.smithi084.fwswku (mgr.14162) 83 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:54.858 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:19:54.858 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:19:54.860 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:19:55.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:55 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:54.857451+0000 mon.smithi084 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.129:0/2185917871' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:19:56.240 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:19:56.241 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:19:56.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:56 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:55.361598+0000 mgr.smithi084.fwswku (mgr.14162) 84 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:57.558 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:19:57.558 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:19:57.560 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:19:58.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:58 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:57.361918+0000 mgr.smithi084.fwswku (mgr.14162) 85 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:19:58.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:19:58 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:19:57.557746+0000 mon.smithi084 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.129:0/423968812' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:19:58.926 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:19:58.926 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:20:00.206 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:20:00.207 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:20:00.208 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:20:00.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:00 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:19:59.362155+0000 mgr.smithi084.fwswku (mgr.14162) 86 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:00.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:00 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:00.205177+0000 mon.smithi084 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.129:0/2231968986' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:20:01.576 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:20:01.577 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:20:02.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:02 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:01.362476+0000 mgr.smithi084.fwswku (mgr.14162) 87 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:02.853 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:20:02.854 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:20:02.855 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:20:03.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:03 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:02.852477+0000 mon.smithi084 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.129:0/2662541242' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:20:04.215 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:20:04.215 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:20:04.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:04 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:03.362819+0000 mgr.smithi084.fwswku (mgr.14162) 88 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:05.582 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:20:05.582 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:20:05.583 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:20:06.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:06 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:05.363068+0000 mgr.smithi084.fwswku (mgr.14162) 89 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:06.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:06 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:05.581096+0000 mon.smithi084 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.129:0/4245705553' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:20:06.949 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:20:06.950 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:20:08.243 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:20:08.243 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:20:08.245 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:20:08.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:08 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:07.363316+0000 mgr.smithi084.fwswku (mgr.14162) 90 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:08.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:08 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:08.242366+0000 mon.smithi084 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.129:0/2813490222' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:20:09.611 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:20:09.612 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:20:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:09.363560+0000 mgr.smithi084.fwswku (mgr.14162) 91 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:09.471508+0000 mon.smithi084 (mon.0) 175 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/mirror_snapshot_schedule"}]: dispatch 2024-01-21T09:20:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:09.477431+0000 mon.smithi084 (mon.0) 176 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/trash_purge_schedule"}]: dispatch 2024-01-21T09:20:10.881 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:20:10.881 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:20:10.882 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:20:11.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:11 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:10.879775+0000 mon.smithi084 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.129:0/1178557607' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:20:12.264 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:20:12.264 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:20:12.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:12 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:11.363888+0000 mgr.smithi084.fwswku (mgr.14162) 92 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:13.604 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:20:13.604 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:20:13.606 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:20:14.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:14 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:13.364114+0000 mgr.smithi084.fwswku (mgr.14162) 93 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:14.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:14 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:13.603844+0000 mon.smithi084 (mon.0) 178 : audit [DBG] from='client.? 172.21.15.129:0/1965856334' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:20:14.962 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:20:14.962 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:20:15.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:15 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:15.364467+0000 mgr.smithi084.fwswku (mgr.14162) 94 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:16.251 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:20:16.252 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:20:16.253 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:20:16.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:16 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:16.250856+0000 mon.smithi084 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.129:0/774404050' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:20:17.612 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:20:17.612 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:20:17.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:17 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:17.364832+0000 mgr.smithi084.fwswku (mgr.14162) 95 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:18.891 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:20:18.891 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:20:18.892 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:20:19.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:19 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:18.890198+0000 mon.smithi084 (mon.0) 180 : audit [DBG] from='client.? 172.21.15.129:0/4055621289' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:20:20.257 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:20:20.257 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:20:20.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:20 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:19.365076+0000 mgr.smithi084.fwswku (mgr.14162) 96 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:21.528 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:20:21.529 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:20:21.530 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:20:21.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:21.365364+0000 mgr.smithi084.fwswku (mgr.14162) 97 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:22.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:22 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:21.527462+0000 mon.smithi084 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.129:0/3779324188' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:20:22.893 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:20:22.893 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:20:24.194 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:20:24.195 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:20:24.196 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:20:24.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:24 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:23.365592+0000 mgr.smithi084.fwswku (mgr.14162) 98 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:24.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:24 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:24.194273+0000 mon.smithi084 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.129:0/2202747443' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:20:25.593 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:20:25.593 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:20:26.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:26 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:25.365907+0000 mgr.smithi084.fwswku (mgr.14162) 99 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:26.879 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:20:26.879 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:20:26.880 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:20:27.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:27 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:26.877480+0000 mon.smithi084 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.129:0/649352256' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:20:28.207 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:20:28.208 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:20:28.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:28 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:27.366168+0000 mgr.smithi084.fwswku (mgr.14162) 100 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:29.495 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:20:29.495 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:20:29.497 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:20:30.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:30 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:29.366485+0000 mgr.smithi084.fwswku (mgr.14162) 101 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:30.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:30 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:29.494251+0000 mon.smithi084 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.129:0/255925261' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:20:30.850 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:20:30.850 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:20:32.166 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:20:32.166 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:20:32.168 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:20:32.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:32 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:31.366816+0000 mgr.smithi084.fwswku (mgr.14162) 102 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:32.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:32 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:32.165633+0000 mon.smithi084 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.129:0/980948608' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:20:33.542 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:20:33.542 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:20:34.793 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:20:34.794 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:20:34.795 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:20:34.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:34 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:33.367053+0000 mgr.smithi084.fwswku (mgr.14162) 103 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:35.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:35 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:34.792626+0000 mon.smithi084 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.129:0/2003246541' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:20:36.150 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:20:36.150 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:20:36.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:36 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:35.367486+0000 mgr.smithi084.fwswku (mgr.14162) 104 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:37.435 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:20:37.435 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:20:37.437 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:20:38.807 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:20:38.807 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:20:38.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:37.367816+0000 mgr.smithi084.fwswku (mgr.14162) 105 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:38.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:37.434426+0000 mon.smithi084 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.129:0/539895571' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:20:40.056 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:20:40.057 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:20:40.058 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:20:40.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:40 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:39.368191+0000 mgr.smithi084.fwswku (mgr.14162) 106 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:40.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:40 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:40.056204+0000 mon.smithi084 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.129:0/2921792052' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:20:41.429 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:20:41.429 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:20:42.727 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:20:42.727 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:20:42.728 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:20:42.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:42 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:41.368527+0000 mgr.smithi084.fwswku (mgr.14162) 107 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:43.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:43 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:42.725893+0000 mon.smithi084 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.129:0/3478014029' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:20:44.091 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:20:44.092 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:20:44.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:44 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:43.368743+0000 mgr.smithi084.fwswku (mgr.14162) 108 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:45.393 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:20:45.393 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:20:45.395 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:20:46.755 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:20:46.755 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:20:46.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:46 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:45.369076+0000 mgr.smithi084.fwswku (mgr.14162) 109 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:46.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:46 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:45.392558+0000 mon.smithi084 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.129:0/799827195' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:20:48.055 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:20:48.055 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:20:48.057 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:20:48.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:48 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:47.369440+0000 mgr.smithi084.fwswku (mgr.14162) 110 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:48.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:48 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:48.054457+0000 mon.smithi084 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.129:0/3595735757' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:20:49.428 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:20:49.428 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:20:50.712 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:20:50.713 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:20:50.714 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:20:50.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:50 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:49.369632+0000 mgr.smithi084.fwswku (mgr.14162) 111 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:51.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:51 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:50.711822+0000 mon.smithi084 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.129:0/3460653235' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:20:52.084 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:20:52.084 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:20:52.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:52 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:51.369897+0000 mgr.smithi084.fwswku (mgr.14162) 112 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:53.401 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:20:53.402 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:20:53.403 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:20:54.767 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:20:54.767 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:20:54.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:54 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:53.370124+0000 mgr.smithi084.fwswku (mgr.14162) 113 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:54.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:54 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:53.400805+0000 mon.smithi084 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.129:0/539117570' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:20:55.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:55 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:55.370451+0000 mgr.smithi084.fwswku (mgr.14162) 114 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:56.083 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:20:56.083 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:20:56.085 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:20:56.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:56 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:56.082381+0000 mon.smithi084 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.129:0/3949145082' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:20:57.446 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:20:57.447 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:20:57.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:57 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:57.370793+0000 mgr.smithi084.fwswku (mgr.14162) 115 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:20:58.734 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:20:58.734 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:20:58.735 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:20:59.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:20:59 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:20:58.733492+0000 mon.smithi084 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.129:0/3803976969' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:21:00.108 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:21:00.108 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:21:00.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:00 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:20:59.371052+0000 mgr.smithi084.fwswku (mgr.14162) 116 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:01.365 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:21:01.366 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:21:01.367 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:21:01.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:01 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:01.364271+0000 mon.smithi084 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.129:0/1866745413' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:21:02.719 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:21:02.720 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:21:02.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:02 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:01.371420+0000 mgr.smithi084.fwswku (mgr.14162) 117 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:03.985 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:21:03.985 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:21:03.987 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:21:04.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:04 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:03.371696+0000 mgr.smithi084.fwswku (mgr.14162) 118 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:04.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:04 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:03.984680+0000 mon.smithi084 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.129:0/1358938398' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:21:05.376 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:21:05.376 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:21:05.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:05 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:05.372014+0000 mgr.smithi084.fwswku (mgr.14162) 119 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:06.701 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:21:06.701 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:21:06.702 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:21:07.060 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:06 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:06.699902+0000 mon.smithi084 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.129:0/3666224136' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:21:08.059 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:07 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:07.372383+0000 mgr.smithi084.fwswku (mgr.14162) 120 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:08.070 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:21:08.070 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:21:09.383 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:21:09.383 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:21:09.385 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:21:09.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:09 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:09.372614+0000 mgr.smithi084.fwswku (mgr.14162) 121 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:09.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:09 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:09.382946+0000 mon.smithi084 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.129:0/4201553844' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:21:10.741 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:21:10.741 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:21:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:09.472618+0000 mon.smithi084 (mon.0) 200 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/mirror_snapshot_schedule"}]: dispatch 2024-01-21T09:21:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:09.478282+0000 mon.smithi084 (mon.0) 201 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/trash_purge_schedule"}]: dispatch 2024-01-21T09:21:11.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:11 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:11.372947+0000 mgr.smithi084.fwswku (mgr.14162) 122 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:12.006 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:21:12.006 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:21:12.007 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:21:12.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:12 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:12.005157+0000 mon.smithi084 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.129:0/2663422891' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:21:13.363 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:21:13.363 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:21:14.656 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:21:14.656 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:21:14.657 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:21:14.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:14 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:13.373227+0000 mgr.smithi084.fwswku (mgr.14162) 123 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:15.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:15 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:14.654605+0000 mon.smithi084 (mon.0) 203 : audit [DBG] from='client.? 172.21.15.129:0/380616070' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:21:16.023 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:21:16.023 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:21:16.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:16 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:15.373475+0000 mgr.smithi084.fwswku (mgr.14162) 124 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:17.366 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:21:17.367 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:21:17.368 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:21:17.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:17 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:17.366184+0000 mon.smithi084 (mon.0) 204 : audit [DBG] from='client.? 172.21.15.129:0/1089555863' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:21:18.728 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:21:18.728 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:21:18.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:18 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:17.373797+0000 mgr.smithi084.fwswku (mgr.14162) 125 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:20.007 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:21:20.007 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:21:20.008 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:21:20.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:20 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:19.374140+0000 mgr.smithi084.fwswku (mgr.14162) 126 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:20.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:20 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:20.006002+0000 mon.smithi084 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.129:0/4227555284' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:21:21.368 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:21:21.368 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:21:22.652 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:21:22.652 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:21:22.653 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:21:22.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:22 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:21.374407+0000 mgr.smithi084.fwswku (mgr.14162) 127 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:23.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:22.651059+0000 mon.smithi084 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.129:0/1880534729' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:21:24.025 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:21:24.025 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:21:24.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:24 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:23.374609+0000 mgr.smithi084.fwswku (mgr.14162) 128 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:25.305 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:21:25.305 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:21:25.306 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:21:25.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:25 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:25.303915+0000 mon.smithi084 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.129:0/3091836220' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:21:26.668 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:21:26.669 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:21:26.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:26 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:25.374948+0000 mgr.smithi084.fwswku (mgr.14162) 129 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:27.918 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:21:27.918 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:21:27.920 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:21:28.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:28 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:27.375309+0000 mgr.smithi084.fwswku (mgr.14162) 130 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:28.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:28 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:27.917653+0000 mon.smithi084 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.129:0/871643060' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:21:29.275 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:21:29.275 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:21:30.600 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:21:30.600 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:21:30.601 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:21:30.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:30 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:29.375531+0000 mgr.smithi084.fwswku (mgr.14162) 131 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:31.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:31 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:30.599178+0000 mon.smithi084 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.129:0/2054958105' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:21:31.971 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:21:31.971 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:21:32.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:32 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:31.375843+0000 mgr.smithi084.fwswku (mgr.14162) 132 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:33.232 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:21:33.232 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:21:33.234 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:21:33.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:33 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:33.232085+0000 mon.smithi084 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.129:0/271056425' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:21:34.609 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:21:34.609 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:21:34.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:34 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:33.376073+0000 mgr.smithi084.fwswku (mgr.14162) 133 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:35.846 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:21:35.847 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:21:35.848 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:21:36.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:36 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:35.376384+0000 mgr.smithi084.fwswku (mgr.14162) 134 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:36.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:36 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:35.845606+0000 mon.smithi084 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.129:0/1496644094' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:21:37.230 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:21:37.231 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:21:38.508 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:21:38.509 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:21:38.510 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:21:38.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:37.376606+0000 mgr.smithi084.fwswku (mgr.14162) 135 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:39.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:38.507843+0000 mon.smithi084 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.129:0/2072624686' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:21:39.887 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:21:39.887 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:21:40.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:40 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:39.376809+0000 mgr.smithi084.fwswku (mgr.14162) 136 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:41.228 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:21:41.228 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:21:41.230 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:21:41.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:41 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:41.227002+0000 mon.smithi084 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.129:0/3661280620' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:21:42.596 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:21:42.596 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:21:42.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:42 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:41.377055+0000 mgr.smithi084.fwswku (mgr.14162) 137 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:43.893 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:21:43.893 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:21:43.895 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:21:44.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:44 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:43.377270+0000 mgr.smithi084.fwswku (mgr.14162) 138 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:44.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:44 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:43.892854+0000 mon.smithi084 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.129:0/685343468' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:21:45.266 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:21:45.266 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:21:45.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:45 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:45.377589+0000 mgr.smithi084.fwswku (mgr.14162) 139 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:46.541 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:21:46.541 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:21:46.543 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:21:47.060 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:46 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:46.540134+0000 mon.smithi084 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.129:0/1957496282' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:21:47.916 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:21:47.917 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:21:48.059 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:47 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:47.377923+0000 mgr.smithi084.fwswku (mgr.14162) 140 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:49.184 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:21:49.184 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:21:49.186 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:21:49.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:49 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:49.183565+0000 mon.smithi084 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.129:0/1217904642' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:21:50.545 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:21:50.545 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:21:50.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:50 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:49.378188+0000 mgr.smithi084.fwswku (mgr.14162) 141 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:51.878 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:21:51.878 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:21:51.879 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:21:52.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:52 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:51.378520+0000 mgr.smithi084.fwswku (mgr.14162) 142 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:52.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:52 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:51.877046+0000 mon.smithi084 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.129:0/3926994908' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:21:53.248 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:21:53.249 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:21:54.538 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:21:54.538 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:21:54.540 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:21:54.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:54 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:53.378873+0000 mgr.smithi084.fwswku (mgr.14162) 143 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:55.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:55 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:54.537490+0000 mon.smithi084 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.129:0/3663312380' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:21:55.900 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:21:55.900 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:21:56.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:56 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:55.379255+0000 mgr.smithi084.fwswku (mgr.14162) 144 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:57.142 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:21:57.142 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:21:57.144 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:21:57.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:57 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:57.141636+0000 mon.smithi084 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.129:0/2485401820' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:21:58.462 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:21:58.463 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:21:58.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:21:58 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:57.379483+0000 mgr.smithi084.fwswku (mgr.14162) 145 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:21:59.695 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:21:59.696 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:21:59.697 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:22:00.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:00 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:21:59.379728+0000 mgr.smithi084.fwswku (mgr.14162) 146 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:00.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:00 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:21:59.694989+0000 mon.smithi084 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.129:0/424126422' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:22:01.067 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:22:01.067 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:22:02.389 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:22:02.389 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:22:02.391 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:22:02.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:02 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:01.380100+0000 mgr.smithi084.fwswku (mgr.14162) 147 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:02.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:02 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:02.388499+0000 mon.smithi084 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.129:0/2965690249' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:22:03.759 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:22:03.759 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:22:04.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:04 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:03.380368+0000 mgr.smithi084.fwswku (mgr.14162) 148 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:05.042 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:22:05.042 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:22:05.044 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:22:05.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:05 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:05.041507+0000 mon.smithi084 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.129:0/2105224200' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:22:06.408 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:22:06.408 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:22:06.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:06 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:05.380607+0000 mgr.smithi084.fwswku (mgr.14162) 149 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:07.754 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:22:07.754 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:22:07.756 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:22:08.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:08 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:07.380985+0000 mgr.smithi084.fwswku (mgr.14162) 150 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:08.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:08 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:07.753561+0000 mon.smithi084 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.129:0/3378206700' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:22:09.124 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:22:09.125 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:22:10.381 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:22:10.381 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:22:10.383 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:22:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:09.381261+0000 mgr.smithi084.fwswku (mgr.14162) 151 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:09.473956+0000 mon.smithi084 (mon.0) 224 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/mirror_snapshot_schedule"}]: dispatch 2024-01-21T09:22:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:09.479133+0000 mon.smithi084 (mon.0) 225 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/trash_purge_schedule"}]: dispatch 2024-01-21T09:22:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:10.380650+0000 mon.smithi084 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.129:0/2736175007' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:22:11.740 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:22:11.740 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:22:12.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:12 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:11.381596+0000 mgr.smithi084.fwswku (mgr.14162) 152 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:13.022 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:22:13.022 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:22:13.024 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:22:13.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:13 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:13.021817+0000 mon.smithi084 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.129:0/33850521' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:22:14.385 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:22:14.385 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:22:14.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:14 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:13.381964+0000 mgr.smithi084.fwswku (mgr.14162) 153 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:15.627 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:22:15.627 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:22:15.629 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:22:16.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:16 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:15.382312+0000 mgr.smithi084.fwswku (mgr.14162) 154 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:16.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:16 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:15.626680+0000 mon.smithi084 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.129:0/4068824417' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:22:17.029 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:22:17.029 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:22:18.306 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:22:18.307 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:22:18.308 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:22:18.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:18 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:17.382612+0000 mgr.smithi084.fwswku (mgr.14162) 155 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:18.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:18 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:18.305349+0000 mon.smithi084 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.129:0/822665292' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:22:19.670 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:22:19.670 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:22:20.523 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:20 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:19.382819+0000 mgr.smithi084.fwswku (mgr.14162) 156 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:20.523 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:20 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:19.892150+0000 mon.smithi084 (mon.0) 230 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi084", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T09:22:20.523 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:20 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:19.894564+0000 mon.smithi084 (mon.0) 231 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi084", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-21T09:22:20.523 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:20 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:19.895355+0000 mon.smithi084 (mon.0) 232 : audit [DBG] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:22:20.974 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:22:20.974 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:22:20.975 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:22:21.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cephadm 2024-01-21T09:22:19.890824+0000 mgr.smithi084.fwswku (mgr.14162) 157 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi084 ... 2024-01-21T09:22:21.561 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-01-21T09:22:21.561 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-21T09:22:21.561 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: stat: stderr time="2024-01-21T09:17:58Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:22:21.561 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: stat: stderr time="2024-01-21T09:18:35Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:22:21.561 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: stat: stderr time="2024-01-21T09:19:13Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:22:21.561 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:22:21.561 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-01-21T09:22:21.561 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-21T09:22:21.561 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: stat: stderr time="2024-01-21T09:20:27Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:22:21.561 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: stat: stderr time="2024-01-21T09:21:04Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:22:21.561 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: stat: stderr time="2024-01-21T09:21:42Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:22:21.561 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:22:21.561 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Traceback (most recent call last): 2024-01-21T09:22:21.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-01-21T09:22:21.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: main() 2024-01-21T09:22:21.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-01-21T09:22:21.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: r = ctx.func(ctx) 2024-01-21T09:22:21.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-01-21T09:22:21.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: return func(ctx) 2024-01-21T09:22:21.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2024-01-21T09:22:21.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-01-21T09:22:21.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4191, in extract_uid_gid_monitoring 2024-01-21T09:22:21.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-01-21T09:22:21.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2024-01-21T09:22:21.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: raise RuntimeError('uid/gid not found') 2024-01-21T09:22:21.562 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: RuntimeError: uid/gid not found 2024-01-21T09:22:21.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Traceback (most recent call last): 2024-01-21T09:22:21.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2024-01-21T09:22:21.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: yield (conn, connr) 2024-01-21T09:22:21.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2024-01-21T09:22:21.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: code, '\n'.join(err))) 2024-01-21T09:22:21.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi084 ... 2024-01-21T09:22:21.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-01-21T09:22:21.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-21T09:22:21.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: stat: stderr time="2024-01-21T09:17:58Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:22:21.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: stat: stderr time="2024-01-21T09:18:35Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:22:21.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: stat: stderr time="2024-01-21T09:19:13Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:22:21.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:22:21.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi084 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-01-21T09:22:21.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-21T09:22:21.563 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: stat: stderr time="2024-01-21T09:20:27Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:22:21.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: stat: stderr time="2024-01-21T09:21:04Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:22:21.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: stat: stderr time="2024-01-21T09:21:42Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:22:21.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:22:21.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Traceback (most recent call last): 2024-01-21T09:22:21.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-01-21T09:22:21.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: main() 2024-01-21T09:22:21.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-01-21T09:22:21.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: r = ctx.func(ctx) 2024-01-21T09:22:21.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-01-21T09:22:21.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: return func(ctx) 2024-01-21T09:22:21.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2024-01-21T09:22:21.564 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-01-21T09:22:21.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4191, in extract_uid_gid_monitoring 2024-01-21T09:22:21.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-01-21T09:22:21.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2024-01-21T09:22:21.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: raise RuntimeError('uid/gid not found') 2024-01-21T09:22:21.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: RuntimeError: uid/gid not found 2024-01-21T09:22:21.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cephadm 2024-01-21T09:22:19.895974+0000 mgr.smithi084.fwswku (mgr.14162) 158 : cephadm [INF] Deploying daemon crash.smithi084 on smithi084 2024-01-21T09:22:21.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:20.973072+0000 mon.smithi084 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.129:0/1208081320' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:22:21.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:21.222874+0000 mon.smithi084 (mon.0) 234 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' 2024-01-21T09:22:21.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:21.303455+0000 mon.smithi084 (mon.0) 235 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' 2024-01-21T09:22:21.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:21.308388+0000 mon.smithi084 (mon.0) 236 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' 2024-01-21T09:22:21.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:21.308863+0000 mon.smithi084 (mon.0) 237 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T09:22:21.565 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:21 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:21.314279+0000 mon.smithi084 (mon.0) 238 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' 2024-01-21T09:22:22.318 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:22:22.319 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:22:22.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:22 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:21.309277+0000 mgr.smithi084.fwswku (mgr.14162) 159 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T09:22:22.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:22 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cephadm 2024-01-21T09:22:21.317091+0000 mgr.smithi084.fwswku (mgr.14162) 160 : cephadm [INF] Deploying daemon grafana.smithi084 on smithi084 2024-01-21T09:22:22.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:22 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:21.383087+0000 mgr.smithi084.fwswku (mgr.14162) 161 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:23.591 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:22:23.592 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:22:23.593 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:22:24.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:24 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:23.383316+0000 mgr.smithi084.fwswku (mgr.14162) 162 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:24.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:24 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:23.591088+0000 mon.smithi084 (mon.0) 239 : audit [DBG] from='client.? 172.21.15.129:0/3537882638' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:22:24.961 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:22:24.961 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:22:26.233 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:22:26.233 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:22:26.235 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:22:26.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:26 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:25.383661+0000 mgr.smithi084.fwswku (mgr.14162) 163 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:26.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:26 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:26.231956+0000 mon.smithi084 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.129:0/3465329429' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:22:27.552 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:22:27.552 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:22:28.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:28 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:27.384026+0000 mgr.smithi084.fwswku (mgr.14162) 164 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:28.837 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:22:28.837 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:22:28.838 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:22:29.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:29 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:28.836378+0000 mon.smithi084 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.129:0/3047719249' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:22:30.204 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:22:30.205 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:22:30.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:30 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:29.384289+0000 mgr.smithi084.fwswku (mgr.14162) 165 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:31.509 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:22:31.510 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:22:31.511 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:22:32.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:32 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:31.384517+0000 mgr.smithi084.fwswku (mgr.14162) 166 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:32.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:32 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:31.508972+0000 mon.smithi084 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.129:0/587754981' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:22:32.875 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:22:32.875 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:22:34.156 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:22:34.156 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:22:34.157 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:22:34.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:34 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:33.384763+0000 mgr.smithi084.fwswku (mgr.14162) 167 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:34.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:34 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:34.155110+0000 mon.smithi084 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.129:0/1488600869' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:22:35.525 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:22:35.525 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:22:36.499 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:36 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:35.385077+0000 mgr.smithi084.fwswku (mgr.14162) 168 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:36.791 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:22:36.791 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:22:36.792 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:22:37.501 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:37 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:36.790402+0000 mon.smithi084 (mon.0) 244 : audit [DBG] from='client.? 172.21.15.129:0/1178570111' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:22:38.171 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:22:38.172 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:22:38.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:37.385383+0000 mgr.smithi084.fwswku (mgr.14162) 169 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:38.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:37.565524+0000 mon.smithi084 (mon.0) 245 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' 2024-01-21T09:22:39.451 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:22:39.451 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:22:39.452 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:22:39.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cephadm 2024-01-21T09:22:37.566851+0000 mgr.smithi084.fwswku (mgr.14162) 170 : cephadm [INF] Deploying daemon node-exporter.smithi084 on smithi084 2024-01-21T09:22:40.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:40 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:39.385608+0000 mgr.smithi084.fwswku (mgr.14162) 171 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:40.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:40 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:39.449849+0000 mon.smithi084 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.129:0/153297799' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:22:40.810 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:22:40.810 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:22:42.057 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:22:42.057 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:22:42.059 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:22:42.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:42 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:41.385962+0000 mgr.smithi084.fwswku (mgr.14162) 172 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:42.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:42 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:42.056546+0000 mon.smithi084 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.129:0/3073495680' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:22:43.420 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:22:43.421 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:22:44.724 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:22:44.725 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:22:44.726 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:22:44.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:44 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:43.386359+0000 mgr.smithi084.fwswku (mgr.14162) 173 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:45.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:45 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:44.723409+0000 mon.smithi084 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.129:0/1417996826' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:22:46.091 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:22:46.092 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:22:46.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:46 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:45.386677+0000 mgr.smithi084.fwswku (mgr.14162) 174 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:47.428 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:22:47.428 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:22:47.430 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:22:47.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:47 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:47.386947+0000 mgr.smithi084.fwswku (mgr.14162) 175 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:47.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:47 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:47.427349+0000 mon.smithi084 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.129:0/3794105690' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:22:48.789 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:22:48.790 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:22:50.039 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:22:50.039 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:22:50.041 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:22:50.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:50 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:49.387304+0000 mgr.smithi084.fwswku (mgr.14162) 176 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:50.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:50 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:50.038703+0000 mon.smithi084 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.129:0/4231695835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:22:51.394 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:22:51.395 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:22:52.689 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:22:52.690 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:22:52.691 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:22:52.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:52 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:51.387640+0000 mgr.smithi084.fwswku (mgr.14162) 177 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:53.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:53 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:52.688841+0000 mon.smithi084 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.129:0/386801204' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:22:54.066 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:22:54.067 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:22:54.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:54 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:53.387950+0000 mgr.smithi084.fwswku (mgr.14162) 178 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:55.327 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:22:55.327 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:22:55.329 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:22:55.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:55 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:55.326360+0000 mon.smithi084 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.129:0/2048121712' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:22:56.688 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:22:56.689 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:22:56.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:56 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:55.388271+0000 mgr.smithi084.fwswku (mgr.14162) 179 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:57.977 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:22:57.977 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:22:57.979 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:22:58.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:58 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:57.388570+0000 mgr.smithi084.fwswku (mgr.14162) 180 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:22:58.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:22:58 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:22:57.976751+0000 mon.smithi084 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.129:0/3765284306' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:22:59.331 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:22:59.331 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:23:00.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:00 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:22:59.388940+0000 mgr.smithi084.fwswku (mgr.14162) 181 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:00.880 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:23:00.880 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:23:00.881 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:23:01.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:01 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:00.879415+0000 mon.smithi084 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.129:0/3594777946' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:23:02.259 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:23:02.260 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:23:02.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:02 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:01.389316+0000 mgr.smithi084.fwswku (mgr.14162) 182 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:03.588 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:23:03.588 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:23:03.589 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:23:04.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:04 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:03.389640+0000 mgr.smithi084.fwswku (mgr.14162) 183 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:04.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:04 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:03.587080+0000 mon.smithi084 (mon.0) 255 : audit [DBG] from='client.? 172.21.15.129:0/1071371876' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:23:04.952 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:23:04.952 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:23:06.258 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:23:06.258 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:23:06.259 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:23:06.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:06 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:05.390001+0000 mgr.smithi084.fwswku (mgr.14162) 184 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:06.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:06 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:06.256574+0000 mon.smithi084 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.129:0/1879867959' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:23:07.624 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:23:07.625 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:23:08.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:08 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:07.390418+0000 mgr.smithi084.fwswku (mgr.14162) 185 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:08.963 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:23:08.963 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:23:08.964 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:23:09.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:09 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:08.962321+0000 mon.smithi084 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.129:0/2818586974' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:23:10.329 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:23:10.329 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:23:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:09.390676+0000 mgr.smithi084.fwswku (mgr.14162) 186 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:09.475916+0000 mon.smithi084 (mon.0) 258 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/mirror_snapshot_schedule"}]: dispatch 2024-01-21T09:23:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:09.480020+0000 mon.smithi084 (mon.0) 259 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/trash_purge_schedule"}]: dispatch 2024-01-21T09:23:11.868 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:23:11.868 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:23:11.869 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:23:12.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:12 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:11.391019+0000 mgr.smithi084.fwswku (mgr.14162) 187 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:12.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:12 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:11.867006+0000 mon.smithi084 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.129:0/1732969623' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:23:13.229 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:23:13.230 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:23:14.514 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:23:14.514 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:23:14.516 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:23:14.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:14 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:13.391327+0000 mgr.smithi084.fwswku (mgr.14162) 188 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:15.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:15 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:14.513486+0000 mon.smithi084 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.129:0/3903089582' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:23:15.891 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:23:15.891 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:23:16.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:16 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:15.391525+0000 mgr.smithi084.fwswku (mgr.14162) 189 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:17.213 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:23:17.214 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:23:17.215 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:23:17.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:17 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:17.213050+0000 mon.smithi084 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.129:0/2009456319' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:23:18.579 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:23:18.579 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:23:18.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:18 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:17.391840+0000 mgr.smithi084.fwswku (mgr.14162) 190 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:19.907 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:23:19.907 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:23:19.909 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:23:20.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:20 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:19.392200+0000 mgr.smithi084.fwswku (mgr.14162) 191 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:20.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:20 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:19.906946+0000 mon.smithi084 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.129:0/2210886778' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:23:21.269 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:23:21.269 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:23:22.557 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:23:22.558 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:23:22.559 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:23:22.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:22 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:21.392607+0000 mgr.smithi084.fwswku (mgr.14162) 192 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:23.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:22.556953+0000 mon.smithi084 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.129:0/3705873001' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:23:23.918 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:23:23.919 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:23:24.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:24 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:23.392892+0000 mgr.smithi084.fwswku (mgr.14162) 193 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:25.181 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:23:25.181 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:23:25.183 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:23:25.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:25 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:25.180779+0000 mon.smithi084 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.129:0/316783688' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:23:25.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:25 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:25.393289+0000 mgr.smithi084.fwswku (mgr.14162) 194 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:26.560 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:23:26.560 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:23:27.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:27 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:27.393643+0000 mgr.smithi084.fwswku (mgr.14162) 195 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:27.859 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:23:27.859 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:23:27.861 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:23:28.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:28 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:27.858529+0000 mon.smithi084 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.129:0/2203818984' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:23:29.221 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:23:29.222 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:23:29.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:29 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:29.393963+0000 mgr.smithi084.fwswku (mgr.14162) 196 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:30.520 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:23:30.520 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:23:30.522 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:23:31.060 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:30 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:30.519510+0000 mon.smithi084 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.129:0/3052698524' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:23:31.880 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:23:31.880 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:23:32.059 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:31 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:31.394274+0000 mgr.smithi084.fwswku (mgr.14162) 197 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:33.151 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:23:33.151 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:23:33.153 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:23:33.559 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:33 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:33.150305+0000 mon.smithi084 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.129:0/712188' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:23:34.532 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:23:34.532 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:23:34.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:34 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:33.394503+0000 mgr.smithi084.fwswku (mgr.14162) 198 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:35.762 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:23:35.763 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:23:35.764 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:23:36.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:36 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:35.394784+0000 mgr.smithi084.fwswku (mgr.14162) 199 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:36.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:36 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:35.762026+0000 mon.smithi084 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.129:0/2012048603' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:23:37.126 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:23:37.126 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:23:38.419 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:23:38.419 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:23:38.421 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:23:38.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:37.395052+0000 mgr.smithi084.fwswku (mgr.14162) 200 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:39.783 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:23:39.784 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:23:39.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:38.418744+0000 mon.smithi084 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.129:0/909983374' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:23:40.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:40 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:39.395497+0000 mgr.smithi084.fwswku (mgr.14162) 201 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:41.059 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:23:41.060 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:23:41.061 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:23:41.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:41 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:41.058789+0000 mon.smithi084 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.129:0/2240153536' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:23:42.420 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:23:42.420 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:23:42.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:42 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:41.395864+0000 mgr.smithi084.fwswku (mgr.14162) 202 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:43.738 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:23:43.738 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:23:43.739 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:23:44.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:44 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:43.396098+0000 mgr.smithi084.fwswku (mgr.14162) 203 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:44.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:44 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:43.736810+0000 mon.smithi084 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.129:0/1721270523' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:23:45.101 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:23:45.102 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:23:46.411 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:23:46.443 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:23:46.444 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:23:46.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:46 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:45.396365+0000 mgr.smithi084.fwswku (mgr.14162) 204 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:47.779 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:23:47.779 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:23:47.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:47 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:46.410723+0000 mon.smithi084 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.129:0/1057769217' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:23:48.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:48 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:47.396729+0000 mgr.smithi084.fwswku (mgr.14162) 205 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:49.084 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:23:49.084 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:23:49.085 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:23:49.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:49 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:49.083311+0000 mon.smithi084 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.129:0/4068416723' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:23:50.444 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:23:50.444 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:23:50.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:50 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:49.396997+0000 mgr.smithi084.fwswku (mgr.14162) 206 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:51.709 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:23:51.710 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:23:51.711 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:23:52.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:52 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:51.397265+0000 mgr.smithi084.fwswku (mgr.14162) 207 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:52.560 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:52 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:51.708812+0000 mon.smithi084 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.129:0/2123348212' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:23:53.063 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:23:53.064 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:23:54.340 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:23:54.340 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:23:54.342 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:23:54.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:54 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:53.397526+0000 mgr.smithi084.fwswku (mgr.14162) 208 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:54.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:54 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:54.339740+0000 mon.smithi084 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.129:0/2140255511' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:23:55.701 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:23:55.702 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:23:56.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:56 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:55.397737+0000 mgr.smithi084.fwswku (mgr.14162) 209 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:56.964 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:23:56.964 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:23:56.965 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:23:57.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:57 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:56.962768+0000 mon.smithi084 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.129:0/510947402' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:23:58.339 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:23:58.339 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:23:58.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:23:58 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:57.398083+0000 mgr.smithi084.fwswku (mgr.14162) 210 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:23:59.912 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:23:59.912 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:23:59.914 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:24:00.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:00 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:23:59.398470+0000 mgr.smithi084.fwswku (mgr.14162) 211 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:00.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:00 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:23:59.911486+0000 mon.smithi084 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.129:0/1275092283' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:24:01.270 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:24:01.270 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:24:02.536 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:24:02.536 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:24:02.537 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:24:02.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:02 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:01.398857+0000 mgr.smithi084.fwswku (mgr.14162) 212 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:03.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:03 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:02.535117+0000 mon.smithi084 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.129:0/989504545' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:24:03.893 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:24:03.893 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:24:04.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:04 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:03.399150+0000 mgr.smithi084.fwswku (mgr.14162) 213 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:05.219 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:24:05.220 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:24:05.221 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:24:05.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:05 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:05.218930+0000 mon.smithi084 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.129:0/2263054529' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:24:06.583 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:24:06.583 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:24:06.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:06 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:05.399463+0000 mgr.smithi084.fwswku (mgr.14162) 214 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:08.173 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:24:08.173 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:24:08.174 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:24:08.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:08 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:07.399805+0000 mgr.smithi084.fwswku (mgr.14162) 215 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:08.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:08 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:08.172218+0000 mon.smithi084 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.129:0/962834879' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:24:09.521 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:24:09.522 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:24:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:09.400198+0000 mgr.smithi084.fwswku (mgr.14162) 216 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:09.476907+0000 mon.smithi084 (mon.0) 282 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/mirror_snapshot_schedule"}]: dispatch 2024-01-21T09:24:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:09.480892+0000 mon.smithi084 (mon.0) 283 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/trash_purge_schedule"}]: dispatch 2024-01-21T09:24:10.877 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:24:10.877 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:24:10.878 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:24:11.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:11 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:10.875852+0000 mon.smithi084 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.129:0/1722648868' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:24:12.230 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:24:12.231 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:24:12.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:12 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:11.400576+0000 mgr.smithi084.fwswku (mgr.14162) 217 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:13.709 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:24:13.710 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:24:13.711 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:24:14.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:14 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:13.400816+0000 mgr.smithi084.fwswku (mgr.14162) 218 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:14.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:14 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:13.708597+0000 mon.smithi084 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.129:0/3554591812' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:24:15.033 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:24:15.034 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:24:16.303 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:24:16.304 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:24:16.305 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:24:16.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:16 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:15.401157+0000 mgr.smithi084.fwswku (mgr.14162) 219 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:16.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:16 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:16.302832+0000 mon.smithi084 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.129:0/946020074' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:24:17.661 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:24:17.662 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:24:18.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:18 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:17.401545+0000 mgr.smithi084.fwswku (mgr.14162) 220 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:18.977 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:24:18.977 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:24:18.978 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:24:19.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:19 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:18.975865+0000 mon.smithi084 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.129:0/2979257909' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:24:20.373 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:24:20.373 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:24:20.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:20 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:19.401805+0000 mgr.smithi084.fwswku (mgr.14162) 221 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:21.701 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:24:21.701 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:24:21.703 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:24:22.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:22 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:21.402045+0000 mgr.smithi084.fwswku (mgr.14162) 222 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:22.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:22 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:21.700407+0000 mon.smithi084 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.129:0/2344821070' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:24:23.069 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:24:23.070 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:24:24.385 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:24:24.385 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:24:24.387 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:24:24.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:24 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:23.402331+0000 mgr.smithi084.fwswku (mgr.14162) 223 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:24.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:24 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:24.384682+0000 mon.smithi084 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.129:0/504861090' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:24:25.746 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:24:25.746 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:24:26.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:26 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:25.402656+0000 mgr.smithi084.fwswku (mgr.14162) 224 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:27.024 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:24:27.025 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:24:27.026 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:24:27.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:27 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:27.023471+0000 mon.smithi084 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.129:0/1510404532' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:24:28.385 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:24:28.385 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:24:28.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:28 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:27.402947+0000 mgr.smithi084.fwswku (mgr.14162) 225 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:29.697 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:24:29.698 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:24:29.700 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:24:30.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:30 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:29.403344+0000 mgr.smithi084.fwswku (mgr.14162) 226 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:30.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:30 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:29.697061+0000 mon.smithi084 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.129:0/1343202603' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:24:31.063 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:24:31.063 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:24:32.275 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:24:32.275 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:24:32.277 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:24:32.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:32 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:31.403681+0000 mgr.smithi084.fwswku (mgr.14162) 227 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:32.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:32 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:32.274764+0000 mon.smithi084 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.129:0/29671718' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:24:33.627 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:24:33.628 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:24:34.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:34 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:33.403938+0000 mgr.smithi084.fwswku (mgr.14162) 228 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:34.936 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:24:34.936 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:24:34.937 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:24:35.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:35 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:34.935320+0000 mon.smithi084 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.129:0/3929243367' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:24:36.293 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:24:36.293 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:24:36.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:36 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:35.404330+0000 mgr.smithi084.fwswku (mgr.14162) 229 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:37.592 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:24:37.593 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:24:37.594 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:24:38.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:37.404599+0000 mgr.smithi084.fwswku (mgr.14162) 230 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:38.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:37.591865+0000 mon.smithi084 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.129:0/480288932' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:24:38.943 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:24:38.944 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:24:39.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cephadm 2024-01-21T09:24:38.096293+0000 mgr.smithi084.fwswku (mgr.14162) 231 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi084 ... 2024-01-21T09:24:39.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Verifying port 9100 ... 2024-01-21T09:24:39.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Non-zero exit code 1 from systemctl start ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@node-exporter.smithi084 2024-01-21T09:24:39.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: systemctl: stderr Job for ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@node-exporter.smithi084.service failed because a timeout was exceeded. 2024-01-21T09:24:39.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: systemctl: stderr See "systemctl status ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@node-exporter.smithi084.service" and "journalctl -xe" for details. 2024-01-21T09:24:39.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Traceback (most recent call last): 2024-01-21T09:24:39.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-01-21T09:24:39.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: main() 2024-01-21T09:24:39.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-01-21T09:24:39.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: r = ctx.func(ctx) 2024-01-21T09:24:39.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-01-21T09:24:39.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: return func(ctx) 2024-01-21T09:24:39.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2024-01-21T09:24:39.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: ports=daemon_ports) 2024-01-21T09:24:39.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2024-01-21T09:24:39.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-21T09:24:39.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2024-01-21T09:24:39.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-21T09:24:39.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2024-01-21T09:24:39.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T09:24:39.812 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: RuntimeError: Failed command: systemctl start ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@node-exporter.smithi084 2024-01-21T09:24:39.812 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Traceback (most recent call last): 2024-01-21T09:24:39.812 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2024-01-21T09:24:39.812 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: yield (conn, connr) 2024-01-21T09:24:39.812 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2024-01-21T09:24:39.812 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: code, '\n'.join(err))) 2024-01-21T09:24:39.812 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi084 ... 2024-01-21T09:24:39.812 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Verifying port 9100 ... 2024-01-21T09:24:39.812 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Non-zero exit code 1 from systemctl start ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@node-exporter.smithi084 2024-01-21T09:24:39.812 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: systemctl: stderr Job for ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@node-exporter.smithi084.service failed because a timeout was exceeded. 2024-01-21T09:24:39.812 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: systemctl: stderr See "systemctl status ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@node-exporter.smithi084.service" and "journalctl -xe" for details. 2024-01-21T09:24:39.812 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: Traceback (most recent call last): 2024-01-21T09:24:39.812 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-01-21T09:24:39.812 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: main() 2024-01-21T09:24:39.812 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-01-21T09:24:39.813 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: r = ctx.func(ctx) 2024-01-21T09:24:39.813 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-01-21T09:24:39.813 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: return func(ctx) 2024-01-21T09:24:39.813 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2024-01-21T09:24:39.813 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: ports=daemon_ports) 2024-01-21T09:24:39.813 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2024-01-21T09:24:39.813 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-21T09:24:39.813 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2024-01-21T09:24:39.813 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-21T09:24:39.813 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: File "/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2024-01-21T09:24:39.813 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T09:24:39.813 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: RuntimeError: Failed command: systemctl start ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@node-exporter.smithi084 2024-01-21T09:24:39.813 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cephadm 2024-01-21T09:24:38.103047+0000 mgr.smithi084.fwswku (mgr.14162) 232 : cephadm [INF] Deploying daemon prometheus.smithi084 on smithi084 2024-01-21T09:24:40.261 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:24:40.261 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:24:40.263 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:24:40.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:40 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:39.404980+0000 mgr.smithi084.fwswku (mgr.14162) 233 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:40.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:40 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:40.260353+0000 mon.smithi084 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.129:0/3230457430' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:24:41.621 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:24:41.621 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:24:42.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:42 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:41.405324+0000 mgr.smithi084.fwswku (mgr.14162) 234 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:42.925 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:24:42.925 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:24:42.927 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:24:43.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:43 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:42.924455+0000 mon.smithi084 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.129:0/995108294' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:24:44.305 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:24:44.305 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:24:44.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:44 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:43.405550+0000 mgr.smithi084.fwswku (mgr.14162) 235 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:45.628 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:24:45.628 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:24:45.630 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:24:46.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:46 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:45.405848+0000 mgr.smithi084.fwswku (mgr.14162) 236 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:46.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:46 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:45.627190+0000 mon.smithi084 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.129:0/3833678561' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:24:46.992 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:24:46.992 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:24:48.269 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:24:48.270 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:24:48.271 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:24:48.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:48 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:47.406227+0000 mgr.smithi084.fwswku (mgr.14162) 237 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:48.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:48 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:48.269043+0000 mon.smithi084 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.129:0/3982041072' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:24:49.633 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:24:49.633 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:24:50.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:50 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:49.406554+0000 mgr.smithi084.fwswku (mgr.14162) 238 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:50.912 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:24:50.912 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:24:50.914 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:24:51.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:51 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:50.911453+0000 mon.smithi084 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.129:0/2261398027' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:24:52.274 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:24:52.275 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:24:52.811 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:52 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:51.406916+0000 mgr.smithi084.fwswku (mgr.14162) 239 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:53.556 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:24:53.556 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:24:53.558 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:24:54.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:54 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:53.407165+0000 mgr.smithi084.fwswku (mgr.14162) 240 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:54.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:54 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:53.555928+0000 mon.smithi084 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.129:0/4276680996' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:24:54.927 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:24:54.928 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:24:56.193 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:24:56.193 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:24:56.195 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:24:56.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:56 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:55.407507+0000 mgr.smithi084.fwswku (mgr.14162) 241 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:56.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:56 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:56.192974+0000 mon.smithi084 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.129:0/601715068' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:24:57.557 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:24:57.558 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:24:58.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:58 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:57.407820+0000 mgr.smithi084.fwswku (mgr.14162) 242 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:24:58.880 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:24:58.880 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:24:58.882 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:24:59.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:24:59 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:24:58.879784+0000 mon.smithi084 (mon.0) 302 : audit [DBG] from='client.? 172.21.15.129:0/627570467' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:25:00.244 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:25:00.244 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:25:00.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:00 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:24:59.408129+0000 mgr.smithi084.fwswku (mgr.14162) 243 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:01.662 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:25:01.662 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:25:01.663 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:25:02.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:02 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:01.408382+0000 mgr.smithi084.fwswku (mgr.14162) 244 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:02.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:02 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:25:01.661402+0000 mon.smithi084 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.129:0/33855535' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:25:03.031 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:25:03.031 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:25:04.367 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:25:04.368 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:25:04.368 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:25:04.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:04 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:03.408613+0000 mgr.smithi084.fwswku (mgr.14162) 245 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:04.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:04 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:25:04.366312+0000 mon.smithi084 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.129:0/1882990220' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:25:05.730 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:25:05.731 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:25:06.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:06 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:05.408921+0000 mgr.smithi084.fwswku (mgr.14162) 246 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:07.004 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:25:07.004 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:25:07.006 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:25:07.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:07 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:25:07.003459+0000 mon.smithi084 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.129:0/1435760301' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:25:08.372 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:25:08.372 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:25:08.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:08 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:07.409321+0000 mgr.smithi084.fwswku (mgr.14162) 247 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:09.656 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:25:09.656 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:25:09.658 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:25:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:09.409635+0000 mgr.smithi084.fwswku (mgr.14162) 248 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:25:09.477736+0000 mon.smithi084 (mon.0) 306 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/mirror_snapshot_schedule"}]: dispatch 2024-01-21T09:25:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:25:09.481795+0000 mon.smithi084 (mon.0) 307 : audit [INF] from='mgr.14162 172.21.15.84:0/2696492529' entity='mgr.smithi084.fwswku' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi084.fwswku/trash_purge_schedule"}]: dispatch 2024-01-21T09:25:10.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:10 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:25:09.655399+0000 mon.smithi084 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.129:0/435043009' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:25:11.012 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:25:11.013 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:25:12.276 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:25:12.276 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:25:12.278 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:25:12.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:12 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:11.409967+0000 mgr.smithi084.fwswku (mgr.14162) 249 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:12.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:12 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:25:12.275319+0000 mon.smithi084 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.129:0/2926374400' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:25:13.638 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:25:13.638 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:25:14.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:14 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:13.410266+0000 mgr.smithi084.fwswku (mgr.14162) 250 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:14.883 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:25:14.884 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:25:14.885 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:25:15.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:15 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:25:14.883257+0000 mon.smithi084 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.129:0/1460305231' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:25:16.242 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:25:16.242 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:25:16.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:16 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:15.410506+0000 mgr.smithi084.fwswku (mgr.14162) 251 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:17.538 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:25:17.539 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:25:17.540 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:25:18.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:18 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:17.410852+0000 mgr.smithi084.fwswku (mgr.14162) 252 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:18.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:18 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:25:17.538053+0000 mon.smithi084 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.129:0/1574030729' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:25:18.904 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:25:18.904 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:25:20.174 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:25:20.174 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:25:20.175 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:25:20.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:20 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:19.411147+0000 mgr.smithi084.fwswku (mgr.14162) 253 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:20.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:20 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:25:20.173009+0000 mon.smithi084 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.129:0/3440574403' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:25:21.541 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:25:21.541 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:25:22.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:22 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:21.411490+0000 mgr.smithi084.fwswku (mgr.14162) 254 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:22.819 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:25:22.819 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:25:22.821 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:25:23.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:23 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:25:22.818886+0000 mon.smithi084 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.129:0/4025310897' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:25:24.190 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:25:24.191 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:25:24.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:24 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:23.411788+0000 mgr.smithi084.fwswku (mgr.14162) 255 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:25.503 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:25:25.503 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:25:25.504 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:25:26.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:26 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:25.412123+0000 mgr.smithi084.fwswku (mgr.14162) 256 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:26.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:26 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:25:25.502352+0000 mon.smithi084 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.129:0/3348502927' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:25:26.868 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:25:26.868 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:25:28.136 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:25:28.136 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:25:28.139 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:25:28.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:28 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:27.412490+0000 mgr.smithi084.fwswku (mgr.14162) 257 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:28.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:28 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:25:28.135792+0000 mon.smithi084 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.129:0/2272340783' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:25:29.509 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:25:29.509 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:25:30.774 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:25:30.775 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:25:30.776 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:25:30.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:30 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:29.412825+0000 mgr.smithi084.fwswku (mgr.14162) 258 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:31.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:31 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:25:30.773928+0000 mon.smithi084 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.129:0/3649333914' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:25:32.146 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:25:32.147 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:25:32.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:32 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:31.413188+0000 mgr.smithi084.fwswku (mgr.14162) 259 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:33.418 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:25:33.418 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:25:33.420 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:25:34.773 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:25:34.773 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:25:34.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:34 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:33.413510+0000 mgr.smithi084.fwswku (mgr.14162) 260 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:34.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:34 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:25:33.417663+0000 mon.smithi084 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.129:0/1802556449' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:25:36.088 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:25:36.088 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:25:36.089 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:25:36.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:36 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:35.413836+0000 mgr.smithi084.fwswku (mgr.14162) 261 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:36.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:36 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:25:36.087097+0000 mon.smithi084 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.129:0/2080189771' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:25:37.451 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:25:37.452 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:25:38.784 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:25:38.785 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:25:38.785 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:25:38.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:38 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:37.414223+0000 mgr.smithi084.fwswku (mgr.14162) 262 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:39.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:39 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:25:38.779348+0000 mon.smithi084 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.129:0/2466076245' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:25:40.157 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:25:40.158 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:25:40.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:40 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:39.414647+0000 mgr.smithi084.fwswku (mgr.14162) 263 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:41.477 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:25:41.478 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:25:41.479 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:25:42.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:42 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:41.415094+0000 mgr.smithi084.fwswku (mgr.14162) 264 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:42.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:42 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:25:41.476954+0000 mon.smithi084 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.129:0/3017198610' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:25:42.843 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:25:42.843 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:25:44.126 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:25:44.127 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:25:44.128 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:25:44.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:44 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:43.415380+0000 mgr.smithi084.fwswku (mgr.14162) 265 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:44.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:44 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:25:44.126087+0000 mon.smithi084 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.129:0/2275170333' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:25:45.515 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:25:45.516 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:25:46.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:46 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:45.415746+0000 mgr.smithi084.fwswku (mgr.14162) 266 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:46.814 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:25:46.814 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:25:46.816 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:25:47.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:47 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:25:46.813637+0000 mon.smithi084 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.129:0/3984481900' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:25:48.190 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:25:48.190 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:25:48.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:48 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:47.416137+0000 mgr.smithi084.fwswku (mgr.14162) 267 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:49.485 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:25:49.485 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:25:49.487 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:25:50.809 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:50 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:49.416495+0000 mgr.smithi084.fwswku (mgr.14162) 268 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:50.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:50 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:25:49.484494+0000 mon.smithi084 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.129:0/1011970193' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:25:50.852 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:25:50.852 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:25:52.182 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-01-21T09:25:52.182 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"ad41ad8c-b83d-11ee-95b0-87774f69a715","modified":"2024-01-21T09:16:18.673152Z","created":"2024-01-21T09:16:18.673152Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi084","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:25:52.184 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-01-21T09:25:52.547 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds 2024-01-21T09:25:52.548 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-21T09:25:52.548 DEBUG:teuthology.orchestra.run.smithi084:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T09:25:52.573 DEBUG:teuthology.orchestra.run.smithi129:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T09:25:52.591 INFO:tasks.cephadm:Stopping all daemons... 2024-01-21T09:25:52.592 INFO:tasks.cephadm.mon.smithi084:Stopping mon.smithi084... 2024-01-21T09:25:52.592 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mon.smithi084 2024-01-21T09:25:52.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:52 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: cluster 2024-01-21T09:25:51.416871+0000 mgr.smithi084.fwswku (mgr.14162) 269 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:25:52.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:52 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: audit 2024-01-21T09:25:52.182051+0000 mon.smithi084 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.129:0/219801360' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:25:52.810 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:52 smithi084 systemd[1]: Stopping Ceph mon.smithi084 for ad41ad8c-b83d-11ee-95b0-87774f69a715... 2024-01-21T09:25:53.184 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:52 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:25:52.916+0000 7fbd1c2bc700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi084 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-21T09:25:53.184 INFO:journalctl@ceph.mon.smithi084.smithi084.stdout:Jan 21 09:25:52 smithi084 ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715-mon.smithi084[34422]: debug 2024-01-21T09:25:52.916+0000 7fbd1c2bc700 -1 mon.smithi084@0(leader) e1 *** Got Signal Terminated *** 2024-01-21T09:25:53.347 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mon.smithi084.service' 2024-01-21T09:25:53.393 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T09:25:53.393 INFO:tasks.cephadm.mon.smithi084:Stopped mon.smithi084 2024-01-21T09:25:53.393 INFO:tasks.cephadm.mon.smithi129:Stopping mon.smithi129... 2024-01-21T09:25:53.393 DEBUG:teuthology.orchestra.run.smithi129:> sudo systemctl stop ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mon.smithi129 2024-01-21T09:25:53.431 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to stop ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mon.smithi129.service: Unit ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mon.smithi129.service not loaded. 2024-01-21T09:25:53.432 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-01-21T09:25:53.433 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi129" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi129 with status 5: 'sudo systemctl stop ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mon.smithi129' 2024-01-21T09:25:53.434 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-21T09:25:53.436 DEBUG:teuthology.misc:Transferring archived files from smithi084:/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524335/remote/ubuntu@smithi084.front.sepia.ceph.com/crash 2024-01-21T09:25:53.437 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/crash -- . 2024-01-21T09:25:53.481 DEBUG:teuthology.misc:Transferring archived files from smithi129:/var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524335/remote/ubuntu@smithi129.front.sepia.ceph.com/crash 2024-01-21T09:25:53.482 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/crash -- . 2024-01-21T09:25:53.524 INFO:teuthology.orchestra.run.smithi129.stderr:tar: /var/lib/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-21T09:25:53.524 INFO:teuthology.orchestra.run.smithi129.stderr:tar: Error is not recoverable: exiting now 2024-01-21T09:25:53.525 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-21T09:25:53.525 DEBUG:teuthology.orchestra.run.smithi084:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-21T09:25:53.553 INFO:teuthology.orchestra.run.smithi084.stderr:grep: /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/ceph.log: No such file or directory 2024-01-21T09:25:53.555 INFO:tasks.cephadm:Compressing logs... 2024-01-21T09:25:53.555 DEBUG:teuthology.orchestra.run.smithi084:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-21T09:25:53.597 DEBUG:teuthology.orchestra.run.smithi129:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-21T09:25:53.623 INFO:teuthology.orchestra.run.smithi084.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- : No such file or directory/var/log/ceph/cephadm.log 2024-01-21T09:25:53.623 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-01-21T09:25:53.623 INFO:teuthology.orchestra.run.smithi084.stderr:gzip -5 --verbose -- /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T09:25:53.624 INFO:teuthology.orchestra.run.smithi084.stderr:gzip -5 --verbose -- /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/ceph-mon.smithi084.log 2024-01-21T09:25:53.624 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/ceph-mgr.smithi084.fwswku.log 2024-01-21T09:25:53.624 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/ceph-mon.smithi084.log: 88.5% -- replaced with /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T09:25:53.625 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/ceph-mgr.smithi084.fwswku.log: 87.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T09:25:53.627 INFO:teuthology.orchestra.run.smithi129.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T09:25:53.627 INFO:teuthology.orchestra.run.smithi129.stderr:: No such file or directory 2024-01-21T09:25:53.629 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/cephadm.log: 96.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T09:25:53.630 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-01-21T09:25:53.631 INFO:teuthology.orchestra.run.smithi129.stderr:real 0m0.014s 2024-01-21T09:25:53.631 INFO:teuthology.orchestra.run.smithi129.stderr:user 0m0.011s 2024-01-21T09:25:53.631 INFO:teuthology.orchestra.run.smithi129.stderr:sys 0m0.012s 2024-01-21T09:25:53.698 INFO:teuthology.orchestra.run.smithi084.stderr:gzip: /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/ceph-mgr.smithi084.fwswku.log: file size changed while zipping 2024-01-21T09:25:53.698 INFO:teuthology.orchestra.run.smithi084.stderr: 92.6% -- replaced with /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/ceph-mgr.smithi084.fwswku.log.gz 2024-01-21T09:25:53.761 INFO:teuthology.orchestra.run.smithi084.stderr: 90.6% -- replaced with /var/log/ceph/ad41ad8c-b83d-11ee-95b0-87774f69a715/ceph-mon.smithi084.log.gz 2024-01-21T09:25:53.762 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-01-21T09:25:53.762 INFO:teuthology.orchestra.run.smithi084.stderr:real 0m0.149s 2024-01-21T09:25:53.762 INFO:teuthology.orchestra.run.smithi084.stderr:user 0m0.221s 2024-01-21T09:25:53.762 INFO:teuthology.orchestra.run.smithi084.stderr:sys 0m0.014s 2024-01-21T09:25:53.763 INFO:tasks.cephadm:Archiving logs... 2024-01-21T09:25:53.763 DEBUG:teuthology.misc:Transferring archived files from smithi084:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524335/remote/ubuntu@smithi084.front.sepia.ceph.com/log 2024-01-21T09:25:53.764 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T09:25:53.884 DEBUG:teuthology.misc:Transferring archived files from smithi129:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524335/remote/ubuntu@smithi129.front.sepia.ceph.com/log 2024-01-21T09:25:53.885 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T09:25:53.916 INFO:tasks.cephadm:Removing cluster... 2024-01-21T09:25:53.916 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 --force 2024-01-21T09:27:07.353 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ad41ad8c-b83d-11ee-95b0-87774f69a715 --force 2024-01-21T09:27:07.671 INFO:tasks.cephadm:Removing cephadm ... 2024-01-21T09:27:07.672 DEBUG:teuthology.orchestra.run.smithi084:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T09:27:07.691 DEBUG:teuthology.orchestra.run.smithi129:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T09:27:07.708 INFO:tasks.cephadm:Teardown complete 2024-01-21T09:27:07.708 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 1463, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi129 with status 5: 'sudo systemctl stop ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mon.smithi129' 2024-01-21T09:27:07.929 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=d596a83b4d30451a8fc90b6d9472645a Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 1463, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi129 with status 5: 'sudo systemctl stop ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mon.smithi129' 2024-01-21T09:27:07.934 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-21T09:27:07.944 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-21T09:27:07.958 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-21T09:27:07.959 DEBUG:teuthology.orchestra.run.smithi084:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T09:27:07.973 DEBUG:teuthology.orchestra.run.smithi129:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T09:27:07.981 INFO:teuthology.orchestra.run.smithi084.stderr:bash: ntpq: command not found 2024-01-21T09:27:07.985 INFO:teuthology.orchestra.run.smithi084.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T09:27:07.985 INFO:teuthology.orchestra.run.smithi084.stdout:=============================================================================== 2024-01-21T09:27:07.985 INFO:teuthology.orchestra.run.smithi084.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 35 -1779us[-1779us] +/- 72ms 2024-01-21T09:27:07.985 INFO:teuthology.orchestra.run.smithi084.stdout:^* hv02.front.sepia.ceph.com 3 6 377 35 -187us[ -182us] +/- 54ms 2024-01-21T09:27:07.985 INFO:teuthology.orchestra.run.smithi084.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 35 +2146us[+2146us] +/- 72ms 2024-01-21T09:27:07.985 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T09:27:07.990 INFO:teuthology.orchestra.run.smithi129.stderr:bash: ntpq: command not found 2024-01-21T09:27:07.994 INFO:teuthology.orchestra.run.smithi129.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T09:27:07.995 INFO:teuthology.orchestra.run.smithi129.stdout:=============================================================================== 2024-01-21T09:27:07.995 INFO:teuthology.orchestra.run.smithi129.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 36 -1824us[-1820us] +/- 72ms 2024-01-21T09:27:07.995 INFO:teuthology.orchestra.run.smithi129.stdout:^* hv02.front.sepia.ceph.com 3 6 377 36 -207us[ -203us] +/- 54ms 2024-01-21T09:27:07.995 INFO:teuthology.orchestra.run.smithi129.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 37 +2114us[+2118us] +/- 72ms 2024-01-21T09:27:07.995 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T09:27:07.996 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-21T09:27:08.007 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-21T09:27:08.008 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-21T09:27:08.022 DEBUG:teuthology.orchestra.run.smithi084:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-21T09:27:08.089 DEBUG:teuthology.orchestra.run.smithi129:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-21T09:27:08.152 DEBUG:teuthology.orchestra.run.smithi084:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-21T09:27:08.182 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T09:27:08.182 DEBUG:teuthology.orchestra.run.smithi129:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-21T09:27:08.211 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T09:27:08.212 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-21T09:27:08.223 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-21T09:27:08.278 INFO:teuthology.task.internal:Duration was 1029.176291 seconds 2024-01-21T09:27:08.279 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-21T09:27:08.293 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-21T09:27:08.293 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T09:27:08.295 DEBUG:teuthology.orchestra.run.smithi129:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T09:27:08.340 INFO:teuthology.orchestra.run.smithi084.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T09:27:08.340 INFO:teuthology.orchestra.run.smithi129.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T09:27:08.822 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-21T09:27:08.823 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi084.front.sepia.ceph.com 2024-01-21T09:27:08.823 DEBUG:teuthology.orchestra.run.smithi084:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-21T09:27:08.845 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi129.front.sepia.ceph.com 2024-01-21T09:27:08.846 DEBUG:teuthology.orchestra.run.smithi129:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-21T09:27:08.868 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-21T09:27:08.868 DEBUG:teuthology.orchestra.run.smithi084:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T09:27:08.888 DEBUG:teuthology.orchestra.run.smithi129:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T09:27:08.956 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-21T09:27:08.956 DEBUG:teuthology.orchestra.run.smithi084:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T09:27:08.959 DEBUG:teuthology.orchestra.run.smithi129:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T09:27:09.063 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-21T09:27:09.073 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-21T09:27:09.074 DEBUG:teuthology.orchestra.run.smithi084:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T09:27:09.101 DEBUG:teuthology.orchestra.run.smithi129:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T09:27:09.128 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-21T09:27:09.138 DEBUG:teuthology.orchestra.run.smithi084:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-21T09:27:09.143 DEBUG:teuthology.orchestra.run.smithi129:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-21T09:27:09.167 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern = core 2024-01-21T09:27:09.194 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern = core 2024-01-21T09:27:09.210 DEBUG:teuthology.orchestra.run.smithi084:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T09:27:09.244 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T09:27:09.245 DEBUG:teuthology.orchestra.run.smithi129:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T09:27:09.266 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T09:27:09.267 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-21T09:27:09.277 INFO:teuthology.task.internal:Transferring archived files... 2024-01-21T09:27:09.278 DEBUG:teuthology.misc:Transferring archived files from smithi084:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524335/remote/smithi084 2024-01-21T09:27:09.279 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T09:27:09.324 DEBUG:teuthology.misc:Transferring archived files from smithi129:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524335/remote/smithi129 2024-01-21T09:27:09.325 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T09:27:09.363 INFO:teuthology.task.internal:Removing archive directory... 2024-01-21T09:27:09.364 DEBUG:teuthology.orchestra.run.smithi084:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T09:27:09.366 DEBUG:teuthology.orchestra.run.smithi129:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T09:27:09.415 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-21T09:27:09.428 INFO:teuthology.task.internal:Not uploading archives. 2024-01-21T09:27:09.429 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-21T09:27:09.483 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-21T09:27:09.483 DEBUG:teuthology.orchestra.run.smithi084:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T09:27:09.485 DEBUG:teuthology.orchestra.run.smithi129:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T09:27:09.501 INFO:teuthology.orchestra.run.smithi084.stdout: 525353 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 09:27 /home/ubuntu/cephtest 2024-01-21T09:27:09.503 INFO:teuthology.orchestra.run.smithi129.stdout: 525797 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 09:27 /home/ubuntu/cephtest 2024-01-21T09:27:09.504 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-21T09:27:09.515 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-21T09:27:09.540 INFO:teuthology.nuke:Checking targets against current locks 2024-01-21T09:27:09.566 DEBUG:teuthology.nuke:shortname: smithi084 2024-01-21T09:27:09.566 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T09:27:09.590 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi084.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524335', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 09:02:06.068034', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPdInFaSJikLgTzSRjec0z4RVXl7BBTJwTjl/0daxxQPx+Gk4/IqDI4eaxindyJmNXCVfb84sFnPMJ6Ff8qQh6s='} 2024-01-21T09:27:09.594 DEBUG:teuthology.nuke:shortname: smithi129 2024-01-21T09:27:09.594 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T09:27:09.619 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi129.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524335', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 09:02:06.069765', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCC9xxv1k7/9cw3JLfghXnoZFqdsThpUL0ZnzD8P+20vQOOekC/5i08EE9AvQmjBGfaDzwaoUdlxvqp7sX/eiM4='} 2024-01-21T09:27:09.650 INFO:teuthology.orchestra.console.smithi084:Power off 2024-01-21T09:27:09.651 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T09:27:09.675 DEBUG:teuthology.orchestra.console.smithi084:power off output: Chassis Power Control: Down/Off 2024-01-21T09:27:09.675 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T09:27:09.689 INFO:teuthology.orchestra.console.smithi129:Power off 2024-01-21T09:27:09.690 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T09:27:09.700 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is on 2024-01-21T09:27:09.713 DEBUG:teuthology.orchestra.console.smithi129:power off output: Chassis Power Control: Down/Off 2024-01-21T09:27:09.714 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T09:27:09.738 DEBUG:teuthology.orchestra.console.smithi129:check power output: Chassis Power is on 2024-01-21T09:27:13.701 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T09:27:13.739 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T09:27:13.811 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is on 2024-01-21T09:27:13.849 DEBUG:teuthology.orchestra.console.smithi129:check power output: Chassis Power is on 2024-01-21T09:27:17.816 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T09:27:17.850 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T09:27:17.925 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is off 2024-01-21T09:27:17.959 DEBUG:teuthology.orchestra.console.smithi129:check power output: Chassis Power is off 2024-01-21T09:27:18.026 INFO:teuthology.orchestra.console.smithi084:Power off completed 2024-01-21T09:27:18.060 INFO:teuthology.orchestra.console.smithi129:Power off completed 2024-01-21T09:27:18.164 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1029.1762912273407 failure_reason: 'Command failed on smithi129 with status 5: ''sudo systemctl stop ceph-ad41ad8c-b83d-11ee-95b0-87774f69a715@mon.smithi129''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=d596a83b4d30451a8fc90b6d9472645a status: fail success: false 2024-01-21T09:27:18.164 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T09:27:18.256 INFO:teuthology.run:FAIL