2024-02-19T23:09:16.667 INFO:root:teuthology version: 0.0.1.dev260+gb1dac55 2024-02-19T23:09:16.667 DEBUG:teuthology.run:Teuthology command: teuthology --description orch: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} --verbose --owner scheduled_gabrioux@teuthology --name gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi --archive /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568072 -- /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568072/orig.config.yaml 2024-02-19T23:09:16.704 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-19T23:09:16.810 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568072 branch: wip-guits-testing-6-2024-02-19-2119-pacific description: orch: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: gabrioux@ibm.com first_in_suite: false job_id: '7568072' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-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-guits-testing-6-2024-02-19-2119-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: 19854089e18d4f65dda2b6cd74e737367c2514bd ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-6-2024-02-19-2119-pacific sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 5185 sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd sleep_before_teardown: 0 subset: 1/999 suite: orch:cephadm suite_branch: wip-guits-testing-6-2024-02-19-2119-pacific suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd targets: smithi072.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDnWSmAJZsUTPvngVQmXYyfyshTpNhzNaborQDN2D9qCFDImNXm3WHE2ASEDyoAm4bUCfJe/HSnN5IVIjV07Glk= smithi167.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKWhyoIjo7kQp+kBzU4k14QWItcfkWB7tam7xwZlxqEe6jsNNsp+heUhXxp9bR/0yLa0KohkH3Yz/3CmjSHIq+E= 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: b1dac5519c57c269ea98a22fb7729016a1d0e4d2 timestamp: 2024-02-19_22:54:55 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: gabrioux 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-02-19T23:09:16.810 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa; will attempt to use it 2024-02-19T23:09:16.811 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks 2024-02-19T23:09:16.811 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-19T23:09:16.814 INFO:teuthology.task.internal:Checking packages... 2024-02-19T23:09:16.844 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '19854089e18d4f65dda2b6cd74e737367c2514bd' 2024-02-19T23:09:16.844 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-19T23:09:16.844 INFO:teuthology.packaging:ref: None 2024-02-19T23:09:16.844 INFO:teuthology.packaging:tag: None 2024-02-19T23:09:16.844 INFO:teuthology.packaging:branch: wip-guits-testing-6-2024-02-19-2119-pacific 2024-02-19T23:09:16.844 INFO:teuthology.packaging:sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd 2024-02-19T23:09:16.845 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-guits-testing-6-2024-02-19-2119-pacific 2024-02-19T23:09:17.077 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-549.g19854089 2024-02-19T23:09:17.079 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-19T23:09:17.089 INFO:teuthology.task.internal:no buildpackages task found 2024-02-19T23:09:17.089 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-19T23:09:17.118 INFO:teuthology.task.internal:Saving configuration 2024-02-19T23:09:17.136 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-19T23:09:17.143 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-19T23:09:17.176 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi072.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568072', '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-02-19 23:03:41.165802', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDnWSmAJZsUTPvngVQmXYyfyshTpNhzNaborQDN2D9qCFDImNXm3WHE2ASEDyoAm4bUCfJe/HSnN5IVIjV07Glk='} 2024-02-19T23:09:17.209 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi167.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568072', '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-02-19 23:03:41.163874', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKWhyoIjo7kQp+kBzU4k14QWItcfkWB7tam7xwZlxqEe6jsNNsp+heUhXxp9bR/0yLa0KohkH3Yz/3CmjSHIq+E='} 2024-02-19T23:09:17.209 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-19T23:09:17.215 INFO:teuthology.task.internal:roles: ubuntu@smithi072.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-02-19T23:09:17.216 INFO:teuthology.task.internal:roles: ubuntu@smithi167.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-02-19T23:09:17.216 INFO:teuthology.run_tasks:Running task console_log... 2024-02-19T23:09:17.344 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f04de2e5ee0>, signals=[15]) 2024-02-19T23:09:17.345 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-19T23:09:17.351 INFO:teuthology.task.internal:Opening connections... 2024-02-19T23:09:17.351 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi072.front.sepia.ceph.com 2024-02-19T23:09:17.354 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:09:17.440 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi167.front.sepia.ceph.com 2024-02-19T23:09:17.444 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:09:17.528 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-19T23:09:17.534 DEBUG:teuthology.orchestra.run.smithi072:> uname -m 2024-02-19T23:09:17.557 INFO:teuthology.orchestra.run.smithi072.stdout:x86_64 2024-02-19T23:09:17.557 DEBUG:teuthology.orchestra.run.smithi072:> cat /etc/os-release 2024-02-19T23:09:17.618 INFO:teuthology.orchestra.run.smithi072.stdout:NAME="CentOS Stream" 2024-02-19T23:09:17.618 INFO:teuthology.orchestra.run.smithi072.stdout:VERSION="8" 2024-02-19T23:09:17.618 INFO:teuthology.orchestra.run.smithi072.stdout:ID="centos" 2024-02-19T23:09:17.618 INFO:teuthology.orchestra.run.smithi072.stdout:ID_LIKE="rhel fedora" 2024-02-19T23:09:17.618 INFO:teuthology.orchestra.run.smithi072.stdout:VERSION_ID="8" 2024-02-19T23:09:17.619 INFO:teuthology.orchestra.run.smithi072.stdout:PLATFORM_ID="platform:el8" 2024-02-19T23:09:17.619 INFO:teuthology.orchestra.run.smithi072.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-19T23:09:17.619 INFO:teuthology.orchestra.run.smithi072.stdout:ANSI_COLOR="0;31" 2024-02-19T23:09:17.619 INFO:teuthology.orchestra.run.smithi072.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-19T23:09:17.619 INFO:teuthology.orchestra.run.smithi072.stdout:HOME_URL="https://centos.org/" 2024-02-19T23:09:17.619 INFO:teuthology.orchestra.run.smithi072.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-19T23:09:17.619 INFO:teuthology.orchestra.run.smithi072.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-19T23:09:17.619 INFO:teuthology.orchestra.run.smithi072.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-19T23:09:17.620 INFO:teuthology.lock.ops:Updating smithi072.front.sepia.ceph.com on lock server 2024-02-19T23:09:17.659 DEBUG:teuthology.orchestra.run.smithi167:> uname -m 2024-02-19T23:09:17.681 INFO:teuthology.orchestra.run.smithi167.stdout:x86_64 2024-02-19T23:09:17.682 DEBUG:teuthology.orchestra.run.smithi167:> cat /etc/os-release 2024-02-19T23:09:17.743 INFO:teuthology.orchestra.run.smithi167.stdout:NAME="CentOS Stream" 2024-02-19T23:09:17.743 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION="8" 2024-02-19T23:09:17.744 INFO:teuthology.orchestra.run.smithi167.stdout:ID="centos" 2024-02-19T23:09:17.744 INFO:teuthology.orchestra.run.smithi167.stdout:ID_LIKE="rhel fedora" 2024-02-19T23:09:17.744 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION_ID="8" 2024-02-19T23:09:17.744 INFO:teuthology.orchestra.run.smithi167.stdout:PLATFORM_ID="platform:el8" 2024-02-19T23:09:17.744 INFO:teuthology.orchestra.run.smithi167.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-19T23:09:17.744 INFO:teuthology.orchestra.run.smithi167.stdout:ANSI_COLOR="0;31" 2024-02-19T23:09:17.744 INFO:teuthology.orchestra.run.smithi167.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-19T23:09:17.744 INFO:teuthology.orchestra.run.smithi167.stdout:HOME_URL="https://centos.org/" 2024-02-19T23:09:17.744 INFO:teuthology.orchestra.run.smithi167.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-19T23:09:17.744 INFO:teuthology.orchestra.run.smithi167.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-19T23:09:17.744 INFO:teuthology.orchestra.run.smithi167.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-19T23:09:17.745 INFO:teuthology.lock.ops:Updating smithi167.front.sepia.ceph.com on lock server 2024-02-19T23:09:17.775 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-19T23:09:17.784 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-19T23:09:17.805 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-19T23:09:17.805 DEBUG:teuthology.orchestra.run.smithi072:> test '!' -e /home/ubuntu/cephtest 2024-02-19T23:09:17.808 DEBUG:teuthology.orchestra.run.smithi167:> test '!' -e /home/ubuntu/cephtest 2024-02-19T23:09:17.827 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-19T23:09:17.833 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-19T23:09:17.834 DEBUG:teuthology.orchestra.run.smithi072:> test -z $(ls -A /var/lib/ceph) 2024-02-19T23:09:17.869 DEBUG:teuthology.orchestra.run.smithi167:> test -z $(ls -A /var/lib/ceph) 2024-02-19T23:09:17.896 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-19T23:09:17.967 INFO:teuthology.run_tasks:Running task kernel... 2024-02-19T23:09:17.982 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-19T23:09:17.982 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-19T23:09:17.982 DEBUG:teuthology.orchestra.run.smithi072:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-19T23:09:17.983 DEBUG:teuthology.orchestra.run.smithi167:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-19T23:09:18.002 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:09:18.003 DEBUG:teuthology.orchestra.run.smithi072:> uname -r 2024-02-19T23:09:18.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:09:18.004 DEBUG:teuthology.orchestra.run.smithi167:> uname -r 2024-02-19T23:09:18.064 INFO:teuthology.orchestra.run.smithi072.stdout:4.18.0-489.el8.x86_64 2024-02-19T23:09:18.064 INFO:teuthology.task.kernel:Running kernel on smithi072: 4.18.0-489.el8.x86_64 2024-02-19T23:09:18.064 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum install -y kernel 2024-02-19T23:09:18.065 INFO:teuthology.orchestra.run.smithi167.stdout:4.18.0-489.el8.x86_64 2024-02-19T23:09:18.065 INFO:teuthology.task.kernel:Running kernel on smithi167: 4.18.0-489.el8.x86_64 2024-02-19T23:09:18.066 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum install -y kernel 2024-02-19T23:09:21.746 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 8 - AppStream 23 MB/s | 27 MB 00:01 2024-02-19T23:09:23.463 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS Stream 8 - AppStream 28 MB/s | 27 MB 00:00 2024-02-19T23:09:27.455 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 8 - BaseOS 12 MB/s | 10 MB 00:00 2024-02-19T23:09:29.447 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 8 - Extras 45 kB/s | 18 kB 00:00 2024-02-19T23:09:29.881 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 8 - Extras common packages 21 kB/s | 6.9 kB 00:00 2024-02-19T23:09:30.133 INFO:teuthology.orchestra.run.smithi167.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2024-02-19T23:09:30.881 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS Stream 8 - BaseOS 4.0 MB/s | 10 MB 00:02 2024-02-19T23:09:31.075 INFO:teuthology.orchestra.run.smithi167.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2024-02-19T23:09:32.707 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS Stream 8 - Extras 79 kB/s | 18 kB 00:00 2024-02-19T23:09:33.167 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 6.9 kB 00:00 2024-02-19T23:09:33.452 INFO:teuthology.orchestra.run.smithi072.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2024-02-19T23:09:34.756 INFO:teuthology.orchestra.run.smithi072.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2024-02-19T23:09:34.892 INFO:teuthology.orchestra.run.smithi167.stdout:lab-extras 437 kB/s | 24 kB 00:00 2024-02-19T23:09:37.847 INFO:teuthology.orchestra.run.smithi167.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-19T23:09:37.847 INFO:teuthology.orchestra.run.smithi167.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-19T23:09:37.953 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-02-19T23:09:37.954 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-02-19T23:09:37.954 INFO:teuthology.orchestra.run.smithi167.stdout: Package Architecture Version Repository Size 2024-02-19T23:09:37.954 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-02-19T23:09:37.954 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2024-02-19T23:09:37.954 INFO:teuthology.orchestra.run.smithi167.stdout: kernel x86_64 4.18.0-539.el8 baseos 10 M 2024-02-19T23:09:37.954 INFO:teuthology.orchestra.run.smithi167.stdout:Installing dependencies: 2024-02-19T23:09:37.954 INFO:teuthology.orchestra.run.smithi167.stdout: kernel-core x86_64 4.18.0-539.el8 baseos 43 M 2024-02-19T23:09:37.954 INFO:teuthology.orchestra.run.smithi167.stdout: kernel-modules x86_64 4.18.0-539.el8 baseos 36 M 2024-02-19T23:09:37.955 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:09:37.955 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-02-19T23:09:37.955 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-02-19T23:09:37.955 INFO:teuthology.orchestra.run.smithi167.stdout:Install 3 Packages 2024-02-19T23:09:37.955 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:09:37.955 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 90 M 2024-02-19T23:09:37.955 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 97 M 2024-02-19T23:09:37.956 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2024-02-19T23:09:38.473 INFO:teuthology.orchestra.run.smithi072.stdout:lab-extras 567 kB/s | 24 kB 00:00 2024-02-19T23:09:39.143 INFO:teuthology.orchestra.run.smithi167.stdout:(1/3): kernel-4.18.0-539.el8.x86_64.rpm 9.0 MB/s | 10 MB 00:01 2024-02-19T23:09:41.430 INFO:teuthology.orchestra.run.smithi072.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-19T23:09:41.430 INFO:teuthology.orchestra.run.smithi072.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-19T23:09:41.571 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-02-19T23:09:41.572 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-02-19T23:09:41.572 INFO:teuthology.orchestra.run.smithi072.stdout: Package Architecture Version Repository Size 2024-02-19T23:09:41.572 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-02-19T23:09:41.572 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-02-19T23:09:41.572 INFO:teuthology.orchestra.run.smithi072.stdout: kernel x86_64 4.18.0-539.el8 baseos 10 M 2024-02-19T23:09:41.572 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2024-02-19T23:09:41.572 INFO:teuthology.orchestra.run.smithi072.stdout: kernel-core x86_64 4.18.0-539.el8 baseos 43 M 2024-02-19T23:09:41.572 INFO:teuthology.orchestra.run.smithi072.stdout: kernel-modules x86_64 4.18.0-539.el8 baseos 36 M 2024-02-19T23:09:41.572 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-02-19T23:09:41.572 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-02-19T23:09:41.573 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-02-19T23:09:41.573 INFO:teuthology.orchestra.run.smithi072.stdout:Install 3 Packages 2024-02-19T23:09:41.573 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-02-19T23:09:41.573 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 90 M 2024-02-19T23:09:41.573 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 97 M 2024-02-19T23:09:41.573 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-02-19T23:09:42.177 INFO:teuthology.orchestra.run.smithi167.stdout:(2/3): kernel-modules-4.18.0-539.el8.x86_64.rpm 8.6 MB/s | 36 MB 00:04 2024-02-19T23:09:42.643 INFO:teuthology.orchestra.run.smithi072.stdout:(1/3): kernel-4.18.0-539.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2024-02-19T23:09:42.727 INFO:teuthology.orchestra.run.smithi167.stdout:(3/3): kernel-core-4.18.0-539.el8.x86_64.rpm 9.1 MB/s | 43 MB 00:04 2024-02-19T23:09:42.727 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2024-02-19T23:09:42.727 INFO:teuthology.orchestra.run.smithi167.stdout:Total 19 MB/s | 90 MB 00:04 2024-02-19T23:09:43.409 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2024-02-19T23:09:43.611 INFO:teuthology.orchestra.run.smithi072.stdout:(2/3): kernel-modules-4.18.0-539.el8.x86_64.rpm 20 MB/s | 36 MB 00:01 2024-02-19T23:09:43.818 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2024-02-19T23:09:43.818 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2024-02-19T23:09:44.494 INFO:teuthology.orchestra.run.smithi072.stdout:(3/3): kernel-core-4.18.0-539.el8.x86_64.rpm 16 MB/s | 43 MB 00:02 2024-02-19T23:09:44.494 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-02-19T23:09:44.494 INFO:teuthology.orchestra.run.smithi072.stdout:Total 31 MB/s | 90 MB 00:02 2024-02-19T23:09:45.050 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2024-02-19T23:09:45.071 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2024-02-19T23:09:45.179 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-02-19T23:09:45.639 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-02-19T23:09:45.639 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-02-19T23:09:46.859 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-02-19T23:09:46.881 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-02-19T23:09:47.819 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2024-02-19T23:09:48.318 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-19T23:09:49.657 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-02-19T23:09:50.285 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-19T23:09:51.854 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-19T23:09:52.509 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-19T23:09:53.838 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-19T23:09:54.284 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-19T23:09:55.940 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-19T23:09:56.225 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : kernel-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:09:57.715 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-19T23:09:58.069 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : kernel-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:10:18.229 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:10:18.253 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:10:18.603 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: kernel-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:10:18.603 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : kernel-4.18.0-539.el8.x86_64 1/3 2024-02-19T23:10:18.603 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : kernel-core-4.18.0-539.el8.x86_64 2/3 2024-02-19T23:10:19.413 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:10:19.413 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:10:19.413 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2024-02-19T23:10:19.413 INFO:teuthology.orchestra.run.smithi167.stdout: kernel-4.18.0-539.el8.x86_64 kernel-core-4.18.0-539.el8.x86_64 2024-02-19T23:10:19.413 INFO:teuthology.orchestra.run.smithi167.stdout: kernel-modules-4.18.0-539.el8.x86_64 2024-02-19T23:10:19.413 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:10:19.413 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-02-19T23:10:19.573 DEBUG:teuthology.orchestra.run.smithi167:> rpm -q kernel | sort -rV | head -n 1 2024-02-19T23:10:19.831 INFO:teuthology.orchestra.run.smithi167.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-19T23:10:19.832 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-19T23:10:19.832 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-539.el8.x86_64 2024-02-19T23:10:19.832 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-19T23:10:19.832 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-19T23:10:19.832 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-19T23:10:19.832 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi167.front.sepia.ceph.com, path=None, version=distro) 2024-02-19T23:10:19.833 DEBUG:teuthology.orchestra.run.smithi167:> rpm -q kernel | sort -rV | head -n 1 2024-02-19T23:10:20.043 INFO:teuthology.orchestra.run.smithi167.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-19T23:10:20.044 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-19T23:10:20.044 DEBUG:teuthology.orchestra.run.smithi167:> sudo rpm -qi grub2-tools 2024-02-19T23:10:20.078 INFO:teuthology.orchestra.run.smithi167.stdout:Name : grub2-tools 2024-02-19T23:10:20.078 INFO:teuthology.orchestra.run.smithi167.stdout:Epoch : 1 2024-02-19T23:10:20.078 INFO:teuthology.orchestra.run.smithi167.stdout:Version : 2.02 2024-02-19T23:10:20.078 INFO:teuthology.orchestra.run.smithi167.stdout:Release : 129.el8 2024-02-19T23:10:20.078 INFO:teuthology.orchestra.run.smithi167.stdout:Architecture: x86_64 2024-02-19T23:10:20.078 INFO:teuthology.orchestra.run.smithi167.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-19T23:10:20.079 INFO:teuthology.orchestra.run.smithi167.stdout:Group : System Environment/Base 2024-02-19T23:10:20.079 INFO:teuthology.orchestra.run.smithi167.stdout:Size : 9265586 2024-02-19T23:10:20.079 INFO:teuthology.orchestra.run.smithi167.stdout:License : GPLv3+ 2024-02-19T23:10:20.079 INFO:teuthology.orchestra.run.smithi167.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-19T23:10:20.079 INFO:teuthology.orchestra.run.smithi167.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-19T23:10:20.079 INFO:teuthology.orchestra.run.smithi167.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-19T23:10:20.079 INFO:teuthology.orchestra.run.smithi167.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-19T23:10:20.079 INFO:teuthology.orchestra.run.smithi167.stdout:Relocations : (not relocatable) 2024-02-19T23:10:20.079 INFO:teuthology.orchestra.run.smithi167.stdout:Packager : CentOS BuildSystem 2024-02-19T23:10:20.079 INFO:teuthology.orchestra.run.smithi167.stdout:Vendor : CentOS 2024-02-19T23:10:20.079 INFO:teuthology.orchestra.run.smithi167.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-19T23:10:20.079 INFO:teuthology.orchestra.run.smithi167.stdout:Summary : Support tools for GRUB. 2024-02-19T23:10:20.079 INFO:teuthology.orchestra.run.smithi167.stdout:Description : 2024-02-19T23:10:20.079 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:10:20.080 INFO:teuthology.orchestra.run.smithi167.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-19T23:10:20.080 INFO:teuthology.orchestra.run.smithi167.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-19T23:10:20.080 INFO:teuthology.orchestra.run.smithi167.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-19T23:10:20.080 INFO:teuthology.orchestra.run.smithi167.stdout:hardware devices. 2024-02-19T23:10:20.080 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:10:20.080 INFO:teuthology.orchestra.run.smithi167.stdout:This subpackage provides tools for support of all platforms. 2024-02-19T23:10:20.081 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-19T23:10:20.081 INFO:teuthology.task.kernel:Updating grub on smithi167 to boot 4.18.0-539.el8.x86_64 2024-02-19T23:10:20.081 DEBUG:teuthology.orchestra.run.smithi167:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-19T23:10:21.020 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:10:21.043 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:10:21.397 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: kernel-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:10:21.397 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : kernel-4.18.0-539.el8.x86_64 1/3 2024-02-19T23:10:21.397 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : kernel-core-4.18.0-539.el8.x86_64 2/3 2024-02-19T23:10:21.480 INFO:teuthology.orchestra.run.smithi167.stderr:Generating grub configuration file ... 2024-02-19T23:10:21.927 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:10:21.927 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-02-19T23:10:21.927 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-02-19T23:10:21.928 INFO:teuthology.orchestra.run.smithi072.stdout: kernel-4.18.0-539.el8.x86_64 kernel-core-4.18.0-539.el8.x86_64 2024-02-19T23:10:21.928 INFO:teuthology.orchestra.run.smithi072.stdout: kernel-modules-4.18.0-539.el8.x86_64 2024-02-19T23:10:21.928 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-02-19T23:10:21.928 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-02-19T23:10:22.077 DEBUG:teuthology.orchestra.run.smithi072:> rpm -q kernel | sort -rV | head -n 1 2024-02-19T23:10:22.294 INFO:teuthology.orchestra.run.smithi072.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-19T23:10:22.294 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-19T23:10:22.294 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-539.el8.x86_64 2024-02-19T23:10:22.294 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-19T23:10:22.294 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-19T23:10:22.295 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-19T23:10:22.295 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi072.front.sepia.ceph.com, path=None, version=distro) 2024-02-19T23:10:22.295 DEBUG:teuthology.orchestra.run.smithi072:> rpm -q kernel | sort -rV | head -n 1 2024-02-19T23:10:22.505 INFO:teuthology.orchestra.run.smithi072.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-19T23:10:22.505 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-19T23:10:22.506 DEBUG:teuthology.orchestra.run.smithi072:> sudo rpm -qi grub2-tools 2024-02-19T23:10:22.540 INFO:teuthology.orchestra.run.smithi072.stdout:Name : grub2-tools 2024-02-19T23:10:22.540 INFO:teuthology.orchestra.run.smithi072.stdout:Epoch : 1 2024-02-19T23:10:22.540 INFO:teuthology.orchestra.run.smithi072.stdout:Version : 2.02 2024-02-19T23:10:22.540 INFO:teuthology.orchestra.run.smithi072.stdout:Release : 129.el8 2024-02-19T23:10:22.541 INFO:teuthology.orchestra.run.smithi072.stdout:Architecture: x86_64 2024-02-19T23:10:22.541 INFO:teuthology.orchestra.run.smithi072.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-19T23:10:22.541 INFO:teuthology.orchestra.run.smithi072.stdout:Group : System Environment/Base 2024-02-19T23:10:22.541 INFO:teuthology.orchestra.run.smithi072.stdout:Size : 9265586 2024-02-19T23:10:22.541 INFO:teuthology.orchestra.run.smithi072.stdout:License : GPLv3+ 2024-02-19T23:10:22.541 INFO:teuthology.orchestra.run.smithi072.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-19T23:10:22.541 INFO:teuthology.orchestra.run.smithi072.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-19T23:10:22.541 INFO:teuthology.orchestra.run.smithi072.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-19T23:10:22.541 INFO:teuthology.orchestra.run.smithi072.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-19T23:10:22.541 INFO:teuthology.orchestra.run.smithi072.stdout:Relocations : (not relocatable) 2024-02-19T23:10:22.541 INFO:teuthology.orchestra.run.smithi072.stdout:Packager : CentOS BuildSystem 2024-02-19T23:10:22.541 INFO:teuthology.orchestra.run.smithi072.stdout:Vendor : CentOS 2024-02-19T23:10:22.541 INFO:teuthology.orchestra.run.smithi072.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-19T23:10:22.541 INFO:teuthology.orchestra.run.smithi072.stdout:Summary : Support tools for GRUB. 2024-02-19T23:10:22.542 INFO:teuthology.orchestra.run.smithi072.stdout:Description : 2024-02-19T23:10:22.542 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-02-19T23:10:22.542 INFO:teuthology.orchestra.run.smithi072.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-19T23:10:22.542 INFO:teuthology.orchestra.run.smithi072.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-19T23:10:22.542 INFO:teuthology.orchestra.run.smithi072.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-19T23:10:22.542 INFO:teuthology.orchestra.run.smithi072.stdout:hardware devices. 2024-02-19T23:10:22.542 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-02-19T23:10:22.542 INFO:teuthology.orchestra.run.smithi072.stdout:This subpackage provides tools for support of all platforms. 2024-02-19T23:10:22.543 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-19T23:10:22.543 INFO:teuthology.task.kernel:Updating grub on smithi072 to boot 4.18.0-539.el8.x86_64 2024-02-19T23:10:22.543 DEBUG:teuthology.orchestra.run.smithi072:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-19T23:10:23.302 INFO:teuthology.orchestra.run.smithi167.stderr:done 2024-02-19T23:10:23.304 DEBUG:teuthology.orchestra.run.smithi167:> mktemp 2024-02-19T23:10:23.327 INFO:teuthology.orchestra.run.smithi167.stdout:/tmp/tmp.EBxVj6Khel 2024-02-19T23:10:23.328 DEBUG:teuthology.orchestra.run.smithi167:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.EBxVj6Khel 2024-02-19T23:10:23.419 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod 0666 /tmp/tmp.EBxVj6Khel 2024-02-19T23:10:23.531 DEBUG:teuthology.orchestra.remote:smithi167:/tmp/tmp.EBxVj6Khel is 6KB 2024-02-19T23:10:23.579 DEBUG:teuthology.orchestra.run.smithi167:> rm -fr /tmp/tmp.EBxVj6Khel 2024-02-19T23:10:23.597 DEBUG:teuthology.orchestra.run.smithi167:> sudo /bin/ls /boot/loader/entries || true 2024-02-19T23:10:23.670 INFO:teuthology.orchestra.run.smithi167.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-19T23:10:23.670 INFO:teuthology.orchestra.run.smithi167.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-19T23:10:23.670 INFO:teuthology.orchestra.run.smithi167.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-19T23:10:23.670 INFO:teuthology.orchestra.run.smithi167.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64.conf 2024-02-19T23:10:23.671 DEBUG:teuthology.orchestra.run.smithi167:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64 2024-02-19T23:10:23.824 DEBUG:teuthology.orchestra.run.smithi167:> sudo shutdown -r now 2024-02-19T23:10:24.373 INFO:teuthology.orchestra.run.smithi072.stderr:Generating grub configuration file ... 2024-02-19T23:10:26.681 INFO:teuthology.orchestra.run.smithi072.stderr:done 2024-02-19T23:10:26.682 DEBUG:teuthology.orchestra.run.smithi072:> mktemp 2024-02-19T23:10:26.720 INFO:teuthology.orchestra.run.smithi072.stdout:/tmp/tmp.zSw8UpDiQE 2024-02-19T23:10:26.720 DEBUG:teuthology.orchestra.run.smithi072:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.zSw8UpDiQE 2024-02-19T23:10:26.803 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod 0666 /tmp/tmp.zSw8UpDiQE 2024-02-19T23:10:26.971 DEBUG:teuthology.orchestra.remote:smithi072:/tmp/tmp.zSw8UpDiQE is 6KB 2024-02-19T23:10:27.019 DEBUG:teuthology.orchestra.run.smithi072:> rm -fr /tmp/tmp.zSw8UpDiQE 2024-02-19T23:10:27.037 DEBUG:teuthology.orchestra.run.smithi072:> sudo /bin/ls /boot/loader/entries || true 2024-02-19T23:10:27.111 INFO:teuthology.orchestra.run.smithi072.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-19T23:10:27.112 INFO:teuthology.orchestra.run.smithi072.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-19T23:10:27.112 INFO:teuthology.orchestra.run.smithi072.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-19T23:10:27.112 INFO:teuthology.orchestra.run.smithi072.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64.conf 2024-02-19T23:10:27.113 DEBUG:teuthology.orchestra.run.smithi072:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64 2024-02-19T23:10:27.280 DEBUG:teuthology.orchestra.run.smithi072:> sudo shutdown -r now 2024-02-19T23:10:53.852 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-19T23:10:53.853 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-02-19T23:10:53.853 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:10:57.284 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-19T23:10:57.284 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-02-19T23:10:57.285 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:11:12.188 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.167 2024-02-19T23:11:15.772 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.72 2024-02-19T23:11:21.195 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-02-19T23:11:21.196 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:11:24.284 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.167 2024-02-19T23:11:24.773 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-02-19T23:11:24.774 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:11:27.868 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.72 2024-02-19T23:11:36.294 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-02-19T23:11:36.295 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:11:39.872 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-02-19T23:11:39.872 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:11:58.272 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.72 2024-02-19T23:12:13.283 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-02-19T23:12:13.284 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:12:13.854 DEBUG:teuthology.orchestra.run.smithi072:> true 2024-02-19T23:12:14.465 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-02-19T23:12:14.465 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-539.el8.x86_64"... 2024-02-19T23:12:14.465 DEBUG:teuthology.orchestra.run.smithi072:> uname -r 2024-02-19T23:12:14.492 INFO:teuthology.orchestra.run.smithi072.stdout:4.18.0-539.el8.x86_64 2024-02-19T23:12:14.493 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-539.el8.x86_64 vs 4.18.0-539.el8.x86_64 2024-02-19T23:12:14.493 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-19T23:12:14.493 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-19T23:12:15.494 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-19T23:12:15.494 DEBUG:teuthology.orchestra.run.smithi072:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-19T23:12:15.591 INFO:teuthology.orchestra.run.smithi072.stdout:ttyS1 2024-02-19T23:12:15.607 DEBUG:teuthology.parallel:result is None 2024-02-19T23:12:36.305 DEBUG:teuthology.orchestra.remote:timed out 2024-02-19T23:12:51.306 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-02-19T23:12:51.307 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:12:51.605 DEBUG:teuthology.orchestra.run.smithi167:> true 2024-02-19T23:12:51.920 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-02-19T23:12:51.920 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-539.el8.x86_64"... 2024-02-19T23:12:51.920 DEBUG:teuthology.orchestra.run.smithi167:> uname -r 2024-02-19T23:12:51.939 INFO:teuthology.orchestra.run.smithi167.stdout:4.18.0-539.el8.x86_64 2024-02-19T23:12:51.939 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-539.el8.x86_64 vs 4.18.0-539.el8.x86_64 2024-02-19T23:12:51.939 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-19T23:12:51.939 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-19T23:12:52.940 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-19T23:12:52.941 DEBUG:teuthology.orchestra.run.smithi167:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-19T23:12:53.015 INFO:teuthology.orchestra.run.smithi167.stdout:ttyS1 2024-02-19T23:12:53.029 DEBUG:teuthology.parallel:result is None 2024-02-19T23:12:53.029 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-19T23:12:53.036 INFO:teuthology.task.internal:Creating test directory... 2024-02-19T23:12:53.037 DEBUG:teuthology.orchestra.run.smithi072:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-19T23:12:53.040 DEBUG:teuthology.orchestra.run.smithi167:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-19T23:12:53.062 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-19T23:12:53.070 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-19T23:12:53.101 INFO:teuthology.task.internal:Creating archive directory... 2024-02-19T23:12:53.101 DEBUG:teuthology.orchestra.run.smithi072:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-19T23:12:53.105 DEBUG:teuthology.orchestra.run.smithi167:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-19T23:12:53.161 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-19T23:12:53.172 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-19T23:12:53.173 DEBUG:teuthology.orchestra.run.smithi072:> 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-02-19T23:12:53.175 DEBUG:teuthology.orchestra.run.smithi167:> 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-02-19T23:12:53.213 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T23:12:53.218 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T23:12:53.224 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T23:12:53.229 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T23:12:53.230 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-19T23:12:53.242 INFO:teuthology.task.internal:Configuring sudo... 2024-02-19T23:12:53.242 DEBUG:teuthology.orchestra.run.smithi072:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-19T23:12:53.270 DEBUG:teuthology.orchestra.run.smithi167:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-19T23:12:53.299 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-19T23:12:53.312 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-19T23:12:53.312 DEBUG:teuthology.orchestra.run.smithi072:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-19T23:12:53.340 DEBUG:teuthology.orchestra.run.smithi167:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-19T23:12:53.358 DEBUG:teuthology.orchestra.run.smithi072:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-19T23:12:53.443 DEBUG:teuthology.orchestra.run.smithi072:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-19T23:12:53.497 DEBUG:teuthology.orchestra.run.smithi072:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-19T23:12:53.583 DEBUG:teuthology.orchestra.run.smithi072:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-19T23:12:53.624 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-02-19T23:12:53.625 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-19T23:12:53.691 DEBUG:teuthology.orchestra.run.smithi167:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-19T23:12:53.738 DEBUG:teuthology.orchestra.run.smithi167:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-19T23:12:53.789 DEBUG:teuthology.orchestra.run.smithi167:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-19T23:12:53.875 DEBUG:teuthology.orchestra.run.smithi167:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-19T23:12:53.918 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-02-19T23:12:53.919 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-19T23:12:53.985 DEBUG:teuthology.orchestra.run.smithi072:> sudo service rsyslog restart 2024-02-19T23:12:53.987 DEBUG:teuthology.orchestra.run.smithi167:> sudo service rsyslog restart 2024-02-19T23:12:54.057 INFO:teuthology.orchestra.run.smithi072.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-19T23:12:54.083 INFO:teuthology.orchestra.run.smithi167.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-19T23:12:54.376 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-19T23:12:54.383 INFO:teuthology.task.internal:Starting timer... 2024-02-19T23:12:54.384 INFO:teuthology.run_tasks:Running task pcp... 2024-02-19T23:12:54.414 INFO:teuthology.run_tasks:Running task selinux... 2024-02-19T23:12:54.445 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-19T23:12:54.446 DEBUG:teuthology.orchestra.run.smithi072:> sudo service auditd rotate 2024-02-19T23:12:54.584 INFO:teuthology.orchestra.run.smithi072.stdout:Rotating logs: 2024-02-19T23:12:54.585 DEBUG:teuthology.orchestra.run.smithi167:> sudo service auditd rotate 2024-02-19T23:12:54.655 INFO:teuthology.orchestra.run.smithi167.stdout:Rotating logs: 2024-02-19T23:12:54.657 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-19T23:12:54.657 DEBUG:teuthology.orchestra.run.smithi072:> /usr/sbin/getenforce 2024-02-19T23:12:54.700 INFO:teuthology.orchestra.run.smithi072.stdout:Permissive 2024-02-19T23:12:54.700 DEBUG:teuthology.orchestra.run.smithi167:> /usr/sbin/getenforce 2024-02-19T23:12:54.723 INFO:teuthology.orchestra.run.smithi167.stdout:Permissive 2024-02-19T23:12:54.723 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi072.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi167.front.sepia.ceph.com': 'permissive'} 2024-02-19T23:12:54.723 DEBUG:teuthology.orchestra.run.smithi072:> 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-02-19T23:12:54.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:12:54.768 DEBUG:teuthology.orchestra.run.smithi167:> 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-02-19T23:12:54.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:12:54.795 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-19T23:12:54.796 DEBUG:teuthology.orchestra.run.smithi072:> sudo /usr/sbin/setenforce permissive 2024-02-19T23:12:54.844 DEBUG:teuthology.orchestra.run.smithi167:> sudo /usr/sbin/setenforce permissive 2024-02-19T23:12:54.871 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-19T23:12:54.882 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-19T23:12:54.901 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-02-19T23:12:54.902 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi072.front.sepia.ceph.com,smithi167.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-19T23:18:47.498 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi072.front.sepia.ceph.com'), Remote(name='ubuntu@smithi167.front.sepia.ceph.com')] 2024-02-19T23:18:47.500 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-02-19T23:18:47.501 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:18:47.576 DEBUG:teuthology.orchestra.run.smithi072:> true 2024-02-19T23:18:47.601 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-02-19T23:18:47.602 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-02-19T23:18:47.603 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:18:47.679 DEBUG:teuthology.orchestra.run.smithi167:> true 2024-02-19T23:18:47.745 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-02-19T23:18:47.746 INFO:teuthology.run_tasks:Running task clock... 2024-02-19T23:18:47.758 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-19T23:18:47.759 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-19T23:18:47.760 DEBUG:teuthology.orchestra.run.smithi072:> 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-02-19T23:18:47.763 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-19T23:18:47.763 DEBUG:teuthology.orchestra.run.smithi167:> 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-02-19T23:18:47.792 INFO:teuthology.orchestra.run.smithi072.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-19T23:18:47.806 INFO:teuthology.orchestra.run.smithi072.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-19T23:18:47.817 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-19T23:18:47.830 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-19T23:18:47.871 INFO:teuthology.orchestra.run.smithi072.stderr:sudo: ntpd: command not found 2024-02-19T23:18:47.881 INFO:teuthology.orchestra.run.smithi072.stdout:506 Cannot talk to daemon 2024-02-19T23:18:47.891 INFO:teuthology.orchestra.run.smithi167.stderr:sudo: ntpd: command not found 2024-02-19T23:18:47.894 INFO:teuthology.orchestra.run.smithi072.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-19T23:18:47.902 INFO:teuthology.orchestra.run.smithi167.stdout:506 Cannot talk to daemon 2024-02-19T23:18:47.907 INFO:teuthology.orchestra.run.smithi072.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-19T23:18:47.916 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-19T23:18:47.929 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-19T23:18:47.981 INFO:teuthology.orchestra.run.smithi072.stderr:bash: ntpq: command not found 2024-02-19T23:18:47.984 INFO:teuthology.orchestra.run.smithi072.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-19T23:18:47.984 INFO:teuthology.orchestra.run.smithi072.stdout:=============================================================================== 2024-02-19T23:18:47.984 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:18:47.984 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:18:47.984 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:18:47.984 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:18:48.004 INFO:teuthology.orchestra.run.smithi167.stderr:bash: ntpq: command not found 2024-02-19T23:18:48.008 INFO:teuthology.orchestra.run.smithi167.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-19T23:18:48.008 INFO:teuthology.orchestra.run.smithi167.stdout:=============================================================================== 2024-02-19T23:18:48.008 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:18:48.008 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:18:48.008 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:18:48.008 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:18:48.009 INFO:teuthology.run_tasks:Running task pexec... 2024-02-19T23:18:48.018 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-19T23:18:48.019 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi072.front.sepia.ceph.com 2024-02-19T23:18:48.019 DEBUG:teuthology.orchestra.run.smithi072:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-19T23:18:48.019 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi167.front.sepia.ceph.com 2024-02-19T23:18:48.019 DEBUG:teuthology.orchestra.run.smithi167:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-19T23:18:48.804 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:22 ago on Mon 19 Feb 2024 11:17:26 PM UTC. 2024-02-19T23:18:48.837 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:27 ago on Mon 19 Feb 2024 11:17:21 PM UTC. 2024-02-19T23:18:50.835 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-02-19T23:18:50.836 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-02-19T23:18:50.836 INFO:teuthology.orchestra.run.smithi072.stdout: Package Architecture Version Repository Size 2024-02-19T23:18:50.836 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-02-19T23:18:50.836 INFO:teuthology.orchestra.run.smithi072.stdout:Resetting modules: 2024-02-19T23:18:50.836 INFO:teuthology.orchestra.run.smithi072.stdout: container-tools 2024-02-19T23:18:50.837 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-02-19T23:18:50.837 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-02-19T23:18:50.837 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-02-19T23:18:50.837 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-02-19T23:18:50.877 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-02-19T23:18:50.878 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-02-19T23:18:50.878 INFO:teuthology.orchestra.run.smithi167.stdout: Package Architecture Version Repository Size 2024-02-19T23:18:50.878 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-02-19T23:18:50.878 INFO:teuthology.orchestra.run.smithi167.stdout:Resetting modules: 2024-02-19T23:18:50.878 INFO:teuthology.orchestra.run.smithi167.stdout: container-tools 2024-02-19T23:18:50.878 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:18:50.879 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-02-19T23:18:50.879 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-02-19T23:18:50.879 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:18:51.124 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-02-19T23:18:51.126 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-02-19T23:18:52.002 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:30 ago on Mon 19 Feb 2024 11:17:21 PM UTC. 2024-02-19T23:18:52.320 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:26 ago on Mon 19 Feb 2024 11:17:26 PM UTC. 2024-02-19T23:18:54.034 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-02-19T23:18:54.070 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-02-19T23:18:54.070 INFO:teuthology.orchestra.run.smithi167.stdout: Package Arch Version Repository Size 2024-02-19T23:18:54.070 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-02-19T23:18:54.070 INFO:teuthology.orchestra.run.smithi167.stdout:Installing group/module packages: 2024-02-19T23:18:54.070 INFO:teuthology.orchestra.run.smithi167.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-19T23:18:54.070 INFO:teuthology.orchestra.run.smithi167.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-19T23:18:54.070 INFO:teuthology.orchestra.run.smithi167.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-19T23:18:54.071 INFO:teuthology.orchestra.run.smithi167.stdout: crun x86_64 1.14-1.module_el8+871+552be958 appstream 257 k 2024-02-19T23:18:54.071 INFO:teuthology.orchestra.run.smithi167.stdout: netavark x86_64 2:1.10.2-1.module_el8+885+7da147f3 appstream 4.3 M 2024-02-19T23:18:54.071 INFO:teuthology.orchestra.run.smithi167.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-19T23:18:54.071 INFO:teuthology.orchestra.run.smithi167.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-19T23:18:54.071 INFO:teuthology.orchestra.run.smithi167.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-19T23:18:54.071 INFO:teuthology.orchestra.run.smithi167.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-19T23:18:54.071 INFO:teuthology.orchestra.run.smithi167.stdout:Installing dependencies: 2024-02-19T23:18:54.071 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-19T23:18:54.071 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-19T23:18:54.071 INFO:teuthology.orchestra.run.smithi167.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-19T23:18:54.071 INFO:teuthology.orchestra.run.smithi167.stdout:Installing weak dependencies: 2024-02-19T23:18:54.071 INFO:teuthology.orchestra.run.smithi167.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-19T23:18:54.071 INFO:teuthology.orchestra.run.smithi167.stdout:Installing module profiles: 2024-02-19T23:18:54.072 INFO:teuthology.orchestra.run.smithi167.stdout: container-tools/common 2024-02-19T23:18:54.072 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:18:54.072 INFO:teuthology.orchestra.run.smithi167.stdout:Enabling module streams: 2024-02-19T23:18:54.072 INFO:teuthology.orchestra.run.smithi167.stdout: container-tools rhel8 2024-02-19T23:18:54.072 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:18:54.072 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-02-19T23:18:54.072 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-02-19T23:18:54.072 INFO:teuthology.orchestra.run.smithi167.stdout:Install 13 Packages 2024-02-19T23:18:54.072 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:18:54.073 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 28 M 2024-02-19T23:18:54.073 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 92 M 2024-02-19T23:18:54.073 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2024-02-19T23:18:54.327 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-02-19T23:18:54.363 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-02-19T23:18:54.363 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2024-02-19T23:18:54.363 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-02-19T23:18:54.363 INFO:teuthology.orchestra.run.smithi072.stdout:Installing group/module packages: 2024-02-19T23:18:54.363 INFO:teuthology.orchestra.run.smithi072.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-19T23:18:54.363 INFO:teuthology.orchestra.run.smithi072.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-19T23:18:54.363 INFO:teuthology.orchestra.run.smithi072.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-19T23:18:54.364 INFO:teuthology.orchestra.run.smithi072.stdout: crun x86_64 1.14-1.module_el8+871+552be958 appstream 257 k 2024-02-19T23:18:54.364 INFO:teuthology.orchestra.run.smithi072.stdout: netavark x86_64 2:1.10.2-1.module_el8+885+7da147f3 appstream 4.3 M 2024-02-19T23:18:54.364 INFO:teuthology.orchestra.run.smithi072.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-19T23:18:54.364 INFO:teuthology.orchestra.run.smithi072.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-19T23:18:54.364 INFO:teuthology.orchestra.run.smithi072.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-19T23:18:54.364 INFO:teuthology.orchestra.run.smithi072.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-19T23:18:54.364 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2024-02-19T23:18:54.364 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-19T23:18:54.364 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-19T23:18:54.364 INFO:teuthology.orchestra.run.smithi072.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-19T23:18:54.364 INFO:teuthology.orchestra.run.smithi072.stdout:Installing weak dependencies: 2024-02-19T23:18:54.364 INFO:teuthology.orchestra.run.smithi072.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-19T23:18:54.364 INFO:teuthology.orchestra.run.smithi072.stdout:Installing module profiles: 2024-02-19T23:18:54.364 INFO:teuthology.orchestra.run.smithi072.stdout: container-tools/common 2024-02-19T23:18:54.365 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-02-19T23:18:54.365 INFO:teuthology.orchestra.run.smithi072.stdout:Enabling module streams: 2024-02-19T23:18:54.365 INFO:teuthology.orchestra.run.smithi072.stdout: container-tools rhel8 2024-02-19T23:18:54.365 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-02-19T23:18:54.365 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-02-19T23:18:54.365 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-02-19T23:18:54.365 INFO:teuthology.orchestra.run.smithi072.stdout:Install 13 Packages 2024-02-19T23:18:54.365 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-02-19T23:18:54.366 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 28 M 2024-02-19T23:18:54.366 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 92 M 2024-02-19T23:18:54.366 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-02-19T23:18:54.386 INFO:teuthology.orchestra.run.smithi167.stdout:(1/13): cockpit-podman-83-1.module_el8+847+7863 5.6 MB/s | 688 kB 00:00 2024-02-19T23:18:54.420 INFO:teuthology.orchestra.run.smithi167.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 6.6 MB/s | 1.0 MB 00:00 2024-02-19T23:18:54.470 INFO:teuthology.orchestra.run.smithi167.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 454 kB/s | 38 kB 00:00 2024-02-19T23:18:54.512 INFO:teuthology.orchestra.run.smithi167.stdout:(4/13): crun-1.14-1.module_el8+871+552be958.x86 2.7 MB/s | 257 kB 00:00 2024-02-19T23:18:54.587 INFO:teuthology.orchestra.run.smithi167.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 2.4 MB/s | 180 kB 00:00 2024-02-19T23:18:54.704 INFO:teuthology.orchestra.run.smithi167.stdout:(6/13): buildah-1.33.5-1.module_el8+885+7da147f 22 MB/s | 9.7 MB 00:00 2024-02-19T23:18:54.746 INFO:teuthology.orchestra.run.smithi167.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 156 kB/s | 25 kB 00:00 2024-02-19T23:18:54.772 INFO:teuthology.orchestra.run.smithi167.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.4 MB/s | 94 kB 00:00 2024-02-19T23:18:54.830 INFO:teuthology.orchestra.run.smithi167.stdout:(9/13): netavark-1.10.2-1.module_el8+885+7da147 12 MB/s | 4.3 MB 00:00 2024-02-19T23:18:54.897 INFO:teuthology.orchestra.run.smithi167.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 786 kB/s | 53 kB 00:00 2024-02-19T23:18:54.948 INFO:teuthology.orchestra.run.smithi167.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 820 kB/s | 41 kB 00:00 2024-02-19T23:18:55.031 INFO:teuthology.orchestra.run.smithi167.stdout:(12/13): toolbox-0.0.99.5-1.module_el8+847+7863 9.7 MB/s | 2.5 MB 00:00 2024-02-19T23:18:55.307 INFO:teuthology.orchestra.run.smithi167.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 16 MB/s | 8.8 MB 00:00 2024-02-19T23:18:55.307 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2024-02-19T23:18:55.308 INFO:teuthology.orchestra.run.smithi167.stdout:Total 22 MB/s | 28 MB 00:01 2024-02-19T23:18:55.576 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2024-02-19T23:18:55.598 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2024-02-19T23:18:55.598 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2024-02-19T23:18:55.735 INFO:teuthology.orchestra.run.smithi072.stdout:(1/13): cockpit-podman-83-1.module_el8+847+7863 586 kB/s | 688 kB 00:01 2024-02-19T23:18:55.852 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2024-02-19T23:18:55.855 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2024-02-19T23:18:56.379 INFO:teuthology.orchestra.run.smithi072.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 567 kB/s | 1.0 MB 00:01 2024-02-19T23:18:56.560 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2024-02-19T23:18:56.805 INFO:teuthology.orchestra.run.smithi072.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 35 kB/s | 38 kB 00:01 2024-02-19T23:18:56.847 INFO:teuthology.orchestra.run.smithi072.stdout:(4/13): crun-1.14-1.module_el8+871+552be958.x86 549 kB/s | 257 kB 00:00 2024-02-19T23:18:56.914 INFO:teuthology.orchestra.run.smithi072.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 2.6 MB/s | 180 kB 00:00 2024-02-19T23:18:56.965 INFO:teuthology.orchestra.run.smithi072.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 494 kB/s | 25 kB 00:00 2024-02-19T23:18:57.023 INFO:teuthology.orchestra.run.smithi072.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2024-02-19T23:18:57.199 INFO:teuthology.orchestra.run.smithi072.stdout:(8/13): buildah-1.33.5-1.module_el8+885+7da147f 3.7 MB/s | 9.7 MB 00:02 2024-02-19T23:18:57.358 INFO:teuthology.orchestra.run.smithi072.stdout:(9/13): netavark-1.10.2-1.module_el8+885+7da147 7.8 MB/s | 4.3 MB 00:00 2024-02-19T23:18:57.450 INFO:teuthology.orchestra.run.smithi072.stdout:(10/13): toolbox-0.0.99.5-1.module_el8+847+7863 10 MB/s | 2.5 MB 00:00 2024-02-19T23:18:57.476 INFO:teuthology.orchestra.run.smithi072.stdout:(11/13): udica-0.2.6-20.module_el8+804+f131391c 448 kB/s | 53 kB 00:00 2024-02-19T23:18:57.489 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-19T23:18:57.518 INFO:teuthology.orchestra.run.smithi072.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 609 kB/s | 41 kB 00:00 2024-02-19T23:18:57.740 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-19T23:18:57.834 INFO:teuthology.orchestra.run.smithi072.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 11 MB/s | 8.8 MB 00:00 2024-02-19T23:18:57.834 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-02-19T23:18:57.834 INFO:teuthology.orchestra.run.smithi072.stdout:Total 8.0 MB/s | 28 MB 00:03 2024-02-19T23:18:57.908 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-19T23:18:58.102 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-02-19T23:18:58.105 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-19T23:18:58.123 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-02-19T23:18:58.123 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-02-19T23:18:58.360 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-19T23:18:58.380 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-02-19T23:18:58.383 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-02-19T23:18:58.930 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-19T23:18:59.091 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-02-19T23:18:59.914 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 7/13 2024-02-19T23:19:00.036 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-19T23:19:00.171 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-19T23:19:00.235 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-19T23:19:00.376 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : crun-1.14-1.module_el8+871+552be958.x86_64 9/13 2024-02-19T23:19:00.398 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-19T23:19:00.593 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-19T23:19:00.837 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-19T23:19:01.039 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-19T23:19:01.075 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-19T23:19:01.641 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-19T23:19:01.658 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-19T23:19:01.831 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-19T23:19:02.269 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-19T23:19:02.270 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-19T23:19:02.270 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-19T23:19:02.270 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-19T23:19:02.270 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-19T23:19:02.270 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : crun-1.14-1.module_el8+871+552be958.x86_64 5/13 2024-02-19T23:19:02.270 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 6/13 2024-02-19T23:19:02.270 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-19T23:19:02.270 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-19T23:19:02.270 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-19T23:19:02.270 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-19T23:19:02.270 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-19T23:19:02.270 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-19T23:19:02.614 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 7/13 2024-02-19T23:19:02.835 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-19T23:19:02.917 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-19T23:19:02.917 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:19:02.917 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2024-02-19T23:19:02.917 INFO:teuthology.orchestra.run.smithi167.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-19T23:19:02.917 INFO:teuthology.orchestra.run.smithi167.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-19T23:19:02.917 INFO:teuthology.orchestra.run.smithi167.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-19T23:19:02.917 INFO:teuthology.orchestra.run.smithi167.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-19T23:19:02.917 INFO:teuthology.orchestra.run.smithi167.stdout: crun-1.14-1.module_el8+871+552be958.x86_64 2024-02-19T23:19:02.917 INFO:teuthology.orchestra.run.smithi167.stdout: netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 2024-02-19T23:19:02.917 INFO:teuthology.orchestra.run.smithi167.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-19T23:19:02.917 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-19T23:19:02.917 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-19T23:19:02.918 INFO:teuthology.orchestra.run.smithi167.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-19T23:19:02.918 INFO:teuthology.orchestra.run.smithi167.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-19T23:19:02.918 INFO:teuthology.orchestra.run.smithi167.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-19T23:19:02.918 INFO:teuthology.orchestra.run.smithi167.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-19T23:19:02.918 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:19:02.918 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-02-19T23:19:03.081 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : crun-1.14-1.module_el8+871+552be958.x86_64 9/13 2024-02-19T23:19:03.214 DEBUG:teuthology.parallel:result is None 2024-02-19T23:19:03.551 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-19T23:19:03.751 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-19T23:19:03.971 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-19T23:19:04.222 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-19T23:19:04.647 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-19T23:19:04.647 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-19T23:19:04.648 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-19T23:19:04.648 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-19T23:19:04.648 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-19T23:19:04.648 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : crun-1.14-1.module_el8+871+552be958.x86_64 5/13 2024-02-19T23:19:04.648 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 6/13 2024-02-19T23:19:04.648 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-19T23:19:04.648 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-19T23:19:04.648 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-19T23:19:04.648 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-19T23:19:04.648 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-19T23:19:04.648 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-19T23:19:05.198 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-19T23:19:05.198 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-02-19T23:19:05.198 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-02-19T23:19:05.198 INFO:teuthology.orchestra.run.smithi072.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-19T23:19:05.198 INFO:teuthology.orchestra.run.smithi072.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-19T23:19:05.198 INFO:teuthology.orchestra.run.smithi072.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-19T23:19:05.198 INFO:teuthology.orchestra.run.smithi072.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-19T23:19:05.198 INFO:teuthology.orchestra.run.smithi072.stdout: crun-1.14-1.module_el8+871+552be958.x86_64 2024-02-19T23:19:05.199 INFO:teuthology.orchestra.run.smithi072.stdout: netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 2024-02-19T23:19:05.199 INFO:teuthology.orchestra.run.smithi072.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-19T23:19:05.199 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-19T23:19:05.199 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-19T23:19:05.199 INFO:teuthology.orchestra.run.smithi072.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-19T23:19:05.199 INFO:teuthology.orchestra.run.smithi072.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-19T23:19:05.199 INFO:teuthology.orchestra.run.smithi072.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-19T23:19:05.199 INFO:teuthology.orchestra.run.smithi072.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-19T23:19:05.199 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-02-19T23:19:05.199 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-02-19T23:19:05.425 DEBUG:teuthology.parallel:result is None 2024-02-19T23:19:05.425 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-19T23:19:05.507 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': '19854089e18d4f65dda2b6cd74e737367c2514bd'} 2024-02-19T23:19:05.507 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.4 2024-02-19T23:19:05.508 INFO:tasks.cephadm:Cluster fsid is 46763f26-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:19:05.508 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-19T23:19:05.508 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-19T23:19:05.508 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi072': '172.21.15.72', 'mon.smithi167': '172.21.15.167'} 2024-02-19T23:19:05.508 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-19T23:19:05.508 DEBUG:teuthology.orchestra.run.smithi072:> sudo hostname $(hostname -s) 2024-02-19T23:19:05.536 DEBUG:teuthology.orchestra.run.smithi167:> sudo hostname $(hostname -s) 2024-02-19T23:19:05.570 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.4)... 2024-02-19T23:19:05.571 DEBUG:teuthology.orchestra.run.smithi072:> 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-02-19T23:19:05.835 INFO:teuthology.orchestra.run.smithi072.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Feb 19 23:19 /home/ubuntu/cephtest/cephadm 2024-02-19T23:19:05.835 DEBUG:teuthology.orchestra.run.smithi167:> 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-02-19T23:19:05.974 INFO:teuthology.orchestra.run.smithi167.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Feb 19 23:19 /home/ubuntu/cephtest/cephadm 2024-02-19T23:19:05.975 DEBUG:teuthology.orchestra.run.smithi072:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-19T23:19:05.993 DEBUG:teuthology.orchestra.run.smithi167:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-19T23:19:06.024 DEBUG:teuthology.orchestra.run.smithi072:> sudo mkdir -p /etc/ceph 2024-02-19T23:19:06.059 DEBUG:teuthology.orchestra.run.smithi167:> sudo mkdir -p /etc/ceph 2024-02-19T23:19:06.091 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod 777 /etc/ceph 2024-02-19T23:19:06.125 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod 777 /etc/ceph 2024-02-19T23:19:06.161 INFO:tasks.cephadm:Writing seed config... 2024-02-19T23:19:06.162 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-19T23:19:06.162 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-19T23:19:06.162 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-19T23:19:06.162 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-19T23:19:06.162 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-19T23:19:06.162 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-19T23:19:06.162 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-19T23:19:06.162 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-19T23:19:06.163 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-02-19T23:19:06.163 DEBUG:teuthology.orchestra.run.smithi072:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-19T23:19:06.184 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true 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 = 46763f26-cf7d-11ee-95bb-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-02-19T23:19:06.184 DEBUG:teuthology.orchestra.run.smithi072:mon.smithi072> sudo journalctl -f -n 0 -u ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mon.smithi072.service 2024-02-19T23:19:06.227 INFO:tasks.cephadm:Bootstrapping... 2024-02-19T23:19:06.227 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 -v bootstrap --fsid 46763f26-cf7d-11ee-95bb-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.72 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-19T23:19:06.253 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:-- Logs begin at Mon 2024-02-19 23:11:53 UTC. -- 2024-02-19T23:19:06.500 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-19T23:19:08.927 INFO:teuthology.orchestra.run.smithi072.stderr:/bin/podman: 4.9.3-dev 2024-02-19T23:19:08.941 INFO:teuthology.orchestra.run.smithi072.stderr:Verifying podman|docker is present... 2024-02-19T23:19:08.941 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-19T23:19:08.969 INFO:teuthology.orchestra.run.smithi072.stderr:/bin/podman: 4.9.3-dev 2024-02-19T23:19:08.975 INFO:teuthology.orchestra.run.smithi072.stderr:Verifying lvm2 is present... 2024-02-19T23:19:08.976 INFO:teuthology.orchestra.run.smithi072.stderr:Verifying time synchronization is in place... 2024-02-19T23:19:08.976 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl is-enabled chrony.service 2024-02-19T23:19:08.984 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-19T23:19:08.984 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl is-active chrony.service 2024-02-19T23:19:08.990 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl: inactive 2024-02-19T23:19:08.993 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-19T23:19:08.995 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl: enabled 2024-02-19T23:19:08.997 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl is-active chronyd.service 2024-02-19T23:19:09.002 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl: active 2024-02-19T23:19:09.002 INFO:teuthology.orchestra.run.smithi072.stderr:Unit chronyd.service is enabled and running 2024-02-19T23:19:09.002 INFO:teuthology.orchestra.run.smithi072.stderr:Repeating the final host check... 2024-02-19T23:19:09.003 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-19T23:19:09.023 INFO:teuthology.orchestra.run.smithi072.stderr:/bin/podman: 4.9.3-dev 2024-02-19T23:19:09.038 INFO:teuthology.orchestra.run.smithi072.stderr:podman|docker (/bin/podman) is present 2024-02-19T23:19:09.038 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl is present 2024-02-19T23:19:09.038 INFO:teuthology.orchestra.run.smithi072.stderr:lvcreate is present 2024-02-19T23:19:09.038 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl is-enabled chrony.service 2024-02-19T23:19:09.043 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-19T23:19:09.044 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl is-active chrony.service 2024-02-19T23:19:09.049 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl: inactive 2024-02-19T23:19:09.050 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-19T23:19:09.056 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl: enabled 2024-02-19T23:19:09.056 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl is-active chronyd.service 2024-02-19T23:19:09.064 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl: active 2024-02-19T23:19:09.064 INFO:teuthology.orchestra.run.smithi072.stderr:Unit chronyd.service is enabled and running 2024-02-19T23:19:09.065 INFO:teuthology.orchestra.run.smithi072.stderr:Host looks OK 2024-02-19T23:19:09.065 INFO:teuthology.orchestra.run.smithi072.stderr:Cluster fsid: 46763f26-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:19:09.065 INFO:teuthology.orchestra.run.smithi072.stderr:Acquiring lock 139784334377088 on /run/cephadm/46763f26-cf7d-11ee-95bb-87774f69a715.lock 2024-02-19T23:19:09.065 INFO:teuthology.orchestra.run.smithi072.stderr:Lock 139784334377088 acquired on /run/cephadm/46763f26-cf7d-11ee-95bb-87774f69a715.lock 2024-02-19T23:19:09.066 INFO:teuthology.orchestra.run.smithi072.stderr:Verifying IP 172.21.15.72 port 3300 ... 2024-02-19T23:19:09.066 INFO:teuthology.orchestra.run.smithi072.stderr:Verifying IP 172.21.15.72 port 6789 ... 2024-02-19T23:19:09.066 INFO:teuthology.orchestra.run.smithi072.stderr:Base mon IP is 172.21.15.72, final addrv is [v2:172.21.15.72:3300,v1:172.21.15.72:6789] 2024-02-19T23:19:09.066 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: /sbin/ip route ls 2024-02-19T23:19:09.069 INFO:teuthology.orchestra.run.smithi072.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.72 metric 100 2024-02-19T23:19:09.069 INFO:teuthology.orchestra.run.smithi072.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.72 metric 100 2024-02-19T23:19:09.069 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: /sbin/ip -6 route ls 2024-02-19T23:19:09.069 INFO:teuthology.orchestra.run.smithi072.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-19T23:19:09.070 INFO:teuthology.orchestra.run.smithi072.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-02-19T23:19:09.070 INFO:teuthology.orchestra.run.smithi072.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1775sec hoplimit 64 pref medium 2024-02-19T23:19:09.070 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: /sbin/ip -6 addr ls 2024-02-19T23:19:09.071 INFO:teuthology.orchestra.run.smithi072.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-19T23:19:09.071 INFO:teuthology.orchestra.run.smithi072.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-19T23:19:09.071 INFO:teuthology.orchestra.run.smithi072.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-19T23:19:09.073 INFO:teuthology.orchestra.run.smithi072.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-19T23:19:09.073 INFO:teuthology.orchestra.run.smithi072.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:b765/64 scope link 2024-02-19T23:19:09.073 INFO:teuthology.orchestra.run.smithi072.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-19T23:19:09.074 INFO:teuthology.orchestra.run.smithi072.stderr:Mon IP 172.21.15.72 is in CIDR network 172.21.0.0/20 2024-02-19T23:19:09.074 INFO:teuthology.orchestra.run.smithi072.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-19T23:19:09.074 INFO:teuthology.orchestra.run.smithi072.stderr:Pulling container image docker.io/ceph/ceph:v16.2.4... 2024-02-19T23:19:09.074 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.4 2024-02-19T23:19:09.187 INFO:teuthology.orchestra.run.smithi072.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.4... 2024-02-19T23:19:15.833 INFO:teuthology.orchestra.run.smithi072.stderr:/bin/podman: Getting image source signatures 2024-02-19T23:19:15.844 INFO:teuthology.orchestra.run.smithi072.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-02-19T23:19:15.844 INFO:teuthology.orchestra.run.smithi072.stderr:/bin/podman: Copying blob sha256:551101690791055467b1840be133b2e6b029d263771bc6c46a96bb7acdacac39 2024-02-19T23:19:27.790 INFO:teuthology.orchestra.run.smithi072.stderr:/bin/podman: Copying config sha256:8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2024-02-19T23:19:27.941 INFO:teuthology.orchestra.run.smithi072.stderr:/bin/podman: Writing manifest to image destination 2024-02-19T23:19:28.237 INFO:teuthology.orchestra.run.smithi072.stderr:/bin/podman: 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2024-02-19T23:19:28.248 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --version 2024-02-19T23:19:28.942 INFO:teuthology.orchestra.run.smithi072.stderr:ceph: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2024-02-19T23:19:29.554 INFO:teuthology.orchestra.run.smithi072.stderr:Ceph version: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2024-02-19T23:19:29.554 INFO:teuthology.orchestra.run.smithi072.stderr:Extracting ceph user uid/gid from container image... 2024-02-19T23:19:29.554 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 -c %u %g /var/lib/ceph 2024-02-19T23:19:30.085 INFO:teuthology.orchestra.run.smithi072.stderr:stat: 167 167 2024-02-19T23:19:30.627 INFO:teuthology.orchestra.run.smithi072.stderr:Creating initial keys... 2024-02-19T23:19:30.627 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-02-19T23:19:31.166 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-authtool: AQAD4tNl5PtDBBAAjjgdc+TR1Thwyz7ebYuoiA== 2024-02-19T23:19:31.673 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-02-19T23:19:32.245 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-authtool: AQAE4tNl/UfAChAAoWIFz8EnBW5h+5q2mPbLyw== 2024-02-19T23:19:32.768 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-02-19T23:19:33.283 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-authtool: AQAF4tNlSuuXDBAAK8p0y+N6JKam0HJbaAnMnw== 2024-02-19T23:19:33.789 INFO:teuthology.orchestra.run.smithi072.stderr:Creating initial monmap... 2024-02-19T23:19:33.789 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpzo1kloht:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --create --clobber --fsid 46763f26-cf7d-11ee-95bb-87774f69a715 --addv smithi072 [v2:172.21.15.72:3300,v1:172.21.15.72:6789] /tmp/monmap 2024-02-19T23:19:34.331 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-19T23:19:34.331 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 46763f26-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:19:34.331 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-19T23:19:34.958 INFO:teuthology.orchestra.run.smithi072.stderr:monmaptool for smithi072 [v2:172.21.15.72:3300,v1:172.21.15.72:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-19T23:19:34.959 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/monmaptool: set fsid to 46763f26-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:19:34.959 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-19T23:19:34.959 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-02-19T23:19:34.959 INFO:teuthology.orchestra.run.smithi072.stderr:Creating mon... 2024-02-19T23:19:34.960 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/mon.smithi072:/var/lib/ceph/mon/ceph-smithi072:z -v /tmp/ceph-tmpcbnc0lhl:/tmp/keyring:z -v /tmp/ceph-tmpzo1kloht:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --mkfs -i smithi072 --fsid 46763f26-cf7d-11ee-95bb-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-02-19T23:19:35.503 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.423+0000 7f8decc93700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-19T23:19:35.503 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.423+0000 7f8decc93700 1 imported monmap: 2024-02-19T23:19:35.503 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-19T23:19:35.536 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: fsid 46763f26-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:19:35.536 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: last_changed 2024-02-19T23:19:34.244320+0000 2024-02-19T23:19:35.536 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: created 2024-02-19T23:19:34.244320+0000 2024-02-19T23:19:35.536 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-19T23:19:35.536 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-19T23:19:35.536 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0] mon.smithi072 2024-02-19T23:19:35.536 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: 2024-02-19T23:19:35.536 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.423+0000 7f8decc93700 0 /usr/bin/ceph-mon: set fsid to 46763f26-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:19:35.536 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: RocksDB version: 6.8.1 2024-02-19T23:19:35.536 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: 2024-02-19T23:19:35.537 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-19T23:19:35.537 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Compile date May 13 2021 2024-02-19T23:19:35.537 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: DB SUMMARY 2024-02-19T23:19:35.537 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: 2024-02-19T23:19:35.537 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi072/store.db dir, Total Num: 0, files: 2024-02-19T23:19:35.537 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: 2024-02-19T23:19:35.537 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi072/store.db: 2024-02-19T23:19:35.537 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: 2024-02-19T23:19:35.537 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.error_if_exists: 0 2024-02-19T23:19:35.538 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.create_if_missing: 1 2024-02-19T23:19:35.538 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.paranoid_checks: 1 2024-02-19T23:19:35.538 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.env: 0x560b215461c0 2024-02-19T23:19:35.538 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.fs: Posix File System 2024-02-19T23:19:35.538 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.info_log: 0x560b2324aec0 2024-02-19T23:19:35.538 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-19T23:19:35.538 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.statistics: (nil) 2024-02-19T23:19:35.538 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.use_fsync: 0 2024-02-19T23:19:35.538 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.max_log_file_size: 0 2024-02-19T23:19:35.538 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-19T23:19:35.539 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-19T23:19:35.539 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-19T23:19:35.539 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-19T23:19:35.539 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.allow_fallocate: 1 2024-02-19T23:19:35.539 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-19T23:19:35.539 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-19T23:19:35.539 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.use_direct_reads: 0 2024-02-19T23:19:35.539 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-19T23:19:35.540 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-19T23:19:35.540 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.db_log_dir: 2024-02-19T23:19:35.540 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi072/store.db 2024-02-19T23:19:35.540 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-19T23:19:35.540 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.max_subcompactions: 1 2024-02-19T23:19:35.540 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.max_background_flushes: -1 2024-02-19T23:19:35.540 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-19T23:19:35.540 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-19T23:19:35.540 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-19T23:19:35.541 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-19T23:19:35.541 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-19T23:19:35.541 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-19T23:19:35.541 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-19T23:19:35.541 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.write_buffer_manager: 0x560b23251530 2024-02-19T23:19:35.541 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-19T23:19:35.541 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-19T23:19:35.541 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-19T23:19:35.541 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-19T23:19:35.542 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-19T23:19:35.542 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-19T23:19:35.542 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-19T23:19:35.542 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-19T23:19:35.542 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-19T23:19:35.542 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.unordered_write: 0 2024-02-19T23:19:35.542 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-19T23:19:35.542 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-19T23:19:35.542 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-19T23:19:35.543 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-19T23:19:35.543 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.row_cache: None 2024-02-19T23:19:35.543 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.wal_filter: None 2024-02-19T23:19:35.543 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-19T23:19:35.543 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-19T23:19:35.543 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.preserve_deletes: 0 2024-02-19T23:19:35.543 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.two_write_queues: 0 2024-02-19T23:19:35.543 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-19T23:19:35.544 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.atomic_flush: 0 2024-02-19T23:19:35.544 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-19T23:19:35.544 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-19T23:19:35.544 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-19T23:19:35.544 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.log_readahead_size: 0 2024-02-19T23:19:35.544 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-19T23:19:35.544 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.max_background_jobs: 2 2024-02-19T23:19:35.544 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.max_background_compactions: -1 2024-02-19T23:19:35.544 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-19T23:19:35.544 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-19T23:19:35.544 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-19T23:19:35.544 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-19T23:19:35.544 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-19T23:19:35.545 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-19T23:19:35.545 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-19T23:19:35.545 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-19T23:19:35.545 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.max_open_files: -1 2024-02-19T23:19:35.545 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-19T23:19:35.545 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-19T23:19:35.545 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-19T23:19:35.545 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-19T23:19:35.545 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Compression algorithms supported: 2024-02-19T23:19:35.545 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-19T23:19:35.545 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: kZSTD supported: 0 2024-02-19T23:19:35.545 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: kXpressCompression supported: 0 2024-02-19T23:19:35.546 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-19T23:19:35.546 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: kLZ4Compression supported: 1 2024-02-19T23:19:35.546 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: kBZip2Compression supported: 0 2024-02-19T23:19:35.546 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: kZlibCompression supported: 1 2024-02-19T23:19:35.546 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: kSnappyCompression supported: 1 2024-02-19T23:19:35.546 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.424+0000 7f8decc93700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-19T23:19:35.546 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-19T23:19:35.546 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: 2024-02-19T23:19:35.546 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi072/store.db/MANIFEST-000001 2024-02-19T23:19:35.546 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: 2024-02-19T23:19:35.546 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-19T23:19:35.546 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: 2024-02-19T23:19:35.546 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-19T23:19:35.547 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.merge_operator: 2024-02-19T23:19:35.547 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.compaction_filter: None 2024-02-19T23:19:35.547 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-19T23:19:35.547 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-19T23:19:35.547 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-19T23:19:35.547 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560b23163cb8) 2024-02-19T23:19:35.547 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-19T23:19:35.548 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-19T23:19:35.548 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-19T23:19:35.548 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-19T23:19:35.548 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-19T23:19:35.548 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-19T23:19:35.548 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-19T23:19:35.548 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-19T23:19:35.548 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-19T23:19:35.548 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-19T23:19:35.548 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-19T23:19:35.548 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: block_cache: 0x560b23198d10 2024-02-19T23:19:35.548 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-19T23:19:35.549 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-19T23:19:35.549 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-19T23:19:35.549 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-19T23:19:35.549 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-19T23:19:35.549 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-19T23:19:35.549 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-19T23:19:35.549 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-19T23:19:35.549 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-19T23:19:35.549 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-19T23:19:35.549 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-19T23:19:35.549 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-19T23:19:35.549 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-19T23:19:35.549 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-19T23:19:35.550 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-19T23:19:35.550 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-19T23:19:35.550 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-19T23:19:35.550 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-19T23:19:35.550 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-19T23:19:35.550 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-19T23:19:35.550 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-19T23:19:35.550 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-19T23:19:35.550 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: 2024-02-19T23:19:35.550 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-19T23:19:35.550 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-19T23:19:35.550 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.compression: NoCompression 2024-02-19T23:19:35.550 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-19T23:19:35.551 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-19T23:19:35.551 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-19T23:19:35.551 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.num_levels: 7 2024-02-19T23:19:35.551 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-19T23:19:35.551 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-19T23:19:35.551 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-19T23:19:35.551 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-19T23:19:35.551 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-19T23:19:35.551 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-19T23:19:35.551 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-19T23:19:35.551 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-19T23:19:35.551 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-19T23:19:35.551 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-19T23:19:35.552 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-19T23:19:35.552 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-19T23:19:35.552 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-19T23:19:35.552 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-19T23:19:35.552 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-19T23:19:35.552 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-19T23:19:35.552 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-19T23:19:35.552 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-19T23:19:35.552 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-19T23:19:35.552 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-19T23:19:35.552 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-19T23:19:35.552 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-19T23:19:35.553 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-19T23:19:35.553 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-19T23:19:35.553 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-19T23:19:35.553 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-19T23:19:35.553 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-19T23:19:35.553 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-19T23:19:35.553 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-19T23:19:35.553 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-19T23:19:35.553 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-19T23:19:35.553 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-19T23:19:35.553 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-19T23:19:35.553 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-19T23:19:35.553 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-19T23:19:35.554 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-19T23:19:35.554 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-19T23:19:35.554 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-19T23:19:35.554 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-19T23:19:35.554 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-19T23:19:35.554 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-19T23:19:35.554 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-19T23:19:35.554 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-19T23:19:35.554 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-19T23:19:35.554 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-19T23:19:35.554 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-19T23:19:35.554 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-19T23:19:35.554 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.table_properties_collectors: 2024-02-19T23:19:35.555 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.inplace_update_support: 0 2024-02-19T23:19:35.555 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-19T23:19:35.555 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-19T23:19:35.555 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-19T23:19:35.555 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-19T23:19:35.555 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.bloom_locality: 0 2024-02-19T23:19:35.555 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.max_successive_merges: 0 2024-02-19T23:19:35.555 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-19T23:19:35.555 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-19T23:19:35.555 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-19T23:19:35.555 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-19T23:19:35.555 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.ttl: 2592000 2024-02-19T23:19:35.555 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.425+0000 7f8decc93700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-19T23:19:35.556 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.426+0000 7f8decc93700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi072/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-02-19T23:19:35.556 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: 2024-02-19T23:19:35.556 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.426+0000 7f8decc93700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-19T23:19:35.556 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: 2024-02-19T23:19:35.556 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.426+0000 7f8decc93700 4 rocksdb: DB pointer 0x560b2325d800 2024-02-19T23:19:35.556 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.427+0000 7f8dd5b2c700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-19T23:19:35.556 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.427+0000 7f8dd5b2c700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-19T23:19:35.556 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-19T23:19:35.556 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:19:35.556 INFO:teuthology.orchestra.run.smithi072.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-02-19T23:19:35.556 INFO:teuthology.orchestra.run.smithi072.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-02-19T23:19:35.556 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T23:19:35.557 INFO:teuthology.orchestra.run.smithi072.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-02-19T23:19:35.557 INFO:teuthology.orchestra.run.smithi072.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-02-19T23:19:35.557 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T23:19:35.557 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: 2024-02-19T23:19:35.557 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-19T23:19:35.557 INFO:teuthology.orchestra.run.smithi072.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-02-19T23:19:35.557 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:19:35.557 INFO:teuthology.orchestra.run.smithi072.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-02-19T23:19:35.557 INFO:teuthology.orchestra.run.smithi072.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-02-19T23:19:35.557 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: 2024-02-19T23:19:35.557 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-19T23:19:35.557 INFO:teuthology.orchestra.run.smithi072.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-02-19T23:19:35.558 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:19:35.558 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:19:35.558 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T23:19:35.558 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T23:19:35.558 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T23:19:35.558 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T23:19:35.558 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-19T23:19:35.558 INFO:teuthology.orchestra.run.smithi072.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-02-19T23:19:35.558 INFO:teuthology.orchestra.run.smithi072.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-02-19T23:19:35.558 INFO:teuthology.orchestra.run.smithi072.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-02-19T23:19:35.558 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: 2024-02-19T23:19:35.558 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-19T23:19:35.559 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: 2024-02-19T23:19:35.559 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-19T23:19:35.559 INFO:teuthology.orchestra.run.smithi072.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-02-19T23:19:35.559 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:19:35.559 INFO:teuthology.orchestra.run.smithi072.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-02-19T23:19:35.559 INFO:teuthology.orchestra.run.smithi072.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-02-19T23:19:35.559 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: 2024-02-19T23:19:35.559 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-19T23:19:35.559 INFO:teuthology.orchestra.run.smithi072.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-02-19T23:19:35.559 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:19:35.559 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:19:35.559 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T23:19:35.559 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T23:19:35.560 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T23:19:35.560 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T23:19:35.560 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-19T23:19:35.560 INFO:teuthology.orchestra.run.smithi072.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-02-19T23:19:35.563 INFO:teuthology.orchestra.run.smithi072.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-02-19T23:19:35.563 INFO:teuthology.orchestra.run.smithi072.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-02-19T23:19:35.563 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: 2024-02-19T23:19:35.563 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-19T23:19:35.564 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: 2024-02-19T23:19:35.564 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.428+0000 7f8decc93700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-19T23:19:35.564 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.428+0000 7f8decc93700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-19T23:19:35.564 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:19:35.428+0000 7f8decc93700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi072 for mon.smithi072 2024-02-19T23:19:36.077 INFO:teuthology.orchestra.run.smithi072.stderr:create mon.smithi072 on 2024-02-19T23:19:36.077 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/46763f26-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:19:36.083 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl disable ceph.target 2024-02-19T23:19:36.172 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl enable ceph.target 2024-02-19T23:19:36.180 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-19T23:19:36.260 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl start ceph.target 2024-02-19T23:19:36.267 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl enable ceph-46763f26-cf7d-11ee-95bb-87774f69a715.target 2024-02-19T23:19:36.274 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-46763f26-cf7d-11ee-95bb-87774f69a715.target → /etc/systemd/system/ceph-46763f26-cf7d-11ee-95bb-87774f69a715.target. 2024-02-19T23:19:36.274 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-46763f26-cf7d-11ee-95bb-87774f69a715.target → /etc/systemd/system/ceph-46763f26-cf7d-11ee-95bb-87774f69a715.target. 2024-02-19T23:19:36.350 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl start ceph-46763f26-cf7d-11ee-95bb-87774f69a715.target 2024-02-19T23:19:36.375 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl daemon-reload 2024-02-19T23:19:36.459 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl stop ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mon.smithi072 2024-02-19T23:19:36.481 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl reset-failed ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mon.smithi072 2024-02-19T23:19:36.487 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl: Failed to reset failed state of unit ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mon.smithi072.service: Unit ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mon.smithi072.service not loaded. 2024-02-19T23:19:36.487 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl enable ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mon.smithi072 2024-02-19T23:19:36.493 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl: Created symlink /etc/systemd/system/ceph-46763f26-cf7d-11ee-95bb-87774f69a715.target.wants/ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mon.smithi072.service → /etc/systemd/system/ceph-46763f26-cf7d-11ee-95bb-87774f69a715@.service. 2024-02-19T23:19:36.576 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl start ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mon.smithi072 2024-02-19T23:19:36.616 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:36 smithi072 systemd[1]: Starting Ceph mon.smithi072 for 46763f26-cf7d-11ee-95bb-87774f69a715... 2024-02-19T23:19:37.105 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-19T23:19:37.113 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl: disabled 2024-02-19T23:19:37.113 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl is-active firewalld.service 2024-02-19T23:19:37.119 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl: inactive 2024-02-19T23:19:37.120 INFO:teuthology.orchestra.run.smithi072.stderr:firewalld.service is not enabled 2024-02-19T23:19:37.120 INFO:teuthology.orchestra.run.smithi072.stderr:Not possible to enable service . firewalld.service is not available 2024-02-19T23:19:37.120 INFO:teuthology.orchestra.run.smithi072.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-02-19T23:19:37.121 INFO:teuthology.orchestra.run.smithi072.stderr:Waiting for mon to start... 2024-02-19T23:19:37.121 INFO:teuthology.orchestra.run.smithi072.stderr:Waiting for mon... 2024-02-19T23:19:37.121 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/mon.smithi072:/var/lib/ceph/mon/ceph-smithi072:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status 2024-02-19T23:19:37.354 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:37 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[33999]: cluster 2024-02-19T23:19:37.078471+0000 mon.smithi072 (mon.0) 0 : [INF] mkfs 46763f26-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:19:37.354 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:37 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[33999]: cluster 2024-02-19T23:19:37.069655+0000 mon.smithi072 (mon.0) 1 : cluster [INF] mon.smithi072 is new leader, mons smithi072 in quorum (ranks 0) 2024-02-19T23:19:37.355 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:37 smithi072 bash[33984]: 248f41aade5574266f3f394a3b42fcc4edda9aef7536cf50f4ec75c02c6d3084 2024-02-19T23:19:37.355 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:37 smithi072 systemd[1]: Started Ceph mon.smithi072 for 46763f26-cf7d-11ee-95bb-87774f69a715. 2024-02-19T23:19:37.705 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: cluster: 2024-02-19T23:19:37.705 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: id: 46763f26-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:19:37.705 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-19T23:19:37.705 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: 2024-02-19T23:19:37.705 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: services: 2024-02-19T23:19:37.705 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi072 (age 0.636528s) 2024-02-19T23:19:37.705 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-19T23:19:37.705 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-19T23:19:37.705 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: 2024-02-19T23:19:37.705 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: data: 2024-02-19T23:19:37.705 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-19T23:19:37.706 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-19T23:19:37.706 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-19T23:19:37.706 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: pgs: 2024-02-19T23:19:37.706 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: 2024-02-19T23:19:38.268 INFO:teuthology.orchestra.run.smithi072.stderr:mon is available 2024-02-19T23:19:38.268 INFO:teuthology.orchestra.run.smithi072.stderr:Assimilating anything we can from ceph.conf... 2024-02-19T23:19:38.268 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z -v /var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/mon.smithi072:/var/lib/ceph/mon/ceph-smithi072:z docker.io/ceph/ceph:v16.2.4 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi072/config 2024-02-19T23:19:38.354 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:38 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[33999]: cluster 2024-02-19T23:19:37.074786+0000 mon.smithi072 (mon.0) 2 : cluster [INF] mon.smithi072 is new leader, mons smithi072 in quorum (ranks 0) 2024-02-19T23:19:38.354 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:38 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[33999]: cluster 2024-02-19T23:19:37.075360+0000 mon.smithi072 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi072=[v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0]} 2024-02-19T23:19:38.354 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:38 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[33999]: cluster 2024-02-19T23:19:37.084798+0000 mon.smithi072 (mon.0) 4 : cluster [DBG] fsmap 2024-02-19T23:19:38.354 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:38 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[33999]: cluster 2024-02-19T23:19:37.096645+0000 mon.smithi072 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-19T23:19:38.354 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:38 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[33999]: cluster 2024-02-19T23:19:37.099042+0000 mon.smithi072 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-19T23:19:38.354 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:38 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[33999]: audit 2024-02-19T23:19:37.711285+0000 mon.smithi072 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.72:0/3431917341' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-19T23:19:38.863 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: 2024-02-19T23:19:38.863 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: [global] 2024-02-19T23:19:38.863 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: fsid = 46763f26-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:19:38.863 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-19T23:19:38.863 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.72:3300,v1:172.21.15.72:6789] 2024-02-19T23:19:38.863 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-19T23:19:38.863 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-19T23:19:38.863 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-19T23:19:38.864 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-19T23:19:38.864 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: 2024-02-19T23:19:38.864 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: [mgr] 2024-02-19T23:19:38.864 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-19T23:19:38.864 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: 2024-02-19T23:19:38.864 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: [osd] 2024-02-19T23:19:38.864 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-19T23:19:38.864 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: osd_memory_target_autotune = true 2024-02-19T23:19:38.864 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-19T23:19:39.243 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:39 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[33999]: audit 2024-02-19T23:19:38.867016+0000 mon.smithi072 (mon.0) 8 : audit [INF] from='client.? 172.21.15.72:0/1459488719' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-19T23:19:39.243 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:39 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[33999]: audit 2024-02-19T23:19:38.869553+0000 mon.smithi072 (mon.0) 9 : audit [INF] from='client.? 172.21.15.72:0/1459488719' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-19T23:19:39.475 INFO:teuthology.orchestra.run.smithi072.stderr:Generating new minimal ceph.conf... 2024-02-19T23:19:39.475 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z -v /var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/mon.smithi072:/var/lib/ceph/mon/ceph-smithi072:z docker.io/ceph/ceph:v16.2.4 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi072/config 2024-02-19T23:19:41.104 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:40 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[33999]: audit 2024-02-19T23:19:40.668809+0000 mon.smithi072 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.72:0/60234796' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:19:41.222 INFO:teuthology.orchestra.run.smithi072.stderr:Restarting the monitor... 2024-02-19T23:19:41.222 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl restart ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mon.smithi072 2024-02-19T23:19:41.604 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:41 smithi072 systemd[1]: Stopping Ceph mon.smithi072 for 46763f26-cf7d-11ee-95bb-87774f69a715... 2024-02-19T23:19:41.604 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:41 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[33999]: debug 2024-02-19T23:19:41.352+0000 7f2a471cf700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi072 -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-02-19T23:19:41.604 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:41 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[33999]: debug 2024-02-19T23:19:41.352+0000 7f2a471cf700 -1 mon.smithi072@0(leader) e1 *** Got Signal Terminated *** 2024-02-19T23:19:42.065 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:41 smithi072 podman[34323]: ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072 2024-02-19T23:19:42.066 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 systemd[1]: ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mon.smithi072.service: Succeeded. 2024-02-19T23:19:42.066 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 systemd[1]: Stopped Ceph mon.smithi072 for 46763f26-cf7d-11ee-95bb-87774f69a715. 2024-02-19T23:19:42.066 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 systemd[1]: Starting Ceph mon.smithi072 for 46763f26-cf7d-11ee-95bb-87774f69a715... 2024-02-19T23:19:42.611 INFO:teuthology.orchestra.run.smithi072.stderr:Setting mon public_network to 172.21.0.0/20 2024-02-19T23:19:42.611 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mon public_network 172.21.0.0/20 2024-02-19T23:19:42.813 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.558+0000 7f299ecf8700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-19T23:19:42.814 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.558+0000 7f299ecf8700 0 ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable), process ceph-mon, pid 7 2024-02-19T23:19:42.814 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.558+0000 7f299ecf8700 0 pidfile_write: ignore empty --pid-file 2024-02-19T23:19:42.814 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 0 load: jerasure load: lrc load: isa 2024-02-19T23:19:42.814 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: RocksDB version: 6.8.1 2024-02-19T23:19:42.814 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 2024-02-19T23:19:42.814 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-19T23:19:42.814 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Compile date May 13 2021 2024-02-19T23:19:42.814 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: DB SUMMARY 2024-02-19T23:19:42.814 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 2024-02-19T23:19:42.814 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: CURRENT file: CURRENT 2024-02-19T23:19:42.814 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 2024-02-19T23:19:42.814 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: IDENTITY file: IDENTITY 2024-02-19T23:19:42.814 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 2024-02-19T23:19:42.814 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-19T23:19:42.815 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 2024-02-19T23:19:42.815 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi072/store.db dir, Total Num: 1, files: 000004.sst 2024-02-19T23:19:42.815 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 2024-02-19T23:19:42.815 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi072/store.db: 000006.log size: 85657 ; 2024-02-19T23:19:42.815 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 2024-02-19T23:19:42.815 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.error_if_exists: 0 2024-02-19T23:19:42.815 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.create_if_missing: 0 2024-02-19T23:19:42.815 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.paranoid_checks: 1 2024-02-19T23:19:42.815 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.env: 0x5629cda081c0 2024-02-19T23:19:42.815 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.fs: Posix File System 2024-02-19T23:19:42.815 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.info_log: 0x5629cea6f960 2024-02-19T23:19:42.815 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-19T23:19:42.815 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.statistics: (nil) 2024-02-19T23:19:42.815 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.use_fsync: 0 2024-02-19T23:19:42.815 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.max_log_file_size: 0 2024-02-19T23:19:42.815 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-19T23:19:42.816 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-19T23:19:42.816 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-19T23:19:42.816 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-19T23:19:42.816 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.allow_fallocate: 1 2024-02-19T23:19:42.816 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-19T23:19:42.816 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-19T23:19:42.816 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.use_direct_reads: 0 2024-02-19T23:19:42.816 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-19T23:19:42.816 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-19T23:19:42.816 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.db_log_dir: 2024-02-19T23:19:42.816 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi072/store.db 2024-02-19T23:19:42.816 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-19T23:19:42.816 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.max_subcompactions: 1 2024-02-19T23:19:42.816 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.max_background_flushes: -1 2024-02-19T23:19:42.817 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-19T23:19:42.817 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-19T23:19:42.817 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-19T23:19:42.817 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-19T23:19:42.817 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-19T23:19:42.817 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-19T23:19:42.817 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-19T23:19:42.817 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.write_buffer_manager: 0x5629cf6e4030 2024-02-19T23:19:42.817 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-19T23:19:42.817 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-19T23:19:42.817 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-19T23:19:42.817 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-19T23:19:42.817 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-19T23:19:42.817 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-19T23:19:42.817 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-19T23:19:42.817 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-19T23:19:42.818 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-19T23:19:42.818 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.563+0000 7f299ecf8700 4 rocksdb: Options.unordered_write: 0 2024-02-19T23:19:42.818 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-19T23:19:42.818 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-19T23:19:42.818 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-19T23:19:42.818 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-19T23:19:42.818 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.row_cache: None 2024-02-19T23:19:42.818 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.wal_filter: None 2024-02-19T23:19:42.818 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-19T23:19:42.818 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-19T23:19:42.818 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.preserve_deletes: 0 2024-02-19T23:19:42.818 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.two_write_queues: 0 2024-02-19T23:19:42.818 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-19T23:19:42.818 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.atomic_flush: 0 2024-02-19T23:19:42.818 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-19T23:19:42.819 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-19T23:19:42.819 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-19T23:19:42.819 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.log_readahead_size: 0 2024-02-19T23:19:42.819 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-19T23:19:42.819 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.max_background_jobs: 2 2024-02-19T23:19:42.819 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.max_background_compactions: -1 2024-02-19T23:19:42.819 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-19T23:19:42.819 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-19T23:19:42.819 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-19T23:19:42.821 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-19T23:19:42.821 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-19T23:19:42.821 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-19T23:19:42.821 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-19T23:19:42.821 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-19T23:19:42.821 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.max_open_files: -1 2024-02-19T23:19:42.821 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-19T23:19:42.821 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-19T23:19:42.821 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-19T23:19:42.821 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-19T23:19:42.822 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Compression algorithms supported: 2024-02-19T23:19:42.822 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-19T23:19:42.822 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: kZSTD supported: 0 2024-02-19T23:19:42.822 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: kXpressCompression supported: 0 2024-02-19T23:19:42.822 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-19T23:19:42.822 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: kLZ4Compression supported: 1 2024-02-19T23:19:42.822 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: kBZip2Compression supported: 0 2024-02-19T23:19:42.822 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: kZlibCompression supported: 1 2024-02-19T23:19:42.822 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: kSnappyCompression supported: 1 2024-02-19T23:19:42.822 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-19T23:19:42.822 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi072/store.db/MANIFEST-000005 2024-02-19T23:19:42.822 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 2024-02-19T23:19:42.822 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-19T23:19:42.822 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 2024-02-19T23:19:42.822 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-19T23:19:42.823 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.merge_operator: 2024-02-19T23:19:42.823 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.compaction_filter: None 2024-02-19T23:19:42.823 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-19T23:19:42.823 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-19T23:19:42.823 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-19T23:19:42.823 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5629ce987cb0) 2024-02-19T23:19:42.823 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cache_index_and_filter_blocks: 1 2024-02-19T23:19:42.823 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-19T23:19:42.823 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-19T23:19:42.823 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: pin_top_level_index_and_filter: 1 2024-02-19T23:19:42.823 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: index_type: 0 2024-02-19T23:19:42.823 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: data_block_index_type: 0 2024-02-19T23:19:42.823 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: index_shortening: 1 2024-02-19T23:19:42.823 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: data_block_hash_table_util_ratio: 0.750000 2024-02-19T23:19:42.823 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: hash_index_allow_collision: 1 2024-02-19T23:19:42.823 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: checksum: 1 2024-02-19T23:19:42.824 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: no_block_cache: 0 2024-02-19T23:19:42.824 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: block_cache: 0x5629ce9bcf10 2024-02-19T23:19:42.824 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: block_cache_name: BinnedLRUCache 2024-02-19T23:19:42.824 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: block_cache_options: 2024-02-19T23:19:42.824 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: capacity : 536870912 2024-02-19T23:19:42.824 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: num_shard_bits : 4 2024-02-19T23:19:42.824 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: strict_capacity_limit : 0 2024-02-19T23:19:42.824 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: high_pri_pool_ratio: 0.000 2024-02-19T23:19:42.824 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: block_cache_compressed: (nil) 2024-02-19T23:19:42.824 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: persistent_cache: (nil) 2024-02-19T23:19:42.824 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: block_size: 4096 2024-02-19T23:19:42.824 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: block_size_deviation: 10 2024-02-19T23:19:42.824 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: block_restart_interval: 16 2024-02-19T23:19:42.824 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: index_block_restart_interval: 1 2024-02-19T23:19:42.825 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: metadata_block_size: 4096 2024-02-19T23:19:42.825 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: partition_filters: 0 2024-02-19T23:19:42.825 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: use_delta_encoding: 1 2024-02-19T23:19:42.825 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-19T23:19:42.825 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: whole_key_filtering: 1 2024-02-19T23:19:42.825 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: verify_compression: 0 2024-02-19T23:19:42.825 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: read_amp_bytes_per_bit: 0 2024-02-19T23:19:42.825 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: format_version: 2 2024-02-19T23:19:42.825 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: enable_index_compression: 1 2024-02-19T23:19:42.825 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: block_align: 0 2024-02-19T23:19:42.825 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 2024-02-19T23:19:42.825 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-19T23:19:42.826 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-19T23:19:42.826 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.compression: NoCompression 2024-02-19T23:19:42.826 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-19T23:19:42.826 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-19T23:19:42.826 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-19T23:19:42.826 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.num_levels: 7 2024-02-19T23:19:42.826 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-19T23:19:42.826 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-19T23:19:42.826 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-19T23:19:42.826 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-19T23:19:42.826 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-19T23:19:42.826 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-19T23:19:42.827 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-19T23:19:42.827 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-19T23:19:42.827 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-19T23:19:42.827 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-19T23:19:42.827 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-19T23:19:42.827 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-19T23:19:42.827 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-19T23:19:42.827 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-19T23:19:42.827 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-19T23:19:42.827 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-19T23:19:42.827 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-19T23:19:42.827 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-19T23:19:42.827 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-19T23:19:42.827 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-19T23:19:42.828 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-19T23:19:42.828 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-19T23:19:42.828 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-19T23:19:42.828 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-19T23:19:42.828 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-19T23:19:42.828 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-19T23:19:42.828 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-19T23:19:42.828 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-19T23:19:42.828 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-19T23:19:42.828 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-19T23:19:42.828 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-19T23:19:42.828 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-19T23:19:42.828 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-19T23:19:42.828 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-19T23:19:42.828 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-19T23:19:42.829 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-19T23:19:42.829 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-19T23:19:42.829 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-19T23:19:42.829 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-19T23:19:42.829 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-19T23:19:42.829 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-19T23:19:42.829 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-19T23:19:42.829 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-19T23:19:42.829 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-19T23:19:42.829 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-19T23:19:42.829 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-19T23:19:42.829 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-19T23:19:42.829 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.table_properties_collectors: 2024-02-19T23:19:42.829 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.inplace_update_support: 0 2024-02-19T23:19:42.829 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-19T23:19:42.830 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-19T23:19:42.830 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-19T23:19:42.830 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-19T23:19:42.830 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.bloom_locality: 0 2024-02-19T23:19:42.830 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.max_successive_merges: 0 2024-02-19T23:19:42.830 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-19T23:19:42.830 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-19T23:19:42.830 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-19T23:19:42.830 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-19T23:19:42.830 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.ttl: 2592000 2024-02-19T23:19:42.830 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-19T23:19:42.830 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi072/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-02-19T23:19:42.830 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 2024-02-19T23:19:42.830 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-19T23:19:42.830 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 2024-02-19T23:19:42.830 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708384782565859, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-19T23:19:42.831 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.564+0000 7f299ecf8700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-19T23:19:42.831 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.565+0000 7f299ecf8700 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-02-19T23:19:42.831 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.565+0000 7f299ecf8700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708384782566667, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 82405, "table_properties": {"data_size": 80675, "index_size": 335, "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": 9331, "raw_average_key_size": 47, "raw_value_size": 75309, "raw_average_value_size": 380, "num_data_blocks": 11, "num_entries": 198, "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": 1708384782, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-19T23:19:42.831 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.565+0000 7f299ecf8700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-19T23:19:42.831 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 2024-02-19T23:19:42.831 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.566+0000 7f299ecf8700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708384782567054, "job": 1, "event": "recovery_finished"} 2024-02-19T23:19:42.831 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.566+0000 7f299ecf8700 4 rocksdb: DB pointer 0x5629cea81800 2024-02-19T23:19:42.831 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.566+0000 7f2985b10700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-19T23:19:42.831 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.566+0000 7f2985b10700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-19T23:19:42.831 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: ** DB Stats ** 2024-02-19T23:19:42.831 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:19:42.831 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-19T23:19:42.831 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-19T23:19:42.831 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T23:19:42.832 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-19T23:19:42.832 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-19T23:19:42.832 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T23:19:42.832 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 2024-02-19T23:19:42.832 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: ** Compaction Stats [default] ** 2024-02-19T23:19:42.832 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 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-02-19T23:19:42.832 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:19:42.832 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: L0 2/0 82.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 142.6 0.00 0.00 1 0.001 0 0 2024-02-19T23:19:42.832 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Sum 2/0 82.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 142.6 0.00 0.00 1 0.001 0 0 2024-02-19T23:19:42.832 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 142.6 0.00 0.00 1 0.001 0 0 2024-02-19T23:19:42.832 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 2024-02-19T23:19:42.832 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: ** Compaction Stats [default] ** 2024-02-19T23:19:42.832 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 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-02-19T23:19:42.833 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:19:42.833 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 142.6 0.00 0.00 1 0.001 0 0 2024-02-19T23:19:42.833 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:19:42.833 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T23:19:42.833 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T23:19:42.833 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T23:19:42.833 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T23:19:42.833 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: AddFile(Keys): cumulative 0, interval 0 2024-02-19T23:19:42.833 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Cumulative compaction: 0.00 GB write, 29.77 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:19:42.833 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Interval compaction: 0.00 GB write, 29.77 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:19:42.833 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 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-02-19T23:19:42.833 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 2024-02-19T23:19:42.833 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: ** File Read Latency Histogram By Level [default] ** 2024-02-19T23:19:42.833 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 2024-02-19T23:19:42.834 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: ** Compaction Stats [default] ** 2024-02-19T23:19:42.834 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 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-02-19T23:19:42.834 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:19:42.834 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: L0 2/0 82.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 142.6 0.00 0.00 1 0.001 0 0 2024-02-19T23:19:42.834 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Sum 2/0 82.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 142.6 0.00 0.00 1 0.001 0 0 2024-02-19T23:19:42.834 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 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-02-19T23:19:42.834 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 2024-02-19T23:19:42.834 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: ** Compaction Stats [default] ** 2024-02-19T23:19:42.834 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 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-02-19T23:19:42.834 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:19:42.834 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 142.6 0.00 0.00 1 0.001 0 0 2024-02-19T23:19:42.834 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:19:42.834 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T23:19:42.834 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T23:19:42.834 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T23:19:42.835 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T23:19:42.835 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: AddFile(Keys): cumulative 0, interval 0 2024-02-19T23:19:42.835 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Cumulative compaction: 0.00 GB write, 29.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:19:42.835 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:19:42.835 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 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-02-19T23:19:42.835 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 2024-02-19T23:19:42.835 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: ** File Read Latency Histogram By Level [default] ** 2024-02-19T23:19:42.835 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 2024-02-19T23:19:42.835 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.567+0000 7f299ecf8700 0 starting mon.smithi072 rank 0 at public addrs [v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0] at bind addrs [v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi072 fsid 46763f26-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:19:42.835 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.568+0000 7f299ecf8700 1 mon.smithi072@-1(???) e1 preinit fsid 46763f26-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:19:42.835 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.568+0000 7f299ecf8700 0 mon.smithi072@-1(???).mds e1 new map 2024-02-19T23:19:42.835 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.568+0000 7f299ecf8700 0 mon.smithi072@-1(???).mds e1 print_map 2024-02-19T23:19:42.835 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: e1 2024-02-19T23:19:42.835 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-19T23:19:42.835 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 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-02-19T23:19:42.836 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: legacy client fscid: -1 2024-02-19T23:19:42.836 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 2024-02-19T23:19:42.836 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: No filesystems configured 2024-02-19T23:19:42.836 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 2024-02-19T23:19:42.836 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.568+0000 7f299ecf8700 0 mon.smithi072@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-19T23:19:42.836 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.568+0000 7f299ecf8700 0 mon.smithi072@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-19T23:19:42.836 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.568+0000 7f299ecf8700 0 mon.smithi072@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-19T23:19:42.836 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.568+0000 7f299ecf8700 0 mon.smithi072@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-19T23:19:42.836 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:19:40.668809+0000 mon.smithi072 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.72:0/60234796' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:19:42.836 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.568+0000 7f299ecf8700 1 mon.smithi072@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-19T23:19:42.836 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.569+0000 7f299ecf8700 20 expand_channel_meta expand map: {default=false} 2024-02-19T23:19:42.836 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.569+0000 7f299ecf8700 20 expand_channel_meta from 'false' to 'false' 2024-02-19T23:19:42.836 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.569+0000 7f299ecf8700 20 expand_channel_meta expanded map: {default=false} 2024-02-19T23:19:42.836 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.569+0000 7f299ecf8700 20 expand_channel_meta expand map: {default=info} 2024-02-19T23:19:42.837 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.569+0000 7f299ecf8700 20 expand_channel_meta from 'info' to 'info' 2024-02-19T23:19:42.837 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.569+0000 7f299ecf8700 20 expand_channel_meta expanded map: {default=info} 2024-02-19T23:19:42.837 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.569+0000 7f299ecf8700 20 expand_channel_meta expand map: {default=daemon} 2024-02-19T23:19:42.837 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.569+0000 7f299ecf8700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-02-19T23:19:42.837 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.569+0000 7f299ecf8700 20 expand_channel_meta expanded map: {default=daemon} 2024-02-19T23:19:42.837 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.569+0000 7f299ecf8700 20 expand_channel_meta expand map: {default=debug} 2024-02-19T23:19:42.837 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.569+0000 7f299ecf8700 20 expand_channel_meta from 'debug' to 'debug' 2024-02-19T23:19:42.837 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:19:42.569+0000 7f299ecf8700 20 expand_channel_meta expanded map: {default=debug} 2024-02-19T23:19:42.837 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 bash[34394]: 28bafd69b76f5538212c786e5e783ffb6619f670fcfb3c899395086cecb9c1ff 2024-02-19T23:19:42.837 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 systemd[1]: Started Ceph mon.smithi072 for 46763f26-cf7d-11ee-95bb-87774f69a715. 2024-02-19T23:19:42.837 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:19:42.584764+0000 mon.smithi072 (mon.0) 1 : cluster [INF] mon.smithi072 is new leader, mons smithi072 in quorum (ranks 0) 2024-02-19T23:19:42.837 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:19:42.584821+0000 mon.smithi072 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi072=[v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0]} 2024-02-19T23:19:42.837 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:19:42.584854+0000 mon.smithi072 (mon.0) 3 : cluster [DBG] fsmap 2024-02-19T23:19:42.837 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:19:42.584877+0000 mon.smithi072 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-19T23:19:42.837 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:19:42.585226+0000 mon.smithi072 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-19T23:19:43.783 INFO:teuthology.orchestra.run.smithi072.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-19T23:19:43.783 INFO:teuthology.orchestra.run.smithi072.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-19T23:19:43.783 INFO:teuthology.orchestra.run.smithi072.stderr:Creating mgr... 2024-02-19T23:19:43.784 INFO:teuthology.orchestra.run.smithi072.stderr:Verifying port 9283 ... 2024-02-19T23:19:43.785 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl daemon-reload 2024-02-19T23:19:43.878 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl stop ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mgr.smithi072.zbkdeq 2024-02-19T23:19:43.907 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl reset-failed ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mgr.smithi072.zbkdeq 2024-02-19T23:19:43.912 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl: Failed to reset failed state of unit ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mgr.smithi072.zbkdeq.service: Unit ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mgr.smithi072.zbkdeq.service not loaded. 2024-02-19T23:19:43.913 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl enable ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mgr.smithi072.zbkdeq 2024-02-19T23:19:43.918 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl: Created symlink /etc/systemd/system/ceph-46763f26-cf7d-11ee-95bb-87774f69a715.target.wants/ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mgr.smithi072.zbkdeq.service → /etc/systemd/system/ceph-46763f26-cf7d-11ee-95bb-87774f69a715@.service. 2024-02-19T23:19:43.999 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl start ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mgr.smithi072.zbkdeq 2024-02-19T23:19:44.604 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:44 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:19:43.185480+0000 mon.smithi072 (mon.0) 6 : audit [INF] from='client.? 172.21.15.72:0/4070886011' entity='client.admin' 2024-02-19T23:19:44.609 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-19T23:19:44.618 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl: disabled 2024-02-19T23:19:44.618 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl is-active firewalld.service 2024-02-19T23:19:44.626 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl: inactive 2024-02-19T23:19:44.627 INFO:teuthology.orchestra.run.smithi072.stderr:firewalld.service is not enabled 2024-02-19T23:19:44.627 INFO:teuthology.orchestra.run.smithi072.stderr:Not possible to enable service . firewalld.service is not available 2024-02-19T23:19:44.627 INFO:teuthology.orchestra.run.smithi072.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-02-19T23:19:44.627 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-19T23:19:44.635 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl: disabled 2024-02-19T23:19:44.635 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl is-active firewalld.service 2024-02-19T23:19:44.641 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl: inactive 2024-02-19T23:19:44.642 INFO:teuthology.orchestra.run.smithi072.stderr:firewalld.service is not enabled 2024-02-19T23:19:44.642 INFO:teuthology.orchestra.run.smithi072.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-19T23:19:44.642 INFO:teuthology.orchestra.run.smithi072.stderr:Waiting for mgr to start... 2024-02-19T23:19:44.642 INFO:teuthology.orchestra.run.smithi072.stderr:Waiting for mgr... 2024-02-19T23:19:44.642 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-02-19T23:19:45.259 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: 2024-02-19T23:19:45.259 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: { 2024-02-19T23:19:45.259 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "fsid": "46763f26-cf7d-11ee-95bb-87774f69a715", 2024-02-19T23:19:45.259 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "health": { 2024-02-19T23:19:45.259 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-19T23:19:45.259 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "checks": {}, 2024-02-19T23:19:45.259 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "mutes": [] 2024-02-19T23:19:45.259 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: }, 2024-02-19T23:19:45.259 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-19T23:19:45.259 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "quorum": [ 2024-02-19T23:19:45.259 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: 0 2024-02-19T23:19:45.260 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: ], 2024-02-19T23:19:45.260 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-19T23:19:45.260 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "smithi072" 2024-02-19T23:19:45.260 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: ], 2024-02-19T23:19:45.260 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-19T23:19:45.260 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "monmap": { 2024-02-19T23:19:45.260 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:19:45.260 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-19T23:19:45.260 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-19T23:19:45.260 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: }, 2024-02-19T23:19:45.260 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "osdmap": { 2024-02-19T23:19:45.260 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:19:45.260 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-19T23:19:45.260 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-19T23:19:45.260 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-19T23:19:45.261 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-19T23:19:45.261 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-19T23:19:45.261 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-19T23:19:45.261 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: }, 2024-02-19T23:19:45.261 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "pgmap": { 2024-02-19T23:19:45.261 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-19T23:19:45.261 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-19T23:19:45.261 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-19T23:19:45.261 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-19T23:19:45.261 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-19T23:19:45.261 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-19T23:19:45.261 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-19T23:19:45.261 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-19T23:19:45.262 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: }, 2024-02-19T23:19:45.262 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "fsmap": { 2024-02-19T23:19:45.262 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:19:45.262 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-19T23:19:45.262 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-19T23:19:45.262 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: }, 2024-02-19T23:19:45.262 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-19T23:19:45.262 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "available": false, 2024-02-19T23:19:45.262 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-19T23:19:45.262 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "modules": [ 2024-02-19T23:19:45.262 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "iostat", 2024-02-19T23:19:45.262 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "restful" 2024-02-19T23:19:45.262 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: ], 2024-02-19T23:19:45.262 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:19:45.262 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: }, 2024-02-19T23:19:45.263 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "servicemap": { 2024-02-19T23:19:45.263 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:19:45.263 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "modified": "2024-02-19T23:19:37.078861+0000", 2024-02-19T23:19:45.263 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:19:45.263 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: }, 2024-02-19T23:19:45.263 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-19T23:19:45.263 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: } 2024-02-19T23:19:45.604 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:19:45.261046+0000 mon.smithi072 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.72:0/1070884846' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-19T23:19:45.896 INFO:teuthology.orchestra.run.smithi072.stderr:mgr not available, waiting (1/15)... 2024-02-19T23:19:47.898 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-02-19T23:19:48.574 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: 2024-02-19T23:19:48.581 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: { 2024-02-19T23:19:48.581 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "fsid": "46763f26-cf7d-11ee-95bb-87774f69a715", 2024-02-19T23:19:48.581 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "health": { 2024-02-19T23:19:48.581 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-19T23:19:48.581 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "checks": {}, 2024-02-19T23:19:48.582 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "mutes": [] 2024-02-19T23:19:48.582 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: }, 2024-02-19T23:19:48.582 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-19T23:19:48.582 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "quorum": [ 2024-02-19T23:19:48.582 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: 0 2024-02-19T23:19:48.583 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: ], 2024-02-19T23:19:48.583 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-19T23:19:48.583 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "smithi072" 2024-02-19T23:19:48.583 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: ], 2024-02-19T23:19:48.583 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-02-19T23:19:48.583 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "monmap": { 2024-02-19T23:19:48.583 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:19:48.583 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-19T23:19:48.583 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-19T23:19:48.583 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: }, 2024-02-19T23:19:48.583 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "osdmap": { 2024-02-19T23:19:48.583 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:19:48.583 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-19T23:19:48.583 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-19T23:19:48.583 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-19T23:19:48.584 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-19T23:19:48.584 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-19T23:19:48.584 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-19T23:19:48.584 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: }, 2024-02-19T23:19:48.584 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "pgmap": { 2024-02-19T23:19:48.584 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-19T23:19:48.584 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-19T23:19:48.584 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-19T23:19:48.584 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-19T23:19:48.584 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-19T23:19:48.584 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-19T23:19:48.585 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-19T23:19:48.585 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-19T23:19:48.585 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: }, 2024-02-19T23:19:48.585 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "fsmap": { 2024-02-19T23:19:48.585 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:19:48.585 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-19T23:19:48.585 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-19T23:19:48.585 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: }, 2024-02-19T23:19:48.585 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-19T23:19:48.585 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "available": false, 2024-02-19T23:19:48.585 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-19T23:19:48.585 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "modules": [ 2024-02-19T23:19:48.585 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "iostat", 2024-02-19T23:19:48.585 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "restful" 2024-02-19T23:19:48.585 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: ], 2024-02-19T23:19:48.586 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:19:48.586 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: }, 2024-02-19T23:19:48.586 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "servicemap": { 2024-02-19T23:19:48.586 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:19:48.586 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "modified": "2024-02-19T23:19:37.078861+0000", 2024-02-19T23:19:48.586 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:19:48.586 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: }, 2024-02-19T23:19:48.586 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-19T23:19:48.586 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: } 2024-02-19T23:19:48.854 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:48 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:19:48.582663+0000 mon.smithi072 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.72:0/2423150386' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-19T23:19:49.186 INFO:teuthology.orchestra.run.smithi072.stderr:mgr not available, waiting (2/15)... 2024-02-19T23:19:50.105 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:19:49.464229+0000 mon.smithi072 (mon.0) 9 : cluster [INF] Activating manager daemon smithi072.zbkdeq 2024-02-19T23:19:50.105 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:19:49.466854+0000 mon.smithi072 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi072.zbkdeq(active, starting, since 0.00271467s) 2024-02-19T23:19:50.105 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:19:49.467776+0000 mon.smithi072 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.72:0/843857808' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-19T23:19:50.106 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:19:49.467964+0000 mon.smithi072 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.72:0/843857808' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-19T23:19:50.106 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:19:49.468142+0000 mon.smithi072 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.72:0/843857808' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-19T23:19:50.106 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:19:49.468301+0000 mon.smithi072 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.72:0/843857808' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "mon metadata", "id": "smithi072"}]: dispatch 2024-02-19T23:19:50.106 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:19:49.468548+0000 mon.smithi072 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.72:0/843857808' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "mgr metadata", "who": "smithi072.zbkdeq", "id": "smithi072.zbkdeq"}]: dispatch 2024-02-19T23:19:50.106 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:19:49.482212+0000 mon.smithi072 (mon.0) 16 : cluster [INF] Manager daemon smithi072.zbkdeq is now available 2024-02-19T23:19:50.106 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:19:49.492600+0000 mon.smithi072 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.72:0/843857808' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:19:50.106 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:19:49.493904+0000 mon.smithi072 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.72:0/843857808' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:19:50.106 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:19:49.494971+0000 mon.smithi072 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.72:0/843857808' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/trash_purge_schedule"}]: dispatch 2024-02-19T23:19:50.106 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:19:49.502879+0000 mon.smithi072 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.72:0/843857808' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:19:50.106 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:19:49.507431+0000 mon.smithi072 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.72:0/843857808' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:19:51.189 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-02-19T23:19:51.854 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:51 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:19:50.469575+0000 mon.smithi072 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi072.zbkdeq(active, since 1.00543s) 2024-02-19T23:19:53.855 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:53 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:19:52.470288+0000 mon.smithi072 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi072.zbkdeq(active, since 3s) 2024-02-19T23:19:55.105 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:19:54 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:19:54.744779+0000 mon.smithi072 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.72:0/2064009260' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-19T23:19:56.077 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: 2024-02-19T23:19:56.078 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: { 2024-02-19T23:19:56.078 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "fsid": "46763f26-cf7d-11ee-95bb-87774f69a715", 2024-02-19T23:19:56.078 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "health": { 2024-02-19T23:19:56.078 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-19T23:19:56.078 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "checks": {}, 2024-02-19T23:19:56.078 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "mutes": [] 2024-02-19T23:19:56.078 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: }, 2024-02-19T23:19:56.078 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-19T23:19:56.078 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "quorum": [ 2024-02-19T23:19:56.078 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: 0 2024-02-19T23:19:56.078 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: ], 2024-02-19T23:19:56.078 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-19T23:19:56.078 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "smithi072" 2024-02-19T23:19:56.079 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: ], 2024-02-19T23:19:56.079 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "quorum_age": 12, 2024-02-19T23:19:56.079 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "monmap": { 2024-02-19T23:19:56.079 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:19:56.079 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-19T23:19:56.079 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-19T23:19:56.079 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: }, 2024-02-19T23:19:56.079 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "osdmap": { 2024-02-19T23:19:56.079 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:19:56.079 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-19T23:19:56.079 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-19T23:19:56.079 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-19T23:19:56.079 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-19T23:19:56.079 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-19T23:19:56.079 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-19T23:19:56.080 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: }, 2024-02-19T23:19:56.080 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "pgmap": { 2024-02-19T23:19:56.080 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-19T23:19:56.080 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-19T23:19:56.080 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-19T23:19:56.083 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-19T23:19:56.083 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-19T23:19:56.083 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-19T23:19:56.083 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-19T23:19:56.083 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-19T23:19:56.083 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: }, 2024-02-19T23:19:56.083 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "fsmap": { 2024-02-19T23:19:56.083 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:19:56.083 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-19T23:19:56.083 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-19T23:19:56.083 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: }, 2024-02-19T23:19:56.083 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-19T23:19:56.083 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "available": true, 2024-02-19T23:19:56.083 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-19T23:19:56.084 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "modules": [ 2024-02-19T23:19:56.084 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "iostat", 2024-02-19T23:19:56.084 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "restful" 2024-02-19T23:19:56.084 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: ], 2024-02-19T23:19:56.084 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:19:56.084 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: }, 2024-02-19T23:19:56.084 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "servicemap": { 2024-02-19T23:19:56.084 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:19:56.084 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "modified": "2024-02-19T23:19:37.078861+0000", 2024-02-19T23:19:56.084 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:19:56.084 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: }, 2024-02-19T23:19:56.084 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-19T23:19:56.084 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: } 2024-02-19T23:20:01.902 INFO:teuthology.orchestra.run.smithi072.stderr:mgr is available 2024-02-19T23:20:01.903 INFO:teuthology.orchestra.run.smithi072.stderr:Enabling cephadm module... 2024-02-19T23:20:01.903 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable cephadm 2024-02-19T23:20:06.355 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:06 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:06.028427+0000 mon.smithi072 (mon.0) 25 : audit [INF] from='client.? 172.21.15.72:0/824506566' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-19T23:20:07.354 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:07 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:06.081365+0000 mon.smithi072 (mon.0) 26 : audit [INF] from='client.? 172.21.15.72:0/824506566' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-19T23:20:07.355 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:07 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:06.081410+0000 mon.smithi072 (mon.0) 27 : cluster [DBG] mgrmap e5: smithi072.zbkdeq(active, since 16s) 2024-02-19T23:20:09.085 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2024-02-19T23:20:09.816 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: { 2024-02-19T23:20:09.816 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-19T23:20:09.816 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "available": true, 2024-02-19T23:20:09.817 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "active_name": "smithi072.zbkdeq", 2024-02-19T23:20:09.817 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-19T23:20:09.817 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: } 2024-02-19T23:20:10.105 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:09 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:09.823449+0000 mon.smithi072 (mon.0) 28 : audit [DBG] from='client.? 172.21.15.72:0/3414642141' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-19T23:20:10.468 INFO:teuthology.orchestra.run.smithi072.stderr:Waiting for the mgr to restart... 2024-02-19T23:20:10.468 INFO:teuthology.orchestra.run.smithi072.stderr:Waiting for mgr epoch 5... 2024-02-19T23:20:10.468 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2024-02-19T23:20:11.355 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:11 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:10.995859+0000 mon.smithi072 (mon.0) 29 : cluster [INF] Active manager daemon smithi072.zbkdeq restarted 2024-02-19T23:20:11.355 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:11 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:10.996203+0000 mon.smithi072 (mon.0) 30 : cluster [INF] Activating manager daemon smithi072.zbkdeq 2024-02-19T23:20:11.355 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:11 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:11.000267+0000 mon.smithi072 (mon.0) 31 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-19T23:20:12.058 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: { 2024-02-19T23:20:12.058 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-19T23:20:12.059 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "initialized": true 2024-02-19T23:20:12.059 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: } 2024-02-19T23:20:12.355 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:12 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:11.051340+0000 mon.smithi072 (mon.0) 32 : cluster [DBG] mgrmap e6: smithi072.zbkdeq(active, starting, since 0.0552108s) 2024-02-19T23:20:12.355 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:12 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:11.053580+0000 mon.smithi072 (mon.0) 33 : audit [DBG] from='mgr.14114 172.21.15.72:0/1485712741' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "mon metadata", "id": "smithi072"}]: dispatch 2024-02-19T23:20:12.355 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:12 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:11.054129+0000 mon.smithi072 (mon.0) 34 : audit [DBG] from='mgr.14114 172.21.15.72:0/1485712741' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "mgr metadata", "who": "smithi072.zbkdeq", "id": "smithi072.zbkdeq"}]: dispatch 2024-02-19T23:20:12.355 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:12 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:11.054805+0000 mon.smithi072 (mon.0) 35 : audit [DBG] from='mgr.14114 172.21.15.72:0/1485712741' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-19T23:20:12.355 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:12 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:11.054937+0000 mon.smithi072 (mon.0) 36 : audit [DBG] from='mgr.14114 172.21.15.72:0/1485712741' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-19T23:20:12.355 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:12 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:11.055067+0000 mon.smithi072 (mon.0) 37 : audit [DBG] from='mgr.14114 172.21.15.72:0/1485712741' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-19T23:20:12.355 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:12 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:11.056784+0000 mon.smithi072 (mon.0) 38 : cluster [INF] Manager daemon smithi072.zbkdeq is now available 2024-02-19T23:20:12.356 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:12 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:11.069417+0000 mon.smithi072 (mon.0) 39 : audit [INF] from='mgr.14114 172.21.15.72:0/1485712741' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:20:12.356 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:12 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:11.072034+0000 mon.smithi072 (mon.0) 40 : audit [INF] from='mgr.14114 172.21.15.72:0/1485712741' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:20:12.356 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:12 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:11.074406+0000 mon.smithi072 (mon.0) 41 : audit [INF] from='mgr.14114 172.21.15.72:0/1485712741' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:20:12.356 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:12 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:11.162376+0000 mon.smithi072 (mon.0) 42 : audit [INF] from='mgr.14114 172.21.15.72:0/1485712741' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:20:12.356 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:12 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:11.163013+0000 mon.smithi072 (mon.0) 43 : audit [DBG] from='mgr.14114 172.21.15.72:0/1485712741' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:20:12.356 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:12 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:11.164385+0000 mon.smithi072 (mon.0) 44 : audit [DBG] from='mgr.14114 172.21.15.72:0/1485712741' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:20:12.356 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:12 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:11.165815+0000 mon.smithi072 (mon.0) 45 : audit [DBG] from='mgr.14114 172.21.15.72:0/1485712741' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:20:12.356 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:12 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:11.175846+0000 mon.smithi072 (mon.0) 46 : audit [INF] from='mgr.14114 172.21.15.72:0/1485712741' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:20:12.356 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:12 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:11.176960+0000 mon.smithi072 (mon.0) 47 : audit [INF] from='mgr.14114 172.21.15.72:0/1485712741' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/trash_purge_schedule"}]: dispatch 2024-02-19T23:20:12.659 INFO:teuthology.orchestra.run.smithi072.stderr:mgr epoch 5 is available 2024-02-19T23:20:12.659 INFO:teuthology.orchestra.run.smithi072.stderr:Setting orchestrator backend to cephadm... 2024-02-19T23:20:12.659 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch set backend cephadm 2024-02-19T23:20:13.355 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:13 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:12.058574+0000 mgr.smithi072.zbkdeq (mgr.14114) 1 : audit [DBG] from='client.14118 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-19T23:20:13.355 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:13 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:12.059379+0000 mon.smithi072 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi072.zbkdeq(active, since 1.06324s) 2024-02-19T23:20:13.355 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:13 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:12.065429+0000 mgr.smithi072.zbkdeq (mgr.14114) 2 : audit [DBG] from='client.14118 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-19T23:20:14.380 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm set-user root 2024-02-19T23:20:14.855 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:14 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:13.387056+0000 mgr.smithi072.zbkdeq (mgr.14114) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:20:14.855 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:14 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:13.390888+0000 mon.smithi072 (mon.0) 49 : audit [INF] from='mgr.14114 172.21.15.72:0/1485712741' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:20:14.855 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:14 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:13.394460+0000 mon.smithi072 (mon.0) 50 : audit [DBG] from='mgr.14114 172.21.15.72:0/1485712741' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:20:14.855 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:14 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:13.579011+0000 mon.smithi072 (mon.0) 51 : cluster [DBG] mgrmap e8: smithi072.zbkdeq(active, since 2s) 2024-02-19T23:20:15.035 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: value unchanged 2024-02-19T23:20:15.627 INFO:teuthology.orchestra.run.smithi072.stderr:Generating ssh key... 2024-02-19T23:20:15.627 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm generate-key 2024-02-19T23:20:15.827 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:15 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:15.042910+0000 mgr.smithi072.zbkdeq (mgr.14114) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:20:17.125 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm get-pub-key 2024-02-19T23:20:17.841 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7KnkXM9Yvk6urhPmqc/SE1lRqTTuVDxxpwwRt5OEpwAct8NwMUxXcQVoQN3qJRqzWWWpLZruixGI+SOyeED3gp5vbz9heC8ULC2Ca8barVSsEaFKm9FdblBO5jriQsM1VXa8ZKzgg69ZkK14jMz7+gV9mUVzXaCft5hMsP520L0HU5Ks3xChMQjRkkBGhGGf6epsg0fV5XXd58pmSGgxNO6ZW+qkb6zl4+pn7DFgT7f26DARsK9wmEB2P0qUUnUAV4nNS8greUierDAGa3fyWn5ToSG5VWBK9HfDI6LMb8S5HnxtcXrxeIBPzsZEv8XzFee9Ulj2XZtAwkrrropZsKsrgKacDOoW61TrHU5JzAfGcD64N5c0emyOAesggVBQhtxCJbYW8Nn+1IHpohTzSLA+LvgJfLHZDrfY52U+m4Par0Fh4DLokQUx7V8npZeTTdyqRh4tchLDG1CMJuThdiTqZaS7reu5ZILVv2coGnZcLiFyMmhMCE+KtgwfqUA0= ceph-46763f26-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:20:17.855 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:17 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cephadm 2024-02-19T23:20:16.277447+0000 mgr.smithi072.zbkdeq (mgr.14114) 6 : cephadm [INF] Generating ssh key... 2024-02-19T23:20:17.855 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:17 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:16.548733+0000 mon.smithi072 (mon.0) 52 : audit [INF] from='mgr.14114 172.21.15.72:0/1485712741' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:20:17.855 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:17 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:16.551092+0000 mon.smithi072 (mon.0) 53 : audit [INF] from='mgr.14114 172.21.15.72:0/1485712741' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:20:18.431 INFO:teuthology.orchestra.run.smithi072.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-19T23:20:18.431 INFO:teuthology.orchestra.run.smithi072.stderr:Adding key to root@localhost authorized_keys... 2024-02-19T23:20:18.432 INFO:teuthology.orchestra.run.smithi072.stderr:Adding host smithi072... 2024-02-19T23:20:18.432 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch host add smithi072 172.21.15.72 2024-02-19T23:20:18.687 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:17.848791+0000 mgr.smithi072.zbkdeq (mgr.14114) 7 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:20:19.696 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: Added host 'smithi072' 2024-02-19T23:20:20.213 INFO:teuthology.orchestra.run.smithi072.stderr:Deploying mon service with default placement... 2024-02-19T23:20:20.213 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mon 2024-02-19T23:20:20.855 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:20 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:19.122021+0000 mgr.smithi072.zbkdeq (mgr.14114) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi072", "addr": "172.21.15.72", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:20:20.855 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:20 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:19.702495+0000 mon.smithi072 (mon.0) 54 : audit [INF] from='mgr.14114 172.21.15.72:0/1485712741' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:20:20.855 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:20 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cephadm 2024-02-19T23:20:19.702833+0000 mgr.smithi072.zbkdeq (mgr.14114) 9 : cephadm [INF] Added host smithi072 2024-02-19T23:20:20.856 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:20 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:19.703090+0000 mon.smithi072 (mon.0) 55 : audit [DBG] from='mgr.14114 172.21.15.72:0/1485712741' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:20:20.963 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-19T23:20:21.568 INFO:teuthology.orchestra.run.smithi072.stderr:Deploying mgr service with default placement... 2024-02-19T23:20:21.568 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mgr 2024-02-19T23:20:22.256 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-19T23:20:22.282 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:21 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:20.966535+0000 mgr.smithi072.zbkdeq (mgr.14114) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:20:22.283 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:21 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cephadm 2024-02-19T23:20:20.967260+0000 mgr.smithi072.zbkdeq (mgr.14114) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-19T23:20:22.283 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:21 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:20.970183+0000 mon.smithi072 (mon.0) 56 : audit [INF] from='mgr.14114 172.21.15.72:0/1485712741' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:20:22.908 INFO:teuthology.orchestra.run.smithi072.stderr:Deploying crash service with default placement... 2024-02-19T23:20:22.908 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply crash 2024-02-19T23:20:23.605 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:23 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:22.259950+0000 mgr.smithi072.zbkdeq (mgr.14114) 12 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:20:23.605 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:23 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cephadm 2024-02-19T23:20:22.260484+0000 mgr.smithi072.zbkdeq (mgr.14114) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-19T23:20:23.605 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:23 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:22.263482+0000 mon.smithi072 (mon.0) 57 : audit [INF] from='mgr.14114 172.21.15.72:0/1485712741' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:20:23.630 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-19T23:20:24.180 INFO:teuthology.orchestra.run.smithi072.stderr:Enabling mgr prometheus module... 2024-02-19T23:20:24.180 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable prometheus 2024-02-19T23:20:24.855 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:24 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:23.634493+0000 mgr.smithi072.zbkdeq (mgr.14114) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:20:24.855 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:24 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cephadm 2024-02-19T23:20:23.635149+0000 mgr.smithi072.zbkdeq (mgr.14114) 15 : cephadm [INF] Saving service crash spec with placement * 2024-02-19T23:20:24.855 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:24 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:23.637289+0000 mon.smithi072 (mon.0) 58 : audit [INF] from='mgr.14114 172.21.15.72:0/1485712741' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:20:25.941 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:25 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:24.918024+0000 mon.smithi072 (mon.0) 59 : audit [INF] from='client.? 172.21.15.72:0/1752428309' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-19T23:20:26.230 INFO:teuthology.orchestra.run.smithi072.stderr:Deploying prometheus service with default placement... 2024-02-19T23:20:26.230 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply prometheus 2024-02-19T23:20:26.855 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:26 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:25.641579+0000 mon.smithi072 (mon.0) 60 : audit [INF] from='client.? 172.21.15.72:0/1752428309' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-19T23:20:26.855 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:26 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:25.641631+0000 mon.smithi072 (mon.0) 61 : cluster [DBG] mgrmap e9: smithi072.zbkdeq(active, since 14s) 2024-02-19T23:20:31.105 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:30 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:30.587743+0000 mon.smithi072 (mon.0) 62 : cluster [INF] Active manager daemon smithi072.zbkdeq restarted 2024-02-19T23:20:31.105 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:30 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:30.588141+0000 mon.smithi072 (mon.0) 63 : cluster [INF] Activating manager daemon smithi072.zbkdeq 2024-02-19T23:20:31.105 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:30 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:30.589943+0000 mon.smithi072 (mon.0) 64 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-19T23:20:31.643 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-19T23:20:31.969 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:30.641118+0000 mon.smithi072 (mon.0) 65 : cluster [DBG] mgrmap e10: smithi072.zbkdeq(active, starting, since 0.0530769s) 2024-02-19T23:20:31.969 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:30.643320+0000 mon.smithi072 (mon.0) 66 : audit [DBG] from='mgr.14142 172.21.15.72:0/2358401470' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "mon metadata", "id": "smithi072"}]: dispatch 2024-02-19T23:20:31.969 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:30.643899+0000 mon.smithi072 (mon.0) 67 : audit [DBG] from='mgr.14142 172.21.15.72:0/2358401470' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "mgr metadata", "who": "smithi072.zbkdeq", "id": "smithi072.zbkdeq"}]: dispatch 2024-02-19T23:20:31.969 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:30.644570+0000 mon.smithi072 (mon.0) 68 : audit [DBG] from='mgr.14142 172.21.15.72:0/2358401470' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-19T23:20:31.969 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:30.644710+0000 mon.smithi072 (mon.0) 69 : audit [DBG] from='mgr.14142 172.21.15.72:0/2358401470' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-19T23:20:31.969 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:30.644841+0000 mon.smithi072 (mon.0) 70 : audit [DBG] from='mgr.14142 172.21.15.72:0/2358401470' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-19T23:20:31.969 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:30.658289+0000 mon.smithi072 (mon.0) 71 : cluster [INF] Manager daemon smithi072.zbkdeq is now available 2024-02-19T23:20:31.969 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:30.754836+0000 mon.smithi072 (mon.0) 72 : audit [DBG] from='mgr.14142 172.21.15.72:0/2358401470' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:20:31.970 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:30.756328+0000 mon.smithi072 (mon.0) 73 : audit [DBG] from='mgr.14142 172.21.15.72:0/2358401470' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:20:31.970 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:30.771461+0000 mon.smithi072 (mon.0) 74 : audit [INF] from='mgr.14142 172.21.15.72:0/2358401470' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:20:31.970 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:30.778952+0000 mon.smithi072 (mon.0) 75 : audit [INF] from='mgr.14142 172.21.15.72:0/2358401470' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/trash_purge_schedule"}]: dispatch 2024-02-19T23:20:32.208 INFO:teuthology.orchestra.run.smithi072.stderr:Deploying grafana service with default placement... 2024-02-19T23:20:32.209 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply grafana 2024-02-19T23:20:32.855 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:32 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:31.645747+0000 mon.smithi072 (mon.0) 76 : cluster [DBG] mgrmap e11: smithi072.zbkdeq(active, since 1.05771s) 2024-02-19T23:20:32.855 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:32 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cephadm 2024-02-19T23:20:31.646936+0000 mgr.smithi072.zbkdeq (mgr.14142) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-19T23:20:32.855 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:32 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:31.649762+0000 mon.smithi072 (mon.0) 77 : audit [INF] from='mgr.14142 172.21.15.72:0/2358401470' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:20:32.975 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-19T23:20:33.571 INFO:teuthology.orchestra.run.smithi072.stderr:Deploying node-exporter service with default placement... 2024-02-19T23:20:33.571 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply node-exporter 2024-02-19T23:20:34.253 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-19T23:20:34.281 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:33 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:32.979477+0000 mgr.smithi072.zbkdeq (mgr.14142) 3 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:20:34.282 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:33 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cephadm 2024-02-19T23:20:32.979934+0000 mgr.smithi072.zbkdeq (mgr.14142) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-19T23:20:34.282 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:33 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:32.982123+0000 mon.smithi072 (mon.0) 78 : audit [INF] from='mgr.14142 172.21.15.72:0/2358401470' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:20:34.282 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:33 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:33.583212+0000 mon.smithi072 (mon.0) 79 : cluster [DBG] mgrmap e12: smithi072.zbkdeq(active, since 2s) 2024-02-19T23:20:34.910 INFO:teuthology.orchestra.run.smithi072.stderr:Deploying alertmanager service with default placement... 2024-02-19T23:20:34.910 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply alertmanager 2024-02-19T23:20:35.605 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:35 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:34.256922+0000 mgr.smithi072.zbkdeq (mgr.14142) 5 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:20:35.605 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:35 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cephadm 2024-02-19T23:20:34.257582+0000 mgr.smithi072.zbkdeq (mgr.14142) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-19T23:20:35.605 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:35 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:34.260378+0000 mon.smithi072 (mon.0) 80 : audit [INF] from='mgr.14142 172.21.15.72:0/2358401470' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:20:35.673 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-19T23:20:36.209 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/cephadm/container_init True --force 2024-02-19T23:20:37.105 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:36 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:35.674704+0000 mgr.smithi072.zbkdeq (mgr.14142) 7 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:20:37.105 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:36 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cephadm 2024-02-19T23:20:35.675214+0000 mgr.smithi072.zbkdeq (mgr.14142) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-19T23:20:37.105 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:36 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:35.680451+0000 mon.smithi072 (mon.0) 81 : audit [INF] from='mgr.14142 172.21.15.72:0/2358401470' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:20:37.438 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/dashboard/ssl_server_port 8443 2024-02-19T23:20:38.105 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:37 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:36.870013+0000 mon.smithi072 (mon.0) 82 : audit [INF] from='client.? 172.21.15.72:0/1499073270' entity='client.admin' 2024-02-19T23:20:39.055 INFO:teuthology.orchestra.run.smithi072.stderr:Enabling the dashboard module... 2024-02-19T23:20:39.055 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable dashboard 2024-02-19T23:20:39.343 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:39 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:38.122048+0000 mon.smithi072 (mon.0) 83 : audit [INF] from='client.? 172.21.15.72:0/2680759654' entity='client.admin' 2024-02-19T23:20:40.315 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:40 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:39.800624+0000 mon.smithi072 (mon.0) 84 : audit [INF] from='client.? 172.21.15.72:0/3768885828' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-19T23:20:40.903 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2024-02-19T23:20:41.162 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:41 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:40.129375+0000 mon.smithi072 (mon.0) 85 : audit [INF] from='client.? 172.21.15.72:0/3768885828' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-19T23:20:41.162 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:41 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:40.129424+0000 mon.smithi072 (mon.0) 86 : cluster [DBG] mgrmap e13: smithi072.zbkdeq(active, since 9s) 2024-02-19T23:20:41.683 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: { 2024-02-19T23:20:41.683 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "epoch": 13, 2024-02-19T23:20:41.683 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "available": true, 2024-02-19T23:20:41.684 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "active_name": "smithi072.zbkdeq", 2024-02-19T23:20:41.684 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-19T23:20:41.684 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: } 2024-02-19T23:20:42.287 INFO:teuthology.orchestra.run.smithi072.stderr:Waiting for the mgr to restart... 2024-02-19T23:20:42.287 INFO:teuthology.orchestra.run.smithi072.stderr:Waiting for mgr epoch 13... 2024-02-19T23:20:42.287 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2024-02-19T23:20:42.288 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:41.688989+0000 mon.smithi072 (mon.0) 87 : audit [DBG] from='client.? 172.21.15.72:0/3140472575' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-19T23:20:45.605 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:45.095117+0000 mon.smithi072 (mon.0) 88 : cluster [INF] Active manager daemon smithi072.zbkdeq restarted 2024-02-19T23:20:45.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:45.095508+0000 mon.smithi072 (mon.0) 89 : cluster [INF] Activating manager daemon smithi072.zbkdeq 2024-02-19T23:20:45.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:45.097230+0000 mon.smithi072 (mon.0) 90 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-19T23:20:46.156 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: { 2024-02-19T23:20:46.156 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-02-19T23:20:46.156 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: "initialized": true 2024-02-19T23:20:46.156 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: } 2024-02-19T23:20:46.446 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:45.148106+0000 mon.smithi072 (mon.0) 91 : cluster [DBG] mgrmap e14: smithi072.zbkdeq(active, starting, since 0.0526813s) 2024-02-19T23:20:46.446 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:45.149159+0000 mon.smithi072 (mon.0) 92 : audit [DBG] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "mon metadata", "id": "smithi072"}]: dispatch 2024-02-19T23:20:46.446 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:45.149760+0000 mon.smithi072 (mon.0) 93 : audit [DBG] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "mgr metadata", "who": "smithi072.zbkdeq", "id": "smithi072.zbkdeq"}]: dispatch 2024-02-19T23:20:46.446 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:45.150650+0000 mon.smithi072 (mon.0) 94 : audit [DBG] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-19T23:20:46.446 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:45.150820+0000 mon.smithi072 (mon.0) 95 : audit [DBG] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-19T23:20:46.446 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:45.152586+0000 mon.smithi072 (mon.0) 96 : audit [DBG] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-19T23:20:46.446 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:45.166491+0000 mon.smithi072 (mon.0) 97 : cluster [INF] Manager daemon smithi072.zbkdeq is now available 2024-02-19T23:20:46.447 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:45.261928+0000 mon.smithi072 (mon.0) 98 : audit [DBG] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:20:46.447 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:45.265375+0000 mon.smithi072 (mon.0) 99 : audit [DBG] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:20:46.447 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:45.279519+0000 mon.smithi072 (mon.0) 100 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:20:46.447 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:45.283217+0000 mon.smithi072 (mon.0) 101 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/trash_purge_schedule"}]: dispatch 2024-02-19T23:20:46.692 INFO:teuthology.orchestra.run.smithi072.stderr:mgr epoch 13 is available 2024-02-19T23:20:46.692 INFO:teuthology.orchestra.run.smithi072.stderr:Generating a dashboard self-signed certificate... 2024-02-19T23:20:46.692 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 dashboard create-self-signed-cert 2024-02-19T23:20:47.410 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-19T23:20:47.431 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:47 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:46.154575+0000 mgr.smithi072.zbkdeq (mgr.14162) 1 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-19T23:20:47.431 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:47 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:46.155199+0000 mon.smithi072 (mon.0) 102 : cluster [DBG] mgrmap e15: smithi072.zbkdeq(active, since 1.05978s) 2024-02-19T23:20:47.432 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:47 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:46.161674+0000 mgr.smithi072.zbkdeq (mgr.14162) 2 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-19T23:20:48.031 INFO:teuthology.orchestra.run.smithi072.stderr:Creating initial admin user... 2024-02-19T23:20:48.032 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpg7ajqqen:/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-02-19T23:20:48.305 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:48 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:47.163316+0000 mon.smithi072 (mon.0) 103 : cluster [DBG] mgrmap e16: smithi072.zbkdeq(active, since 2s) 2024-02-19T23:20:48.305 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:48 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:47.415070+0000 mon.smithi072 (mon.0) 104 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:20:48.305 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:48 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:47.416860+0000 mon.smithi072 (mon.0) 105 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:20:48.932 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$AgLe/fC0f1bmgKkJIxmJu.B3cr87AZFmRG7wJhcejti4jsF0r8QZS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1708384848, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-19T23:20:49.232 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:47.369857+0000 mgr.smithi072.zbkdeq (mgr.14162) 3 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:20:49.232 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:48.939068+0000 mon.smithi072 (mon.0) 106 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:20:49.461 INFO:teuthology.orchestra.run.smithi072.stderr:Fetching dashboard port number... 2024-02-19T23:20:49.462 INFO:teuthology.orchestra.run.smithi072.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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzk9p67pk:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpn45ukq37:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config get mgr mgr/dashboard/ssl_server_port 2024-02-19T23:20:50.158 INFO:teuthology.orchestra.run.smithi072.stderr:/usr/bin/ceph: 8443 2024-02-19T23:20:50.605 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:50 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:48.721346+0000 mgr.smithi072.zbkdeq (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-02-19T23:20:50.869 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-19T23:20:50.878 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl: disabled 2024-02-19T23:20:50.878 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: systemctl is-active firewalld.service 2024-02-19T23:20:50.885 INFO:teuthology.orchestra.run.smithi072.stderr:systemctl: inactive 2024-02-19T23:20:50.886 INFO:teuthology.orchestra.run.smithi072.stderr:firewalld.service is not enabled 2024-02-19T23:20:50.886 INFO:teuthology.orchestra.run.smithi072.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-19T23:20:50.889 INFO:teuthology.orchestra.run.smithi072.stderr:Ceph Dashboard is now available at: 2024-02-19T23:20:50.889 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-02-19T23:20:50.889 INFO:teuthology.orchestra.run.smithi072.stderr: URL: https://smithi072.front.sepia.ceph.com:8443/ 2024-02-19T23:20:50.889 INFO:teuthology.orchestra.run.smithi072.stderr: User: admin 2024-02-19T23:20:50.889 INFO:teuthology.orchestra.run.smithi072.stderr: Password: z13k38fqh5 2024-02-19T23:20:50.889 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-02-19T23:20:50.890 INFO:teuthology.orchestra.run.smithi072.stderr:You can access the Ceph CLI with: 2024-02-19T23:20:50.890 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-02-19T23:20:50.890 INFO:teuthology.orchestra.run.smithi072.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 46763f26-cf7d-11ee-95bb-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-19T23:20:50.890 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-02-19T23:20:50.890 INFO:teuthology.orchestra.run.smithi072.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-19T23:20:50.890 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-02-19T23:20:50.890 INFO:teuthology.orchestra.run.smithi072.stderr: ceph telemetry on 2024-02-19T23:20:50.890 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-02-19T23:20:50.890 INFO:teuthology.orchestra.run.smithi072.stderr:For more information see: 2024-02-19T23:20:50.890 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-02-19T23:20:50.891 INFO:teuthology.orchestra.run.smithi072.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-02-19T23:20:50.891 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-02-19T23:20:50.891 INFO:teuthology.orchestra.run.smithi072.stderr:Bootstrap complete. 2024-02-19T23:20:50.891 INFO:teuthology.orchestra.run.smithi072.stderr:Releasing lock 139784334377088 on /run/cephadm/46763f26-cf7d-11ee-95bb-87774f69a715.lock 2024-02-19T23:20:50.891 INFO:teuthology.orchestra.run.smithi072.stderr:Lock 139784334377088 released on /run/cephadm/46763f26-cf7d-11ee-95bb-87774f69a715.lock 2024-02-19T23:20:50.919 INFO:tasks.cephadm:Fetching config... 2024-02-19T23:20:50.920 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-02-19T23:20:50.920 DEBUG:teuthology.orchestra.run.smithi072:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-19T23:20:50.937 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-19T23:20:50.937 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-02-19T23:20:50.938 DEBUG:teuthology.orchestra.run.smithi072:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-19T23:20:50.995 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-19T23:20:50.995 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-02-19T23:20:50.995 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd if=/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/mon.smithi072/keyring of=/dev/stdout 2024-02-19T23:20:51.063 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-19T23:20:51.063 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-02-19T23:20:51.063 DEBUG:teuthology.orchestra.run.smithi072:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-19T23:20:51.121 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-19T23:20:51.121 DEBUG:teuthology.orchestra.run.smithi072:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7KnkXM9Yvk6urhPmqc/SE1lRqTTuVDxxpwwRt5OEpwAct8NwMUxXcQVoQN3qJRqzWWWpLZruixGI+SOyeED3gp5vbz9heC8ULC2Ca8barVSsEaFKm9FdblBO5jriQsM1VXa8ZKzgg69ZkK14jMz7+gV9mUVzXaCft5hMsP520L0HU5Ks3xChMQjRkkBGhGGf6epsg0fV5XXd58pmSGgxNO6ZW+qkb6zl4+pn7DFgT7f26DARsK9wmEB2P0qUUnUAV4nNS8greUierDAGa3fyWn5ToSG5VWBK9HfDI6LMb8S5HnxtcXrxeIBPzsZEv8XzFee9Ulj2XZtAwkrrropZsKsrgKacDOoW61TrHU5JzAfGcD64N5c0emyOAesggVBQhtxCJbYW8Nn+1IHpohTzSLA+LvgJfLHZDrfY52U+m4Par0Fh4DLokQUx7V8npZeTTdyqRh4tchLDG1CMJuThdiTqZaS7reu5ZILVv2coGnZcLiFyMmhMCE+KtgwfqUA0= ceph-46763f26-cf7d-11ee-95bb-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-19T23:20:51.198 INFO:teuthology.orchestra.run.smithi072.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7KnkXM9Yvk6urhPmqc/SE1lRqTTuVDxxpwwRt5OEpwAct8NwMUxXcQVoQN3qJRqzWWWpLZruixGI+SOyeED3gp5vbz9heC8ULC2Ca8barVSsEaFKm9FdblBO5jriQsM1VXa8ZKzgg69ZkK14jMz7+gV9mUVzXaCft5hMsP520L0HU5Ks3xChMQjRkkBGhGGf6epsg0fV5XXd58pmSGgxNO6ZW+qkb6zl4+pn7DFgT7f26DARsK9wmEB2P0qUUnUAV4nNS8greUierDAGa3fyWn5ToSG5VWBK9HfDI6LMb8S5HnxtcXrxeIBPzsZEv8XzFee9Ulj2XZtAwkrrropZsKsrgKacDOoW61TrHU5JzAfGcD64N5c0emyOAesggVBQhtxCJbYW8Nn+1IHpohTzSLA+LvgJfLHZDrfY52U+m4Par0Fh4DLokQUx7V8npZeTTdyqRh4tchLDG1CMJuThdiTqZaS7reu5ZILVv2coGnZcLiFyMmhMCE+KtgwfqUA0= ceph-46763f26-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:20:51.208 DEBUG:teuthology.orchestra.run.smithi167:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7KnkXM9Yvk6urhPmqc/SE1lRqTTuVDxxpwwRt5OEpwAct8NwMUxXcQVoQN3qJRqzWWWpLZruixGI+SOyeED3gp5vbz9heC8ULC2Ca8barVSsEaFKm9FdblBO5jriQsM1VXa8ZKzgg69ZkK14jMz7+gV9mUVzXaCft5hMsP520L0HU5Ks3xChMQjRkkBGhGGf6epsg0fV5XXd58pmSGgxNO6ZW+qkb6zl4+pn7DFgT7f26DARsK9wmEB2P0qUUnUAV4nNS8greUierDAGa3fyWn5ToSG5VWBK9HfDI6LMb8S5HnxtcXrxeIBPzsZEv8XzFee9Ulj2XZtAwkrrropZsKsrgKacDOoW61TrHU5JzAfGcD64N5c0emyOAesggVBQhtxCJbYW8Nn+1IHpohTzSLA+LvgJfLHZDrfY52U+m4Par0Fh4DLokQUx7V8npZeTTdyqRh4tchLDG1CMJuThdiTqZaS7reu5ZILVv2coGnZcLiFyMmhMCE+KtgwfqUA0= ceph-46763f26-cf7d-11ee-95bb-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-19T23:20:51.256 INFO:teuthology.orchestra.run.smithi167.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7KnkXM9Yvk6urhPmqc/SE1lRqTTuVDxxpwwRt5OEpwAct8NwMUxXcQVoQN3qJRqzWWWpLZruixGI+SOyeED3gp5vbz9heC8ULC2Ca8barVSsEaFKm9FdblBO5jriQsM1VXa8ZKzgg69ZkK14jMz7+gV9mUVzXaCft5hMsP520L0HU5Ks3xChMQjRkkBGhGGf6epsg0fV5XXd58pmSGgxNO6ZW+qkb6zl4+pn7DFgT7f26DARsK9wmEB2P0qUUnUAV4nNS8greUierDAGa3fyWn5ToSG5VWBK9HfDI6LMb8S5HnxtcXrxeIBPzsZEv8XzFee9Ulj2XZtAwkrrropZsKsrgKacDOoW61TrHU5JzAfGcD64N5c0emyOAesggVBQhtxCJbYW8Nn+1IHpohTzSLA+LvgJfLHZDrfY52U+m4Par0Fh4DLokQUx7V8npZeTTdyqRh4tchLDG1CMJuThdiTqZaS7reu5ZILVv2coGnZcLiFyMmhMCE+KtgwfqUA0= ceph-46763f26-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:20:51.268 DEBUG:teuthology.orchestra.run.smithi072:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-19T23:20:51.605 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:51 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:50.165451+0000 mon.smithi072 (mon.0) 107 : audit [DBG] from='client.? 172.21.15.72:0/1311677572' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-19T23:20:52.605 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:52 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:20:51.168714+0000 mon.smithi072 (mon.0) 108 : cluster [DBG] mgrmap e17: smithi072.zbkdeq(active, since 6s) 2024-02-19T23:20:54.770 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:54 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:53.686894+0000 mon.smithi072 (mon.0) 109 : audit [INF] from='client.? 172.21.15.72:0/2853092268' entity='client.admin' 2024-02-19T23:20:54.770 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:54 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:54.163778+0000 mon.smithi072 (mon.0) 110 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:20:54.770 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:54 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:54.458404+0000 mon.smithi072 (mon.0) 111 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:20:54.788 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi167 2024-02-19T23:20:54.788 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-02-19T23:20:54.788 DEBUG:teuthology.orchestra.run.smithi167:> dd of=/etc/ceph/ceph.conf 2024-02-19T23:20:54.810 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-02-19T23:20:54.810 DEBUG:teuthology.orchestra.run.smithi167:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-19T23:20:54.872 INFO:tasks.cephadm:Adding host smithi167 to orchestrator... 2024-02-19T23:20:54.872 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph orch host add smithi167 2024-02-19T23:20:56.832 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:56 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:55.583832+0000 mon.smithi072 (mon.0) 112 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:21:00.106 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:59 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:58.814435+0000 mon.smithi072 (mon.0) 113 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:21:00.106 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:59 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:59.073109+0000 mon.smithi072 (mon.0) 114 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:21:00.106 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:59 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:20:59.075109+0000 mon.smithi072 (mon.0) 115 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:21:00.106 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:20:59 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cephadm 2024-02-19T23:20:59.081481+0000 mgr.smithi072.zbkdeq (mgr.14162) 5 : cephadm [INF] Deploying daemon alertmanager.smithi072 on smithi072 2024-02-19T23:21:06.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:06 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:05.152039+0000 mgr.smithi072.zbkdeq (mgr.14162) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:08.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:08 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:07.152463+0000 mgr.smithi072.zbkdeq (mgr.14162) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:10.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:10 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:09.152927+0000 mgr.smithi072.zbkdeq (mgr.14162) 8 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:12.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:12 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:11.153397+0000 mgr.smithi072.zbkdeq (mgr.14162) 9 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:13.856 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:13 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:13.153872+0000 mgr.smithi072.zbkdeq (mgr.14162) 10 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:15.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:15 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:15.154187+0000 mgr.smithi072.zbkdeq (mgr.14162) 11 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:17.332 INFO:teuthology.orchestra.run.smithi167.stdout:Added host 'smithi167' 2024-02-19T23:21:17.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:17 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:21:16.732348+0000 mgr.smithi072.zbkdeq (mgr.14162) 12 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi167", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:21:17.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:17 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:17.154731+0000 mgr.smithi072.zbkdeq (mgr.14162) 13 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:18.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:21:17.337388+0000 mon.smithi072 (mon.0) 116 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:21:18.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cephadm 2024-02-19T23:21:17.337771+0000 mgr.smithi072.zbkdeq (mgr.14162) 14 : cephadm [INF] Added host smithi167 2024-02-19T23:21:19.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:19 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:19.155122+0000 mgr.smithi072.zbkdeq (mgr.14162) 15 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:21.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:21 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:21.155413+0000 mgr.smithi072.zbkdeq (mgr.14162) 16 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:21.866 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph orch host ls --format=json 2024-02-19T23:21:23.856 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:23 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:23.155723+0000 mgr.smithi072.zbkdeq (mgr.14162) 17 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:24.662 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:21:24.662 INFO:teuthology.orchestra.run.smithi167.stdout:[{"addr": "172.21.15.72", "hostname": "smithi072", "labels": [], "status": ""}, {"addr": "smithi167", "hostname": "smithi167", "labels": [], "status": ""}] 2024-02-19T23:21:25.262 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-19T23:21:25.262 DEBUG:teuthology.orchestra.run.smithi072:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph osd crush tunables default 2024-02-19T23:21:25.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:25 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:21:24.667607+0000 mgr.smithi072.zbkdeq (mgr.14162) 18 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:21:25.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:25 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:25.155964+0000 mgr.smithi072.zbkdeq (mgr.14162) 19 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:27.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:27 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:27.156231+0000 mgr.smithi072.zbkdeq (mgr.14162) 20 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:28.206 INFO:teuthology.orchestra.run.smithi072.stderr:adjusted tunables profile to default 2024-02-19T23:21:28.551 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:28 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:21:27.224188+0000 mon.smithi072 (mon.0) 117 : audit [INF] from='client.? 172.21.15.72:0/622233898' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-19T23:21:28.551 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:28 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:21:28.209660+0000 mon.smithi072 (mon.0) 118 : audit [INF] from='client.? 172.21.15.72:0/622233898' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-19T23:21:28.551 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:28 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:28.209708+0000 mon.smithi072 (mon.0) 119 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-19T23:21:28.805 INFO:tasks.cephadm:Adding mon.smithi072 on smithi072 2024-02-19T23:21:28.806 INFO:tasks.cephadm:Adding mon.smithi167 on smithi167 2024-02-19T23:21:28.806 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph orch apply mon '2;smithi072:172.21.15.72=smithi072;smithi167:172.21.15.167=smithi167' 2024-02-19T23:21:29.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:29 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:29.156522+0000 mgr.smithi072.zbkdeq (mgr.14162) 21 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:30.766 INFO:teuthology.orchestra.run.smithi167.stdout:Scheduled mon update... 2024-02-19T23:21:31.325 DEBUG:teuthology.orchestra.run.smithi167:mon.smithi167> sudo journalctl -f -n 0 -u ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mon.smithi167.service 2024-02-19T23:21:31.327 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:21:31.327 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:21:31.356 INFO:journalctl@ceph.mon.smithi167.smithi167.stdout:-- Logs begin at Mon 2024-02-19 23:11:58 UTC. -- 2024-02-19T23:21:32.106 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:21:30.768373+0000 mgr.smithi072.zbkdeq (mgr.14162) 22 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi072:172.21.15.72=smithi072;smithi167:172.21.15.167=smithi167", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:21:32.106 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cephadm 2024-02-19T23:21:30.769721+0000 mgr.smithi072.zbkdeq (mgr.14162) 23 : cephadm [INF] Saving service mon spec with placement smithi072:172.21.15.72=smithi072;smithi167:172.21.15.167=smithi167;count:2 2024-02-19T23:21:32.106 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:21:30.772408+0000 mon.smithi072 (mon.0) 120 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:21:32.106 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:31.156783+0000 mgr.smithi072.zbkdeq (mgr.14162) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:33.254 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:21:33.254 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:21:33.255 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:21:33.856 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:33 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:33.157119+0000 mgr.smithi072.zbkdeq (mgr.14162) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:33.856 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:33 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:21:33.260186+0000 mon.smithi072 (mon.0) 121 : audit [DBG] from='client.? 172.21.15.167:0/2608124698' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:21:34.913 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:21:34.914 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:21:35.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:35 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:35.157446+0000 mgr.smithi072.zbkdeq (mgr.14162) 26 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:36.909 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:21:36.909 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:21:36.911 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:21:37.356 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:36 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:21:36.914901+0000 mon.smithi072 (mon.0) 122 : audit [DBG] from='client.? 172.21.15.167:0/192572122' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:21:38.356 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:37 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:37.157823+0000 mgr.smithi072.zbkdeq (mgr.14162) 27 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:38.564 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:21:38.565 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:21:39.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:39 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:39.158217+0000 mgr.smithi072.zbkdeq (mgr.14162) 28 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:40.620 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:21:40.621 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:21:40.621 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:21:41.106 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:40 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:21:40.625773+0000 mon.smithi072 (mon.0) 123 : audit [DBG] from='client.? 172.21.15.167:0/1578465751' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:21:42.106 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:41 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:41.158530+0000 mgr.smithi072.zbkdeq (mgr.14162) 29 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:42.222 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:21:42.223 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:21:43.856 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:43 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:43.158796+0000 mgr.smithi072.zbkdeq (mgr.14162) 30 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:45.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:45.159159+0000 mgr.smithi072.zbkdeq (mgr.14162) 31 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:46.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:21:45.281600+0000 mon.smithi072 (mon.0) 124 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:21:46.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:21:45.289153+0000 mon.smithi072 (mon.0) 125 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/trash_purge_schedule"}]: dispatch 2024-02-19T23:21:47.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:47 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:47.159527+0000 mgr.smithi072.zbkdeq (mgr.14162) 32 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:48.015 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:21:48.016 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:21:48.017 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:21:48.860 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:48 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:21:48.021223+0000 mon.smithi072 (mon.0) 126 : audit [DBG] from='client.? 172.21.15.167:0/3512427906' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:21:49.649 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:21:49.650 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:21:49.856 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:49.159902+0000 mgr.smithi072.zbkdeq (mgr.14162) 33 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:51.577 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:21:51.577 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:21:51.579 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:21:51.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:51 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:51.160160+0000 mgr.smithi072.zbkdeq (mgr.14162) 34 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:52.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:52 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:21:51.582778+0000 mon.smithi072 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.167:0/2711968702' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:21:53.231 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:21:53.232 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:21:53.856 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:53 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:53.160494+0000 mgr.smithi072.zbkdeq (mgr.14162) 35 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:55.195 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:21:55.195 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:21:55.197 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:21:55.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:55 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:55.160783+0000 mgr.smithi072.zbkdeq (mgr.14162) 36 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:55.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:55 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:21:55.200695+0000 mon.smithi072 (mon.0) 128 : audit [DBG] from='client.? 172.21.15.167:0/1872534277' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:21:56.806 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:21:56.807 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:21:57.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:57 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:57.161145+0000 mgr.smithi072.zbkdeq (mgr.14162) 37 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:21:58.988 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:21:58.988 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:21:58.990 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:21:59.356 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:21:59 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:21:58.994172+0000 mon.smithi072 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.167:0/3563688707' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:22:00.357 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:00 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:21:59.161516+0000 mgr.smithi072.zbkdeq (mgr.14162) 38 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:00.650 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:22:00.650 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:22:01.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:01 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:01.161795+0000 mgr.smithi072.zbkdeq (mgr.14162) 39 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:02.756 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:22:02.757 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:22:02.758 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:22:03.857 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:03 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:22:02.761952+0000 mon.smithi072 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.167:0/3483842071' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:22:03.857 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:03 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:03.162093+0000 mgr.smithi072.zbkdeq (mgr.14162) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:04.427 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:22:04.427 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:22:05.606 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:05 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:05.162331+0000 mgr.smithi072.zbkdeq (mgr.14162) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:06.497 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:22:06.497 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:22:06.499 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:22:06.857 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:06 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:22:06.503288+0000 mon.smithi072 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.167:0/1238195897' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:22:07.857 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:07 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:07.162672+0000 mgr.smithi072.zbkdeq (mgr.14162) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:08.147 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:22:08.147 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:22:09.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:09 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:09.162989+0000 mgr.smithi072.zbkdeq (mgr.14162) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:10.252 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:22:10.252 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:22:10.253 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:22:10.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:10 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:22:10.257459+0000 mon.smithi072 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.167:0/2872487213' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:22:11.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:11 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:11.163295+0000 mgr.smithi072.zbkdeq (mgr.14162) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:11.851 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:22:11.852 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:22:13.803 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:22:13.803 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:22:13.805 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:22:13.857 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:13 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:13.163623+0000 mgr.smithi072.zbkdeq (mgr.14162) 45 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:14.857 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:14 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:22:13.808932+0000 mon.smithi072 (mon.0) 133 : audit [DBG] from='client.? 172.21.15.167:0/3337815841' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:22:15.395 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:22:15.396 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:22:15.861 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:15 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:15.164027+0000 mgr.smithi072.zbkdeq (mgr.14162) 46 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:17.362 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:22:17.363 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:22:17.364 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:22:17.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:17 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:17.164256+0000 mgr.smithi072.zbkdeq (mgr.14162) 47 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:18.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:22:17.367972+0000 mon.smithi072 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.167:0/2906488133' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:22:19.019 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:22:19.019 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:22:19.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:19 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:19.164550+0000 mgr.smithi072.zbkdeq (mgr.14162) 48 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:21.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:21 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:21.164908+0000 mgr.smithi072.zbkdeq (mgr.14162) 49 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:21.628 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:22:21.628 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:22:21.630 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:22:22.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:22 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:22:21.633618+0000 mon.smithi072 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.167:0/2800325556' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:22:23.243 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:22:23.243 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:22:23.857 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:23 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:23.165276+0000 mgr.smithi072.zbkdeq (mgr.14162) 50 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:25.550 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:22:25.550 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:22:25.552 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:22:25.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:25 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:25.165515+0000 mgr.smithi072.zbkdeq (mgr.14162) 51 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:26.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:26 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:22:25.555381+0000 mon.smithi072 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.167:0/2207108563' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:22:27.200 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:22:27.201 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:22:27.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:27 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:27.165822+0000 mgr.smithi072.zbkdeq (mgr.14162) 52 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:29.190 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:22:29.190 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:22:29.192 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:22:29.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:29 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:29.166116+0000 mgr.smithi072.zbkdeq (mgr.14162) 53 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:29.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:29 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:22:29.194648+0000 mon.smithi072 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.167:0/2457843966' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:22:30.735 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:22:30.735 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:22:31.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:31.166454+0000 mgr.smithi072.zbkdeq (mgr.14162) 54 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:32.771 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:22:32.771 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:22:32.773 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:22:33.858 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:33 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:22:32.776239+0000 mon.smithi072 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.167:0/509574708' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:22:33.858 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:33 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:33.166769+0000 mgr.smithi072.zbkdeq (mgr.14162) 55 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:34.368 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:22:34.368 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:22:35.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:35 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:35.167052+0000 mgr.smithi072.zbkdeq (mgr.14162) 56 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:36.276 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:22:36.276 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:22:36.278 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:22:36.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:36 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:22:36.281142+0000 mon.smithi072 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.167:0/1808319989' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:22:37.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:37 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:37.167370+0000 mgr.smithi072.zbkdeq (mgr.14162) 57 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:37.904 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:22:37.904 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:22:39.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:39 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:39.167691+0000 mgr.smithi072.zbkdeq (mgr.14162) 58 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:39.915 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:22:39.915 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:22:39.917 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:22:40.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:40 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:22:39.920158+0000 mon.smithi072 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.167:0/3373761546' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:22:41.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:41 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:41.168036+0000 mgr.smithi072.zbkdeq (mgr.14162) 59 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:41.610 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:22:41.610 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:22:43.499 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:22:43.499 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:22:43.501 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:22:43.857 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:43 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:43.168382+0000 mgr.smithi072.zbkdeq (mgr.14162) 60 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:43.857 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:43 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:22:43.503924+0000 mon.smithi072 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.167:0/1500135587' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:22:45.100 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:22:45.100 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:22:45.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:45.168729+0000 mgr.smithi072.zbkdeq (mgr.14162) 61 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:46.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:22:45.282618+0000 mon.smithi072 (mon.0) 142 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:22:46.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:22:45.290046+0000 mon.smithi072 (mon.0) 143 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/trash_purge_schedule"}]: dispatch 2024-02-19T23:22:47.020 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:22:47.021 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:22:47.022 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:22:47.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:47 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:22:47.025514+0000 mon.smithi072 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.167:0/188920649' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:22:47.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:47 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:47.169118+0000 mgr.smithi072.zbkdeq (mgr.14162) 62 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:48.665 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:22:48.665 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:22:49.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:49.169395+0000 mgr.smithi072.zbkdeq (mgr.14162) 63 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:50.805 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:22:50.805 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:22:50.807 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:22:51.107 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:50 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:22:50.810459+0000 mon.smithi072 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.167:0/1693556987' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:22:52.357 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:51 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:51.169765+0000 mgr.smithi072.zbkdeq (mgr.14162) 64 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:52.434 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:22:52.434 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:22:53.857 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:53 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:53.170119+0000 mgr.smithi072.zbkdeq (mgr.14162) 65 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:54.471 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:22:54.471 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:22:54.472 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:22:54.857 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:54 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:22:54.475482+0000 mon.smithi072 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.167:0/79058030' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:22:55.858 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:55 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:55.170395+0000 mgr.smithi072.zbkdeq (mgr.14162) 66 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:56.179 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:22:56.180 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:22:57.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:57 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:57.170631+0000 mgr.smithi072.zbkdeq (mgr.14162) 67 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:58.385 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:22:58.385 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:22:58.387 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:22:58.857 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:22:58.390196+0000 mon.smithi072 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.167:0/3536422251' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:22:59.860 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:22:59 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:22:59.170925+0000 mgr.smithi072.zbkdeq (mgr.14162) 68 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:22:59.952 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:22:59.952 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:23:01.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:01 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:01.171223+0000 mgr.smithi072.zbkdeq (mgr.14162) 69 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:01.929 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:23:01.929 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:23:01.930 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:23:02.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:02 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:23:01.933515+0000 mon.smithi072 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.167:0/1858382481' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:23:03.592 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:23:03.592 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:23:03.857 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:03 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:03.171449+0000 mgr.smithi072.zbkdeq (mgr.14162) 70 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:05.603 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:23:05.603 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:23:05.605 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:23:05.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:05 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:05.171794+0000 mgr.smithi072.zbkdeq (mgr.14162) 71 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:06.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:06 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:23:05.608280+0000 mon.smithi072 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.167:0/1669202990' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:23:07.277 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:23:07.278 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:23:07.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:07 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:07.172162+0000 mgr.smithi072.zbkdeq (mgr.14162) 72 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:09.253 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:23:09.254 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:23:09.255 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:23:09.607 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:09 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:09.172523+0000 mgr.smithi072.zbkdeq (mgr.14162) 73 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:10.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:10 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:23:09.257780+0000 mon.smithi072 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.167:0/2834476574' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:23:10.911 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:23:10.911 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:23:11.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:11 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:11.172881+0000 mgr.smithi072.zbkdeq (mgr.14162) 74 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:12.890 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:23:12.890 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:23:12.892 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:23:13.858 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:13 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:23:12.895309+0000 mon.smithi072 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.167:0/3880827070' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:23:13.858 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:13 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:13.173216+0000 mgr.smithi072.zbkdeq (mgr.14162) 75 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:14.492 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:23:14.492 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:23:15.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:15 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:15.173504+0000 mgr.smithi072.zbkdeq (mgr.14162) 76 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:16.426 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:23:16.426 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:23:16.428 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:23:16.858 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:16 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:23:16.430568+0000 mon.smithi072 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.167:0/1641454335' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:23:17.858 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:17 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:17.173875+0000 mgr.smithi072.zbkdeq (mgr.14162) 77 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:18.113 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:23:18.113 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:23:19.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:19 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:19.174199+0000 mgr.smithi072.zbkdeq (mgr.14162) 78 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:20.073 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:23:20.073 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:23:20.074 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:23:20.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:20 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:23:20.077118+0000 mon.smithi072 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.167:0/2928001514' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:23:21.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:21 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:21.174531+0000 mgr.smithi072.zbkdeq (mgr.14162) 79 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:21.772 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:23:21.772 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:23:23.858 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:23 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:23.174883+0000 mgr.smithi072.zbkdeq (mgr.14162) 80 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:23.888 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:23:23.888 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:23:23.889 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:23:24.858 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:24 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:23:23.892267+0000 mon.smithi072 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.167:0/1319155645' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:23:25.456 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:23:25.457 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:23:26.108 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:25 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:25.175222+0000 mgr.smithi072.zbkdeq (mgr.14162) 81 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:27.448 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:23:27.448 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:23:27.449 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:23:27.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:27 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:27.175546+0000 mgr.smithi072.zbkdeq (mgr.14162) 82 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:28.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:28 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:23:27.452321+0000 mon.smithi072 (mon.0) 155 : audit [DBG] from='client.? 172.21.15.167:0/234797125' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:23:29.117 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:23:29.117 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:23:29.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:29 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:29.175877+0000 mgr.smithi072.zbkdeq (mgr.14162) 83 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:31.135 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:23:31.135 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:23:31.137 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:23:31.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:23:31.139372+0000 mon.smithi072 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.167:0/687838477' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:23:32.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:32 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:31.176154+0000 mgr.smithi072.zbkdeq (mgr.14162) 84 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:32.816 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:23:32.816 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:23:33.858 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:33 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:33.176424+0000 mgr.smithi072.zbkdeq (mgr.14162) 85 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:34.779 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:23:34.780 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:23:34.781 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:23:35.108 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:34 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:23:34.783542+0000 mon.smithi072 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.167:0/4051290696' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:23:36.108 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:35 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:35.176793+0000 mgr.smithi072.zbkdeq (mgr.14162) 86 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:36.417 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:23:36.418 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:23:37.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:37 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:37.177208+0000 mgr.smithi072.zbkdeq (mgr.14162) 87 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:38.471 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:23:38.471 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:23:38.472 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:23:38.858 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:38 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:23:38.474754+0000 mon.smithi072 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.167:0/3308299427' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:23:39.858 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:39 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:39.177652+0000 mgr.smithi072.zbkdeq (mgr.14162) 88 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:40.037 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:23:40.037 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:23:41.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:41 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:41.178144+0000 mgr.smithi072.zbkdeq (mgr.14162) 89 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:42.066 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:23:42.066 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:23:42.068 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:23:42.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:23:42.070491+0000 mon.smithi072 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.167:0/3071960906' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:23:43.787 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:23:43.787 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:23:43.858 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:43 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:43.178427+0000 mgr.smithi072.zbkdeq (mgr.14162) 90 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:45.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:45.178754+0000 mgr.smithi072.zbkdeq (mgr.14162) 91 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:45.797 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:23:45.797 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:23:45.798 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:23:46.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:23:45.283610+0000 mon.smithi072 (mon.0) 160 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:23:46.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:23:45.291081+0000 mon.smithi072 (mon.0) 161 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/trash_purge_schedule"}]: dispatch 2024-02-19T23:23:46.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:23:45.801112+0000 mon.smithi072 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.167:0/2616484945' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:23:47.386 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:23:47.386 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:23:47.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:47 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:47.179080+0000 mgr.smithi072.zbkdeq (mgr.14162) 92 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:49.526 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:23:49.526 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:23:49.528 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:23:49.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:49.179330+0000 mgr.smithi072.zbkdeq (mgr.14162) 93 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:50.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:50 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:23:49.530322+0000 mon.smithi072 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.167:0/1563476266' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:23:51.168 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:23:51.169 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:23:51.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:51 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:51.179710+0000 mgr.smithi072.zbkdeq (mgr.14162) 94 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:53.138 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:23:53.139 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:23:53.140 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:23:53.859 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:53 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:23:53.142579+0000 mon.smithi072 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.167:0/2078642246' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:23:53.860 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:53 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:53.180081+0000 mgr.smithi072.zbkdeq (mgr.14162) 95 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:54.687 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:23:54.688 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:23:55.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:55 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:55.180305+0000 mgr.smithi072.zbkdeq (mgr.14162) 96 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:56.595 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:23:56.595 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:23:56.597 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:23:57.108 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:56 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:23:56.599487+0000 mon.smithi072 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.167:0/3522863031' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:23:58.108 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:57 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:57.180620+0000 mgr.smithi072.zbkdeq (mgr.14162) 97 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:23:58.270 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:23:58.270 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:23:59.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:23:59 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:23:59.181023+0000 mgr.smithi072.zbkdeq (mgr.14162) 98 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:00.291 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:24:00.291 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:24:00.293 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:24:00.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:00 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:24:00.295228+0000 mon.smithi072 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.167:0/1651890261' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:24:01.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:01 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:01.181408+0000 mgr.smithi072.zbkdeq (mgr.14162) 99 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:01.904 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:24:01.904 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:24:03.916 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:24:03.916 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:24:03.918 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:24:04.108 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:03 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:03.181751+0000 mgr.smithi072.zbkdeq (mgr.14162) 100 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:05.108 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:04 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:24:03.919984+0000 mon.smithi072 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.167:0/2487787221' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:24:05.560 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:24:05.560 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:24:06.108 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:05 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:05.182104+0000 mgr.smithi072.zbkdeq (mgr.14162) 101 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:07.581 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:24:07.581 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:24:07.582 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:24:07.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:07 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:07.182411+0000 mgr.smithi072.zbkdeq (mgr.14162) 102 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:08.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:08 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:24:07.584485+0000 mon.smithi072 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.167:0/1600292728' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:24:09.136 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:24:09.136 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:24:09.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:09 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:09.182685+0000 mgr.smithi072.zbkdeq (mgr.14162) 103 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:11.267 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:24:11.267 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:24:11.268 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:24:11.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:11 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:11.183035+0000 mgr.smithi072.zbkdeq (mgr.14162) 104 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:12.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:12 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:24:11.270547+0000 mon.smithi072 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.167:0/557449984' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:24:12.970 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:24:12.971 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:24:14.108 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:13 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:13.183324+0000 mgr.smithi072.zbkdeq (mgr.14162) 105 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:14.960 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:24:14.961 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:24:14.962 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:24:15.359 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:15 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:24:14.964392+0000 mon.smithi072 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.167:0/4108267329' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:24:16.358 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:16 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:15.183635+0000 mgr.smithi072.zbkdeq (mgr.14162) 106 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:16.565 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:24:16.565 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:24:17.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:17 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:17.183872+0000 mgr.smithi072.zbkdeq (mgr.14162) 107 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:18.543 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:24:18.544 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:24:18.545 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:24:19.108 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:24:18.547064+0000 mon.smithi072 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.167:0/3348387397' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:24:20.108 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:19 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:19.184232+0000 mgr.smithi072.zbkdeq (mgr.14162) 108 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:20.187 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:24:20.187 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:24:21.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:21 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:21.184587+0000 mgr.smithi072.zbkdeq (mgr.14162) 109 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:22.172 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:24:22.172 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:24:22.174 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:24:22.608 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:22 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:24:22.175175+0000 mon.smithi072 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.167:0/1576741847' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:24:23.766 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:24:23.766 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:24:24.108 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:23 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:23.184858+0000 mgr.smithi072.zbkdeq (mgr.14162) 110 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:25.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:25 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:25.185175+0000 mgr.smithi072.zbkdeq (mgr.14162) 111 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:25.843 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:24:25.843 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:24:25.844 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:24:26.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:26 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:24:25.846202+0000 mon.smithi072 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.167:0/2492839420' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:24:27.461 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:24:27.461 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:24:27.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:27 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:27.185425+0000 mgr.smithi072.zbkdeq (mgr.14162) 112 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:29.378 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:24:29.378 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:24:29.380 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:24:29.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:29 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:29.185771+0000 mgr.smithi072.zbkdeq (mgr.14162) 113 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:30.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:30 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:24:29.382015+0000 mon.smithi072 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.167:0/3409040737' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:24:30.970 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:24:30.970 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:24:31.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:31.186075+0000 mgr.smithi072.zbkdeq (mgr.14162) 114 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:32.956 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:24:32.957 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:24:32.958 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:24:34.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:33 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:24:32.960183+0000 mon.smithi072 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.167:0/1762427688' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:24:34.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:33 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:33.186415+0000 mgr.smithi072.zbkdeq (mgr.14162) 115 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:34.646 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:24:34.646 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:24:35.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:35 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:35.186753+0000 mgr.smithi072.zbkdeq (mgr.14162) 116 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:36.579 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:24:36.579 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:24:36.581 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:24:37.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:36 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:24:36.582834+0000 mon.smithi072 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.167:0/2630924588' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:24:38.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:37 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:37.187116+0000 mgr.smithi072.zbkdeq (mgr.14162) 117 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:38.248 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:24:38.248 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:24:39.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:39 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:39.187427+0000 mgr.smithi072.zbkdeq (mgr.14162) 118 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:40.238 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:24:40.239 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:24:40.240 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:24:40.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:40 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:24:40.241497+0000 mon.smithi072 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.167:0/1751627117' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:24:41.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:41 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:41.187709+0000 mgr.smithi072.zbkdeq (mgr.14162) 119 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:41.806 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:24:41.806 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:24:43.792 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:24:43.793 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:24:43.794 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:24:44.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:43 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:43.188051+0000 mgr.smithi072.zbkdeq (mgr.14162) 120 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:45.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:44 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:24:43.795267+0000 mon.smithi072 (mon.0) 178 : audit [DBG] from='client.? 172.21.15.167:0/7748566' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:24:45.441 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:24:45.441 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:24:46.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:45.188356+0000 mgr.smithi072.zbkdeq (mgr.14162) 121 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:46.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:24:45.284631+0000 mon.smithi072 (mon.0) 179 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:24:46.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:24:45.291972+0000 mon.smithi072 (mon.0) 180 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/trash_purge_schedule"}]: dispatch 2024-02-19T23:24:47.406 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:24:47.406 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:24:47.408 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:24:47.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:47 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:47.188682+0000 mgr.smithi072.zbkdeq (mgr.14162) 122 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:48.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:48 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:24:47.409582+0000 mon.smithi072 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.167:0/355784739' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:24:49.048 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:24:49.049 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:24:49.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:49.189069+0000 mgr.smithi072.zbkdeq (mgr.14162) 123 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:50.985 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:24:50.986 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:24:50.987 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:24:51.359 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:51 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:24:50.988214+0000 mon.smithi072 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.167:0/2977860339' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:24:52.359 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:52 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:51.189379+0000 mgr.smithi072.zbkdeq (mgr.14162) 124 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:52.551 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:24:52.551 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:24:54.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:53 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:53.189711+0000 mgr.smithi072.zbkdeq (mgr.14162) 125 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:54.556 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:24:54.556 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:24:54.558 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:24:55.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:54 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:24:54.559692+0000 mon.smithi072 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.167:0/835485880' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:24:56.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:55 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:55.189958+0000 mgr.smithi072.zbkdeq (mgr.14162) 126 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:56.257 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:24:56.257 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:24:57.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:57 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:57.190210+0000 mgr.smithi072.zbkdeq (mgr.14162) 127 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:24:58.270 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:24:58.270 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:24:58.271 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:24:59.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:24:58.272660+0000 mon.smithi072 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.167:0/3697380594' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:24:59.927 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:24:59.927 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:25:00.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:24:59 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:24:59.190522+0000 mgr.smithi072.zbkdeq (mgr.14162) 128 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:01.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:01 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:01.190795+0000 mgr.smithi072.zbkdeq (mgr.14162) 129 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:02.004 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:25:02.004 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:25:02.007 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:25:02.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:02 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:02.007472+0000 mon.smithi072 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.167:0/2259351670' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:25:03.644 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:25:03.644 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:25:04.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:03 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:03.191111+0000 mgr.smithi072.zbkdeq (mgr.14162) 130 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:05.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:05 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:05.191429+0000 mgr.smithi072.zbkdeq (mgr.14162) 131 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:05.747 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:25:05.747 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:25:05.749 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:25:06.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:06 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:05.750124+0000 mon.smithi072 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.167:0/427996073' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:25:07.412 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:25:07.412 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:25:07.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:07 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:07.191679+0000 mgr.smithi072.zbkdeq (mgr.14162) 132 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:09.561 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:25:09.561 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:25:09.563 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:25:09.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:09 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:09.192024+0000 mgr.smithi072.zbkdeq (mgr.14162) 133 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:10.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:10 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:09.564404+0000 mon.smithi072 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.167:0/1270336520' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:25:11.217 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:25:11.217 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:25:11.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:11 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:11.192303+0000 mgr.smithi072.zbkdeq (mgr.14162) 134 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:13.371 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:25:13.371 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:25:13.372 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:25:14.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:13 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:13.192619+0000 mgr.smithi072.zbkdeq (mgr.14162) 135 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:14.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:13 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:13.373794+0000 mon.smithi072 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.167:0/1722206943' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:25:15.009 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:25:15.009 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:25:15.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:15 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:15.192927+0000 mgr.smithi072.zbkdeq (mgr.14162) 136 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:17.022 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:25:17.022 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:25:17.024 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:25:17.359 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:17 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:17.025159+0000 mon.smithi072 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.167:0/974040942' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:25:18.359 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:17.193322+0000 mgr.smithi072.zbkdeq (mgr.14162) 137 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:18.650 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:25:18.650 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:25:19.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:19 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:19.193584+0000 mgr.smithi072.zbkdeq (mgr.14162) 138 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:20.637 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:25:20.637 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:25:20.639 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:25:21.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:20 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:20.639726+0000 mon.smithi072 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.167:0/3965419481' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:25:22.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:21 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:21.193925+0000 mgr.smithi072.zbkdeq (mgr.14162) 139 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:22.250 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:25:22.251 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:25:24.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:23 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:23.194252+0000 mgr.smithi072.zbkdeq (mgr.14162) 140 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:24.279 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:25:24.279 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:25:24.280 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:25:25.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:24 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:24.281191+0000 mon.smithi072 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.167:0/3642220017' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:25:25.896 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:25:25.897 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:25:26.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:25 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:25.194608+0000 mgr.smithi072.zbkdeq (mgr.14162) 141 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:27.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:27 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:27.194888+0000 mgr.smithi072.zbkdeq (mgr.14162) 142 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:27.914 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:25:27.914 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:25:27.916 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:25:29.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:28 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:27.917146+0000 mon.smithi072 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.167:0/2701174247' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:25:29.554 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:25:29.554 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:25:30.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:29 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:29.195202+0000 mgr.smithi072.zbkdeq (mgr.14162) 143 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:31.592 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:25:31.592 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:25:31.594 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:25:31.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:31.195460+0000 mgr.smithi072.zbkdeq (mgr.14162) 144 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:32.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:32 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:31.594862+0000 mon.smithi072 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.167:0/1177678249' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:25:33.227 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:25:33.228 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:25:34.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:33 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:33.195749+0000 mgr.smithi072.zbkdeq (mgr.14162) 145 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:35.353 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:25:35.353 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:25:35.355 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:25:35.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:35 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:35.196098+0000 mgr.smithi072.zbkdeq (mgr.14162) 146 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:36.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:36 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:35.355908+0000 mon.smithi072 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.167:0/694147333' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:25:37.053 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:25:37.054 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:25:37.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:37 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:37.196411+0000 mgr.smithi072.zbkdeq (mgr.14162) 147 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:39.087 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:25:39.087 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:25:39.088 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:25:39.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:39 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:39.088929+0000 mon.smithi072 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.167:0/2360650334' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:25:40.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:40 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:39.196726+0000 mgr.smithi072.zbkdeq (mgr.14162) 148 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:40.663 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:25:40.663 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:25:41.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:41 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:41.197049+0000 mgr.smithi072.zbkdeq (mgr.14162) 149 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:42.627 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:25:42.628 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:25:42.629 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:25:44.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:43 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:42.630182+0000 mon.smithi072 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.167:0/3362829642' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:25:44.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:43 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:43.197307+0000 mgr.smithi072.zbkdeq (mgr.14162) 150 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:44.288 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:25:44.289 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:25:45.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:45.197640+0000 mgr.smithi072.zbkdeq (mgr.14162) 151 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:46.266 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:25:46.266 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:25:46.268 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:25:46.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:45.285797+0000 mon.smithi072 (mon.0) 197 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:25:46.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:45.293014+0000 mon.smithi072 (mon.0) 198 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/trash_purge_schedule"}]: dispatch 2024-02-19T23:25:47.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:47 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:46.268843+0000 mon.smithi072 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.167:0/905384544' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:25:47.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:47 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:47.197979+0000 mgr.smithi072.zbkdeq (mgr.14162) 152 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:47.937 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:25:47.937 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:25:49.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:49.198364+0000 mgr.smithi072.zbkdeq (mgr.14162) 153 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:49.922 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:25:49.922 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:25:49.923 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:25:50.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:50 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:49.924329+0000 mon.smithi072 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.167:0/4206549280' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:25:51.479 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:25:51.479 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:25:51.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:51 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:51.198695+0000 mgr.smithi072.zbkdeq (mgr.14162) 154 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:53.608 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:25:53.608 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:25:53.610 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:25:54.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:53 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:53.198964+0000 mgr.smithi072.zbkdeq (mgr.14162) 155 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:54.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:53 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:53.610807+0000 mon.smithi072 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.167:0/746584584' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:25:55.314 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:25:55.314 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:25:55.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:55 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:55.199300+0000 mgr.smithi072.zbkdeq (mgr.14162) 156 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:57.285 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:25:57.285 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:25:57.286 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:25:57.359 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:57 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:56.999949+0000 mon.smithi072 (mon.0) 202 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi072", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-19T23:25:57.360 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:57 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:57.002867+0000 mon.smithi072 (mon.0) 203 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi072", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-19T23:25:57.360 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:57 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:57.003664+0000 mon.smithi072 (mon.0) 204 : audit [DBG] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:25:58.361 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cephadm 2024-02-19T23:25:56.998729+0000 mgr.smithi072.zbkdeq (mgr.14162) 157 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi072 ... 2024-02-19T23:25:58.361 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-02-19T23:25:58.361 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-19T23:25:58.361 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr time="2024-02-19T23:21:35Z" 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-02-19T23:25:58.361 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr time="2024-02-19T23:22:13Z" 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-02-19T23:25:58.361 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr time="2024-02-19T23:22:50Z" 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-02-19T23:25:58.361 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 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-02-19T23:25:58.361 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-02-19T23:25:58.361 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-19T23:25:58.361 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr time="2024-02-19T23:24:04Z" 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-02-19T23:25:58.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr time="2024-02-19T23:24:42Z" 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-02-19T23:25:58.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr time="2024-02-19T23:25:19Z" 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-02-19T23:25:58.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 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-02-19T23:25:58.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Traceback (most recent call last): 2024-02-19T23:25:58.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-02-19T23:25:58.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: main() 2024-02-19T23:25:58.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-02-19T23:25:58.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: r = ctx.func(ctx) 2024-02-19T23:25:58.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-02-19T23:25:58.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: return func(ctx) 2024-02-19T23:25:58.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2024-02-19T23:25:58.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-19T23:25:58.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4191, in extract_uid_gid_monitoring 2024-02-19T23:25:58.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-02-19T23:25:58.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2024-02-19T23:25:58.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: raise RuntimeError('uid/gid not found') 2024-02-19T23:25:58.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: RuntimeError: uid/gid not found 2024-02-19T23:25:58.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Traceback (most recent call last): 2024-02-19T23:25:58.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2024-02-19T23:25:58.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: yield (conn, connr) 2024-02-19T23:25:58.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2024-02-19T23:25:58.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: code, '\n'.join(err))) 2024-02-19T23:25:58.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi072 ... 2024-02-19T23:25:58.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-02-19T23:25:58.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-19T23:25:58.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr time="2024-02-19T23:21:35Z" 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-02-19T23:25:58.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr time="2024-02-19T23:22:13Z" 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-02-19T23:25:58.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr time="2024-02-19T23:22:50Z" 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-02-19T23:25:58.364 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 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-02-19T23:25:58.364 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 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=smithi072 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-02-19T23:25:58.364 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-19T23:25:58.364 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr time="2024-02-19T23:24:04Z" 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-02-19T23:25:58.364 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr time="2024-02-19T23:24:42Z" 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-02-19T23:25:58.364 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr time="2024-02-19T23:25:19Z" 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-02-19T23:25:58.364 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 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-02-19T23:25:58.364 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Traceback (most recent call last): 2024-02-19T23:25:58.364 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-02-19T23:25:58.364 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: main() 2024-02-19T23:25:58.364 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-02-19T23:25:58.364 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: r = ctx.func(ctx) 2024-02-19T23:25:58.364 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-02-19T23:25:58.365 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: return func(ctx) 2024-02-19T23:25:58.365 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2024-02-19T23:25:58.365 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-19T23:25:58.365 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4191, in extract_uid_gid_monitoring 2024-02-19T23:25:58.365 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-02-19T23:25:58.365 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2024-02-19T23:25:58.365 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: raise RuntimeError('uid/gid not found') 2024-02-19T23:25:58.365 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: RuntimeError: uid/gid not found 2024-02-19T23:25:58.365 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cephadm 2024-02-19T23:25:57.004412+0000 mgr.smithi072.zbkdeq (mgr.14162) 158 : cephadm [INF] Deploying daemon crash.smithi072 on smithi072 2024-02-19T23:25:58.365 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:57.199581+0000 mgr.smithi072.zbkdeq (mgr.14162) 159 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:25:58.365 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:57.287077+0000 mon.smithi072 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.167:0/3747947227' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:25:58.891 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:25:58.892 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:25:59.609 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:25:59 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:25:59.199932+0000 mgr.smithi072.zbkdeq (mgr.14162) 160 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:00.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:00 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:59.304976+0000 mon.smithi072 (mon.0) 206 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:26:00.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:00 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:59.456039+0000 mon.smithi072 (mon.0) 207 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:26:00.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:00 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:59.458431+0000 mon.smithi072 (mon.0) 208 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:26:00.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:00 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:59.458831+0000 mon.smithi072 (mon.0) 209 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-19T23:26:00.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:00 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:59.459256+0000 mgr.smithi072.zbkdeq (mgr.14162) 161 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-19T23:26:00.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:00 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:25:59.462369+0000 mon.smithi072 (mon.0) 210 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:26:00.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:00 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cephadm 2024-02-19T23:25:59.465186+0000 mgr.smithi072.zbkdeq (mgr.14162) 162 : cephadm [INF] Deploying daemon grafana.smithi072 on smithi072 2024-02-19T23:26:00.979 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:26:00.979 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:26:00.980 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:26:01.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:01 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:26:00.981473+0000 mon.smithi072 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.167:0/1908683146' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:26:01.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:01 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:01.200280+0000 mgr.smithi072.zbkdeq (mgr.14162) 163 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:02.640 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:26:02.640 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:26:04.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:03 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:03.200635+0000 mgr.smithi072.zbkdeq (mgr.14162) 164 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:04.632 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:26:04.632 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:26:04.634 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:26:05.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:04 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:26:04.634356+0000 mon.smithi072 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.167:0/3091117557' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:26:06.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:05 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:05.200932+0000 mgr.smithi072.zbkdeq (mgr.14162) 165 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:06.270 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:26:06.270 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:26:07.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:07 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:07.201181+0000 mgr.smithi072.zbkdeq (mgr.14162) 166 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:08.463 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:26:08.463 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:26:08.465 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:26:09.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:08 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:26:08.465882+0000 mon.smithi072 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.167:0/1569222841' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:26:10.087 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:26:10.087 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:26:10.109 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:09 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:09.201591+0000 mgr.smithi072.zbkdeq (mgr.14162) 167 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:11.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:11 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:11.201896+0000 mgr.smithi072.zbkdeq (mgr.14162) 168 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:12.192 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:26:12.193 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:26:12.194 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:26:12.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:12 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:26:12.194957+0000 mon.smithi072 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.167:0/3263773324' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:26:13.742 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:26:13.743 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:26:14.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:13 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:13.202153+0000 mgr.smithi072.zbkdeq (mgr.14162) 169 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:15.353 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:15 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:15.202512+0000 mgr.smithi072.zbkdeq (mgr.14162) 170 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:15.640 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:26:15.640 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:26:15.641 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:26:16.450 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:16 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:26:15.641643+0000 mon.smithi072 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.167:0/2094466939' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:26:17.315 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:26:17.316 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:26:17.440 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:17 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:17.202959+0000 mgr.smithi072.zbkdeq (mgr.14162) 171 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:18.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:26:17.291395+0000 mon.smithi072 (mon.0) 216 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:26:18.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cephadm 2024-02-19T23:26:17.292922+0000 mgr.smithi072.zbkdeq (mgr.14162) 172 : cephadm [INF] Deploying daemon node-exporter.smithi072 on smithi072 2024-02-19T23:26:19.428 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:26:19.428 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:26:19.430 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:26:19.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:19 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:19.203344+0000 mgr.smithi072.zbkdeq (mgr.14162) 173 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:20.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:20 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:26:19.430799+0000 mon.smithi072 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.167:0/3795453145' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:26:20.949 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:26:20.949 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:26:21.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:21 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:21.203649+0000 mgr.smithi072.zbkdeq (mgr.14162) 174 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:22.951 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:26:22.951 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:26:22.952 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:26:24.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:23 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:26:22.952353+0000 mon.smithi072 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.167:0/2113396436' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:26:24.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:23 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:23.203956+0000 mgr.smithi072.zbkdeq (mgr.14162) 175 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:24.682 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:26:24.682 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:26:25.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:25 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:25.204304+0000 mgr.smithi072.zbkdeq (mgr.14162) 176 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:26.812 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:26:26.812 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:26:26.814 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:26:27.360 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:26 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:26:26.814445+0000 mon.smithi072 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.167:0/1559618737' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:26:28.360 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:27 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:27.204683+0000 mgr.smithi072.zbkdeq (mgr.14162) 177 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:28.472 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:26:28.472 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:26:29.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:29 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:29.205058+0000 mgr.smithi072.zbkdeq (mgr.14162) 178 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:30.592 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:26:30.592 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:26:30.593 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:26:31.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:30 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:26:30.594059+0000 mon.smithi072 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.167:0/3957058154' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:26:32.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:31.205445+0000 mgr.smithi072.zbkdeq (mgr.14162) 179 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:32.350 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:26:32.350 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:26:34.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:33 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:33.205816+0000 mgr.smithi072.zbkdeq (mgr.14162) 180 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:34.477 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:26:34.477 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:26:34.479 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:26:35.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:34 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:26:34.479392+0000 mon.smithi072 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.167:0/3720022640' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:26:36.061 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:26:36.061 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:26:36.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:35 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:35.206173+0000 mgr.smithi072.zbkdeq (mgr.14162) 181 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:37.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:37 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:37.206522+0000 mgr.smithi072.zbkdeq (mgr.14162) 182 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:38.107 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:26:38.107 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:26:38.108 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:26:39.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:38 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:26:38.109201+0000 mon.smithi072 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.167:0/3211481498' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:26:39.769 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:26:39.769 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:26:40.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:39 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:39.206866+0000 mgr.smithi072.zbkdeq (mgr.14162) 183 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:41.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:41 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:41.207231+0000 mgr.smithi072.zbkdeq (mgr.14162) 184 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:41.807 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:26:41.807 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:26:41.808 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:26:42.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:26:41.808804+0000 mon.smithi072 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.167:0/188049896' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:26:43.543 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:26:43.543 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:26:44.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:43 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:43.207505+0000 mgr.smithi072.zbkdeq (mgr.14162) 185 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:45.590 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:26:45.590 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:26:45.592 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:26:45.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:45.207763+0000 mgr.smithi072.zbkdeq (mgr.14162) 186 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:46.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:26:45.286961+0000 mon.smithi072 (mon.0) 224 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:26:46.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:26:45.293907+0000 mon.smithi072 (mon.0) 225 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/trash_purge_schedule"}]: dispatch 2024-02-19T23:26:46.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:26:45.592702+0000 mon.smithi072 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.167:0/2993152326' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:26:47.241 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:26:47.241 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:26:47.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:47 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:47.208093+0000 mgr.smithi072.zbkdeq (mgr.14162) 187 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:49.515 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:26:49.515 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:26:49.517 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:26:49.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:49.208356+0000 mgr.smithi072.zbkdeq (mgr.14162) 188 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:50.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:50 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:26:49.517164+0000 mon.smithi072 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.167:0/977913194' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:26:51.168 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:26:51.169 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:26:51.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:51 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:51.208710+0000 mgr.smithi072.zbkdeq (mgr.14162) 189 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:53.353 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:26:53.353 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:26:53.355 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:26:54.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:53 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:53.209108+0000 mgr.smithi072.zbkdeq (mgr.14162) 190 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:54.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:53 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:26:53.355026+0000 mon.smithi072 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.167:0/1866578832' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:26:55.060 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:26:55.060 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:26:55.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:55 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:55.209403+0000 mgr.smithi072.zbkdeq (mgr.14162) 191 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:57.334 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:26:57.334 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:26:57.336 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:26:57.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:57 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:57.209737+0000 mgr.smithi072.zbkdeq (mgr.14162) 192 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:26:58.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:26:57.335623+0000 mon.smithi072 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.167:0/1883302034' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:26:59.070 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:26:59.070 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:26:59.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:26:59 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:26:59.210048+0000 mgr.smithi072.zbkdeq (mgr.14162) 193 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:01.200 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:27:01.200 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:27:01.202 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:27:01.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:01 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:27:01.201972+0000 mon.smithi072 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.167:0/854725652' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:27:01.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:01 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:01.210239+0000 mgr.smithi072.zbkdeq (mgr.14162) 194 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:02.946 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:27:02.946 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:27:04.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:03 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:03.210568+0000 mgr.smithi072.zbkdeq (mgr.14162) 195 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:05.092 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:27:05.093 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:27:05.094 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:27:05.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:05 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:27:05.094745+0000 mon.smithi072 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.167:0/191627300' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:27:06.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:06 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:05.210891+0000 mgr.smithi072.zbkdeq (mgr.14162) 196 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:06.851 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:27:06.851 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:27:07.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:07 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:07.211232+0000 mgr.smithi072.zbkdeq (mgr.14162) 197 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:08.915 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:27:08.916 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:27:08.917 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:27:09.360 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:08 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:27:08.917250+0000 mon.smithi072 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.167:0/2528405550' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:27:10.360 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:09 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:09.211616+0000 mgr.smithi072.zbkdeq (mgr.14162) 198 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:10.681 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:27:10.681 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:27:11.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:11 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:11.211919+0000 mgr.smithi072.zbkdeq (mgr.14162) 199 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:12.905 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:27:12.905 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:27:12.907 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:27:14.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:13 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:27:12.907375+0000 mon.smithi072 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.167:0/929801373' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:27:14.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:13 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:13.212202+0000 mgr.smithi072.zbkdeq (mgr.14162) 200 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:14.479 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:27:14.479 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:27:15.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:15 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:15.212525+0000 mgr.smithi072.zbkdeq (mgr.14162) 201 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:16.395 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:27:16.395 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:27:16.397 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:27:16.861 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:16 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:27:16.397014+0000 mon.smithi072 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.167:0/1858717272' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:27:17.860 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:17 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:17.212911+0000 mgr.smithi072.zbkdeq (mgr.14162) 202 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:18.096 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:27:18.097 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:27:19.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:19 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:19.213288+0000 mgr.smithi072.zbkdeq (mgr.14162) 203 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:20.177 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:27:20.177 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:27:20.178 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:27:20.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:20 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:27:20.178576+0000 mon.smithi072 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.167:0/3474032544' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:27:21.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:21 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:21.213592+0000 mgr.smithi072.zbkdeq (mgr.14162) 204 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:21.975 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:27:21.975 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:27:23.980 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:27:23.980 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:27:23.982 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:27:24.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:23 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:23.213931+0000 mgr.smithi072.zbkdeq (mgr.14162) 205 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:25.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:24 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:27:23.981904+0000 mon.smithi072 (mon.0) 236 : audit [DBG] from='client.? 172.21.15.167:0/3978582815' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:27:25.615 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:27:25.615 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:27:26.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:25 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:25.214252+0000 mgr.smithi072.zbkdeq (mgr.14162) 206 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:27.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:27 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:27.214645+0000 mgr.smithi072.zbkdeq (mgr.14162) 207 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:27.762 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:27:27.762 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:27:27.763 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:27:29.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:28 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:27:27.762957+0000 mon.smithi072 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.167:0/1087512064' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:27:29.535 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:27:29.536 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:27:30.110 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:29 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:29.215036+0000 mgr.smithi072.zbkdeq (mgr.14162) 208 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:31.606 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:27:31.606 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:27:31.608 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:27:31.610 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:31.215403+0000 mgr.smithi072.zbkdeq (mgr.14162) 209 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:32.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:32 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:27:31.608007+0000 mon.smithi072 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.167:0/1808519170' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:27:33.404 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:27:33.404 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:27:34.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:33 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:33.215714+0000 mgr.smithi072.zbkdeq (mgr.14162) 210 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:35.448 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:27:35.448 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:27:35.449 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:27:35.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:35 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:35.215950+0000 mgr.smithi072.zbkdeq (mgr.14162) 211 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:36.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:36 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:27:35.449251+0000 mon.smithi072 (mon.0) 239 : audit [DBG] from='client.? 172.21.15.167:0/875248835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:27:37.142 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:27:37.143 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:27:37.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:37 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:37.216291+0000 mgr.smithi072.zbkdeq (mgr.14162) 212 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:39.225 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:27:39.226 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:27:39.227 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:27:39.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:39 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:39.216630+0000 mgr.smithi072.zbkdeq (mgr.14162) 213 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:39.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:39 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:27:39.227353+0000 mon.smithi072 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.167:0/1215235222' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:27:40.946 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:27:40.947 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:27:41.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:41 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:41.216982+0000 mgr.smithi072.zbkdeq (mgr.14162) 214 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:43.085 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:27:43.086 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:27:43.087 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:27:44.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:43 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:27:43.087072+0000 mon.smithi072 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.167:0/1778259571' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:27:44.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:43 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:43.217290+0000 mgr.smithi072.zbkdeq (mgr.14162) 215 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:44.733 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:27:44.733 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:27:45.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:45.217528+0000 mgr.smithi072.zbkdeq (mgr.14162) 216 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:46.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:27:45.288207+0000 mon.smithi072 (mon.0) 242 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:27:46.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:27:45.294814+0000 mon.smithi072 (mon.0) 243 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/trash_purge_schedule"}]: dispatch 2024-02-19T23:27:46.743 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:27:46.744 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:27:46.745 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:27:47.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:47 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:27:46.745194+0000 mon.smithi072 (mon.0) 244 : audit [DBG] from='client.? 172.21.15.167:0/3149374515' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:27:47.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:47 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:47.217755+0000 mgr.smithi072.zbkdeq (mgr.14162) 217 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:48.524 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:27:48.524 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:27:49.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:49.218078+0000 mgr.smithi072.zbkdeq (mgr.14162) 218 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:50.637 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:27:50.638 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:27:50.639 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:27:51.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:50 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:27:50.638910+0000 mon.smithi072 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.167:0/3247976875' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:27:52.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:51 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:51.218432+0000 mgr.smithi072.zbkdeq (mgr.14162) 219 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:52.330 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:27:52.331 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:27:54.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:53 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:53.218688+0000 mgr.smithi072.zbkdeq (mgr.14162) 220 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:54.398 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:27:54.399 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:27:54.400 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:27:55.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:54 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:27:54.399845+0000 mon.smithi072 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.167:0/2501395863' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:27:56.110 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:27:56.111 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:27:56.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:55 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:55.219022+0000 mgr.smithi072.zbkdeq (mgr.14162) 221 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:57.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:57 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:57.219364+0000 mgr.smithi072.zbkdeq (mgr.14162) 222 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:58.282 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:27:58.282 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:27:58.284 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:27:59.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:27:58.283535+0000 mon.smithi072 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.167:0/2332239646' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:28:00.002 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:28:00.002 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:28:00.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:27:59 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:27:59.219714+0000 mgr.smithi072.zbkdeq (mgr.14162) 223 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:01.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:01 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:01.220098+0000 mgr.smithi072.zbkdeq (mgr.14162) 224 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:01.905 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:28:01.905 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:28:01.906 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:28:02.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:02 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:28:01.906365+0000 mon.smithi072 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.167:0/2403434360' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:28:03.542 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:28:03.543 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:28:04.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:03 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:03.220366+0000 mgr.smithi072.zbkdeq (mgr.14162) 225 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:05.599 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:28:05.599 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:28:05.601 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:28:05.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:05 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:05.220616+0000 mgr.smithi072.zbkdeq (mgr.14162) 226 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:06.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:06 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:28:05.600658+0000 mon.smithi072 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.167:0/639212596' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:28:07.381 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:28:07.381 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:28:07.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:07 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:07.220860+0000 mgr.smithi072.zbkdeq (mgr.14162) 227 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:09.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:09 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:09.221150+0000 mgr.smithi072.zbkdeq (mgr.14162) 228 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:09.615 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:28:09.615 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:28:09.616 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:28:10.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:10 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:28:09.616234+0000 mon.smithi072 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.167:0/2158600113' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:28:11.389 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:28:11.389 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:28:11.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:11 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:11.221465+0000 mgr.smithi072.zbkdeq (mgr.14162) 229 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:13.545 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:28:13.546 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:28:13.547 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:28:14.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:13 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:13.221797+0000 mgr.smithi072.zbkdeq (mgr.14162) 230 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:14.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:13 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:28:13.547161+0000 mon.smithi072 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.167:0/328531911' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:28:15.176 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:28:15.177 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:28:15.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:15 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:15.222112+0000 mgr.smithi072.zbkdeq (mgr.14162) 231 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:17.275 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:28:17.275 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:28:17.277 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:28:17.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:17 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:17.222457+0000 mgr.smithi072.zbkdeq (mgr.14162) 232 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:17.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:17 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:28:17.276365+0000 mon.smithi072 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.167:0/4216852458' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:28:18.966 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:28:18.966 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:28:19.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cephadm 2024-02-19T23:28:17.903474+0000 mgr.smithi072.zbkdeq (mgr.14162) 233 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi072 ... 2024-02-19T23:28:19.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Verifying port 9100 ... 2024-02-19T23:28:19.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Non-zero exit code 1 from systemctl start ceph-46763f26-cf7d-11ee-95bb-87774f69a715@node-exporter.smithi072 2024-02-19T23:28:19.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: systemctl: stderr Job for ceph-46763f26-cf7d-11ee-95bb-87774f69a715@node-exporter.smithi072.service failed because a timeout was exceeded. 2024-02-19T23:28:19.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: systemctl: stderr See "systemctl status ceph-46763f26-cf7d-11ee-95bb-87774f69a715@node-exporter.smithi072.service" and "journalctl -xe" for details. 2024-02-19T23:28:19.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Traceback (most recent call last): 2024-02-19T23:28:19.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-02-19T23:28:19.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: main() 2024-02-19T23:28:19.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-02-19T23:28:19.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: r = ctx.func(ctx) 2024-02-19T23:28:19.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-02-19T23:28:19.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: return func(ctx) 2024-02-19T23:28:19.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2024-02-19T23:28:19.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: ports=daemon_ports) 2024-02-19T23:28:19.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2024-02-19T23:28:19.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: c, osd_fsid=osd_fsid, ports=ports) 2024-02-19T23:28:19.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2024-02-19T23:28:19.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-02-19T23:28:19.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2024-02-19T23:28:19.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-02-19T23:28:19.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: RuntimeError: Failed command: systemctl start ceph-46763f26-cf7d-11ee-95bb-87774f69a715@node-exporter.smithi072 2024-02-19T23:28:19.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Traceback (most recent call last): 2024-02-19T23:28:19.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2024-02-19T23:28:19.114 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: yield (conn, connr) 2024-02-19T23:28:19.114 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2024-02-19T23:28:19.114 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: code, '\n'.join(err))) 2024-02-19T23:28:19.114 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi072 ... 2024-02-19T23:28:19.114 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Verifying port 9100 ... 2024-02-19T23:28:19.114 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Non-zero exit code 1 from systemctl start ceph-46763f26-cf7d-11ee-95bb-87774f69a715@node-exporter.smithi072 2024-02-19T23:28:19.114 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: systemctl: stderr Job for ceph-46763f26-cf7d-11ee-95bb-87774f69a715@node-exporter.smithi072.service failed because a timeout was exceeded. 2024-02-19T23:28:19.114 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: systemctl: stderr See "systemctl status ceph-46763f26-cf7d-11ee-95bb-87774f69a715@node-exporter.smithi072.service" and "journalctl -xe" for details. 2024-02-19T23:28:19.114 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Traceback (most recent call last): 2024-02-19T23:28:19.114 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-02-19T23:28:19.114 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: main() 2024-02-19T23:28:19.114 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-02-19T23:28:19.114 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: r = ctx.func(ctx) 2024-02-19T23:28:19.114 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-02-19T23:28:19.115 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: return func(ctx) 2024-02-19T23:28:19.115 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2024-02-19T23:28:19.115 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: ports=daemon_ports) 2024-02-19T23:28:19.115 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2024-02-19T23:28:19.115 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: c, osd_fsid=osd_fsid, ports=ports) 2024-02-19T23:28:19.115 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2024-02-19T23:28:19.115 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-02-19T23:28:19.115 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2024-02-19T23:28:19.115 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-02-19T23:28:19.115 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: RuntimeError: Failed command: systemctl start ceph-46763f26-cf7d-11ee-95bb-87774f69a715@node-exporter.smithi072 2024-02-19T23:28:19.115 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cephadm 2024-02-19T23:28:17.909043+0000 mgr.smithi072.zbkdeq (mgr.14162) 234 : cephadm [INF] Deploying daemon prometheus.smithi072 on smithi072 2024-02-19T23:28:20.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:19 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:19.222865+0000 mgr.smithi072.zbkdeq (mgr.14162) 235 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:21.088 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:28:21.088 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:28:21.090 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:28:21.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:21 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:28:21.089139+0000 mon.smithi072 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.167:0/483575404' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:28:22.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:22 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:21.223198+0000 mgr.smithi072.zbkdeq (mgr.14162) 236 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:22.736 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:28:22.736 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:28:24.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:23 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:23.223417+0000 mgr.smithi072.zbkdeq (mgr.14162) 237 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:25.000 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:28:25.000 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:28:25.002 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:28:25.361 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:25 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:28:25.001242+0000 mon.smithi072 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.167:0/1158421680' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:28:26.361 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:26 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:25.223696+0000 mgr.smithi072.zbkdeq (mgr.14162) 238 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:26.676 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:28:26.676 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:28:27.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:27 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:27.224006+0000 mgr.smithi072.zbkdeq (mgr.14162) 239 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:28.813 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:28:28.813 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:28:28.814 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:28:29.361 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:28 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:28:28.814288+0000 mon.smithi072 (mon.0) 255 : audit [DBG] from='client.? 172.21.15.167:0/2188500043' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:28:30.361 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:29 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:29.224340+0000 mgr.smithi072.zbkdeq (mgr.14162) 240 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:30.595 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:28:30.595 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:28:31.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:31.224669+0000 mgr.smithi072.zbkdeq (mgr.14162) 241 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:32.730 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:28:32.730 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:28:32.732 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:28:34.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:33 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:28:32.731173+0000 mon.smithi072 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.167:0/396587672' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:28:34.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:33 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:33.224970+0000 mgr.smithi072.zbkdeq (mgr.14162) 242 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:34.503 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:28:34.504 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:28:35.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:35 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:35.225350+0000 mgr.smithi072.zbkdeq (mgr.14162) 243 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:36.568 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:28:36.568 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:28:36.569 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:28:37.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:36 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:28:36.568756+0000 mon.smithi072 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.167:0/371108586' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:28:38.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:37 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:37.225761+0000 mgr.smithi072.zbkdeq (mgr.14162) 244 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:38.191 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:28:38.191 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:28:39.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:39 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:39.226138+0000 mgr.smithi072.zbkdeq (mgr.14162) 245 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:40.410 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:28:40.411 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:28:40.412 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:28:40.861 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:40 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:28:40.411292+0000 mon.smithi072 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.167:0/1054740153' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:28:41.861 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:41 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:41.226456+0000 mgr.smithi072.zbkdeq (mgr.14162) 246 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:42.106 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:28:42.106 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:28:44.068 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:28:44.068 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:28:44.069 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:28:44.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:43 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:43.226812+0000 mgr.smithi072.zbkdeq (mgr.14162) 247 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:45.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:44 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:28:44.069118+0000 mon.smithi072 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.167:0/535842797' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:28:45.767 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:28:45.767 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:28:46.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:45.227248+0000 mgr.smithi072.zbkdeq (mgr.14162) 248 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:46.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:28:45.289188+0000 mon.smithi072 (mon.0) 260 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:28:46.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:28:45.295748+0000 mon.smithi072 (mon.0) 261 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/trash_purge_schedule"}]: dispatch 2024-02-19T23:28:47.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:47 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:47.227650+0000 mgr.smithi072.zbkdeq (mgr.14162) 249 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:47.965 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:28:47.965 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:28:47.967 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:28:49.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:48 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:28:47.965816+0000 mon.smithi072 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.167:0/2724342626' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:28:49.711 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:28:49.712 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:28:50.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:49.228014+0000 mgr.smithi072.zbkdeq (mgr.14162) 250 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:51.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:51 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:51.228396+0000 mgr.smithi072.zbkdeq (mgr.14162) 251 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:51.818 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:28:51.818 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:28:51.820 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:28:52.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:52 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:28:51.819249+0000 mon.smithi072 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.167:0/2087893235' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:28:53.536 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:28:53.536 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:28:54.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:53 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:53.228783+0000 mgr.smithi072.zbkdeq (mgr.14162) 252 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:55.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:55 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:55.229072+0000 mgr.smithi072.zbkdeq (mgr.14162) 253 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:55.670 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:28:55.670 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:28:55.671 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:28:56.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:56 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:28:55.670905+0000 mon.smithi072 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.167:0/829680620' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:28:57.347 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:28:57.347 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:28:57.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:57 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:57.229445+0000 mgr.smithi072.zbkdeq (mgr.14162) 254 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:59.509 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:28:59.509 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:28:59.511 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:28:59.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:28:59 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:28:59.229854+0000 mgr.smithi072.zbkdeq (mgr.14162) 255 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:00.614 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:00 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:28:59.510236+0000 mon.smithi072 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.167:0/1046775603' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:29:01.202 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:29:01.202 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:29:01.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:01 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:01.230192+0000 mgr.smithi072.zbkdeq (mgr.14162) 256 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:03.182 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:29:03.182 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:29:03.183 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:29:04.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:03 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:29:03.182783+0000 mon.smithi072 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.167:0/2068382738' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:29:04.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:03 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:03.230574+0000 mgr.smithi072.zbkdeq (mgr.14162) 257 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:04.855 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:29:04.855 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:29:05.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:05 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:05.230910+0000 mgr.smithi072.zbkdeq (mgr.14162) 258 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:06.818 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:29:06.818 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:29:06.820 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:29:07.361 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:06 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:29:06.818659+0000 mon.smithi072 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.167:0/799967479' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:29:08.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:07 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:07.231167+0000 mgr.smithi072.zbkdeq (mgr.14162) 259 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:08.527 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:29:08.527 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:29:09.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:09 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:09.231599+0000 mgr.smithi072.zbkdeq (mgr.14162) 260 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:10.772 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:29:10.773 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:29:10.774 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:29:11.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:10 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:29:10.773467+0000 mon.smithi072 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.167:0/1478706612' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:29:12.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:11 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:11.231872+0000 mgr.smithi072.zbkdeq (mgr.14162) 261 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:12.420 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:29:12.420 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:29:14.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:13 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:13.232264+0000 mgr.smithi072.zbkdeq (mgr.14162) 262 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:14.496 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:29:14.497 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:29:14.498 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:29:15.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:14 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:29:14.497573+0000 mon.smithi072 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.167:0/2645777043' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:29:16.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:15 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:15.232746+0000 mgr.smithi072.zbkdeq (mgr.14162) 263 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:16.144 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:29:16.144 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:29:17.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:17 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:17.233081+0000 mgr.smithi072.zbkdeq (mgr.14162) 264 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:18.269 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:29:18.269 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:29:18.271 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:29:19.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:29:18.270034+0000 mon.smithi072 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.167:0/1369732324' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:29:19.894 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:29:19.895 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:29:20.111 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:19 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:19.233456+0000 mgr.smithi072.zbkdeq (mgr.14162) 265 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:21.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:21 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:21.233774+0000 mgr.smithi072.zbkdeq (mgr.14162) 266 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:22.089 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:29:22.089 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:29:22.091 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:29:22.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:22 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:29:22.090362+0000 mon.smithi072 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.167:0/554687628' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:29:23.889 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:29:23.889 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:29:24.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:23 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:23.234120+0000 mgr.smithi072.zbkdeq (mgr.14162) 267 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:25.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:25 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:25.234497+0000 mgr.smithi072.zbkdeq (mgr.14162) 268 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:26.019 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:29:26.019 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:29:26.020 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:29:26.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:26 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:29:26.018911+0000 mon.smithi072 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.167:0/2402177830' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:29:27.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:27 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:27.234784+0000 mgr.smithi072.zbkdeq (mgr.14162) 269 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:27.643 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:29:27.643 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:29:29.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:29 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:29.235214+0000 mgr.smithi072.zbkdeq (mgr.14162) 270 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:29.679 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:29:29.679 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:29:29.681 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:29:30.611 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:30 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:29:29.679485+0000 mon.smithi072 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.167:0/2158396258' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:29:31.333 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:29:31.334 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:29:31.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:31.235682+0000 mgr.smithi072.zbkdeq (mgr.14162) 271 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:33.426 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:29:33.426 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:29:33.428 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:29:34.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:33 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:33.236078+0000 mgr.smithi072.zbkdeq (mgr.14162) 272 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:34.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:33 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:29:33.426962+0000 mon.smithi072 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.167:0/1817109425' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:29:35.132 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:29:35.132 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:29:35.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:35 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:35.236423+0000 mgr.smithi072.zbkdeq (mgr.14162) 273 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:37.170 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:29:37.170 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:29:37.172 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:29:37.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:37 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:29:37.171136+0000 mon.smithi072 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.167:0/1261951247' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:29:38.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:38 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:37.236808+0000 mgr.smithi072.zbkdeq (mgr.14162) 274 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:38.832 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:29:38.833 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:29:39.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:39 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:39.237299+0000 mgr.smithi072.zbkdeq (mgr.14162) 275 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:41.026 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:29:41.026 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:29:41.027 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:29:41.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:41 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:29:41.025501+0000 mon.smithi072 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.167:0/2683981701' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:29:42.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:41.237703+0000 mgr.smithi072.zbkdeq (mgr.14162) 276 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:42.747 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:29:42.747 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:29:44.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:43 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:43.238177+0000 mgr.smithi072.zbkdeq (mgr.14162) 277 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:44.861 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:29:44.862 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:29:44.863 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:29:45.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:44 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:29:44.861887+0000 mon.smithi072 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.167:0/2700615502' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:29:46.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:45.238464+0000 mgr.smithi072.zbkdeq (mgr.14162) 278 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:46.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:29:45.290166+0000 mon.smithi072 (mon.0) 278 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:29:46.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:29:45.296549+0000 mon.smithi072 (mon.0) 279 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/trash_purge_schedule"}]: dispatch 2024-02-19T23:29:46.435 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:29:46.436 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:29:47.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:47 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:47.238840+0000 mgr.smithi072.zbkdeq (mgr.14162) 279 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:48.676 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:29:48.676 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:29:48.678 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:29:49.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:48 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:29:48.676537+0000 mon.smithi072 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.167:0/3165701535' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:29:50.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:49.239259+0000 mgr.smithi072.zbkdeq (mgr.14162) 280 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:50.337 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:29:50.338 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:29:51.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:51 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:51.239572+0000 mgr.smithi072.zbkdeq (mgr.14162) 281 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:52.522 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:29:52.523 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:29:52.524 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:29:52.862 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:52 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:29:52.522908+0000 mon.smithi072 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.167:0/2234368163' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:29:54.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:53 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:53.239918+0000 mgr.smithi072.zbkdeq (mgr.14162) 282 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:54.187 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:29:54.188 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:29:55.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:55 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:55.240282+0000 mgr.smithi072.zbkdeq (mgr.14162) 283 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:56.257 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:29:56.257 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:29:56.259 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:29:56.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:56 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:29:56.257749+0000 mon.smithi072 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.167:0/3332355484' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:29:57.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:57 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:57.240629+0000 mgr.smithi072.zbkdeq (mgr.14162) 284 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:57.813 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:29:57.813 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:29:59.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:29:59 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:29:59.241063+0000 mgr.smithi072.zbkdeq (mgr.14162) 285 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:59.978 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:29:59.978 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:29:59.980 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:30:00.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:00 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:29:59.978385+0000 mon.smithi072 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.167:0/2696284376' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:30:01.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:01 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:01.241546+0000 mgr.smithi072.zbkdeq (mgr.14162) 286 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:01.680 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:30:01.681 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:30:03.831 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:30:03.831 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:30:03.833 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:30:04.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:03 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:03.241809+0000 mgr.smithi072.zbkdeq (mgr.14162) 287 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:05.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:04 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:03.831297+0000 mon.smithi072 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.167:0/1506595007' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:30:05.542 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:30:05.542 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:30:06.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:05 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:05.242187+0000 mgr.smithi072.zbkdeq (mgr.14162) 288 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:07.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:07 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:07.242448+0000 mgr.smithi072.zbkdeq (mgr.14162) 289 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:07.629 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:30:07.629 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:30:07.631 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:30:08.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:08 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:07.629751+0000 mon.smithi072 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.167:0/804970806' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:30:09.325 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:30:09.326 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:30:09.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:09 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:09.242713+0000 mgr.smithi072.zbkdeq (mgr.14162) 290 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:11.489 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:30:11.489 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:30:11.490 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:30:11.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:11 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:11.243024+0000 mgr.smithi072.zbkdeq (mgr.14162) 291 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:12.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:12 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:11.489350+0000 mon.smithi072 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.167:0/322976737' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:30:13.156 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:30:13.156 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:30:14.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:13 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:13.243337+0000 mgr.smithi072.zbkdeq (mgr.14162) 292 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:15.275 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:30:15.275 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:30:15.276 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:30:15.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:15 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:15.243683+0000 mgr.smithi072.zbkdeq (mgr.14162) 293 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:15.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:15 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:15.274708+0000 mon.smithi072 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.167:0/435620964' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:30:17.028 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:30:17.028 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:30:17.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:17 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:17.244044+0000 mgr.smithi072.zbkdeq (mgr.14162) 294 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:19.196 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:30:19.196 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:30:19.197 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:30:19.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:19 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:19.195963+0000 mon.smithi072 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.167:0/3127466346' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:30:20.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:20 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:19.244428+0000 mgr.smithi072.zbkdeq (mgr.14162) 295 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:20.963 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:30:20.964 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:30:22.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:22 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:21.244804+0000 mgr.smithi072.zbkdeq (mgr.14162) 296 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:23.060 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:30:23.060 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:30:23.062 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:30:24.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:23 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:23.060549+0000 mon.smithi072 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.167:0/1155283639' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:30:24.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:23 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:23.245104+0000 mgr.smithi072.zbkdeq (mgr.14162) 297 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:24.793 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:30:24.793 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:30:25.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:25 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:25.245387+0000 mgr.smithi072.zbkdeq (mgr.14162) 298 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:26.859 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:30:26.859 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:30:26.860 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:30:27.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:26 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:26.858459+0000 mon.smithi072 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.167:0/1454649880' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:30:28.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:27 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:27.245714+0000 mgr.smithi072.zbkdeq (mgr.14162) 299 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:28.492 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:30:28.492 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:30:29.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:29 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:29.246099+0000 mgr.smithi072.zbkdeq (mgr.14162) 300 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:30.455 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:30:30.455 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:30:30.457 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:30:30.862 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:30 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:30.455468+0000 mon.smithi072 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.167:0/1681933984' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:30:31.862 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:31 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:31.246366+0000 mgr.smithi072.zbkdeq (mgr.14162) 301 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:32.137 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:30:32.138 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:30:34.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:33 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:33.246718+0000 mgr.smithi072.zbkdeq (mgr.14162) 302 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:34.228 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:30:34.228 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:30:34.229 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:30:35.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:34 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:34.228202+0000 mon.smithi072 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.167:0/3477284916' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:30:35.972 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:30:35.972 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:30:36.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:35 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:35.247083+0000 mgr.smithi072.zbkdeq (mgr.14162) 303 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:37.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:37 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:37.247464+0000 mgr.smithi072.zbkdeq (mgr.14162) 304 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:38.097 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:30:38.097 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:30:38.098 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:30:39.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:38 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:38.096913+0000 mon.smithi072 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.167:0/3388015297' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:30:39.724 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:30:39.725 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:30:40.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:39 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:39.247774+0000 mgr.smithi072.zbkdeq (mgr.14162) 305 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:41.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:41 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:41.247971+0000 mgr.smithi072.zbkdeq (mgr.14162) 306 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:41.799 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:30:41.799 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:30:41.801 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:30:42.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:41.799531+0000 mon.smithi072 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.167:0/2921786127' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:30:43.553 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:30:43.553 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:30:44.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:43 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:43.248338+0000 mgr.smithi072.zbkdeq (mgr.14162) 307 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:45.482 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:30:45.482 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:30:45.484 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:30:45.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:45.130125+0000 mon.smithi072 (mon.0) 295 : audit [DBG] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:30:46.474 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cephadm 2024-02-19T23:30:45.129535+0000 mgr.smithi072.zbkdeq (mgr.14162) 308 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi072 ... 2024-02-19T23:30:46.474 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 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/prometheus:v2.18.1 -e NODE_NAME=smithi072 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2024-02-19T23:30:46.475 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2024-02-19T23:30:46.475 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr time="2024-02-19T23:28:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: 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-02-19T23:30:46.475 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr time="2024-02-19T23:29:30Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: 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-02-19T23:30:46.475 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr time="2024-02-19T23:30:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: 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-02-19T23:30:46.475 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: 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-02-19T23:30:46.475 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Traceback (most recent call last): 2024-02-19T23:30:46.475 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-02-19T23:30:46.475 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: main() 2024-02-19T23:30:46.475 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-02-19T23:30:46.476 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: r = ctx.func(ctx) 2024-02-19T23:30:46.476 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-02-19T23:30:46.476 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: return func(ctx) 2024-02-19T23:30:46.476 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2024-02-19T23:30:46.476 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-19T23:30:46.476 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4185, in extract_uid_gid_monitoring 2024-02-19T23:30:46.476 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2024-02-19T23:30:46.476 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2024-02-19T23:30:46.476 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: raise RuntimeError('uid/gid not found') 2024-02-19T23:30:46.476 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: RuntimeError: uid/gid not found 2024-02-19T23:30:46.476 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Traceback (most recent call last): 2024-02-19T23:30:46.476 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2024-02-19T23:30:46.476 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: yield (conn, connr) 2024-02-19T23:30:46.477 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2024-02-19T23:30:46.477 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: code, '\n'.join(err))) 2024-02-19T23:30:46.477 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi072 ... 2024-02-19T23:30:46.477 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: 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/prometheus:v2.18.1 -e NODE_NAME=smithi072 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2024-02-19T23:30:46.477 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2024-02-19T23:30:46.477 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr time="2024-02-19T23:28:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: 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-02-19T23:30:46.477 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr time="2024-02-19T23:29:30Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: 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-02-19T23:30:46.477 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr time="2024-02-19T23:30:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: 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-02-19T23:30:46.477 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: stat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: 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-02-19T23:30:46.477 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: Traceback (most recent call last): 2024-02-19T23:30:46.477 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-02-19T23:30:46.477 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: main() 2024-02-19T23:30:46.477 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-02-19T23:30:46.477 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: r = ctx.func(ctx) 2024-02-19T23:30:46.477 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-02-19T23:30:46.478 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: return func(ctx) 2024-02-19T23:30:46.478 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2024-02-19T23:30:46.478 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-19T23:30:46.478 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4185, in extract_uid_gid_monitoring 2024-02-19T23:30:46.478 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2024-02-19T23:30:46.478 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: File "/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2024-02-19T23:30:46.478 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: raise RuntimeError('uid/gid not found') 2024-02-19T23:30:46.478 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: RuntimeError: uid/gid not found 2024-02-19T23:30:46.478 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:45.248624+0000 mgr.smithi072.zbkdeq (mgr.14162) 309 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:46.478 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:45.291110+0000 mon.smithi072 (mon.0) 296 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:30:46.478 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:45.297464+0000 mon.smithi072 (mon.0) 297 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/trash_purge_schedule"}]: dispatch 2024-02-19T23:30:46.478 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:45.361377+0000 mon.smithi072 (mon.0) 298 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:30:46.478 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:45.481667+0000 mon.smithi072 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.167:0/4208609583' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:30:47.173 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:30:47.174 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:30:47.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:47 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:46.191787+0000 mon.smithi072 (mon.0) 300 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:30:47.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:47 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:47.078250+0000 mon.smithi072 (mon.0) 301 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:30:48.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:48 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:47.248857+0000 mgr.smithi072.zbkdeq (mgr.14162) 310 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:49.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:49.249132+0000 mgr.smithi072.zbkdeq (mgr.14162) 311 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:50.688 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:30:50.688 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:30:50.690 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:30:51.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:51 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:50.286606+0000 mon.smithi072 (mon.0) 302 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:30:51.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:51 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:50.688148+0000 mon.smithi072 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.167:0/2654000198' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:30:51.613 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:51 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:51.024463+0000 mon.smithi072 (mon.0) 304 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:30:51.613 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:51 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:51.025297+0000 mgr.smithi072.zbkdeq (mgr.14162) 312 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:51.613 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:51 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:51.029958+0000 mon.smithi072 (mon.0) 305 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' 2024-02-19T23:30:51.613 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:51 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cephadm 2024-02-19T23:30:51.031955+0000 mgr.smithi072.zbkdeq (mgr.14162) 313 : cephadm [INF] Deploying daemon alertmanager.smithi167 on smithi167 2024-02-19T23:30:52.274 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:30:52.274 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:30:52.612 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:52 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:52.022667+0000 mon.smithi072 (mon.0) 306 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-19T23:30:54.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:53 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:53.025545+0000 mgr.smithi072.zbkdeq (mgr.14162) 314 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:54.456 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:30:54.456 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:30:54.458 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:30:55.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:54 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:54.455946+0000 mon.smithi072 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.167:0/3168483227' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:30:56.104 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:30:56.105 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:30:56.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:55 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:55.025836+0000 mgr.smithi072.zbkdeq (mgr.14162) 315 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:58.192 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:30:58.193 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:30:58.194 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:30:58.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:57.026087+0000 mgr.smithi072.zbkdeq (mgr.14162) 316 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:59.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:30:59 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:30:58.192256+0000 mon.smithi072 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.167:0/1407699701' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:30:59.907 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:30:59.907 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:31:00.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:00 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:30:59.026345+0000 mgr.smithi072.zbkdeq (mgr.14162) 317 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:01.957 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:31:01.958 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:31:01.959 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:31:02.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:02 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:01.026618+0000 mgr.smithi072.zbkdeq (mgr.14162) 318 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:02.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:02 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:31:01.957212+0000 mon.smithi072 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.167:0/3271017156' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:31:03.617 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:31:03.618 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:31:04.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:03 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:03.026972+0000 mgr.smithi072.zbkdeq (mgr.14162) 319 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:05.653 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:31:05.653 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:31:05.654 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:31:06.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:06 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:05.027372+0000 mgr.smithi072.zbkdeq (mgr.14162) 320 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:06.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:06 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:31:05.652557+0000 mon.smithi072 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.167:0/952064501' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:31:07.246 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:31:07.246 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:31:08.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:08 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:07.027607+0000 mgr.smithi072.zbkdeq (mgr.14162) 321 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:09.430 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:31:09.430 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:31:09.432 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:31:10.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:10 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:09.027872+0000 mgr.smithi072.zbkdeq (mgr.14162) 322 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:10.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:10 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:31:09.430155+0000 mon.smithi072 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.167:0/2666129715' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:31:11.133 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:31:11.134 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:31:12.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:12 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:11.028153+0000 mgr.smithi072.zbkdeq (mgr.14162) 323 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:13.477 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:31:13.477 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:31:13.478 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:31:14.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:13 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:13.028441+0000 mgr.smithi072.zbkdeq (mgr.14162) 324 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:14.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:13 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:31:13.476338+0000 mon.smithi072 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.167:0/2947628456' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:31:15.176 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:31:15.176 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:31:16.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:16 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:15.028828+0000 mgr.smithi072.zbkdeq (mgr.14162) 325 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:17.211 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:31:17.212 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:31:17.213 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:31:18.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:17.029117+0000 mgr.smithi072.zbkdeq (mgr.14162) 326 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:18.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:31:17.211585+0000 mon.smithi072 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.167:0/661234291' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:31:18.906 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:31:18.907 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:31:20.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:20 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:19.029409+0000 mgr.smithi072.zbkdeq (mgr.14162) 327 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:20.974 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:31:20.975 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:31:20.976 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:31:21.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:21 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:31:20.974480+0000 mon.smithi072 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.167:0/1341778267' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:31:22.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:22 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:21.029694+0000 mgr.smithi072.zbkdeq (mgr.14162) 328 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:22.774 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:31:22.774 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:31:24.112 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:23 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:23.030060+0000 mgr.smithi072.zbkdeq (mgr.14162) 329 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:24.822 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:31:24.822 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:31:24.824 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:31:25.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:24 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:31:24.822263+0000 mon.smithi072 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.167:0/1926387869' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:31:26.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:25 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:25.030430+0000 mgr.smithi072.zbkdeq (mgr.14162) 330 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:26.585 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:31:26.585 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:31:28.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:28 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:27.030792+0000 mgr.smithi072.zbkdeq (mgr.14162) 331 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:28.633 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:31:28.633 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:31:28.635 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:31:29.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:29 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:31:28.632929+0000 mon.smithi072 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.167:0/1387818426' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:31:30.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:30 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:29.031082+0000 mgr.smithi072.zbkdeq (mgr.14162) 332 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:30.425 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:31:30.425 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:31:32.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:32 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:31.031349+0000 mgr.smithi072.zbkdeq (mgr.14162) 333 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:32.544 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:31:32.544 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:31:32.546 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:31:33.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:33 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:31:32.544308+0000 mon.smithi072 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.167:0/1619304372' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:31:34.086 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:31:34.087 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:31:34.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:34 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:33.031728+0000 mgr.smithi072.zbkdeq (mgr.14162) 334 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:36.213 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:31:36.213 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:31:36.214 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:31:36.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:36 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:35.031990+0000 mgr.smithi072.zbkdeq (mgr.14162) 335 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:37.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:37 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:31:36.212441+0000 mon.smithi072 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.167:0/1766430049' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:31:37.898 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:31:37.899 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:31:38.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:38 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:37.032263+0000 mgr.smithi072.zbkdeq (mgr.14162) 336 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:39.920 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:31:39.920 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:31:39.922 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:31:40.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:40 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:39.032633+0000 mgr.smithi072.zbkdeq (mgr.14162) 337 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:40.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:40 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:31:39.919843+0000 mon.smithi072 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.167:0/3942902337' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:31:41.720 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:31:41.720 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:31:42.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:41.033031+0000 mgr.smithi072.zbkdeq (mgr.14162) 338 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:43.975 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:31:43.975 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:31:43.977 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:31:44.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:43 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:43.033339+0000 mgr.smithi072.zbkdeq (mgr.14162) 339 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:45.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:44 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:31:43.974865+0000 mon.smithi072 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.167:0/3951540085' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:31:45.656 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:31:45.656 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:31:46.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:45.033708+0000 mgr.smithi072.zbkdeq (mgr.14162) 340 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:46.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:31:45.292451+0000 mon.smithi072 (mon.0) 321 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:31:46.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:31:45.298393+0000 mon.smithi072 (mon.0) 322 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/trash_purge_schedule"}]: dispatch 2024-02-19T23:31:47.749 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:31:47.750 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:31:47.751 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:31:48.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:48 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:47.034056+0000 mgr.smithi072.zbkdeq (mgr.14162) 341 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:48.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:48 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:31:47.748817+0000 mon.smithi072 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.167:0/3901961110' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:31:49.522 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:31:49.523 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:31:50.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:50 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:49.034356+0000 mgr.smithi072.zbkdeq (mgr.14162) 342 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:51.573 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:31:51.573 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:31:51.574 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:31:52.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:52 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:51.034727+0000 mgr.smithi072.zbkdeq (mgr.14162) 343 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:52.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:52 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:31:51.572071+0000 mon.smithi072 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.167:0/2531373094' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:31:53.330 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:31:53.331 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:31:54.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:53 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:53.035083+0000 mgr.smithi072.zbkdeq (mgr.14162) 344 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:55.442 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:31:55.442 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:31:55.444 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:31:56.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:56 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:55.035376+0000 mgr.smithi072.zbkdeq (mgr.14162) 345 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:56.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:56 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:31:55.441670+0000 mon.smithi072 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.167:0/1982181744' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:31:57.184 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:31:57.185 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:31:58.362 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:31:58 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:57.035705+0000 mgr.smithi072.zbkdeq (mgr.14162) 346 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:31:59.357 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:31:59.357 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:31:59.358 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:32:00.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:00 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:31:59.036081+0000 mgr.smithi072.zbkdeq (mgr.14162) 347 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:00.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:00 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:31:59.356255+0000 mon.smithi072 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.167:0/2562587646' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:32:01.117 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:32:01.117 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:32:02.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:02 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:01.036404+0000 mgr.smithi072.zbkdeq (mgr.14162) 348 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:03.151 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:32:03.151 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:32:03.152 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:32:04.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:03 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:03.036746+0000 mgr.smithi072.zbkdeq (mgr.14162) 349 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:04.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:03 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:32:03.150048+0000 mon.smithi072 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.167:0/3931584805' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:32:04.759 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:32:04.759 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:32:06.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:06 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:05.037044+0000 mgr.smithi072.zbkdeq (mgr.14162) 350 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:06.940 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:32:06.940 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:32:06.943 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:32:07.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:07 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:32:06.938655+0000 mon.smithi072 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.167:0/2267993269' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:32:08.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:08 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:07.037288+0000 mgr.smithi072.zbkdeq (mgr.14162) 351 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:08.592 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:32:08.593 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:32:10.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:10 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:09.037585+0000 mgr.smithi072.zbkdeq (mgr.14162) 352 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:10.577 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:32:10.577 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:32:10.578 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:32:11.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:11 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:32:10.576250+0000 mon.smithi072 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.167:0/297579628' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:32:12.262 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:32:12.262 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:32:12.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:12 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:11.037907+0000 mgr.smithi072.zbkdeq (mgr.14162) 353 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:14.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:13 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:13.038192+0000 mgr.smithi072.zbkdeq (mgr.14162) 354 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:14.481 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:32:14.481 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:32:14.483 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:32:15.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:14 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:32:14.480318+0000 mon.smithi072 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.167:0/585754828' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:32:16.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:15 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:15.038523+0000 mgr.smithi072.zbkdeq (mgr.14162) 355 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:16.178 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:32:16.178 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:32:18.157 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:32:18.157 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:32:18.159 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:32:18.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:18 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:17.038908+0000 mgr.smithi072.zbkdeq (mgr.14162) 356 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:19.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:19 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:32:18.156452+0000 mon.smithi072 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.167:0/3064995928' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:32:19.841 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:32:19.842 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:32:20.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:20 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:19.039201+0000 mgr.smithi072.zbkdeq (mgr.14162) 357 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:22.041 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:32:22.042 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:32:22.043 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:32:22.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:22 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:21.039557+0000 mgr.smithi072.zbkdeq (mgr.14162) 358 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:22.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:22 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:32:22.040514+0000 mon.smithi072 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.167:0/3109543802' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:32:23.614 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:32:23.615 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:32:24.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:23 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:23.039942+0000 mgr.smithi072.zbkdeq (mgr.14162) 359 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:25.693 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:32:25.693 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:32:25.694 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:32:26.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:26 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:25.040368+0000 mgr.smithi072.zbkdeq (mgr.14162) 360 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:26.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:26 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:32:25.692250+0000 mon.smithi072 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.167:0/2422421379' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:32:27.501 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:32:27.501 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:32:28.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:28 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:27.040764+0000 mgr.smithi072.zbkdeq (mgr.14162) 361 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:29.696 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:32:29.697 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:32:29.697 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:32:30.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:30 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:29.041125+0000 mgr.smithi072.zbkdeq (mgr.14162) 362 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:30.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:30 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:32:29.695357+0000 mon.smithi072 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.167:0/1464121608' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:32:31.368 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:32:31.368 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:32:32.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:32 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:31.041473+0000 mgr.smithi072.zbkdeq (mgr.14162) 363 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:33.525 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:32:33.525 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:32:33.526 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:32:34.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:33 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:33.041803+0000 mgr.smithi072.zbkdeq (mgr.14162) 364 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:34.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:33 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:32:33.524123+0000 mon.smithi072 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.167:0/766054761' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:32:35.145 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:32:35.145 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:32:36.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:36 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:35.042147+0000 mgr.smithi072.zbkdeq (mgr.14162) 365 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:37.102 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:32:37.102 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:32:37.104 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:32:38.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:38 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:37.042475+0000 mgr.smithi072.zbkdeq (mgr.14162) 366 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:38.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:38 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:32:37.101574+0000 mon.smithi072 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.167:0/2993787889' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:32:38.811 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:32:38.811 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:32:40.364 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:40 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:39.042891+0000 mgr.smithi072.zbkdeq (mgr.14162) 367 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:40.994 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:32:40.995 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:32:40.996 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:32:41.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:41 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:32:40.993897+0000 mon.smithi072 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.167:0/3851406344' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:32:42.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:42 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:41.043316+0000 mgr.smithi072.zbkdeq (mgr.14162) 368 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:42.772 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:32:42.772 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:32:44.113 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:43 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:43.043561+0000 mgr.smithi072.zbkdeq (mgr.14162) 369 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:45.050 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:32:45.051 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:32:45.052 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:32:45.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:45 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:32:45.049520+0000 mon.smithi072 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.167:0/3107409815' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:32:46.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:45.043947+0000 mgr.smithi072.zbkdeq (mgr.14162) 370 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:46.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:32:45.293701+0000 mon.smithi072 (mon.0) 339 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:32:46.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:46 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:32:45.299473+0000 mon.smithi072 (mon.0) 340 : audit [INF] from='mgr.14162 172.21.15.72:0/2520617969' entity='mgr.smithi072.zbkdeq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi072.zbkdeq/trash_purge_schedule"}]: dispatch 2024-02-19T23:32:46.735 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:32:46.735 DEBUG:teuthology.orchestra.run.smithi167:> 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 46763f26-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:32:48.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:48 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: cluster 2024-02-19T23:32:47.044276+0000 mgr.smithi072.zbkdeq (mgr.14162) 371 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:32:48.759 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-02-19T23:32:48.759 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":1,"fsid":"46763f26-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:19:34.244320Z","created":"2024-02-19T23:19:34.244320Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi072","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:32:48.760 INFO:teuthology.orchestra.run.smithi167.stderr:dumped monmap epoch 1 2024-02-19T23:32:49.363 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: audit 2024-02-19T23:32:48.758004+0000 mon.smithi072 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.167:0/2404428874' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:32:49.472 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds 2024-02-19T23:32:49.474 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-19T23:32:49.474 DEBUG:teuthology.orchestra.run.smithi072:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-19T23:32:49.495 DEBUG:teuthology.orchestra.run.smithi167:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-19T23:32:49.513 INFO:tasks.cephadm:Stopping all daemons... 2024-02-19T23:32:49.513 INFO:tasks.cephadm.mon.smithi072:Stopping mon.smithi072... 2024-02-19T23:32:49.513 DEBUG:teuthology.orchestra.run.smithi072:> sudo systemctl stop ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mon.smithi072 2024-02-19T23:32:49.863 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:49 smithi072 systemd[1]: Stopping Ceph mon.smithi072 for 46763f26-cf7d-11ee-95bb-87774f69a715... 2024-02-19T23:32:49.863 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:32:49.712+0000 7f298eb22700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi072 -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-02-19T23:32:49.863 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:49 smithi072 ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072[34409]: debug 2024-02-19T23:32:49.712+0000 7f298eb22700 -1 mon.smithi072@0(leader) e1 *** Got Signal Terminated *** 2024-02-19T23:32:50.573 INFO:journalctl@ceph.mon.smithi072.smithi072.stdout:Feb 19 23:32:50 smithi072 podman[40277]: ceph-46763f26-cf7d-11ee-95bb-87774f69a715-mon.smithi072 2024-02-19T23:32:50.577 DEBUG:teuthology.orchestra.run.smithi072:> sudo pkill -f 'journalctl -f -n 0 -u ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mon.smithi072.service' 2024-02-19T23:32:50.668 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-19T23:32:50.668 INFO:tasks.cephadm.mon.smithi072:Stopped mon.smithi072 2024-02-19T23:32:50.668 INFO:tasks.cephadm.mon.smithi167:Stopping mon.smithi167... 2024-02-19T23:32:50.669 DEBUG:teuthology.orchestra.run.smithi167:> sudo systemctl stop ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mon.smithi167 2024-02-19T23:32:50.706 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to stop ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mon.smithi167.service: Unit ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mon.smithi167.service not loaded. 2024-02-19T23:32:50.708 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-02-19T23:32:50.708 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi167" Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi167 with status 5: 'sudo systemctl stop ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mon.smithi167' 2024-02-19T23:32:50.709 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-19T23:32:50.715 DEBUG:teuthology.misc:Transferring archived files from smithi072:/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568072/remote/ubuntu@smithi072.front.sepia.ceph.com/crash 2024-02-19T23:32:50.716 DEBUG:teuthology.orchestra.run.smithi072:> sudo tar c -f - -C /var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/crash -- . 2024-02-19T23:32:50.757 DEBUG:teuthology.misc:Transferring archived files from smithi167:/var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568072/remote/ubuntu@smithi167.front.sepia.ceph.com/crash 2024-02-19T23:32:50.758 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/crash -- . 2024-02-19T23:32:50.798 INFO:teuthology.orchestra.run.smithi167.stderr:tar: /var/lib/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/crash: Cannot open: No such file or directory 2024-02-19T23:32:50.798 INFO:teuthology.orchestra.run.smithi167.stderr:tar: Error is not recoverable: exiting now 2024-02-19T23:32:50.799 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-19T23:32:50.799 DEBUG:teuthology.orchestra.run.smithi072:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-19T23:32:50.828 INFO:tasks.cephadm:Compressing logs... 2024-02-19T23:32:50.828 DEBUG:teuthology.orchestra.run.smithi072:> 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-02-19T23:32:50.872 DEBUG:teuthology.orchestra.run.smithi167:> 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-02-19T23:32:50.897 INFO:teuthology.orchestra.run.smithi072.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-19T23:32:50.897 INFO:teuthology.orchestra.run.smithi072.stderr:: No such file or directory 2024-02-19T23:32:50.897 INFO:teuthology.orchestra.run.smithi072.stderr:gzip -5 --verbose -- /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/ceph-volume.log 2024-02-19T23:32:50.898 INFO:teuthology.orchestra.run.smithi072.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/ceph-mon.smithi072.log 2024-02-19T23:32:50.898 INFO:teuthology.orchestra.run.smithi072.stderr:gzip -5 --verbose -- /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/ceph.audit.log 2024-02-19T23:32:50.898 INFO:teuthology.orchestra.run.smithi072.stderr:/var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/ceph-volume.log: /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/ceph-mon.smithi072.log: gzip -5 --verbose -- /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/ceph.cephadm.log 2024-02-19T23:32:50.898 INFO:teuthology.orchestra.run.smithi072.stderr:/var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/ceph.log 2024-02-19T23:32:50.898 INFO:teuthology.orchestra.run.smithi072.stderr: 88.5% -- replaced with /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/ceph-volume.log.gz 2024-02-19T23:32:50.898 INFO:teuthology.orchestra.run.smithi072.stderr:/var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/ceph-mgr.smithi072.zbkdeq.log 2024-02-19T23:32:50.898 INFO:teuthology.orchestra.run.smithi072.stderr:/var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/ceph.log: 88.9% 90.2% -- replaced with /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/ceph.cephadm.log.gz -- replaced with /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/ceph.audit.log.gz 2024-02-19T23:32:50.898 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-02-19T23:32:50.898 INFO:teuthology.orchestra.run.smithi072.stderr:/var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/ceph-mgr.smithi072.zbkdeq.log: 87.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-19T23:32:50.898 INFO:teuthology.orchestra.run.smithi072.stderr: 88.7% -- replaced with /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/ceph.log.gz 2024-02-19T23:32:50.901 INFO:teuthology.orchestra.run.smithi167.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-19T23:32:50.901 INFO:teuthology.orchestra.run.smithi167.stderr:: No such file or directory 2024-02-19T23:32:50.901 INFO:teuthology.orchestra.run.smithi167.stderr:gzip -5 --verbose -- /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/ceph-volume.log 2024-02-19T23:32:50.902 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/ceph-volume.log: 88.4% -- replaced with /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/ceph-volume.log.gz 2024-02-19T23:32:50.903 INFO:teuthology.orchestra.run.smithi167.stderr: 95.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-19T23:32:50.904 INFO:teuthology.orchestra.run.smithi167.stderr: 2024-02-19T23:32:50.904 INFO:teuthology.orchestra.run.smithi167.stderr:real 0m0.014s 2024-02-19T23:32:50.905 INFO:teuthology.orchestra.run.smithi167.stderr:user 0m0.010s 2024-02-19T23:32:50.905 INFO:teuthology.orchestra.run.smithi167.stderr:sys 0m0.014s 2024-02-19T23:32:50.993 INFO:teuthology.orchestra.run.smithi072.stderr:gzip: /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/ceph-mgr.smithi072.zbkdeq.log: file size changed while zipping 2024-02-19T23:32:50.993 INFO:teuthology.orchestra.run.smithi072.stderr: 92.8% -- replaced with /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/ceph-mgr.smithi072.zbkdeq.log.gz 2024-02-19T23:32:51.069 INFO:teuthology.orchestra.run.smithi072.stderr: 90.8% -- replaced with /var/log/ceph/46763f26-cf7d-11ee-95bb-87774f69a715/ceph-mon.smithi072.log.gz 2024-02-19T23:32:51.070 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-02-19T23:32:51.071 INFO:teuthology.orchestra.run.smithi072.stderr:real 0m0.184s 2024-02-19T23:32:51.071 INFO:teuthology.orchestra.run.smithi072.stderr:user 0m0.275s 2024-02-19T23:32:51.071 INFO:teuthology.orchestra.run.smithi072.stderr:sys 0m0.020s 2024-02-19T23:32:51.071 INFO:tasks.cephadm:Archiving logs... 2024-02-19T23:32:51.071 DEBUG:teuthology.misc:Transferring archived files from smithi072:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568072/remote/ubuntu@smithi072.front.sepia.ceph.com/log 2024-02-19T23:32:51.072 DEBUG:teuthology.orchestra.run.smithi072:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-19T23:32:51.192 DEBUG:teuthology.misc:Transferring archived files from smithi167:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568072/remote/ubuntu@smithi167.front.sepia.ceph.com/log 2024-02-19T23:32:51.193 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-19T23:32:51.225 INFO:tasks.cephadm:Removing cluster... 2024-02-19T23:32:51.225 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 46763f26-cf7d-11ee-95bb-87774f69a715 --force 2024-02-19T23:32:54.279 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 46763f26-cf7d-11ee-95bb-87774f69a715 --force 2024-02-19T23:35:49.375 INFO:tasks.cephadm:Removing cephadm ... 2024-02-19T23:35:49.376 DEBUG:teuthology.orchestra.run.smithi072:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-19T23:35:49.401 DEBUG:teuthology.orchestra.run.smithi167:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-19T23:35:49.419 INFO:tasks.cephadm:Teardown complete 2024-02-19T23:35:49.419 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi167 with status 5: 'sudo systemctl stop ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mon.smithi167' 2024-02-19T23:35:49.637 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=4d90166c2e054597b20b53a17369e709 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi167 with status 5: 'sudo systemctl stop ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mon.smithi167' 2024-02-19T23:35:49.642 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-19T23:35:49.652 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-19T23:35:49.694 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-19T23:35:49.695 DEBUG:teuthology.orchestra.run.smithi072:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-19T23:35:49.709 DEBUG:teuthology.orchestra.run.smithi167:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-19T23:35:49.719 INFO:teuthology.orchestra.run.smithi072.stderr:bash: ntpq: command not found 2024-02-19T23:35:49.724 INFO:teuthology.orchestra.run.smithi072.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-19T23:35:49.724 INFO:teuthology.orchestra.run.smithi072.stdout:=============================================================================== 2024-02-19T23:35:49.724 INFO:teuthology.orchestra.run.smithi072.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 45 +398us[ +404us] +/- 81ms 2024-02-19T23:35:49.724 INFO:teuthology.orchestra.run.smithi072.stdout:^* hv02.front.sepia.ceph.com 3 6 377 44 -1006us[-1001us] +/- 54ms 2024-02-19T23:35:49.725 INFO:teuthology.orchestra.run.smithi072.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 44 +1012us[+1012us] +/- 70ms 2024-02-19T23:35:49.725 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:35:49.727 INFO:teuthology.orchestra.run.smithi167.stderr:bash: ntpq: command not found 2024-02-19T23:35:49.731 INFO:teuthology.orchestra.run.smithi167.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-19T23:35:49.731 INFO:teuthology.orchestra.run.smithi167.stdout:=============================================================================== 2024-02-19T23:35:49.731 INFO:teuthology.orchestra.run.smithi167.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 46 +395us[ +401us] +/- 81ms 2024-02-19T23:35:49.732 INFO:teuthology.orchestra.run.smithi167.stdout:^* hv02.front.sepia.ceph.com 3 6 377 43 -1004us[ -998us] +/- 54ms 2024-02-19T23:35:49.732 INFO:teuthology.orchestra.run.smithi167.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 43 +1016us[+1016us] +/- 70ms 2024-02-19T23:35:49.732 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:35:49.733 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-19T23:35:49.744 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-19T23:35:49.745 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-19T23:35:49.795 DEBUG:teuthology.orchestra.run.smithi072:> 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-02-19T23:35:49.863 DEBUG:teuthology.orchestra.run.smithi167:> 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-02-19T23:35:49.929 DEBUG:teuthology.orchestra.run.smithi072:> 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-02-19T23:35:49.960 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:35:49.960 DEBUG:teuthology.orchestra.run.smithi167:> 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-02-19T23:35:49.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:35:49.990 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-19T23:35:49.999 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-19T23:35:50.020 INFO:teuthology.task.internal:Duration was 1375.636401 seconds 2024-02-19T23:35:50.020 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-19T23:35:50.073 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-19T23:35:50.074 DEBUG:teuthology.orchestra.run.smithi072:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-19T23:35:50.077 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-19T23:35:50.123 INFO:teuthology.orchestra.run.smithi167.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-19T23:35:50.123 INFO:teuthology.orchestra.run.smithi072.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-19T23:35:50.391 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-19T23:35:50.392 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi072.front.sepia.ceph.com 2024-02-19T23:35:50.392 DEBUG:teuthology.orchestra.run.smithi072:> 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-02-19T23:35:50.414 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi167.front.sepia.ceph.com 2024-02-19T23:35:50.414 DEBUG:teuthology.orchestra.run.smithi167:> 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-02-19T23:35:50.436 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-19T23:35:50.436 DEBUG:teuthology.orchestra.run.smithi072:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-19T23:35:50.456 DEBUG:teuthology.orchestra.run.smithi167:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-19T23:35:50.524 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-19T23:35:50.525 DEBUG:teuthology.orchestra.run.smithi072:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-19T23:35:50.527 DEBUG:teuthology.orchestra.run.smithi167:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-19T23:35:50.616 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-19T23:35:50.625 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-19T23:35:50.626 DEBUG:teuthology.orchestra.run.smithi072:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-19T23:35:50.652 DEBUG:teuthology.orchestra.run.smithi167:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-19T23:35:50.679 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-19T23:35:50.688 DEBUG:teuthology.orchestra.run.smithi072:> 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-02-19T23:35:50.694 DEBUG:teuthology.orchestra.run.smithi167:> 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-02-19T23:35:50.718 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern = core 2024-02-19T23:35:50.745 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern = core 2024-02-19T23:35:50.775 DEBUG:teuthology.orchestra.run.smithi072:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-19T23:35:50.819 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:35:50.820 DEBUG:teuthology.orchestra.run.smithi167:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-19T23:35:50.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:35:50.837 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-19T23:35:50.846 INFO:teuthology.task.internal:Transferring archived files... 2024-02-19T23:35:50.847 DEBUG:teuthology.misc:Transferring archived files from smithi072:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568072/remote/smithi072 2024-02-19T23:35:50.848 DEBUG:teuthology.orchestra.run.smithi072:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-19T23:35:50.899 DEBUG:teuthology.misc:Transferring archived files from smithi167:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568072/remote/smithi167 2024-02-19T23:35:50.900 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-19T23:35:50.939 INFO:teuthology.task.internal:Removing archive directory... 2024-02-19T23:35:50.939 DEBUG:teuthology.orchestra.run.smithi072:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-19T23:35:50.941 DEBUG:teuthology.orchestra.run.smithi167:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-19T23:35:50.991 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-19T23:35:51.002 INFO:teuthology.task.internal:Not uploading archives. 2024-02-19T23:35:51.002 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-19T23:35:51.029 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-19T23:35:51.029 DEBUG:teuthology.orchestra.run.smithi072:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-19T23:35:51.031 DEBUG:teuthology.orchestra.run.smithi167:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-19T23:35:51.046 INFO:teuthology.orchestra.run.smithi072.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 19 23:35 /home/ubuntu/cephtest 2024-02-19T23:35:51.048 INFO:teuthology.orchestra.run.smithi167.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 19 23:35 /home/ubuntu/cephtest 2024-02-19T23:35:51.050 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-19T23:35:51.080 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-19T23:35:51.179 INFO:teuthology.nuke:Checking targets against current locks 2024-02-19T23:35:51.207 DEBUG:teuthology.nuke:shortname: smithi072 2024-02-19T23:35:51.207 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-19T23:35:51.235 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi072.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568072', '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-02-19 23:03:41.165802', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDnWSmAJZsUTPvngVQmXYyfyshTpNhzNaborQDN2D9qCFDImNXm3WHE2ASEDyoAm4bUCfJe/HSnN5IVIjV07Glk='} 2024-02-19T23:35:51.236 DEBUG:teuthology.nuke:shortname: smithi167 2024-02-19T23:35:51.236 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-19T23:35:51.263 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi167.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568072', '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-02-19 23:03:41.163874', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKWhyoIjo7kQp+kBzU4k14QWItcfkWB7tam7xwZlxqEe6jsNNsp+heUhXxp9bR/0yLa0KohkH3Yz/3CmjSHIq+E='} 2024-02-19T23:35:51.291 INFO:teuthology.orchestra.console.smithi072:Power off 2024-02-19T23:35:51.291 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-19T23:35:51.315 DEBUG:teuthology.orchestra.console.smithi072:power off output: Chassis Power Control: Down/Off 2024-02-19T23:35:51.315 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-19T23:35:51.333 INFO:teuthology.orchestra.console.smithi167:Power off 2024-02-19T23:35:51.333 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-19T23:35:51.342 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is on 2024-02-19T23:35:51.355 DEBUG:teuthology.orchestra.console.smithi167:power off output: Chassis Power Control: Down/Off 2024-02-19T23:35:51.356 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-19T23:35:51.380 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2024-02-19T23:35:55.344 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-19T23:35:55.382 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-19T23:35:55.455 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is on 2024-02-19T23:35:55.492 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2024-02-19T23:35:59.460 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-19T23:35:59.493 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-19T23:35:59.571 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is off 2024-02-19T23:35:59.603 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2024-02-19T23:35:59.672 INFO:teuthology.orchestra.console.smithi072:Power off completed 2024-02-19T23:36:03.607 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-19T23:36:03.717 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is off 2024-02-19T23:36:03.818 INFO:teuthology.orchestra.console.smithi167:Power off completed 2024-02-19T23:36:03.922 INFO:teuthology.run:Summary data: description: orch: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: 1375.6364011764526 failure_reason: 'Command failed on smithi167 with status 5: ''sudo systemctl stop ceph-46763f26-cf7d-11ee-95bb-87774f69a715@mon.smithi167''' owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=4d90166c2e054597b20b53a17369e709 status: fail success: false 2024-02-19T23:36:03.923 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-19T23:36:04.000 INFO:teuthology.run:FAIL