2024-01-21T10:17:45.804 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-21T10:17:45.805 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524408 --owner scheduled_yuriw@teuthology --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose -- /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524408/orig.config.yaml 2024-01-21T10:17:45.841 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T10:17:45.925 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524408 branch: wip-yuri4-testing-2024-01-18-1257-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} email: yweinste@redhat.com first_in_suite: false job_id: '7524408' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri4-testing-2024-01-18-1257-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri4-testing-2024-01-18-1257-pacific sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 8186 sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2024-01-18-1257-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec targets: smithi089.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBK+Qz46FXVRUha81AcvuMmRalqF9D9xpScnU7BOVV8ptTzxIZXslV4fIp+I0nbNluVq0Mdfy7MsJOszTkAFnVI= smithi178.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFfGD0rVfnRvfvI1LNH4lhEC9NWbmfgJh+utXbpz18exH0zz0bwGKWuG7rrnNwQc6rv1ckq3T3tFwQr+XrooJuI= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v16.2.5 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.5 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-19_23:17:02 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2024-01-21T10:17:45.925 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa; will attempt to use it 2024-01-21T10:17:45.926 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks 2024-01-21T10:17:45.926 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-21T10:17:45.927 INFO:teuthology.task.internal:Checking packages... 2024-01-21T10:17:45.950 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec' 2024-01-21T10:17:45.950 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-21T10:17:45.950 INFO:teuthology.packaging:ref: None 2024-01-21T10:17:45.950 INFO:teuthology.packaging:tag: None 2024-01-21T10:17:45.950 INFO:teuthology.packaging:branch: wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T10:17:45.950 INFO:teuthology.packaging:sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T10:17:45.950 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T10:17:46.096 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454.gea310589 2024-01-21T10:17:46.097 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-21T10:17:46.103 INFO:teuthology.task.internal:no buildpackages task found 2024-01-21T10:17:46.104 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-21T10:17:46.135 INFO:teuthology.task.internal:Saving configuration 2024-01-21T10:17:46.148 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-21T10:17:46.154 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T10:17:46.177 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi089.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524408', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 10:12:22.693323', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBK+Qz46FXVRUha81AcvuMmRalqF9D9xpScnU7BOVV8ptTzxIZXslV4fIp+I0nbNluVq0Mdfy7MsJOszTkAFnVI='} 2024-01-21T10:17:46.198 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi178.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524408', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 10:12:22.695009', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFfGD0rVfnRvfvI1LNH4lhEC9NWbmfgJh+utXbpz18exH0zz0bwGKWuG7rrnNwQc6rv1ckq3T3tFwQr+XrooJuI='} 2024-01-21T10:17:46.198 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-21T10:17:46.205 INFO:teuthology.task.internal:roles: ubuntu@smithi089.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-01-21T10:17:46.205 INFO:teuthology.task.internal:roles: ubuntu@smithi178.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-01-21T10:17:46.205 INFO:teuthology.run_tasks:Running task console_log... 2024-01-21T10:17:46.275 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f388a92ff70>, signals=[15]) 2024-01-21T10:17:46.275 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-21T10:17:46.281 INFO:teuthology.task.internal:Opening connections... 2024-01-21T10:17:46.281 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi089.front.sepia.ceph.com 2024-01-21T10:17:46.283 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T10:17:46.372 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi178.front.sepia.ceph.com 2024-01-21T10:17:46.373 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T10:17:46.454 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-21T10:17:46.462 DEBUG:teuthology.orchestra.run.smithi089:> uname -m 2024-01-21T10:17:46.485 INFO:teuthology.orchestra.run.smithi089.stdout:x86_64 2024-01-21T10:17:46.485 DEBUG:teuthology.orchestra.run.smithi089:> cat /etc/os-release 2024-01-21T10:17:46.546 INFO:teuthology.orchestra.run.smithi089.stdout:NAME="CentOS Stream" 2024-01-21T10:17:46.546 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION="8" 2024-01-21T10:17:46.546 INFO:teuthology.orchestra.run.smithi089.stdout:ID="centos" 2024-01-21T10:17:46.546 INFO:teuthology.orchestra.run.smithi089.stdout:ID_LIKE="rhel fedora" 2024-01-21T10:17:46.546 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION_ID="8" 2024-01-21T10:17:46.546 INFO:teuthology.orchestra.run.smithi089.stdout:PLATFORM_ID="platform:el8" 2024-01-21T10:17:46.546 INFO:teuthology.orchestra.run.smithi089.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-21T10:17:46.546 INFO:teuthology.orchestra.run.smithi089.stdout:ANSI_COLOR="0;31" 2024-01-21T10:17:46.546 INFO:teuthology.orchestra.run.smithi089.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-21T10:17:46.546 INFO:teuthology.orchestra.run.smithi089.stdout:HOME_URL="https://centos.org/" 2024-01-21T10:17:46.546 INFO:teuthology.orchestra.run.smithi089.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-21T10:17:46.546 INFO:teuthology.orchestra.run.smithi089.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-21T10:17:46.547 INFO:teuthology.orchestra.run.smithi089.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-21T10:17:46.547 INFO:teuthology.lock.ops:Updating smithi089.front.sepia.ceph.com on lock server 2024-01-21T10:17:46.578 DEBUG:teuthology.orchestra.run.smithi178:> uname -m 2024-01-21T10:17:46.600 INFO:teuthology.orchestra.run.smithi178.stdout:x86_64 2024-01-21T10:17:46.600 DEBUG:teuthology.orchestra.run.smithi178:> cat /etc/os-release 2024-01-21T10:17:46.662 INFO:teuthology.orchestra.run.smithi178.stdout:NAME="CentOS Stream" 2024-01-21T10:17:46.662 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION="8" 2024-01-21T10:17:46.662 INFO:teuthology.orchestra.run.smithi178.stdout:ID="centos" 2024-01-21T10:17:46.662 INFO:teuthology.orchestra.run.smithi178.stdout:ID_LIKE="rhel fedora" 2024-01-21T10:17:46.662 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION_ID="8" 2024-01-21T10:17:46.662 INFO:teuthology.orchestra.run.smithi178.stdout:PLATFORM_ID="platform:el8" 2024-01-21T10:17:46.662 INFO:teuthology.orchestra.run.smithi178.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-21T10:17:46.662 INFO:teuthology.orchestra.run.smithi178.stdout:ANSI_COLOR="0;31" 2024-01-21T10:17:46.662 INFO:teuthology.orchestra.run.smithi178.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-21T10:17:46.662 INFO:teuthology.orchestra.run.smithi178.stdout:HOME_URL="https://centos.org/" 2024-01-21T10:17:46.662 INFO:teuthology.orchestra.run.smithi178.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-21T10:17:46.662 INFO:teuthology.orchestra.run.smithi178.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-21T10:17:46.662 INFO:teuthology.orchestra.run.smithi178.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-21T10:17:46.663 INFO:teuthology.lock.ops:Updating smithi178.front.sepia.ceph.com on lock server 2024-01-21T10:17:46.710 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-21T10:17:46.718 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-21T10:17:46.723 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-21T10:17:46.724 DEBUG:teuthology.orchestra.run.smithi089:> test '!' -e /home/ubuntu/cephtest 2024-01-21T10:17:46.727 DEBUG:teuthology.orchestra.run.smithi178:> test '!' -e /home/ubuntu/cephtest 2024-01-21T10:17:46.747 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-21T10:17:46.754 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-21T10:17:46.754 DEBUG:teuthology.orchestra.run.smithi089:> test -z $(ls -A /var/lib/ceph) 2024-01-21T10:17:46.787 DEBUG:teuthology.orchestra.run.smithi178:> test -z $(ls -A /var/lib/ceph) 2024-01-21T10:17:46.824 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-21T10:17:46.879 INFO:teuthology.run_tasks:Running task kernel... 2024-01-21T10:17:46.895 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-21T10:17:46.896 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-21T10:17:46.896 DEBUG:teuthology.orchestra.run.smithi089:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T10:17:46.896 DEBUG:teuthology.orchestra.run.smithi178:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T10:17:46.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:17:46.917 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-01-21T10:17:46.917 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:17:46.918 DEBUG:teuthology.orchestra.run.smithi178:> uname -r 2024-01-21T10:17:46.977 INFO:teuthology.orchestra.run.smithi089.stdout:4.18.0-489.el8.x86_64 2024-01-21T10:17:46.978 INFO:teuthology.task.kernel:Running kernel on smithi089: 4.18.0-489.el8.x86_64 2024-01-21T10:17:46.978 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum install -y kernel 2024-01-21T10:17:46.979 INFO:teuthology.orchestra.run.smithi178.stdout:4.18.0-489.el8.x86_64 2024-01-21T10:17:46.979 INFO:teuthology.task.kernel:Running kernel on smithi178: 4.18.0-489.el8.x86_64 2024-01-21T10:17:46.979 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum install -y kernel 2024-01-21T10:17:51.522 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 8 - AppStream 14 MB/s | 26 MB 00:01 2024-01-21T10:17:51.790 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 8 - AppStream 12 MB/s | 26 MB 00:02 2024-01-21T10:17:57.363 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 8 - BaseOS 9.8 MB/s | 10 MB 00:01 2024-01-21T10:17:57.691 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 8 - BaseOS 9.2 MB/s | 10 MB 00:01 2024-01-21T10:17:59.581 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 8 - Extras 29 kB/s | 18 kB 00:00 2024-01-21T10:17:59.866 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 8 - Extras 30 kB/s | 18 kB 00:00 2024-01-21T10:17:59.964 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 8 - Extras common packages 25 kB/s | 6.9 kB 00:00 2024-01-21T10:18:00.199 INFO:teuthology.orchestra.run.smithi089.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-01-21T10:18:00.266 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 8 - Extras common packages 24 kB/s | 6.9 kB 00:00 2024-01-21T10:18:00.502 INFO:teuthology.orchestra.run.smithi178.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-01-21T10:18:02.235 INFO:teuthology.orchestra.run.smithi089.stdout:Extra Packages for Enterprise Linux 8.3 MB/s | 16 MB 00:01 2024-01-21T10:18:02.411 INFO:teuthology.orchestra.run.smithi178.stdout:Extra Packages for Enterprise Linux 8.9 MB/s | 16 MB 00:01 2024-01-21T10:18:06.042 INFO:teuthology.orchestra.run.smithi089.stdout:lab-extras 269 kB/s | 24 kB 00:00 2024-01-21T10:18:06.152 INFO:teuthology.orchestra.run.smithi178.stdout:lab-extras 437 kB/s | 24 kB 00:00 2024-01-21T10:18:09.030 INFO:teuthology.orchestra.run.smithi089.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-21T10:18:09.030 INFO:teuthology.orchestra.run.smithi089.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-21T10:18:09.115 INFO:teuthology.orchestra.run.smithi178.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-21T10:18:09.116 INFO:teuthology.orchestra.run.smithi178.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-21T10:18:09.152 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-01-21T10:18:09.153 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-21T10:18:09.153 INFO:teuthology.orchestra.run.smithi089.stdout: Package Architecture Version Repository Size 2024-01-21T10:18:09.153 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-21T10:18:09.153 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-01-21T10:18:09.153 INFO:teuthology.orchestra.run.smithi089.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-21T10:18:09.153 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2024-01-21T10:18:09.154 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-21T10:18:09.154 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-21T10:18:09.154 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-21T10:18:09.154 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-01-21T10:18:09.154 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-21T10:18:09.154 INFO:teuthology.orchestra.run.smithi089.stdout:Install 3 Packages 2024-01-21T10:18:09.154 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-21T10:18:09.154 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 89 M 2024-01-21T10:18:09.155 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 96 M 2024-01-21T10:18:09.155 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-01-21T10:18:09.224 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-01-21T10:18:09.225 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-01-21T10:18:09.225 INFO:teuthology.orchestra.run.smithi178.stdout: Package Architecture Version Repository Size 2024-01-21T10:18:09.225 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-01-21T10:18:09.225 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-01-21T10:18:09.225 INFO:teuthology.orchestra.run.smithi178.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-21T10:18:09.225 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-01-21T10:18:09.225 INFO:teuthology.orchestra.run.smithi178.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-21T10:18:09.225 INFO:teuthology.orchestra.run.smithi178.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-21T10:18:09.225 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:18:09.225 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-01-21T10:18:09.225 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-01-21T10:18:09.225 INFO:teuthology.orchestra.run.smithi178.stdout:Install 3 Packages 2024-01-21T10:18:09.225 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:18:09.226 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 89 M 2024-01-21T10:18:09.226 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 96 M 2024-01-21T10:18:09.226 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-01-21T10:18:10.386 INFO:teuthology.orchestra.run.smithi178.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 9.4 MB/s | 10 MB 00:01 2024-01-21T10:18:10.801 INFO:teuthology.orchestra.run.smithi089.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 7.2 MB/s | 10 MB 00:01 2024-01-21T10:18:12.443 INFO:teuthology.orchestra.run.smithi089.stdout:(2/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 12 MB/s | 36 MB 00:03 2024-01-21T10:18:12.678 INFO:teuthology.orchestra.run.smithi178.stdout:(2/3): kernel-core-4.18.0-535.el8.x86_64.rpm 13 MB/s | 43 MB 00:03 2024-01-21T10:18:13.118 INFO:teuthology.orchestra.run.smithi089.stdout:(3/3): kernel-core-4.18.0-535.el8.x86_64.rpm 12 MB/s | 43 MB 00:03 2024-01-21T10:18:13.119 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-01-21T10:18:13.119 INFO:teuthology.orchestra.run.smithi089.stdout:Total 22 MB/s | 89 MB 00:03 2024-01-21T10:18:13.328 INFO:teuthology.orchestra.run.smithi178.stdout:(3/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 8.9 MB/s | 36 MB 00:04 2024-01-21T10:18:13.329 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-01-21T10:18:13.329 INFO:teuthology.orchestra.run.smithi178.stdout:Total 22 MB/s | 89 MB 00:04 2024-01-21T10:18:13.802 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-01-21T10:18:14.008 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-01-21T10:18:14.220 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-01-21T10:18:14.220 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-01-21T10:18:14.431 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-01-21T10:18:14.431 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-01-21T10:18:15.450 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-01-21T10:18:15.465 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-01-21T10:18:15.674 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-01-21T10:18:15.693 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-01-21T10:18:18.202 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-01-21T10:18:18.451 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-01-21T10:18:18.744 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T10:18:18.939 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T10:18:22.304 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T10:18:22.529 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T10:18:22.801 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T10:18:22.955 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T10:18:26.231 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T10:18:26.388 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T10:18:26.523 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T10:18:26.669 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T10:18:48.380 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-21T10:18:48.403 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T10:18:48.439 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-21T10:18:48.462 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T10:18:48.757 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T10:18:48.757 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-21T10:18:48.757 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-21T10:18:48.809 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T10:18:48.809 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-21T10:18:48.810 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-21T10:18:49.294 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T10:18:49.295 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:18:49.295 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-01-21T10:18:49.295 INFO:teuthology.orchestra.run.smithi178.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-21T10:18:49.295 INFO:teuthology.orchestra.run.smithi178.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-21T10:18:49.295 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:18:49.295 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-01-21T10:18:49.382 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T10:18:49.382 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-21T10:18:49.383 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-01-21T10:18:49.383 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-21T10:18:49.383 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-21T10:18:49.383 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-21T10:18:49.383 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-01-21T10:18:49.472 DEBUG:teuthology.orchestra.run.smithi178:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T10:18:49.533 DEBUG:teuthology.orchestra.run.smithi089:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T10:18:49.692 INFO:teuthology.orchestra.run.smithi178.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T10:18:49.692 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T10:18:49.692 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-21T10:18:49.692 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-21T10:18:49.692 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-21T10:18:49.692 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-21T10:18:49.692 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi178.front.sepia.ceph.com, path=None, version=distro) 2024-01-21T10:18:49.693 DEBUG:teuthology.orchestra.run.smithi178:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T10:18:49.750 INFO:teuthology.orchestra.run.smithi089.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T10:18:49.751 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T10:18:49.751 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-21T10:18:49.751 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-21T10:18:49.751 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-21T10:18:49.751 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-21T10:18:49.751 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi089.front.sepia.ceph.com, path=None, version=distro) 2024-01-21T10:18:49.751 DEBUG:teuthology.orchestra.run.smithi089:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T10:18:49.903 INFO:teuthology.orchestra.run.smithi178.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T10:18:49.903 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T10:18:49.903 DEBUG:teuthology.orchestra.run.smithi178:> sudo rpm -qi grub2-tools 2024-01-21T10:18:49.937 INFO:teuthology.orchestra.run.smithi178.stdout:Name : grub2-tools 2024-01-21T10:18:49.937 INFO:teuthology.orchestra.run.smithi178.stdout:Epoch : 1 2024-01-21T10:18:49.937 INFO:teuthology.orchestra.run.smithi178.stdout:Version : 2.02 2024-01-21T10:18:49.937 INFO:teuthology.orchestra.run.smithi178.stdout:Release : 129.el8 2024-01-21T10:18:49.937 INFO:teuthology.orchestra.run.smithi178.stdout:Architecture: x86_64 2024-01-21T10:18:49.937 INFO:teuthology.orchestra.run.smithi178.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-21T10:18:49.938 INFO:teuthology.orchestra.run.smithi178.stdout:Group : System Environment/Base 2024-01-21T10:18:49.938 INFO:teuthology.orchestra.run.smithi178.stdout:Size : 9265586 2024-01-21T10:18:49.938 INFO:teuthology.orchestra.run.smithi178.stdout:License : GPLv3+ 2024-01-21T10:18:49.938 INFO:teuthology.orchestra.run.smithi178.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-21T10:18:49.938 INFO:teuthology.orchestra.run.smithi178.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-21T10:18:49.938 INFO:teuthology.orchestra.run.smithi178.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-21T10:18:49.938 INFO:teuthology.orchestra.run.smithi178.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-21T10:18:49.938 INFO:teuthology.orchestra.run.smithi178.stdout:Relocations : (not relocatable) 2024-01-21T10:18:49.938 INFO:teuthology.orchestra.run.smithi178.stdout:Packager : CentOS BuildSystem 2024-01-21T10:18:49.938 INFO:teuthology.orchestra.run.smithi178.stdout:Vendor : CentOS 2024-01-21T10:18:49.938 INFO:teuthology.orchestra.run.smithi178.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-21T10:18:49.938 INFO:teuthology.orchestra.run.smithi178.stdout:Summary : Support tools for GRUB. 2024-01-21T10:18:49.938 INFO:teuthology.orchestra.run.smithi178.stdout:Description : 2024-01-21T10:18:49.938 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:18:49.938 INFO:teuthology.orchestra.run.smithi178.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-21T10:18:49.938 INFO:teuthology.orchestra.run.smithi178.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-21T10:18:49.939 INFO:teuthology.orchestra.run.smithi178.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-21T10:18:49.939 INFO:teuthology.orchestra.run.smithi178.stdout:hardware devices. 2024-01-21T10:18:49.939 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:18:49.939 INFO:teuthology.orchestra.run.smithi178.stdout:This subpackage provides tools for support of all platforms. 2024-01-21T10:18:49.939 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-21T10:18:49.940 INFO:teuthology.task.kernel:Updating grub on smithi178 to boot 4.18.0-535.el8.x86_64 2024-01-21T10:18:49.940 DEBUG:teuthology.orchestra.run.smithi178:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-21T10:18:49.960 INFO:teuthology.orchestra.run.smithi089.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T10:18:49.960 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T10:18:49.960 DEBUG:teuthology.orchestra.run.smithi089:> sudo rpm -qi grub2-tools 2024-01-21T10:18:49.994 INFO:teuthology.orchestra.run.smithi089.stdout:Name : grub2-tools 2024-01-21T10:18:49.994 INFO:teuthology.orchestra.run.smithi089.stdout:Epoch : 1 2024-01-21T10:18:49.994 INFO:teuthology.orchestra.run.smithi089.stdout:Version : 2.02 2024-01-21T10:18:49.994 INFO:teuthology.orchestra.run.smithi089.stdout:Release : 129.el8 2024-01-21T10:18:49.994 INFO:teuthology.orchestra.run.smithi089.stdout:Architecture: x86_64 2024-01-21T10:18:49.994 INFO:teuthology.orchestra.run.smithi089.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-21T10:18:49.994 INFO:teuthology.orchestra.run.smithi089.stdout:Group : System Environment/Base 2024-01-21T10:18:49.994 INFO:teuthology.orchestra.run.smithi089.stdout:Size : 9265586 2024-01-21T10:18:49.994 INFO:teuthology.orchestra.run.smithi089.stdout:License : GPLv3+ 2024-01-21T10:18:49.994 INFO:teuthology.orchestra.run.smithi089.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-21T10:18:49.994 INFO:teuthology.orchestra.run.smithi089.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-21T10:18:49.994 INFO:teuthology.orchestra.run.smithi089.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-21T10:18:49.994 INFO:teuthology.orchestra.run.smithi089.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-21T10:18:49.995 INFO:teuthology.orchestra.run.smithi089.stdout:Relocations : (not relocatable) 2024-01-21T10:18:49.995 INFO:teuthology.orchestra.run.smithi089.stdout:Packager : CentOS BuildSystem 2024-01-21T10:18:49.995 INFO:teuthology.orchestra.run.smithi089.stdout:Vendor : CentOS 2024-01-21T10:18:49.995 INFO:teuthology.orchestra.run.smithi089.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-21T10:18:49.995 INFO:teuthology.orchestra.run.smithi089.stdout:Summary : Support tools for GRUB. 2024-01-21T10:18:49.995 INFO:teuthology.orchestra.run.smithi089.stdout:Description : 2024-01-21T10:18:49.995 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-21T10:18:49.995 INFO:teuthology.orchestra.run.smithi089.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-21T10:18:49.995 INFO:teuthology.orchestra.run.smithi089.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-21T10:18:49.995 INFO:teuthology.orchestra.run.smithi089.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-21T10:18:49.995 INFO:teuthology.orchestra.run.smithi089.stdout:hardware devices. 2024-01-21T10:18:49.995 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-21T10:18:49.995 INFO:teuthology.orchestra.run.smithi089.stdout:This subpackage provides tools for support of all platforms. 2024-01-21T10:18:49.996 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-21T10:18:49.996 INFO:teuthology.task.kernel:Updating grub on smithi089 to boot 4.18.0-535.el8.x86_64 2024-01-21T10:18:49.996 DEBUG:teuthology.orchestra.run.smithi089:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-21T10:18:51.370 INFO:teuthology.orchestra.run.smithi089.stderr:Generating grub configuration file ... 2024-01-21T10:18:51.653 INFO:teuthology.orchestra.run.smithi178.stderr:Generating grub configuration file ... 2024-01-21T10:18:53.486 INFO:teuthology.orchestra.run.smithi089.stderr:done 2024-01-21T10:18:53.488 DEBUG:teuthology.orchestra.run.smithi089:> mktemp 2024-01-21T10:18:53.521 INFO:teuthology.orchestra.run.smithi089.stdout:/tmp/tmp.1u80U9IDei 2024-01-21T10:18:53.521 DEBUG:teuthology.orchestra.run.smithi089:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.1u80U9IDei 2024-01-21T10:18:53.594 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 0666 /tmp/tmp.1u80U9IDei 2024-01-21T10:18:53.736 DEBUG:teuthology.orchestra.remote:smithi089:/tmp/tmp.1u80U9IDei is 6KB 2024-01-21T10:18:53.784 DEBUG:teuthology.orchestra.run.smithi089:> rm -fr /tmp/tmp.1u80U9IDei 2024-01-21T10:18:53.801 DEBUG:teuthology.orchestra.run.smithi089:> sudo /bin/ls /boot/loader/entries || true 2024-01-21T10:18:53.838 INFO:teuthology.orchestra.run.smithi178.stderr:done 2024-01-21T10:18:53.840 DEBUG:teuthology.orchestra.run.smithi178:> mktemp 2024-01-21T10:18:53.867 INFO:teuthology.orchestra.run.smithi178.stdout:/tmp/tmp.scXbZQ87Mg 2024-01-21T10:18:53.868 DEBUG:teuthology.orchestra.run.smithi178:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.scXbZQ87Mg 2024-01-21T10:18:53.870 INFO:teuthology.orchestra.run.smithi089.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-21T10:18:53.870 INFO:teuthology.orchestra.run.smithi089.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-21T10:18:53.870 INFO:teuthology.orchestra.run.smithi089.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-21T10:18:53.870 INFO:teuthology.orchestra.run.smithi089.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-21T10:18:53.871 DEBUG:teuthology.orchestra.run.smithi089:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-21T10:18:53.941 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod 0666 /tmp/tmp.scXbZQ87Mg 2024-01-21T10:18:54.039 DEBUG:teuthology.orchestra.run.smithi089:> sudo shutdown -r now 2024-01-21T10:18:54.095 DEBUG:teuthology.orchestra.remote:smithi178:/tmp/tmp.scXbZQ87Mg is 6KB 2024-01-21T10:18:54.142 DEBUG:teuthology.orchestra.run.smithi178:> rm -fr /tmp/tmp.scXbZQ87Mg 2024-01-21T10:18:54.159 DEBUG:teuthology.orchestra.run.smithi178:> sudo /bin/ls /boot/loader/entries || true 2024-01-21T10:18:54.224 INFO:teuthology.orchestra.run.smithi178.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-21T10:18:54.224 INFO:teuthology.orchestra.run.smithi178.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-21T10:18:54.225 INFO:teuthology.orchestra.run.smithi178.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-21T10:18:54.225 INFO:teuthology.orchestra.run.smithi178.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-21T10:18:54.226 DEBUG:teuthology.orchestra.run.smithi178:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-21T10:18:54.387 DEBUG:teuthology.orchestra.run.smithi178:> sudo shutdown -r now 2024-01-21T10:19:24.071 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-21T10:19:24.071 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-01-21T10:19:24.072 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T10:19:24.390 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-21T10:19:24.391 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-01-21T10:19:24.391 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T10:19:58.908 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.178 2024-01-21T10:20:07.917 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-01-21T10:20:07.918 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T10:20:24.088 DEBUG:teuthology.orchestra.remote:timed out 2024-01-21T10:20:26.300 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.178 2024-01-21T10:20:33.096 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-01-21T10:20:33.097 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T10:20:33.739 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-01-21T10:20:33.987 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-01-21T10:20:33.987 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-535.el8.x86_64"... 2024-01-21T10:20:33.988 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-01-21T10:20:34.004 INFO:teuthology.orchestra.run.smithi089.stdout:4.18.0-535.el8.x86_64 2024-01-21T10:20:34.004 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-21T10:20:34.004 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-21T10:20:34.004 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-21T10:20:35.005 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-21T10:20:35.005 DEBUG:teuthology.orchestra.run.smithi089:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T10:20:35.077 INFO:teuthology.orchestra.run.smithi089.stdout:ttyS1 2024-01-21T10:20:35.090 DEBUG:teuthology.parallel:result is None 2024-01-21T10:20:38.301 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-01-21T10:20:38.301 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T10:20:41.372 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.178 2024-01-21T10:20:56.373 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-01-21T10:20:56.373 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T10:20:56.756 DEBUG:teuthology.orchestra.run.smithi178:> true 2024-01-21T10:20:57.037 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-01-21T10:20:57.037 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-535.el8.x86_64"... 2024-01-21T10:20:57.037 DEBUG:teuthology.orchestra.run.smithi178:> uname -r 2024-01-21T10:20:57.056 INFO:teuthology.orchestra.run.smithi178.stdout:4.18.0-535.el8.x86_64 2024-01-21T10:20:57.056 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-21T10:20:57.056 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-21T10:20:57.056 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-21T10:20:58.057 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-21T10:20:58.057 DEBUG:teuthology.orchestra.run.smithi178:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T10:20:58.127 INFO:teuthology.orchestra.run.smithi178.stdout:ttyS1 2024-01-21T10:20:58.140 DEBUG:teuthology.parallel:result is None 2024-01-21T10:20:58.141 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-21T10:20:58.151 INFO:teuthology.task.internal:Creating test directory... 2024-01-21T10:20:58.151 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T10:20:58.154 DEBUG:teuthology.orchestra.run.smithi178:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T10:20:58.176 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-21T10:20:58.187 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-21T10:20:58.201 INFO:teuthology.task.internal:Creating archive directory... 2024-01-21T10:20:58.201 DEBUG:teuthology.orchestra.run.smithi089:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T10:20:58.219 DEBUG:teuthology.orchestra.run.smithi178:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T10:20:58.252 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-21T10:20:58.263 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-21T10:20:58.263 DEBUG:teuthology.orchestra.run.smithi089:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-21T10:20:58.289 DEBUG:teuthology.orchestra.run.smithi178:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-21T10:20:58.324 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T10:20:58.327 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T10:20:58.334 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T10:20:58.338 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T10:20:58.340 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-21T10:20:58.351 INFO:teuthology.task.internal:Configuring sudo... 2024-01-21T10:20:58.351 DEBUG:teuthology.orchestra.run.smithi089:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T10:20:58.383 DEBUG:teuthology.orchestra.run.smithi178:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T10:20:58.412 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-21T10:20:58.423 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-21T10:20:58.423 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T10:20:58.452 DEBUG:teuthology.orchestra.run.smithi178:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T10:20:58.470 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T10:20:58.552 DEBUG:teuthology.orchestra.run.smithi089:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T10:20:58.604 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T10:20:58.688 DEBUG:teuthology.orchestra.run.smithi089:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T10:20:58.729 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-21T10:20:58.729 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T10:20:58.795 DEBUG:teuthology.orchestra.run.smithi178:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T10:20:58.838 DEBUG:teuthology.orchestra.run.smithi178:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T10:20:58.894 DEBUG:teuthology.orchestra.run.smithi178:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T10:20:58.980 DEBUG:teuthology.orchestra.run.smithi178:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T10:20:59.027 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-01-21T10:20:59.027 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T10:20:59.097 DEBUG:teuthology.orchestra.run.smithi089:> sudo service rsyslog restart 2024-01-21T10:20:59.099 DEBUG:teuthology.orchestra.run.smithi178:> sudo service rsyslog restart 2024-01-21T10:20:59.167 INFO:teuthology.orchestra.run.smithi089.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T10:20:59.193 INFO:teuthology.orchestra.run.smithi178.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T10:20:59.635 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-21T10:20:59.643 INFO:teuthology.task.internal:Starting timer... 2024-01-21T10:20:59.643 INFO:teuthology.run_tasks:Running task pcp... 2024-01-21T10:20:59.658 INFO:teuthology.run_tasks:Running task selinux... 2024-01-21T10:20:59.669 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-21T10:20:59.669 DEBUG:teuthology.orchestra.run.smithi089:> sudo service auditd rotate 2024-01-21T10:20:59.788 INFO:teuthology.orchestra.run.smithi089.stdout:Rotating logs: 2024-01-21T10:20:59.789 DEBUG:teuthology.orchestra.run.smithi178:> sudo service auditd rotate 2024-01-21T10:20:59.867 INFO:teuthology.orchestra.run.smithi178.stdout:Rotating logs: 2024-01-21T10:20:59.869 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-21T10:20:59.869 DEBUG:teuthology.orchestra.run.smithi089:> /usr/sbin/getenforce 2024-01-21T10:20:59.924 INFO:teuthology.orchestra.run.smithi089.stdout:Permissive 2024-01-21T10:20:59.925 DEBUG:teuthology.orchestra.run.smithi178:> /usr/sbin/getenforce 2024-01-21T10:20:59.949 INFO:teuthology.orchestra.run.smithi178.stdout:Permissive 2024-01-21T10:20:59.949 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi089.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi178.front.sepia.ceph.com': 'permissive'} 2024-01-21T10:20:59.949 DEBUG:teuthology.orchestra.run.smithi089:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-21T10:20:59.977 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:20:59.978 DEBUG:teuthology.orchestra.run.smithi178:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-21T10:21:00.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:21:00.020 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-21T10:21:00.020 DEBUG:teuthology.orchestra.run.smithi089:> sudo /usr/sbin/setenforce permissive 2024-01-21T10:21:00.047 DEBUG:teuthology.orchestra.run.smithi178:> sudo /usr/sbin/setenforce permissive 2024-01-21T10:21:00.087 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-21T10:21:00.100 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-01-21T10:21:00.107 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-01-21T10:21:00.257 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-21T10:21:00.270 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-01-21T10:21:00.271 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi089.front.sepia.ceph.com,smithi178.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-21T10:26:35.606 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi089.front.sepia.ceph.com'), Remote(name='ubuntu@smithi178.front.sepia.ceph.com')] 2024-01-21T10:26:35.607 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-01-21T10:26:35.608 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T10:26:35.683 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-01-21T10:26:35.710 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-01-21T10:26:35.710 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-01-21T10:26:35.710 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T10:26:35.789 DEBUG:teuthology.orchestra.run.smithi178:> true 2024-01-21T10:26:35.858 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-01-21T10:26:35.858 INFO:teuthology.run_tasks:Running task clock... 2024-01-21T10:26:35.870 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-21T10:26:35.870 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T10:26:35.870 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T10:26:35.873 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T10:26:35.873 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T10:26:35.903 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-21T10:26:35.917 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-21T10:26:35.929 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-21T10:26:35.943 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-21T10:26:35.986 INFO:teuthology.orchestra.run.smithi089.stderr:sudo: ntpd: command not found 2024-01-21T10:26:35.997 INFO:teuthology.orchestra.run.smithi089.stdout:506 Cannot talk to daemon 2024-01-21T10:26:36.010 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-21T10:26:36.014 INFO:teuthology.orchestra.run.smithi178.stderr:sudo: ntpd: command not found 2024-01-21T10:26:36.023 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-21T10:26:36.025 INFO:teuthology.orchestra.run.smithi178.stdout:506 Cannot talk to daemon 2024-01-21T10:26:36.039 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-21T10:26:36.052 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-21T10:26:36.094 INFO:teuthology.orchestra.run.smithi089.stderr:bash: ntpq: command not found 2024-01-21T10:26:36.097 INFO:teuthology.orchestra.run.smithi089.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T10:26:36.097 INFO:teuthology.orchestra.run.smithi089.stdout:=============================================================================== 2024-01-21T10:26:36.097 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T10:26:36.097 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T10:26:36.097 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T10:26:36.097 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T10:26:36.120 INFO:teuthology.orchestra.run.smithi178.stderr:bash: ntpq: command not found 2024-01-21T10:26:36.123 INFO:teuthology.orchestra.run.smithi178.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T10:26:36.123 INFO:teuthology.orchestra.run.smithi178.stdout:=============================================================================== 2024-01-21T10:26:36.123 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T10:26:36.123 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T10:26:36.124 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T10:26:36.124 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T10:26:36.125 INFO:teuthology.run_tasks:Running task pexec... 2024-01-21T10:26:36.133 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-21T10:26:36.134 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi089.front.sepia.ceph.com 2024-01-21T10:26:36.134 DEBUG:teuthology.orchestra.run.smithi089:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-21T10:26:36.134 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi178.front.sepia.ceph.com 2024-01-21T10:26:36.134 DEBUG:teuthology.orchestra.run.smithi178:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-21T10:26:36.892 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:21 ago on Sun 21 Jan 2024 10:25:15 AM UTC. 2024-01-21T10:26:36.918 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:21 ago on Sun 21 Jan 2024 10:25:15 AM UTC. 2024-01-21T10:26:38.827 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-01-21T10:26:38.828 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-21T10:26:38.828 INFO:teuthology.orchestra.run.smithi089.stdout: Package Architecture Version Repository Size 2024-01-21T10:26:38.828 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-21T10:26:38.828 INFO:teuthology.orchestra.run.smithi089.stdout:Resetting modules: 2024-01-21T10:26:38.828 INFO:teuthology.orchestra.run.smithi089.stdout: container-tools 2024-01-21T10:26:38.829 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-21T10:26:38.829 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-01-21T10:26:38.829 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-21T10:26:38.829 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-21T10:26:38.863 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-01-21T10:26:38.864 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-01-21T10:26:38.864 INFO:teuthology.orchestra.run.smithi178.stdout: Package Architecture Version Repository Size 2024-01-21T10:26:38.864 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-01-21T10:26:38.864 INFO:teuthology.orchestra.run.smithi178.stdout:Resetting modules: 2024-01-21T10:26:38.865 INFO:teuthology.orchestra.run.smithi178.stdout: container-tools 2024-01-21T10:26:38.865 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:26:38.865 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-01-21T10:26:38.865 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-01-21T10:26:38.865 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:26:39.087 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-01-21T10:26:39.125 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-01-21T10:26:39.899 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:24 ago on Sun 21 Jan 2024 10:25:15 AM UTC. 2024-01-21T10:26:39.962 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:24 ago on Sun 21 Jan 2024 10:25:15 AM UTC. 2024-01-21T10:26:41.837 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-01-21T10:26:41.874 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-21T10:26:41.874 INFO:teuthology.orchestra.run.smithi089.stdout: Package Arch Version Repository Size 2024-01-21T10:26:41.874 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-21T10:26:41.874 INFO:teuthology.orchestra.run.smithi089.stdout:Installing group/module packages: 2024-01-21T10:26:41.874 INFO:teuthology.orchestra.run.smithi089.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-21T10:26:41.874 INFO:teuthology.orchestra.run.smithi089.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-21T10:26:41.874 INFO:teuthology.orchestra.run.smithi089.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-21T10:26:41.874 INFO:teuthology.orchestra.run.smithi089.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-21T10:26:41.874 INFO:teuthology.orchestra.run.smithi089.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-21T10:26:41.874 INFO:teuthology.orchestra.run.smithi089.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-21T10:26:41.874 INFO:teuthology.orchestra.run.smithi089.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-21T10:26:41.874 INFO:teuthology.orchestra.run.smithi089.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-21T10:26:41.875 INFO:teuthology.orchestra.run.smithi089.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-21T10:26:41.875 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2024-01-21T10:26:41.875 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-21T10:26:41.875 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-21T10:26:41.875 INFO:teuthology.orchestra.run.smithi089.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-21T10:26:41.875 INFO:teuthology.orchestra.run.smithi089.stdout:Installing weak dependencies: 2024-01-21T10:26:41.875 INFO:teuthology.orchestra.run.smithi089.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-21T10:26:41.875 INFO:teuthology.orchestra.run.smithi089.stdout:Installing module profiles: 2024-01-21T10:26:41.875 INFO:teuthology.orchestra.run.smithi089.stdout: container-tools/common 2024-01-21T10:26:41.875 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-21T10:26:41.875 INFO:teuthology.orchestra.run.smithi089.stdout:Enabling module streams: 2024-01-21T10:26:41.875 INFO:teuthology.orchestra.run.smithi089.stdout: container-tools rhel8 2024-01-21T10:26:41.875 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-21T10:26:41.875 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-01-21T10:26:41.876 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-21T10:26:41.876 INFO:teuthology.orchestra.run.smithi089.stdout:Install 13 Packages 2024-01-21T10:26:41.876 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-21T10:26:41.876 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 27 M 2024-01-21T10:26:41.876 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 89 M 2024-01-21T10:26:41.876 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-01-21T10:26:41.900 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-01-21T10:26:41.935 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-01-21T10:26:41.935 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2024-01-21T10:26:41.935 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-01-21T10:26:41.935 INFO:teuthology.orchestra.run.smithi178.stdout:Installing group/module packages: 2024-01-21T10:26:41.936 INFO:teuthology.orchestra.run.smithi178.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-21T10:26:41.936 INFO:teuthology.orchestra.run.smithi178.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-21T10:26:41.936 INFO:teuthology.orchestra.run.smithi178.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-21T10:26:41.936 INFO:teuthology.orchestra.run.smithi178.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-21T10:26:41.936 INFO:teuthology.orchestra.run.smithi178.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-21T10:26:41.936 INFO:teuthology.orchestra.run.smithi178.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-21T10:26:41.936 INFO:teuthology.orchestra.run.smithi178.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-21T10:26:41.936 INFO:teuthology.orchestra.run.smithi178.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-21T10:26:41.936 INFO:teuthology.orchestra.run.smithi178.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-21T10:26:41.936 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-01-21T10:26:41.936 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-21T10:26:41.936 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-21T10:26:41.936 INFO:teuthology.orchestra.run.smithi178.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-21T10:26:41.936 INFO:teuthology.orchestra.run.smithi178.stdout:Installing weak dependencies: 2024-01-21T10:26:41.936 INFO:teuthology.orchestra.run.smithi178.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-21T10:26:41.937 INFO:teuthology.orchestra.run.smithi178.stdout:Installing module profiles: 2024-01-21T10:26:41.937 INFO:teuthology.orchestra.run.smithi178.stdout: container-tools/common 2024-01-21T10:26:41.937 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:26:41.937 INFO:teuthology.orchestra.run.smithi178.stdout:Enabling module streams: 2024-01-21T10:26:41.937 INFO:teuthology.orchestra.run.smithi178.stdout: container-tools rhel8 2024-01-21T10:26:41.937 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:26:41.937 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-01-21T10:26:41.937 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-01-21T10:26:41.937 INFO:teuthology.orchestra.run.smithi178.stdout:Install 13 Packages 2024-01-21T10:26:41.937 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:26:41.938 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 27 M 2024-01-21T10:26:41.938 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 89 M 2024-01-21T10:26:41.938 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-01-21T10:26:42.601 INFO:teuthology.orchestra.run.smithi089.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.1 MB/s | 750 kB 00:00 2024-01-21T10:26:42.634 INFO:teuthology.orchestra.run.smithi089.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.4 MB/s | 1.0 MB 00:00 2024-01-21T10:26:42.680 INFO:teuthology.orchestra.run.smithi178.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.0 MB/s | 750 kB 00:00 2024-01-21T10:26:42.701 INFO:teuthology.orchestra.run.smithi089.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 377 kB/s | 38 kB 00:00 2024-01-21T10:26:42.712 INFO:teuthology.orchestra.run.smithi178.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.4 MB/s | 1.0 MB 00:00 2024-01-21T10:26:42.752 INFO:teuthology.orchestra.run.smithi089.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.0 MB/s | 241 kB 00:00 2024-01-21T10:26:42.787 INFO:teuthology.orchestra.run.smithi178.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 354 kB/s | 38 kB 00:00 2024-01-21T10:26:42.829 INFO:teuthology.orchestra.run.smithi178.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.0 MB/s | 241 kB 00:00 2024-01-21T10:26:42.868 INFO:teuthology.orchestra.run.smithi089.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.5 MB/s | 178 kB 00:00 2024-01-21T10:26:42.938 INFO:teuthology.orchestra.run.smithi178.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.6 MB/s | 178 kB 00:00 2024-01-21T10:26:43.038 INFO:teuthology.orchestra.run.smithi178.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 247 kB/s | 25 kB 00:00 2024-01-21T10:26:43.060 INFO:teuthology.orchestra.run.smithi089.stdout:(6/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 8.4 MB/s | 9.6 MB 00:01 2024-01-21T10:26:43.086 INFO:teuthology.orchestra.run.smithi089.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 114 kB/s | 25 kB 00:00 2024-01-21T10:26:43.147 INFO:teuthology.orchestra.run.smithi178.stdout:(7/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 8.2 MB/s | 9.6 MB 00:01 2024-01-21T10:26:43.161 INFO:teuthology.orchestra.run.smithi089.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 8.5 MB/s | 3.9 MB 00:00 2024-01-21T10:26:43.181 INFO:teuthology.orchestra.run.smithi178.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 662 kB/s | 94 kB 00:00 2024-01-21T10:26:43.186 INFO:teuthology.orchestra.run.smithi089.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 748 kB/s | 94 kB 00:00 2024-01-21T10:26:43.247 INFO:teuthology.orchestra.run.smithi178.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 8.5 MB/s | 3.9 MB 00:00 2024-01-21T10:26:43.295 INFO:teuthology.orchestra.run.smithi089.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 485 kB/s | 53 kB 00:00 2024-01-21T10:26:43.345 INFO:teuthology.orchestra.run.smithi089.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 14 MB/s | 2.5 MB 00:00 2024-01-21T10:26:43.348 INFO:teuthology.orchestra.run.smithi178.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 525 kB/s | 53 kB 00:00 2024-01-21T10:26:43.387 INFO:teuthology.orchestra.run.smithi089.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 445 kB/s | 41 kB 00:00 2024-01-21T10:26:43.448 INFO:teuthology.orchestra.run.smithi178.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 2024-01-21T10:26:43.507 INFO:teuthology.orchestra.run.smithi178.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 7.8 MB/s | 2.5 MB 00:00 2024-01-21T10:26:43.538 INFO:teuthology.orchestra.run.smithi089.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 18 MB/s | 8.1 MB 00:00 2024-01-21T10:26:43.538 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-01-21T10:26:43.538 INFO:teuthology.orchestra.run.smithi089.stdout:Total 16 MB/s | 27 MB 00:01 2024-01-21T10:26:43.624 INFO:teuthology.orchestra.run.smithi178.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 17 MB/s | 8.1 MB 00:00 2024-01-21T10:26:43.624 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-01-21T10:26:43.624 INFO:teuthology.orchestra.run.smithi178.stdout:Total 16 MB/s | 27 MB 00:01 2024-01-21T10:26:43.802 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-01-21T10:26:43.823 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-01-21T10:26:43.823 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-01-21T10:26:43.889 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-01-21T10:26:43.910 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-01-21T10:26:43.911 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-01-21T10:26:44.099 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-01-21T10:26:44.102 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-01-21T10:26:44.172 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-01-21T10:26:44.176 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-01-21T10:26:44.777 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-01-21T10:26:44.866 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-01-21T10:26:44.996 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-21T10:26:45.095 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-21T10:26:45.166 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-21T10:26:45.315 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-21T10:26:45.374 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-21T10:26:45.530 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-21T10:26:45.594 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T10:26:45.760 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T10:26:46.099 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-21T10:26:46.338 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-21T10:26:47.071 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T10:26:47.312 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-21T10:26:47.333 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T10:26:47.507 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-21T10:26:47.565 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-21T10:26:47.787 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-21T10:26:47.801 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-21T10:26:48.086 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-21T10:26:48.178 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-21T10:26:48.495 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-21T10:26:49.073 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T10:26:49.316 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-21T10:26:49.416 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T10:26:49.498 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T10:26:49.670 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-21T10:26:49.864 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T10:26:49.907 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T10:26:49.907 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-21T10:26:49.907 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-21T10:26:49.907 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-21T10:26:49.908 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T10:26:49.908 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-21T10:26:49.908 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T10:26:49.908 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-21T10:26:49.908 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-21T10:26:49.909 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-21T10:26:49.909 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-21T10:26:49.909 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T10:26:49.909 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-21T10:26:50.294 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T10:26:50.294 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-21T10:26:50.294 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-21T10:26:50.295 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-21T10:26:50.295 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T10:26:50.295 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-21T10:26:50.295 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T10:26:50.295 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-21T10:26:50.295 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-21T10:26:50.295 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-21T10:26:50.295 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-21T10:26:50.295 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T10:26:50.295 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-21T10:26:50.472 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-21T10:26:50.472 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-21T10:26:50.472 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-01-21T10:26:50.472 INFO:teuthology.orchestra.run.smithi089.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T10:26:50.472 INFO:teuthology.orchestra.run.smithi089.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T10:26:50.472 INFO:teuthology.orchestra.run.smithi089.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-21T10:26:50.472 INFO:teuthology.orchestra.run.smithi089.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-21T10:26:50.472 INFO:teuthology.orchestra.run.smithi089.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T10:26:50.473 INFO:teuthology.orchestra.run.smithi089.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-21T10:26:50.473 INFO:teuthology.orchestra.run.smithi089.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-21T10:26:50.473 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-21T10:26:50.473 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-21T10:26:50.473 INFO:teuthology.orchestra.run.smithi089.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T10:26:50.473 INFO:teuthology.orchestra.run.smithi089.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-21T10:26:50.473 INFO:teuthology.orchestra.run.smithi089.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-21T10:26:50.473 INFO:teuthology.orchestra.run.smithi089.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-21T10:26:50.473 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-21T10:26:50.473 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-01-21T10:26:50.798 DEBUG:teuthology.parallel:result is None 2024-01-21T10:26:50.835 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-21T10:26:50.835 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:26:50.835 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-01-21T10:26:50.835 INFO:teuthology.orchestra.run.smithi178.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T10:26:50.835 INFO:teuthology.orchestra.run.smithi178.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T10:26:50.835 INFO:teuthology.orchestra.run.smithi178.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-21T10:26:50.835 INFO:teuthology.orchestra.run.smithi178.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-21T10:26:50.835 INFO:teuthology.orchestra.run.smithi178.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T10:26:50.835 INFO:teuthology.orchestra.run.smithi178.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-21T10:26:50.835 INFO:teuthology.orchestra.run.smithi178.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-21T10:26:50.836 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-21T10:26:50.836 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-21T10:26:50.836 INFO:teuthology.orchestra.run.smithi178.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T10:26:50.836 INFO:teuthology.orchestra.run.smithi178.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-21T10:26:50.836 INFO:teuthology.orchestra.run.smithi178.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-21T10:26:50.836 INFO:teuthology.orchestra.run.smithi178.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-21T10:26:50.836 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:26:50.836 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-01-21T10:26:51.140 DEBUG:teuthology.parallel:result is None 2024-01-21T10:26:51.140 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-21T10:26:51.215 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v16.2.5', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.5', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec'} 2024-01-21T10:26:51.215 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2024-01-21T10:26:51.215 INFO:tasks.cephadm:Cluster fsid is 971791c0-b847-11ee-95b0-87774f69a715 2024-01-21T10:26:51.215 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-21T10:26:51.216 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-21T10:26:51.216 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi089': '172.21.15.89', 'mon.smithi178': '172.21.15.178'} 2024-01-21T10:26:51.216 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-21T10:26:51.216 DEBUG:teuthology.orchestra.run.smithi089:> sudo hostname $(hostname -s) 2024-01-21T10:26:51.244 DEBUG:teuthology.orchestra.run.smithi178:> sudo hostname $(hostname -s) 2024-01-21T10:26:51.271 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2024-01-21T10:26:51.272 DEBUG:teuthology.orchestra.run.smithi089:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-21T10:26:51.562 INFO:teuthology.orchestra.run.smithi089.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Jan 21 10:26 /home/ubuntu/cephtest/cephadm 2024-01-21T10:26:51.562 DEBUG:teuthology.orchestra.run.smithi178:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-21T10:26:51.717 INFO:teuthology.orchestra.run.smithi178.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Jan 21 10:26 /home/ubuntu/cephtest/cephadm 2024-01-21T10:26:51.717 DEBUG:teuthology.orchestra.run.smithi089:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T10:26:51.736 DEBUG:teuthology.orchestra.run.smithi178:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T10:26:51.766 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /etc/ceph 2024-01-21T10:26:51.804 DEBUG:teuthology.orchestra.run.smithi178:> sudo mkdir -p /etc/ceph 2024-01-21T10:26:51.832 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 777 /etc/ceph 2024-01-21T10:26:51.872 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod 777 /etc/ceph 2024-01-21T10:26:51.898 INFO:tasks.cephadm:Writing seed config... 2024-01-21T10:26:51.899 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-21T10:26:51.899 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-21T10:26:51.899 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-21T10:26:51.899 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-21T10:26:51.899 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-21T10:26:51.899 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-21T10:26:51.899 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-21T10:26:51.899 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-21T10:26:51.900 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-21T10:26:51.900 DEBUG:teuthology.orchestra.run.smithi089:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-21T10:26:51.930 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 971791c0-b847-11ee-95b0-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-21T10:26:51.930 DEBUG:teuthology.orchestra.run.smithi089:mon.smithi089> sudo journalctl -f -n 0 -u ceph-971791c0-b847-11ee-95b0-87774f69a715@mon.smithi089.service 2024-01-21T10:26:51.973 INFO:tasks.cephadm:Bootstrapping... 2024-01-21T10:26:51.973 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 971791c0-b847-11ee-95b0-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.89 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-21T10:26:51.999 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:-- Logs begin at Sun 2024-01-21 10:20:18 UTC. -- 2024-01-21T10:26:52.274 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-21T10:26:53.972 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: 4.6.1 2024-01-21T10:26:53.982 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying podman|docker is present... 2024-01-21T10:26:53.982 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-21T10:26:54.004 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: 4.6.1 2024-01-21T10:26:54.017 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying lvm2 is present... 2024-01-21T10:26:54.017 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying time synchronization is in place... 2024-01-21T10:26:54.017 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled chrony.service 2024-01-21T10:26:54.024 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T10:26:54.025 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active chrony.service 2024-01-21T10:26:54.031 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-01-21T10:26:54.031 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled chronyd.service 2024-01-21T10:26:54.037 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: enabled 2024-01-21T10:26:54.038 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active chronyd.service 2024-01-21T10:26:54.043 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: active 2024-01-21T10:26:54.044 INFO:teuthology.orchestra.run.smithi089.stderr:Unit chronyd.service is enabled and running 2024-01-21T10:26:54.044 INFO:teuthology.orchestra.run.smithi089.stderr:Repeating the final host check... 2024-01-21T10:26:54.044 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-21T10:26:54.066 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: 4.6.1 2024-01-21T10:26:54.074 INFO:teuthology.orchestra.run.smithi089.stderr:podman|docker (/bin/podman) is present 2024-01-21T10:26:54.074 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl is present 2024-01-21T10:26:54.074 INFO:teuthology.orchestra.run.smithi089.stderr:lvcreate is present 2024-01-21T10:26:54.074 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled chrony.service 2024-01-21T10:26:54.081 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T10:26:54.081 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active chrony.service 2024-01-21T10:26:54.086 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-01-21T10:26:54.086 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled chronyd.service 2024-01-21T10:26:54.092 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: enabled 2024-01-21T10:26:54.092 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active chronyd.service 2024-01-21T10:26:54.097 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: active 2024-01-21T10:26:54.099 INFO:teuthology.orchestra.run.smithi089.stderr:Unit chronyd.service is enabled and running 2024-01-21T10:26:54.099 INFO:teuthology.orchestra.run.smithi089.stderr:Host looks OK 2024-01-21T10:26:54.099 INFO:teuthology.orchestra.run.smithi089.stderr:Cluster fsid: 971791c0-b847-11ee-95b0-87774f69a715 2024-01-21T10:26:54.099 INFO:teuthology.orchestra.run.smithi089.stderr:Acquiring lock 140127360344192 on /run/cephadm/971791c0-b847-11ee-95b0-87774f69a715.lock 2024-01-21T10:26:54.099 INFO:teuthology.orchestra.run.smithi089.stderr:Lock 140127360344192 acquired on /run/cephadm/971791c0-b847-11ee-95b0-87774f69a715.lock 2024-01-21T10:26:54.099 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying IP 172.21.15.89 port 3300 ... 2024-01-21T10:26:54.100 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying IP 172.21.15.89 port 6789 ... 2024-01-21T10:26:54.100 INFO:teuthology.orchestra.run.smithi089.stderr:Base mon IP is 172.21.15.89, final addrv is [v2:172.21.15.89:3300,v1:172.21.15.89:6789] 2024-01-21T10:26:54.100 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /sbin/ip route ls 2024-01-21T10:26:54.101 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.89 metric 100 2024-01-21T10:26:54.101 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.89 metric 100 2024-01-21T10:26:54.102 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /sbin/ip -6 route ls 2024-01-21T10:26:54.104 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-21T10:26:54.104 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-21T10:26:54.104 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1784sec hoplimit 64 pref medium 2024-01-21T10:26:54.105 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /sbin/ip -6 addr ls 2024-01-21T10:26:54.107 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-21T10:26:54.107 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-21T10:26:54.107 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T10:26:54.107 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-21T10:26:54.107 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d501/64 scope link 2024-01-21T10:26:54.107 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T10:26:54.108 INFO:teuthology.orchestra.run.smithi089.stderr:Mon IP `172.21.15.89` is in CIDR network `172.21.0.0/20` 2024-01-21T10:26:54.108 INFO:teuthology.orchestra.run.smithi089.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-21T10:26:54.109 INFO:teuthology.orchestra.run.smithi089.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2024-01-21T10:26:54.109 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2024-01-21T10:26:54.201 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2024-01-21T10:27:00.693 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Getting image source signatures 2024-01-21T10:27:00.697 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2024-01-21T10:27:00.697 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-01-21T10:27:14.483 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-01-21T10:27:14.541 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Writing manifest to image destination 2024-01-21T10:27:14.842 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-01-21T10:27:14.853 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2024-01-21T10:27:15.429 INFO:teuthology.orchestra.run.smithi089.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-01-21T10:27:15.750 INFO:teuthology.orchestra.run.smithi089.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-01-21T10:27:15.750 INFO:teuthology.orchestra.run.smithi089.stderr:Extracting ceph user uid/gid from container image... 2024-01-21T10:27:15.750 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2024-01-21T10:27:16.034 INFO:teuthology.orchestra.run.smithi089.stderr:stat: 167 167 2024-01-21T10:27:16.333 INFO:teuthology.orchestra.run.smithi089.stderr:Creating initial keys... 2024-01-21T10:27:16.333 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-01-21T10:27:16.592 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-authtool: AQCE8axls9f9IhAAuToIpNM++6CnU27+baa+8g== 2024-01-21T10:27:16.950 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-01-21T10:27:17.183 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-authtool: AQCF8axlfImYChAAxAestVFGpQtzH2unzGSXQQ== 2024-01-21T10:27:17.492 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-01-21T10:27:17.741 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-authtool: AQCF8axlUnwzKxAA6pKYlHmuTuGKJ2R32kk44g== 2024-01-21T10:27:18.063 INFO:teuthology.orchestra.run.smithi089.stderr:Creating initial monmap... 2024-01-21T10:27:18.063 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpwawa_o6z:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid 971791c0-b847-11ee-95b0-87774f69a715 --addv smithi089 [v2:172.21.15.89:3300,v1:172.21.15.89:6789] /tmp/monmap 2024-01-21T10:27:18.292 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T10:27:18.292 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 971791c0-b847-11ee-95b0-87774f69a715 2024-01-21T10:27:18.292 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T10:27:18.653 INFO:teuthology.orchestra.run.smithi089.stderr:monmaptool for smithi089 [v2:172.21.15.89:3300,v1:172.21.15.89:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T10:27:18.653 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/monmaptool: set fsid to 971791c0-b847-11ee-95b0-87774f69a715 2024-01-21T10:27:18.654 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T10:27:18.654 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-01-21T10:27:18.654 INFO:teuthology.orchestra.run.smithi089.stderr:Creating mon... 2024-01-21T10:27:18.655 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/mon.smithi089:/var/lib/ceph/mon/ceph-smithi089:z -v /tmp/ceph-tmp94mz4r9x:/tmp/keyring:z -v /tmp/ceph-tmpwawa_o6z:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi089 --fsid 971791c0-b847-11ee-95b0-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2024-01-21T10:27:18.937 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.910+0000 7f74cae1e700 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T10:27:18.937 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.911+0000 7f74cae1e700 1 imported monmap: 2024-01-21T10:27:18.937 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-21T10:27:18.938 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: fsid 971791c0-b847-11ee-95b0-87774f69a715 2024-01-21T10:27:18.938 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: last_changed 2024-01-21T10:27:18.288770+0000 2024-01-21T10:27:18.938 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: created 2024-01-21T10:27:18.288770+0000 2024-01-21T10:27:18.938 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-21T10:27:18.938 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-21T10:27:18.938 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.smithi089 2024-01-21T10:27:18.938 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-21T10:27:18.938 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.911+0000 7f74cae1e700 0 /usr/bin/ceph-mon: set fsid to 971791c0-b847-11ee-95b0-87774f69a715 2024-01-21T10:27:18.938 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T10:27:18.938 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-21T10:27:18.938 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T10:27:18.938 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Compile date Jul 8 2021 2024-01-21T10:27:18.938 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: DB SUMMARY 2024-01-21T10:27:18.938 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-21T10:27:18.939 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi089/store.db dir, Total Num: 0, files: 2024-01-21T10:27:18.939 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-21T10:27:18.939 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi089/store.db: 2024-01-21T10:27:18.939 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-21T10:27:18.939 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.error_if_exists: 0 2024-01-21T10:27:18.939 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.create_if_missing: 1 2024-01-21T10:27:18.939 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T10:27:18.939 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.env: 0x5556afee51c0 2024-01-21T10:27:18.939 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.fs: Posix File System 2024-01-21T10:27:18.939 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.info_log: 0x5556b117f000 2024-01-21T10:27:18.939 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T10:27:18.939 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.statistics: (nil) 2024-01-21T10:27:18.940 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.use_fsync: 0 2024-01-21T10:27:18.940 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T10:27:18.940 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T10:27:18.940 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T10:27:18.940 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T10:27:18.940 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T10:27:18.940 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T10:27:18.940 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T10:27:18.940 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T10:27:18.940 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T10:27:18.940 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T10:27:18.941 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T10:27:18.941 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.db_log_dir: 2024-01-21T10:27:18.941 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi089/store.db 2024-01-21T10:27:18.941 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T10:27:18.941 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T10:27:18.941 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T10:27:18.941 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T10:27:18.941 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T10:27:18.941 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T10:27:18.941 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T10:27:18.941 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T10:27:18.941 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T10:27:18.941 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T10:27:18.941 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.write_buffer_manager: 0x5556b1187530 2024-01-21T10:27:18.942 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T10:27:18.942 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T10:27:18.942 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T10:27:18.942 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T10:27:18.942 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T10:27:18.942 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T10:27:18.942 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T10:27:18.942 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T10:27:18.942 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T10:27:18.942 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.unordered_write: 0 2024-01-21T10:27:18.942 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T10:27:18.942 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T10:27:18.942 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T10:27:18.942 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T10:27:18.942 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.row_cache: None 2024-01-21T10:27:18.942 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.wal_filter: None 2024-01-21T10:27:18.943 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T10:27:18.943 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T10:27:18.943 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T10:27:18.943 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.two_write_queues: 0 2024-01-21T10:27:18.943 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T10:27:18.943 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.atomic_flush: 0 2024-01-21T10:27:18.943 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T10:27:18.943 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T10:27:18.943 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T10:27:18.943 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T10:27:18.943 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T10:27:18.943 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T10:27:18.943 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T10:27:18.943 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T10:27:18.943 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T10:27:18.944 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T10:27:18.944 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T10:27:18.944 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T10:27:18.944 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T10:27:18.944 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T10:27:18.944 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T10:27:18.944 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_open_files: -1 2024-01-21T10:27:18.944 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T10:27:18.944 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T10:27:18.944 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T10:27:18.944 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T10:27:18.944 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Compression algorithms supported: 2024-01-21T10:27:18.944 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T10:27:18.944 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: kZSTD supported: 0 2024-01-21T10:27:18.944 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: kXpressCompression supported: 0 2024-01-21T10:27:18.944 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T10:27:18.945 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T10:27:18.945 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T10:27:18.945 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: kZlibCompression supported: 1 2024-01-21T10:27:18.945 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T10:27:18.945 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T10:27:18.945 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-21T10:27:18.945 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-21T10:27:18.945 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi089/store.db/MANIFEST-000001 2024-01-21T10:27:18.945 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-21T10:27:18.945 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T10:27:18.945 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-21T10:27:18.945 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T10:27:18.945 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.merge_operator: 2024-01-21T10:27:18.945 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.compaction_filter: None 2024-01-21T10:27:18.945 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T10:27:18.946 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T10:27:18.946 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T10:27:18.946 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5556b1098160) 2024-01-21T10:27:18.946 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-21T10:27:18.946 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T10:27:18.946 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T10:27:18.946 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-21T10:27:18.946 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-21T10:27:18.946 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-21T10:27:18.946 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-21T10:27:18.946 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-21T10:27:18.946 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-21T10:27:18.946 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-21T10:27:18.946 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-21T10:27:18.946 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_cache: 0x5556b10ced10 2024-01-21T10:27:18.947 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-21T10:27:18.947 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-21T10:27:18.947 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-21T10:27:18.947 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-21T10:27:18.947 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-21T10:27:18.947 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-21T10:27:18.947 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-21T10:27:18.947 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-21T10:27:18.947 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-21T10:27:18.947 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-21T10:27:18.947 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-21T10:27:18.947 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-21T10:27:18.947 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-21T10:27:18.947 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-21T10:27:18.947 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-21T10:27:18.948 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T10:27:18.948 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-21T10:27:18.948 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-21T10:27:18.948 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-21T10:27:18.948 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-21T10:27:18.948 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-21T10:27:18.948 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-21T10:27:18.948 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-21T10:27:18.948 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T10:27:18.948 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T10:27:18.948 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.compression: NoCompression 2024-01-21T10:27:18.948 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T10:27:18.948 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T10:27:18.948 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T10:27:18.949 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.num_levels: 7 2024-01-21T10:27:18.949 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T10:27:18.949 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T10:27:18.949 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T10:27:18.949 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T10:27:18.949 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T10:27:18.949 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T10:27:18.949 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T10:27:18.949 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T10:27:18.949 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T10:27:18.949 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T10:27:18.949 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T10:27:18.949 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T10:27:18.949 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T10:27:18.949 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T10:27:18.949 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T10:27:18.949 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T10:27:18.950 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T10:27:18.950 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T10:27:18.950 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T10:27:18.950 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T10:27:18.950 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T10:27:18.950 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T10:27:18.950 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T10:27:18.950 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T10:27:18.950 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T10:27:18.950 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T10:27:18.950 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T10:27:18.950 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T10:27:18.950 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T10:27:18.950 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T10:27:18.950 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T10:27:18.950 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T10:27:18.950 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T10:27:18.950 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T10:27:18.951 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T10:27:18.951 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T10:27:18.951 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T10:27:18.951 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T10:27:18.951 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T10:27:18.951 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T10:27:18.951 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T10:27:18.951 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T10:27:18.951 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T10:27:18.951 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T10:27:18.951 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T10:27:18.951 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T10:27:18.951 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T10:27:18.951 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.table_properties_collectors: 2024-01-21T10:27:18.951 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T10:27:18.951 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T10:27:18.952 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T10:27:18.952 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T10:27:18.952 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T10:27:18.952 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.bloom_locality: 0 2024-01-21T10:27:18.952 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T10:27:18.952 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T10:27:18.952 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T10:27:18.952 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T10:27:18.952 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T10:27:18.952 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.ttl: 2592000 2024-01-21T10:27:18.952 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.912+0000 7f74cae1e700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T10:27:18.952 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.913+0000 7f74cae1e700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi089/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-21T10:27:18.952 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-21T10:27:18.952 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.913+0000 7f74cae1e700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-21T10:27:18.953 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-21T10:27:18.953 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.915+0000 7f74cae1e700 4 rocksdb: DB pointer 0x5556b1193800 2024-01-21T10:27:18.953 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.916+0000 7f74b3ca7700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T10:27:18.953 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.916+0000 7f74b3ca7700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T10:27:18.953 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-21T10:27:18.953 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T10:27:18.953 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-21T10:27:18.953 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T10:27:18.953 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T10:27:18.953 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-21T10:27:18.953 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T10:27:18.953 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T10:27:18.953 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-21T10:27:18.953 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T10:27:18.953 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T10:27:18.953 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T10:27:18.953 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T10:27:18.954 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T10:27:18.954 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-21T10:27:18.954 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T10:27:18.954 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T10:27:18.954 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T10:27:18.954 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T10:27:18.954 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T10:27:18.954 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T10:27:18.954 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T10:27:18.954 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T10:27:18.954 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T10:27:18.954 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T10:27:18.954 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T10:27:18.954 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T10:27:18.954 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-21T10:27:18.954 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T10:27:18.955 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-21T10:27:18.955 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T10:27:18.955 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T10:27:18.955 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T10:27:18.955 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T10:27:18.955 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T10:27:18.955 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-21T10:27:18.955 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T10:27:18.955 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T10:27:18.955 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T10:27:18.955 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T10:27:18.955 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T10:27:18.955 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T10:27:18.955 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T10:27:18.955 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T10:27:18.955 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T10:27:18.955 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T10:27:18.955 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T10:27:18.956 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T10:27:18.956 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-21T10:27:18.956 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T10:27:18.956 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-01-21T10:27:18.956 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.917+0000 7f74cae1e700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-21T10:27:18.956 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.917+0000 7f74cae1e700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-21T10:27:18.956 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:27:18.917+0000 7f74cae1e700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi089 for mon.smithi089 2024-01-21T10:27:19.309 INFO:teuthology.orchestra.run.smithi089.stderr:create mon.smithi089 on 2024-01-21T10:27:19.309 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/971791c0-b847-11ee-95b0-87774f69a715 2024-01-21T10:27:19.314 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl disable ceph.target 2024-01-21T10:27:19.402 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl enable ceph.target 2024-01-21T10:27:19.409 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-21T10:27:19.489 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl start ceph.target 2024-01-21T10:27:19.496 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl enable ceph-971791c0-b847-11ee-95b0-87774f69a715.target 2024-01-21T10:27:19.503 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-971791c0-b847-11ee-95b0-87774f69a715.target → /etc/systemd/system/ceph-971791c0-b847-11ee-95b0-87774f69a715.target. 2024-01-21T10:27:19.503 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-971791c0-b847-11ee-95b0-87774f69a715.target → /etc/systemd/system/ceph-971791c0-b847-11ee-95b0-87774f69a715.target. 2024-01-21T10:27:19.583 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl start ceph-971791c0-b847-11ee-95b0-87774f69a715.target 2024-01-21T10:27:19.590 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl daemon-reload 2024-01-21T10:27:19.674 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl stop ceph-971791c0-b847-11ee-95b0-87774f69a715@mon.smithi089 2024-01-21T10:27:19.696 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl reset-failed ceph-971791c0-b847-11ee-95b0-87774f69a715@mon.smithi089 2024-01-21T10:27:19.702 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Failed to reset failed state of unit ceph-971791c0-b847-11ee-95b0-87774f69a715@mon.smithi089.service: Unit ceph-971791c0-b847-11ee-95b0-87774f69a715@mon.smithi089.service not loaded. 2024-01-21T10:27:19.702 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl enable ceph-971791c0-b847-11ee-95b0-87774f69a715@mon.smithi089 2024-01-21T10:27:19.708 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Created symlink /etc/systemd/system/ceph-971791c0-b847-11ee-95b0-87774f69a715.target.wants/ceph-971791c0-b847-11ee-95b0-87774f69a715@mon.smithi089.service → /etc/systemd/system/ceph-971791c0-b847-11ee-95b0-87774f69a715@.service. 2024-01-21T10:27:19.791 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl start ceph-971791c0-b847-11ee-95b0-87774f69a715@mon.smithi089 2024-01-21T10:27:20.070 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-21T10:27:20.078 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: disabled 2024-01-21T10:27:20.078 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active firewalld.service 2024-01-21T10:27:20.086 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-01-21T10:27:20.086 INFO:teuthology.orchestra.run.smithi089.stderr:firewalld.service is not enabled 2024-01-21T10:27:20.087 INFO:teuthology.orchestra.run.smithi089.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T10:27:20.087 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mon to start... 2024-01-21T10:27:20.087 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mon... 2024-01-21T10:27:20.087 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/mon.smithi089:/var/lib/ceph/mon/ceph-smithi089:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2024-01-21T10:27:20.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:20 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34044]: cluster 2024-01-21T10:27:20.095779+0000 mon.smithi089 (mon.0) 1 : cluster [INF] mon.smithi089 is new leader, mons smithi089 in quorum (ranks 0) 2024-01-21T10:27:20.531 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: cluster: 2024-01-21T10:27:20.531 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: id: 971791c0-b847-11ee-95b0-87774f69a715 2024-01-21T10:27:20.532 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-21T10:27:20.532 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-21T10:27:20.532 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: services: 2024-01-21T10:27:20.532 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi089 (age 0.411984s) 2024-01-21T10:27:20.532 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-21T10:27:20.532 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-21T10:27:20.532 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-21T10:27:20.532 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: data: 2024-01-21T10:27:20.532 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-21T10:27:20.532 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-21T10:27:20.532 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-21T10:27:20.532 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: pgs: 2024-01-21T10:27:20.533 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-21T10:27:20.861 INFO:teuthology.orchestra.run.smithi089.stderr:mon is available 2024-01-21T10:27:20.861 INFO:teuthology.orchestra.run.smithi089.stderr:Assimilating anything we can from ceph.conf... 2024-01-21T10:27:20.861 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z -v /var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/mon.smithi089:/var/lib/ceph/mon/ceph-smithi089:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi089/config 2024-01-21T10:27:21.307 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-21T10:27:21.308 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: [global] 2024-01-21T10:27:21.308 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: fsid = 971791c0-b847-11ee-95b0-87774f69a715 2024-01-21T10:27:21.308 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.89:3300,v1:172.21.15.89:6789] 2024-01-21T10:27:21.308 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-21T10:27:21.308 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-21T10:27:21.308 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-21T10:27:21.308 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-21T10:27:21.308 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-21T10:27:21.308 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: [mgr] 2024-01-21T10:27:21.308 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-21T10:27:21.308 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-21T10:27:21.308 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: [osd] 2024-01-21T10:27:21.309 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-21T10:27:21.309 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-21T10:27:21.459 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:21 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34044]: cluster 2024-01-21T10:27:20.117536+0000 mon.smithi089 (mon.0) 2 : cluster [INF] mon.smithi089 is new leader, mons smithi089 in quorum (ranks 0) 2024-01-21T10:27:21.459 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:21 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34044]: cluster 2024-01-21T10:27:20.117785+0000 mon.smithi089 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi089=[v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0]} 2024-01-21T10:27:21.459 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:21 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34044]: cluster 2024-01-21T10:27:20.120905+0000 mon.smithi089 (mon.0) 4 : cluster [DBG] fsmap 2024-01-21T10:27:21.459 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:21 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34044]: cluster 2024-01-21T10:27:20.124728+0000 mon.smithi089 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-21T10:27:21.459 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:21 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34044]: cluster 2024-01-21T10:27:20.125155+0000 mon.smithi089 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T10:27:21.459 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:21 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34044]: audit 2024-01-21T10:27:20.529471+0000 mon.smithi089 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.89:0/1939119246' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-21T10:27:21.660 INFO:teuthology.orchestra.run.smithi089.stderr:Generating new minimal ceph.conf... 2024-01-21T10:27:21.660 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z -v /var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/mon.smithi089:/var/lib/ceph/mon/ceph-smithi089:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi089/config 2024-01-21T10:27:22.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:22 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34044]: audit 2024-01-21T10:27:21.303757+0000 mon.smithi089 (mon.0) 8 : audit [INF] from='client.? 172.21.15.89:0/87118411' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T10:27:22.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:22 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34044]: audit 2024-01-21T10:27:21.306389+0000 mon.smithi089 (mon.0) 9 : audit [INF] from='client.? 172.21.15.89:0/87118411' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-21T10:27:22.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:22 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34044]: audit 2024-01-21T10:27:22.076100+0000 mon.smithi089 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.89:0/316335102' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:27:22.411 INFO:teuthology.orchestra.run.smithi089.stderr:Restarting the monitor... 2024-01-21T10:27:22.411 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl restart ceph-971791c0-b847-11ee-95b0-87774f69a715@mon.smithi089 2024-01-21T10:27:22.756 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:22 smithi089 systemd[1]: Stopping Ceph mon.smithi089 for 971791c0-b847-11ee-95b0-87774f69a715... 2024-01-21T10:27:22.756 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:22 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34044]: debug 2024-01-21T10:27:22.488+0000 7fd5b1928700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi089 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-21T10:27:22.757 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:22 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34044]: debug 2024-01-21T10:27:22.488+0000 7fd5b1928700 -1 mon.smithi089@0(leader) e1 *** Got Signal Terminated *** 2024-01-21T10:27:22.757 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:22 smithi089 podman[34366]: ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089 2024-01-21T10:27:22.757 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:22 smithi089 systemd[1]: ceph-971791c0-b847-11ee-95b0-87774f69a715@mon.smithi089.service: Succeeded. 2024-01-21T10:27:23.019 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:22 smithi089 systemd[1]: Stopped Ceph mon.smithi089 for 971791c0-b847-11ee-95b0-87774f69a715. 2024-01-21T10:27:23.019 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:22 smithi089 systemd[1]: Starting Ceph mon.smithi089 for 971791c0-b847-11ee-95b0-87774f69a715... 2024-01-21T10:27:23.044 INFO:teuthology.orchestra.run.smithi089.stderr:Setting mon public_network to 172.21.0.0/20 2024-01-21T10:27:23.044 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2024-01-21T10:27:23.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.017+0000 7fd6fab5a700 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T10:27:23.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.017+0000 7fd6fab5a700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-01-21T10:27:23.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.017+0000 7fd6fab5a700 0 pidfile_write: ignore empty --pid-file 2024-01-21T10:27:23.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 0 load: jerasure load: lrc load: isa 2024-01-21T10:27:23.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T10:27:23.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: 2024-01-21T10:27:23.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T10:27:23.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Compile date Jul 8 2021 2024-01-21T10:27:23.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: DB SUMMARY 2024-01-21T10:27:23.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: 2024-01-21T10:27:23.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: CURRENT file: CURRENT 2024-01-21T10:27:23.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: 2024-01-21T10:27:23.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: IDENTITY file: IDENTITY 2024-01-21T10:27:23.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: 2024-01-21T10:27:23.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-21T10:27:23.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: 2024-01-21T10:27:23.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi089/store.db dir, Total Num: 1, files: 000004.sst 2024-01-21T10:27:23.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: 2024-01-21T10:27:23.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi089/store.db: 000006.log size: 80920 ; 2024-01-21T10:27:23.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: 2024-01-21T10:27:23.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.error_if_exists: 0 2024-01-21T10:27:23.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.create_if_missing: 0 2024-01-21T10:27:23.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T10:27:23.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.env: 0x558d21bde1c0 2024-01-21T10:27:23.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.fs: Posix File System 2024-01-21T10:27:23.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.info_log: 0x558d2404fa40 2024-01-21T10:27:23.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T10:27:23.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.statistics: (nil) 2024-01-21T10:27:23.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.use_fsync: 0 2024-01-21T10:27:23.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T10:27:23.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T10:27:23.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T10:27:23.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T10:27:23.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T10:27:23.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T10:27:23.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T10:27:23.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T10:27:23.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T10:27:23.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T10:27:23.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T10:27:23.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.db_log_dir: 2024-01-21T10:27:23.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi089/store.db 2024-01-21T10:27:23.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T10:27:23.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T10:27:23.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T10:27:23.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T10:27:23.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T10:27:23.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T10:27:23.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T10:27:23.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T10:27:23.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T10:27:23.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T10:27:23.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.write_buffer_manager: 0x558d24cc6030 2024-01-21T10:27:23.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T10:27:23.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T10:27:23.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T10:27:23.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T10:27:23.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T10:27:23.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T10:27:23.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T10:27:23.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T10:27:23.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T10:27:23.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.unordered_write: 0 2024-01-21T10:27:23.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T10:27:23.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T10:27:23.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T10:27:23.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T10:27:23.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.row_cache: None 2024-01-21T10:27:23.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.wal_filter: None 2024-01-21T10:27:23.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T10:27:23.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T10:27:23.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T10:27:23.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.two_write_queues: 0 2024-01-21T10:27:23.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T10:27:23.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.atomic_flush: 0 2024-01-21T10:27:23.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T10:27:23.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T10:27:23.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T10:27:23.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T10:27:23.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T10:27:23.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T10:27:23.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T10:27:23.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T10:27:23.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T10:27:23.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T10:27:23.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T10:27:23.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T10:27:23.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T10:27:23.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T10:27:23.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T10:27:23.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.max_open_files: -1 2024-01-21T10:27:23.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T10:27:23.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T10:27:23.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T10:27:23.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T10:27:23.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: Compression algorithms supported: 2024-01-21T10:27:23.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T10:27:23.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: kZSTD supported: 0 2024-01-21T10:27:23.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: kXpressCompression supported: 0 2024-01-21T10:27:23.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.022+0000 7fd6fab5a700 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T10:27:23.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T10:27:23.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T10:27:23.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: kZlibCompression supported: 1 2024-01-21T10:27:23.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T10:27:23.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T10:27:23.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi089/store.db/MANIFEST-000005 2024-01-21T10:27:23.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: 2024-01-21T10:27:23.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T10:27:23.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: 2024-01-21T10:27:23.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T10:27:23.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.merge_operator: 2024-01-21T10:27:23.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.compaction_filter: None 2024-01-21T10:27:23.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T10:27:23.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T10:27:23.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T10:27:23.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558d23f69cc0) 2024-01-21T10:27:23.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cache_index_and_filter_blocks: 1 2024-01-21T10:27:23.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T10:27:23.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T10:27:23.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: pin_top_level_index_and_filter: 1 2024-01-21T10:27:23.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: index_type: 0 2024-01-21T10:27:23.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: data_block_index_type: 0 2024-01-21T10:27:23.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: index_shortening: 1 2024-01-21T10:27:23.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: data_block_hash_table_util_ratio: 0.750000 2024-01-21T10:27:23.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: hash_index_allow_collision: 1 2024-01-21T10:27:23.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: checksum: 1 2024-01-21T10:27:23.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: no_block_cache: 0 2024-01-21T10:27:23.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: block_cache: 0x558d23f9ef10 2024-01-21T10:27:23.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: block_cache_name: BinnedLRUCache 2024-01-21T10:27:23.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: block_cache_options: 2024-01-21T10:27:23.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: capacity : 536870912 2024-01-21T10:27:23.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: num_shard_bits : 4 2024-01-21T10:27:23.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: strict_capacity_limit : 0 2024-01-21T10:27:23.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: high_pri_pool_ratio: 0.000 2024-01-21T10:27:23.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: block_cache_compressed: (nil) 2024-01-21T10:27:23.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: persistent_cache: (nil) 2024-01-21T10:27:23.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: block_size: 4096 2024-01-21T10:27:23.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: block_size_deviation: 10 2024-01-21T10:27:23.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: block_restart_interval: 16 2024-01-21T10:27:23.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: index_block_restart_interval: 1 2024-01-21T10:27:23.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: metadata_block_size: 4096 2024-01-21T10:27:23.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: partition_filters: 0 2024-01-21T10:27:23.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: use_delta_encoding: 1 2024-01-21T10:27:23.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T10:27:23.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: whole_key_filtering: 1 2024-01-21T10:27:23.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: verify_compression: 0 2024-01-21T10:27:23.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: read_amp_bytes_per_bit: 0 2024-01-21T10:27:23.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: format_version: 2 2024-01-21T10:27:23.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: enable_index_compression: 1 2024-01-21T10:27:23.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: block_align: 0 2024-01-21T10:27:23.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: 2024-01-21T10:27:23.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T10:27:23.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T10:27:23.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.compression: NoCompression 2024-01-21T10:27:23.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T10:27:23.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T10:27:23.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T10:27:23.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.num_levels: 7 2024-01-21T10:27:23.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T10:27:23.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T10:27:23.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T10:27:23.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T10:27:23.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T10:27:23.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T10:27:23.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T10:27:23.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T10:27:23.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T10:27:23.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T10:27:23.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T10:27:23.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T10:27:23.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T10:27:23.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T10:27:23.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T10:27:23.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T10:27:23.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T10:27:23.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T10:27:23.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T10:27:23.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T10:27:23.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T10:27:23.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T10:27:23.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T10:27:23.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T10:27:23.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T10:27:23.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T10:27:23.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T10:27:23.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T10:27:23.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T10:27:23.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T10:27:23.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T10:27:23.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T10:27:23.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T10:27:23.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T10:27:23.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T10:27:23.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T10:27:23.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T10:27:23.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T10:27:23.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T10:27:23.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T10:27:23.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T10:27:23.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T10:27:23.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T10:27:23.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T10:27:23.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T10:27:23.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T10:27:23.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T10:27:23.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.table_properties_collectors: 2024-01-21T10:27:23.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T10:27:23.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T10:27:23.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T10:27:23.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T10:27:23.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T10:27:23.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.bloom_locality: 0 2024-01-21T10:27:23.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T10:27:23.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T10:27:23.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T10:27:23.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T10:27:23.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T10:27:23.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.ttl: 2592000 2024-01-21T10:27:23.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T10:27:23.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi089/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-21T10:27:23.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: 2024-01-21T10:27:23.380 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-21T10:27:23.380 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: 2024-01-21T10:27:23.380 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705832843024974, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-21T10:27:23.380 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.023+0000 7fd6fab5a700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-21T10:27:23.380 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.024+0000 7fd6fab5a700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-21T10:27:23.380 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.024+0000 7fd6fab5a700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705832843025735, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 77843, "table_properties": {"data_size": 76140, "index_size": 308, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9283, "raw_average_key_size": 47, "raw_value_size": 70787, "raw_average_value_size": 363, "num_data_blocks": 10, "num_entries": 195, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1705832843, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-21T10:27:23.380 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.024+0000 7fd6fab5a700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-21T10:27:23.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: 2024-01-21T10:27:23.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.025+0000 7fd6fab5a700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705832843026096, "job": 1, "event": "recovery_finished"} 2024-01-21T10:27:23.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.025+0000 7fd6fab5a700 4 rocksdb: DB pointer 0x558d24063800 2024-01-21T10:27:23.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.025+0000 7fd6e1962700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T10:27:23.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.025+0000 7fd6e1962700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T10:27:23.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: ** DB Stats ** 2024-01-21T10:27:23.382 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T10:27:23.382 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-21T10:27:23.382 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T10:27:23.382 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T10:27:23.382 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-21T10:27:23.382 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T10:27:23.382 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T10:27:23.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: 2024-01-21T10:27:23.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: ** Compaction Stats [default] ** 2024-01-21T10:27:23.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T10:27:23.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T10:27:23.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: L0 2/0 77.71 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 146.1 0.00 0.00 1 0.001 0 0 2024-01-21T10:27:23.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Sum 2/0 77.71 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 146.1 0.00 0.00 1 0.001 0 0 2024-01-21T10:27:23.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 146.1 0.00 0.00 1 0.001 0 0 2024-01-21T10:27:23.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: 2024-01-21T10:27:23.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: ** Compaction Stats [default] ** 2024-01-21T10:27:23.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T10:27:23.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T10:27:23.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 146.1 0.00 0.00 1 0.001 0 0 2024-01-21T10:27:23.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T10:27:23.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T10:27:23.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T10:27:23.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T10:27:23.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T10:27:23.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T10:27:23.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Cumulative compaction: 0.00 GB write, 28.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T10:27:23.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Interval compaction: 0.00 GB write, 28.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T10:27:23.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T10:27:23.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: 2024-01-21T10:27:23.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T10:27:23.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: 2024-01-21T10:27:23.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: ** Compaction Stats [default] ** 2024-01-21T10:27:23.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T10:27:23.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T10:27:23.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: L0 2/0 77.71 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 146.1 0.00 0.00 1 0.001 0 0 2024-01-21T10:27:23.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Sum 2/0 77.71 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 146.1 0.00 0.00 1 0.001 0 0 2024-01-21T10:27:23.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T10:27:23.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: 2024-01-21T10:27:23.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: ** Compaction Stats [default] ** 2024-01-21T10:27:23.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T10:27:23.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T10:27:23.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 146.1 0.00 0.00 1 0.001 0 0 2024-01-21T10:27:23.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T10:27:23.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T10:27:23.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T10:27:23.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T10:27:23.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T10:27:23.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T10:27:23.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Cumulative compaction: 0.00 GB write, 27.81 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T10:27:23.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T10:27:23.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T10:27:23.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: 2024-01-21T10:27:23.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T10:27:23.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: 2024-01-21T10:27:23.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.026+0000 7fd6fab5a700 0 starting mon.smithi089 rank 0 at public addrs [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] at bind addrs [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi089 fsid 971791c0-b847-11ee-95b0-87774f69a715 2024-01-21T10:27:23.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.027+0000 7fd6fab5a700 1 mon.smithi089@-1(???) e1 preinit fsid 971791c0-b847-11ee-95b0-87774f69a715 2024-01-21T10:27:23.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.027+0000 7fd6fab5a700 0 mon.smithi089@-1(???).mds e1 new map 2024-01-21T10:27:23.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.027+0000 7fd6fab5a700 0 mon.smithi089@-1(???).mds e1 print_map 2024-01-21T10:27:23.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: e1 2024-01-21T10:27:23.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-21T10:27:23.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-21T10:27:23.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: legacy client fscid: -1 2024-01-21T10:27:23.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: 2024-01-21T10:27:23.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: No filesystems configured 2024-01-21T10:27:23.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: 2024-01-21T10:27:23.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.027+0000 7fd6fab5a700 0 mon.smithi089@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-21T10:27:23.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.027+0000 7fd6fab5a700 0 mon.smithi089@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T10:27:23.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.027+0000 7fd6fab5a700 0 mon.smithi089@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T10:27:23.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.027+0000 7fd6fab5a700 0 mon.smithi089@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T10:27:23.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:21.303757+0000 mon.smithi089 (mon.0) 8 : audit [INF] from='client.? 172.21.15.89:0/87118411' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T10:27:23.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:21.306389+0000 mon.smithi089 (mon.0) 9 : audit [INF] from='client.? 172.21.15.89:0/87118411' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-21T10:27:23.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:22.076100+0000 mon.smithi089 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.89:0/316335102' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:27:23.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:27:23.027+0000 7fd6fab5a700 1 mon.smithi089@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-21T10:27:23.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 bash[34436]: 3db9c3443684257c463fe4960a1956e7e3ad3c83dbd0fbb52676aff00f77c668 2024-01-21T10:27:23.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 systemd[1]: Started Ceph mon.smithi089 for 971791c0-b847-11ee-95b0-87774f69a715. 2024-01-21T10:27:23.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:27:23.044748+0000 mon.smithi089 (mon.0) 1 : cluster [INF] mon.smithi089 is new leader, mons smithi089 in quorum (ranks 0) 2024-01-21T10:27:23.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:27:23.044803+0000 mon.smithi089 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi089=[v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0]} 2024-01-21T10:27:23.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:27:23.044846+0000 mon.smithi089 (mon.0) 3 : cluster [DBG] fsmap 2024-01-21T10:27:23.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:27:23.044871+0000 mon.smithi089 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-21T10:27:23.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:27:23.045247+0000 mon.smithi089 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T10:27:23.727 INFO:teuthology.orchestra.run.smithi089.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-21T10:27:23.727 INFO:teuthology.orchestra.run.smithi089.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-21T10:27:23.727 INFO:teuthology.orchestra.run.smithi089.stderr:Creating mgr... 2024-01-21T10:27:23.727 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying port 9283 ... 2024-01-21T10:27:23.729 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl daemon-reload 2024-01-21T10:27:23.819 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl stop ceph-971791c0-b847-11ee-95b0-87774f69a715@mgr.smithi089.rgllmg 2024-01-21T10:27:23.842 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl reset-failed ceph-971791c0-b847-11ee-95b0-87774f69a715@mgr.smithi089.rgllmg 2024-01-21T10:27:23.848 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Failed to reset failed state of unit ceph-971791c0-b847-11ee-95b0-87774f69a715@mgr.smithi089.rgllmg.service: Unit ceph-971791c0-b847-11ee-95b0-87774f69a715@mgr.smithi089.rgllmg.service not loaded. 2024-01-21T10:27:23.848 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl enable ceph-971791c0-b847-11ee-95b0-87774f69a715@mgr.smithi089.rgllmg 2024-01-21T10:27:23.854 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Created symlink /etc/systemd/system/ceph-971791c0-b847-11ee-95b0-87774f69a715.target.wants/ceph-971791c0-b847-11ee-95b0-87774f69a715@mgr.smithi089.rgllmg.service → /etc/systemd/system/ceph-971791c0-b847-11ee-95b0-87774f69a715@.service. 2024-01-21T10:27:23.938 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl start ceph-971791c0-b847-11ee-95b0-87774f69a715@mgr.smithi089.rgllmg 2024-01-21T10:27:24.253 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-21T10:27:24.262 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: disabled 2024-01-21T10:27:24.262 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active firewalld.service 2024-01-21T10:27:24.269 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-01-21T10:27:24.270 INFO:teuthology.orchestra.run.smithi089.stderr:firewalld.service is not enabled 2024-01-21T10:27:24.270 INFO:teuthology.orchestra.run.smithi089.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T10:27:24.270 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-21T10:27:24.278 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: disabled 2024-01-21T10:27:24.278 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active firewalld.service 2024-01-21T10:27:24.286 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-01-21T10:27:24.287 INFO:teuthology.orchestra.run.smithi089.stderr:firewalld.service is not enabled 2024-01-21T10:27:24.287 INFO:teuthology.orchestra.run.smithi089.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-21T10:27:24.287 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mgr to start... 2024-01-21T10:27:24.287 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mgr... 2024-01-21T10:27:24.287 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-01-21T10:27:24.777 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-21T10:27:24.777 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-01-21T10:27:24.777 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsid": "971791c0-b847-11ee-95b0-87774f69a715", 2024-01-21T10:27:24.777 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "health": { 2024-01-21T10:27:24.777 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T10:27:24.777 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T10:27:24.777 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T10:27:24.777 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-21T10:27:24.778 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T10:27:24.778 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T10:27:24.778 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 0 2024-01-21T10:27:24.778 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-01-21T10:27:24.778 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T10:27:24.778 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "smithi089" 2024-01-21T10:27:24.778 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-01-21T10:27:24.778 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_age": 1, 2024-01-21T10:27:24.778 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T10:27:24.778 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:27:24.778 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T10:27:24.778 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T10:27:24.778 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-21T10:27:24.778 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T10:27:24.778 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:27:24.778 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T10:27:24.779 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T10:27:24.779 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T10:27:24.779 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T10:27:24.779 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T10:27:24.779 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T10:27:24.779 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-21T10:27:24.779 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T10:27:24.779 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T10:27:24.779 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T10:27:24.779 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T10:27:24.779 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T10:27:24.779 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T10:27:24.779 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T10:27:24.779 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T10:27:24.779 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T10:27:24.780 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-21T10:27:24.780 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T10:27:24.780 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:27:24.780 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T10:27:24.780 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T10:27:24.780 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-21T10:27:24.780 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T10:27:24.780 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "available": false, 2024-01-21T10:27:24.780 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T10:27:24.780 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T10:27:24.780 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "iostat", 2024-01-21T10:27:24.780 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "nfs", 2024-01-21T10:27:24.780 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "restful" 2024-01-21T10:27:24.780 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-01-21T10:27:24.781 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-01-21T10:27:24.781 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-21T10:27:24.781 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T10:27:24.781 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:27:24.781 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modified": "2024-01-21T10:27:20.119212+0000", 2024-01-21T10:27:24.781 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-01-21T10:27:24.781 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-21T10:27:24.781 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T10:27:24.781 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-01-21T10:27:24.801 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:24 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:23.434673+0000 mon.smithi089 (mon.0) 6 : audit [INF] from='client.? 172.21.15.89:0/1406945982' entity='client.admin' 2024-01-21T10:27:25.494 INFO:teuthology.orchestra.run.smithi089.stderr:mgr not available, waiting (1/15)... 2024-01-21T10:27:25.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:25 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:24.769596+0000 mon.smithi089 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.89:0/1470885800' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T10:27:27.495 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-01-21T10:27:27.915 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-21T10:27:27.915 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-01-21T10:27:27.915 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsid": "971791c0-b847-11ee-95b0-87774f69a715", 2024-01-21T10:27:27.915 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "health": { 2024-01-21T10:27:27.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T10:27:27.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T10:27:27.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T10:27:27.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-21T10:27:27.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T10:27:27.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T10:27:27.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 0 2024-01-21T10:27:27.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-01-21T10:27:27.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T10:27:27.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "smithi089" 2024-01-21T10:27:27.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-01-21T10:27:27.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-01-21T10:27:27.918 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T10:27:27.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:27:27.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T10:27:27.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T10:27:27.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-21T10:27:27.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T10:27:27.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:27:27.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T10:27:27.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T10:27:27.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T10:27:27.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T10:27:27.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T10:27:27.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T10:27:27.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-21T10:27:27.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T10:27:27.919 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T10:27:27.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T10:27:27.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T10:27:27.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T10:27:27.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T10:27:27.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T10:27:27.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T10:27:27.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T10:27:27.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-21T10:27:27.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T10:27:27.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:27:27.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T10:27:27.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T10:27:27.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-21T10:27:27.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T10:27:27.920 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "available": false, 2024-01-21T10:27:27.921 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T10:27:27.921 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T10:27:27.921 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "iostat", 2024-01-21T10:27:27.921 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "nfs", 2024-01-21T10:27:27.921 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "restful" 2024-01-21T10:27:27.921 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-01-21T10:27:27.921 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-01-21T10:27:27.921 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-21T10:27:27.921 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T10:27:27.921 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:27:27.921 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modified": "2024-01-21T10:27:20.119212+0000", 2024-01-21T10:27:27.921 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-01-21T10:27:27.921 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-21T10:27:27.921 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T10:27:27.921 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-01-21T10:27:28.219 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:27 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:27.915114+0000 mon.smithi089 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.89:0/1355610170' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T10:27:28.275 INFO:teuthology.orchestra.run.smithi089.stderr:mgr not available, waiting (2/15)... 2024-01-21T10:27:29.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:29 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:27:29.529166+0000 mon.smithi089 (mon.0) 9 : cluster [INF] Activating manager daemon smithi089.rgllmg 2024-01-21T10:27:29.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:29 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:27:29.531897+0000 mon.smithi089 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi089.rgllmg(active, starting, since 0.00285846s) 2024-01-21T10:27:29.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:29 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:29.532759+0000 mon.smithi089 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.89:0/953892887' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T10:27:29.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:29 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:29.532957+0000 mon.smithi089 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.89:0/953892887' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T10:27:29.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:29 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:29.533142+0000 mon.smithi089 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.89:0/953892887' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T10:27:29.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:29 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:29.533320+0000 mon.smithi089 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.89:0/953892887' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-21T10:27:29.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:29 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:29.533585+0000 mon.smithi089 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.89:0/953892887' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "mgr metadata", "who": "smithi089.rgllmg", "id": "smithi089.rgllmg"}]: dispatch 2024-01-21T10:27:29.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:29 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:27:29.547262+0000 mon.smithi089 (mon.0) 16 : cluster [INF] Manager daemon smithi089.rgllmg is now available 2024-01-21T10:27:29.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:29 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:29.557047+0000 mon.smithi089 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.89:0/953892887' entity='mgr.smithi089.rgllmg' 2024-01-21T10:27:29.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:29 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:29.560294+0000 mon.smithi089 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.89:0/953892887' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/mirror_snapshot_schedule"}]: dispatch 2024-01-21T10:27:29.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:29 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:29.561420+0000 mon.smithi089 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.89:0/953892887' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/trash_purge_schedule"}]: dispatch 2024-01-21T10:27:29.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:29 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:29.568458+0000 mon.smithi089 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.89:0/953892887' entity='mgr.smithi089.rgllmg' 2024-01-21T10:27:29.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:29 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:29.573528+0000 mon.smithi089 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.89:0/953892887' entity='mgr.smithi089.rgllmg' 2024-01-21T10:27:30.278 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-01-21T10:27:30.835 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-21T10:27:30.835 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-01-21T10:27:30.835 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsid": "971791c0-b847-11ee-95b0-87774f69a715", 2024-01-21T10:27:30.835 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "health": { 2024-01-21T10:27:30.835 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T10:27:30.835 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T10:27:30.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T10:27:30.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-21T10:27:30.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T10:27:30.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T10:27:30.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 0 2024-01-21T10:27:30.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-01-21T10:27:30.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T10:27:30.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "smithi089" 2024-01-21T10:27:30.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-01-21T10:27:30.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_age": 7, 2024-01-21T10:27:30.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T10:27:30.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:27:30.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T10:27:30.836 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T10:27:30.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-21T10:27:30.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T10:27:30.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:27:30.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T10:27:30.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T10:27:30.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T10:27:30.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T10:27:30.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T10:27:30.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T10:27:30.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-21T10:27:30.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T10:27:30.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T10:27:30.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T10:27:30.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T10:27:30.837 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T10:27:30.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T10:27:30.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T10:27:30.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T10:27:30.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T10:27:30.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-21T10:27:30.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T10:27:30.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:27:30.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T10:27:30.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T10:27:30.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-21T10:27:30.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T10:27:30.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "available": true, 2024-01-21T10:27:30.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T10:27:30.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T10:27:30.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "iostat", 2024-01-21T10:27:30.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "nfs", 2024-01-21T10:27:30.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "restful" 2024-01-21T10:27:30.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-01-21T10:27:30.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-01-21T10:27:30.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-21T10:27:30.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T10:27:30.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:27:30.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modified": "2024-01-21T10:27:20.119212+0000", 2024-01-21T10:27:30.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-01-21T10:27:30.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-01-21T10:27:30.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T10:27:30.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-01-21T10:27:31.158 INFO:teuthology.orchestra.run.smithi089.stderr:mgr is available 2024-01-21T10:27:31.159 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z -v /tmp/tmpgt2m_v2h:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2024-01-21T10:27:31.641 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-21T10:27:31.641 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: [global] 2024-01-21T10:27:31.641 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: fsid = 971791c0-b847-11ee-95b0-87774f69a715 2024-01-21T10:27:31.641 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-21T10:27:31.641 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-21T10:27:31.641 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-21T10:27:31.641 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-21T10:27:31.641 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-21T10:27:31.641 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: [mgr] 2024-01-21T10:27:31.641 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-21T10:27:31.641 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-01-21T10:27:31.641 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: [osd] 2024-01-21T10:27:31.642 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-21T10:27:31.642 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-21T10:27:31.782 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:31 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:27:30.535632+0000 mon.smithi089 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi089.rgllmg(active, since 1.00659s) 2024-01-21T10:27:31.782 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:31 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:30.829752+0000 mon.smithi089 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.89:0/2272227813' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T10:27:31.975 INFO:teuthology.orchestra.run.smithi089.stderr:Enabling cephadm module... 2024-01-21T10:27:31.975 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2024-01-21T10:27:32.826 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:32 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:27:31.538576+0000 mon.smithi089 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi089.rgllmg(active, since 2s) 2024-01-21T10:27:32.826 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:32 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:31.639098+0000 mon.smithi089 (mon.0) 25 : audit [INF] from='client.? 172.21.15.89:0/3581141677' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T10:27:32.826 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:32 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:32.499455+0000 mon.smithi089 (mon.0) 26 : audit [INF] from='client.? 172.21.15.89:0/1996819810' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-21T10:27:32.876 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-01-21T10:27:33.424 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-01-21T10:27:33.424 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-21T10:27:33.424 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "available": true, 2024-01-21T10:27:33.424 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "active_name": "smithi089.rgllmg", 2024-01-21T10:27:33.424 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T10:27:33.425 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-01-21T10:27:33.702 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:33 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:32.540939+0000 mon.smithi089 (mon.0) 27 : audit [INF] from='client.? 172.21.15.89:0/1996819810' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-21T10:27:33.702 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:33 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:27:32.540994+0000 mon.smithi089 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi089.rgllmg(active, since 3s) 2024-01-21T10:27:33.702 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:33 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:33.423871+0000 mon.smithi089 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.89:0/1927291178' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T10:27:33.790 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for the mgr to restart... 2024-01-21T10:27:33.791 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mgr epoch 5... 2024-01-21T10:27:33.791 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-01-21T10:27:38.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:37 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:27:37.623815+0000 mon.smithi089 (mon.0) 30 : cluster [INF] Active manager daemon smithi089.rgllmg restarted 2024-01-21T10:27:38.112 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:37 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:27:37.624254+0000 mon.smithi089 (mon.0) 31 : cluster [INF] Activating manager daemon smithi089.rgllmg 2024-01-21T10:27:38.112 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:37 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:27:37.628409+0000 mon.smithi089 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-21T10:27:38.692 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-01-21T10:27:38.693 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-21T10:27:38.693 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T10:27:38.693 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-01-21T10:27:38.976 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:27:37.678924+0000 mon.smithi089 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi089.rgllmg(active, starting, since 0.0547464s) 2024-01-21T10:27:38.977 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:37.680003+0000 mon.smithi089 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-21T10:27:38.977 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:37.682088+0000 mon.smithi089 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "mgr metadata", "who": "smithi089.rgllmg", "id": "smithi089.rgllmg"}]: dispatch 2024-01-21T10:27:38.977 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:37.682309+0000 mon.smithi089 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T10:27:38.977 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:37.682442+0000 mon.smithi089 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T10:27:38.977 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:37.682569+0000 mon.smithi089 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T10:27:38.977 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:27:37.684399+0000 mon.smithi089 (mon.0) 39 : cluster [INF] Manager daemon smithi089.rgllmg is now available 2024-01-21T10:27:38.977 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:37.698004+0000 mon.smithi089 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' 2024-01-21T10:27:38.977 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:37.700666+0000 mon.smithi089 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' 2024-01-21T10:27:38.977 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:37.703094+0000 mon.smithi089 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' 2024-01-21T10:27:38.977 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:37.790867+0000 mon.smithi089 (mon.0) 43 : audit [INF] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' 2024-01-21T10:27:38.977 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:37.791638+0000 mon.smithi089 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:27:38.977 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:37.792998+0000 mon.smithi089 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:27:38.977 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:37.794587+0000 mon.smithi089 (mon.0) 46 : audit [DBG] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:27:38.978 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:37.804538+0000 mon.smithi089 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/mirror_snapshot_schedule"}]: dispatch 2024-01-21T10:27:38.978 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:37.805702+0000 mon.smithi089 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/trash_purge_schedule"}]: dispatch 2024-01-21T10:27:39.051 INFO:teuthology.orchestra.run.smithi089.stderr:mgr epoch 5 is available 2024-01-21T10:27:39.051 INFO:teuthology.orchestra.run.smithi089.stderr:Setting orchestrator backend to cephadm... 2024-01-21T10:27:39.051 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2024-01-21T10:27:39.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:39 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:38.683680+0000 mgr.smithi089.rgllmg (mgr.14116) 1 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T10:27:39.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:39 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:27:38.684499+0000 mon.smithi089 (mon.0) 49 : cluster [DBG] mgrmap e7: smithi089.rgllmg(active, since 1.06032s) 2024-01-21T10:27:39.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:39 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:38.691390+0000 mgr.smithi089.rgllmg (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T10:27:39.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:39 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:39.559947+0000 mgr.smithi089.rgllmg (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:27:39.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:39 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:39.563641+0000 mon.smithi089 (mon.0) 50 : audit [INF] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' 2024-01-21T10:27:39.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:39 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:39.567615+0000 mon.smithi089 (mon.0) 51 : audit [DBG] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:27:39.891 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2024-01-21T10:27:40.358 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: value unchanged 2024-01-21T10:27:40.691 INFO:teuthology.orchestra.run.smithi089.stderr:Generating ssh key... 2024-01-21T10:27:40.691 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2024-01-21T10:27:41.715 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:41 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:40.357867+0000 mgr.smithi089.rgllmg (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:27:41.715 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:41 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:27:40.564859+0000 mon.smithi089 (mon.0) 52 : cluster [DBG] mgrmap e8: smithi089.rgllmg(active, since 2s) 2024-01-21T10:27:41.715 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:41 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:41.435520+0000 mon.smithi089 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' 2024-01-21T10:27:41.716 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:41 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:41.437162+0000 mon.smithi089 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' 2024-01-21T10:27:41.774 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2024-01-21T10:27:42.260 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCV3EgQk6rU5EB2Y2jwykLKdd/R1erMBiP4wBRQB17ea3XmmkrnhJsitM3MZ1OVp2or8JlvKmTlvhxfrBQ8z5lcVyTVr2ZclSTNLAAqpd69IfmhPFEugoWGVpFEsKjI2U9jVvTBHBbyJKhx2P1axpJ7shYVY5Kad1wW1cKBp9HxvGHE8L3mKYsATrWacsqH+JlpjIFh5XoH6K1zuRnwy3hMS6/o6FGekCEILYB7PLI+wP6p3McBydoxTWvHOmbj6M9EheXBKxp6mCkv7o5j8pYUgsKNHmLhaQGKh5lv/GewdvxYtpOm13IEEWQM1mPRHgNSM5uxT6U24caZyGLuKLrcOb78yAaGqtzVmUD5cHf5YegC/gYg9sBSDZdiXx7Bu/9jVl4Fj4IlXjvtqwiv5Kwns8PRYVpBqiGN/j59VL70zWW5XaVDQG/RzIobVYZido3AGEMa+uk1vP2kJCJgnZ8PLKCHtdfwhXpbQBpchdDNthnSZGvDxDfzqBe0iZCXgYU= ceph-971791c0-b847-11ee-95b0-87774f69a715 2024-01-21T10:27:42.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:42 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cephadm 2024-01-21T10:27:41.188557+0000 mgr.smithi089.rgllmg (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2024-01-21T10:27:43.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:43 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:42.260131+0000 mgr.smithi089.rgllmg (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:27:44.180 INFO:teuthology.orchestra.run.smithi089.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-21T10:27:44.180 INFO:teuthology.orchestra.run.smithi089.stderr:Adding key to root@localhost authorized_keys... 2024-01-21T10:27:44.182 INFO:teuthology.orchestra.run.smithi089.stderr:Adding host smithi089... 2024-01-21T10:27:44.182 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi089 172.21.15.89 2024-01-21T10:27:46.462 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Added host 'smithi089' with addr '172.21.15.89' 2024-01-21T10:27:47.771 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:47 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:45.816656+0000 mgr.smithi089.rgllmg (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi089", "addr": "172.21.15.89", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:27:47.771 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:47 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:46.460567+0000 mon.smithi089 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' 2024-01-21T10:27:47.771 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:47 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cephadm 2024-01-21T10:27:46.460846+0000 mgr.smithi089.rgllmg (mgr.14116) 9 : cephadm [INF] Added host smithi089 2024-01-21T10:27:47.771 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:47 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:46.461091+0000 mon.smithi089 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:27:48.540 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying mon service with default placement... 2024-01-21T10:27:48.540 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2024-01-21T10:27:50.091 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-21T10:27:51.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:51 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:50.088362+0000 mgr.smithi089.rgllmg (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:27:51.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:51 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cephadm 2024-01-21T10:27:50.089079+0000 mgr.smithi089.rgllmg (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-21T10:27:51.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:51 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:50.091222+0000 mon.smithi089 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' 2024-01-21T10:27:52.083 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying mgr service with default placement... 2024-01-21T10:27:52.083 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2024-01-21T10:27:52.763 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-21T10:27:53.105 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying crash service with default placement... 2024-01-21T10:27:53.105 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2024-01-21T10:27:53.661 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-21T10:27:54.022 INFO:teuthology.orchestra.run.smithi089.stderr:Enabling mgr prometheus module... 2024-01-21T10:27:54.022 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2024-01-21T10:27:54.024 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:53 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:52.760559+0000 mgr.smithi089.rgllmg (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:27:54.024 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:53 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cephadm 2024-01-21T10:27:52.761070+0000 mgr.smithi089.rgllmg (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-21T10:27:54.024 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:53 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:52.763331+0000 mon.smithi089 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' 2024-01-21T10:27:54.024 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:53 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:53.660797+0000 mon.smithi089 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' 2024-01-21T10:27:55.674 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:55 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:53.658017+0000 mgr.smithi089.rgllmg (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:27:55.674 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:55 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cephadm 2024-01-21T10:27:53.658670+0000 mgr.smithi089.rgllmg (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2024-01-21T10:27:55.674 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:55 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:54.419803+0000 mon.smithi089 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' 2024-01-21T10:27:55.674 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:55 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:54.641391+0000 mon.smithi089 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' 2024-01-21T10:27:55.674 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:55 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:54.658017+0000 mon.smithi089 (mon.0) 62 : audit [INF] from='client.? 172.21.15.89:0/2078445983' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-21T10:27:55.674 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:55 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:55.241669+0000 mon.smithi089 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.89:0/3173476315' entity='mgr.smithi089.rgllmg' 2024-01-21T10:27:56.130 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying prometheus service with default placement... 2024-01-21T10:27:56.130 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2024-01-21T10:27:57.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:56 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:27:55.643665+0000 mon.smithi089 (mon.0) 64 : audit [INF] from='client.? 172.21.15.89:0/2078445983' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-21T10:27:57.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:27:56 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:27:55.643725+0000 mon.smithi089 (mon.0) 65 : cluster [DBG] mgrmap e9: smithi089.rgllmg(active, since 18s) 2024-01-21T10:28:00.985 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:00 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:00.717000+0000 mon.smithi089 (mon.0) 66 : cluster [INF] Active manager daemon smithi089.rgllmg restarted 2024-01-21T10:28:00.985 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:00 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:00.717381+0000 mon.smithi089 (mon.0) 67 : cluster [INF] Activating manager daemon smithi089.rgllmg 2024-01-21T10:28:00.985 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:00 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:00.718984+0000 mon.smithi089 (mon.0) 68 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-21T10:28:01.780 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-21T10:28:01.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:01 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:00.769728+0000 mon.smithi089 (mon.0) 69 : cluster [DBG] mgrmap e10: smithi089.rgllmg(active, starting, since 0.0524309s) 2024-01-21T10:28:01.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:01 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:00.770809+0000 mon.smithi089 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.89:0/1171969584' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-21T10:28:01.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:01 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:00.772498+0000 mon.smithi089 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.89:0/1171969584' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "mgr metadata", "who": "smithi089.rgllmg", "id": "smithi089.rgllmg"}]: dispatch 2024-01-21T10:28:01.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:01 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:00.772679+0000 mon.smithi089 (mon.0) 72 : audit [DBG] from='mgr.14144 172.21.15.89:0/1171969584' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T10:28:01.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:01 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:00.772815+0000 mon.smithi089 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.89:0/1171969584' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T10:28:01.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:01 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:00.772937+0000 mon.smithi089 (mon.0) 74 : audit [DBG] from='mgr.14144 172.21.15.89:0/1171969584' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T10:28:01.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:01 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:00.774714+0000 mon.smithi089 (mon.0) 75 : cluster [INF] Manager daemon smithi089.rgllmg is now available 2024-01-21T10:28:01.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:01 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:00.873473+0000 mon.smithi089 (mon.0) 76 : audit [DBG] from='mgr.14144 172.21.15.89:0/1171969584' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:28:01.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:01 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:00.874737+0000 mon.smithi089 (mon.0) 77 : audit [DBG] from='mgr.14144 172.21.15.89:0/1171969584' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:28:01.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:01 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:00.898589+0000 mon.smithi089 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.89:0/1171969584' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/mirror_snapshot_schedule"}]: dispatch 2024-01-21T10:28:01.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:01 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:00.902513+0000 mon.smithi089 (mon.0) 79 : audit [INF] from='mgr.14144 172.21.15.89:0/1171969584' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/trash_purge_schedule"}]: dispatch 2024-01-21T10:28:02.383 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying grafana service with default placement... 2024-01-21T10:28:02.383 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2024-01-21T10:28:03.049 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-21T10:28:03.070 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:02 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:01.776835+0000 mon.smithi089 (mon.0) 80 : cluster [DBG] mgrmap e11: smithi089.rgllmg(active, since 1.05954s) 2024-01-21T10:28:03.070 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:02 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cephadm 2024-01-21T10:28:01.778107+0000 mgr.smithi089.rgllmg (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-21T10:28:03.070 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:02 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:01.780100+0000 mon.smithi089 (mon.0) 81 : audit [INF] from='mgr.14144 172.21.15.89:0/1171969584' entity='mgr.smithi089.rgllmg' 2024-01-21T10:28:03.070 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:02 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:01.795065+0000 mon.smithi089 (mon.0) 82 : audit [INF] from='mgr.14144 172.21.15.89:0/1171969584' entity='mgr.smithi089.rgllmg' 2024-01-21T10:28:03.379 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying node-exporter service with default placement... 2024-01-21T10:28:03.379 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2024-01-21T10:28:03.870 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-21T10:28:04.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:03 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:02.796336+0000 mon.smithi089 (mon.0) 83 : cluster [DBG] mgrmap e12: smithi089.rgllmg(active, since 2s) 2024-01-21T10:28:04.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:03 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:03.046791+0000 mgr.smithi089.rgllmg (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:28:04.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:03 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cephadm 2024-01-21T10:28:03.047324+0000 mgr.smithi089.rgllmg (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-21T10:28:04.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:03 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:03.049011+0000 mon.smithi089 (mon.0) 84 : audit [INF] from='mgr.14144 172.21.15.89:0/1171969584' entity='mgr.smithi089.rgllmg' 2024-01-21T10:28:04.203 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying alertmanager service with default placement... 2024-01-21T10:28:04.203 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2024-01-21T10:28:04.712 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-21T10:28:05.045 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2024-01-21T10:28:05.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:04 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:03.866682+0000 mgr.smithi089.rgllmg (mgr.14144) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:28:05.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:04 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cephadm 2024-01-21T10:28:03.867307+0000 mgr.smithi089.rgllmg (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-21T10:28:05.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:04 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:03.870182+0000 mon.smithi089 (mon.0) 85 : audit [INF] from='mgr.14144 172.21.15.89:0/1171969584' entity='mgr.smithi089.rgllmg' 2024-01-21T10:28:05.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:04 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:04.711889+0000 mon.smithi089 (mon.0) 86 : audit [INF] from='mgr.14144 172.21.15.89:0/1171969584' entity='mgr.smithi089.rgllmg' 2024-01-21T10:28:05.870 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2024-01-21T10:28:06.686 INFO:teuthology.orchestra.run.smithi089.stderr:Enabling the dashboard module... 2024-01-21T10:28:06.687 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2024-01-21T10:28:06.783 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:06 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:04.709130+0000 mgr.smithi089.rgllmg (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:28:06.783 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:06 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cephadm 2024-01-21T10:28:04.709680+0000 mgr.smithi089.rgllmg (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-21T10:28:06.783 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:06 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:05.526840+0000 mon.smithi089 (mon.0) 87 : audit [INF] from='client.? 172.21.15.89:0/3548494772' entity='client.admin' 2024-01-21T10:28:06.783 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:06 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:06.356878+0000 mon.smithi089 (mon.0) 88 : audit [INF] from='client.? 172.21.15.89:0/3206268387' entity='client.admin' 2024-01-21T10:28:07.822 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:07 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:07.202012+0000 mon.smithi089 (mon.0) 89 : audit [INF] from='client.? 172.21.15.89:0/2249133119' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-21T10:28:07.878 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-01-21T10:28:08.439 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-01-21T10:28:08.439 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 13, 2024-01-21T10:28:08.439 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "available": true, 2024-01-21T10:28:08.440 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "active_name": "smithi089.rgllmg", 2024-01-21T10:28:08.440 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T10:28:08.440 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-01-21T10:28:08.721 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:08 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:07.534343+0000 mon.smithi089 (mon.0) 90 : audit [INF] from='client.? 172.21.15.89:0/2249133119' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-21T10:28:08.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:08 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:07.534391+0000 mon.smithi089 (mon.0) 91 : cluster [DBG] mgrmap e13: smithi089.rgllmg(active, since 6s) 2024-01-21T10:28:08.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:08 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:08.438955+0000 mon.smithi089 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.89:0/79810330' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T10:28:08.770 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for the mgr to restart... 2024-01-21T10:28:08.770 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mgr epoch 13... 2024-01-21T10:28:08.770 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-01-21T10:28:12.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:12 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:12.656144+0000 mon.smithi089 (mon.0) 93 : cluster [INF] Active manager daemon smithi089.rgllmg restarted 2024-01-21T10:28:12.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:12 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:12.656541+0000 mon.smithi089 (mon.0) 94 : cluster [INF] Activating manager daemon smithi089.rgllmg 2024-01-21T10:28:12.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:12 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:12.658198+0000 mon.smithi089 (mon.0) 95 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-21T10:28:13.724 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-01-21T10:28:13.724 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-01-21T10:28:13.725 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T10:28:13.725 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-01-21T10:28:13.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:12.708921+0000 mon.smithi089 (mon.0) 96 : cluster [DBG] mgrmap e14: smithi089.rgllmg(active, starting, since 0.0524621s) 2024-01-21T10:28:13.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:12.711035+0000 mon.smithi089 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-21T10:28:13.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:12.711644+0000 mon.smithi089 (mon.0) 98 : audit [DBG] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "mgr metadata", "who": "smithi089.rgllmg", "id": "smithi089.rgllmg"}]: dispatch 2024-01-21T10:28:13.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:12.712276+0000 mon.smithi089 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T10:28:13.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:12.712423+0000 mon.smithi089 (mon.0) 100 : audit [DBG] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T10:28:13.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:12.712552+0000 mon.smithi089 (mon.0) 101 : audit [DBG] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T10:28:13.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:12.726350+0000 mon.smithi089 (mon.0) 102 : cluster [INF] Manager daemon smithi089.rgllmg is now available 2024-01-21T10:28:13.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:12.824749+0000 mon.smithi089 (mon.0) 103 : audit [DBG] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:28:13.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:12.826180+0000 mon.smithi089 (mon.0) 104 : audit [DBG] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:28:13.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:12.849342+0000 mon.smithi089 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/mirror_snapshot_schedule"}]: dispatch 2024-01-21T10:28:13.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:12.852054+0000 mon.smithi089 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/trash_purge_schedule"}]: dispatch 2024-01-21T10:28:14.062 INFO:teuthology.orchestra.run.smithi089.stderr:mgr epoch 13 is available 2024-01-21T10:28:14.062 INFO:teuthology.orchestra.run.smithi089.stderr:Generating a dashboard self-signed certificate... 2024-01-21T10:28:14.062 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2024-01-21T10:28:14.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:14 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:13.716761+0000 mgr.smithi089.rgllmg (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T10:28:14.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:14 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:13.717384+0000 mon.smithi089 (mon.0) 107 : cluster [DBG] mgrmap e15: smithi089.rgllmg(active, since 1.06093s) 2024-01-21T10:28:14.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:14 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:13.724257+0000 mgr.smithi089.rgllmg (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T10:28:14.861 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:14 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:13.753008+0000 mon.smithi089 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' 2024-01-21T10:28:15.079 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-21T10:28:15.418 INFO:teuthology.orchestra.run.smithi089.stderr:Creating initial admin user... 2024-01-21T10:28:15.419 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpzfq7t6db:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.5 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-01-21T10:28:16.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:15 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:14.754632+0000 mon.smithi089 (mon.0) 109 : cluster [DBG] mgrmap e16: smithi089.rgllmg(active, since 2s) 2024-01-21T10:28:16.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:15 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:14.942313+0000 mgr.smithi089.rgllmg (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:28:16.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:15 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:15.077578+0000 mon.smithi089 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' 2024-01-21T10:28:16.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:15 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:15.079400+0000 mon.smithi089 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' 2024-01-21T10:28:16.144 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$cjUCVZdzwTHt1xpQp9bIrOI5kXu1H.6oBJTPXyk5EaBRVf.4o3Bny", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705832896, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-21T10:28:16.485 INFO:teuthology.orchestra.run.smithi089.stderr:Fetching dashboard port number... 2024-01-21T10:28:16.485 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp225dq9t7:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp390jwml5:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2024-01-21T10:28:17.010 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 8443 2024-01-21T10:28:17.295 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:17 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:15.925910+0000 mgr.smithi089.rgllmg (mgr.14164) 4 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:28:17.295 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:17 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:16.144539+0000 mon.smithi089 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' 2024-01-21T10:28:17.295 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:17 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:17.009905+0000 mon.smithi089 (mon.0) 113 : audit [DBG] from='client.? 172.21.15.89:0/814879002' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-21T10:28:17.368 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-21T10:28:17.376 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: disabled 2024-01-21T10:28:17.376 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active firewalld.service 2024-01-21T10:28:17.383 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-01-21T10:28:17.383 INFO:teuthology.orchestra.run.smithi089.stderr:firewalld.service is not enabled 2024-01-21T10:28:17.383 INFO:teuthology.orchestra.run.smithi089.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-21T10:28:17.386 INFO:teuthology.orchestra.run.smithi089.stderr:Ceph Dashboard is now available at: 2024-01-21T10:28:17.386 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-01-21T10:28:17.386 INFO:teuthology.orchestra.run.smithi089.stderr: URL: https://smithi089.front.sepia.ceph.com:8443/ 2024-01-21T10:28:17.387 INFO:teuthology.orchestra.run.smithi089.stderr: User: admin 2024-01-21T10:28:17.387 INFO:teuthology.orchestra.run.smithi089.stderr: Password: vxwqsqiv18 2024-01-21T10:28:17.387 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-01-21T10:28:17.387 INFO:teuthology.orchestra.run.smithi089.stderr:You can access the Ceph CLI with: 2024-01-21T10:28:17.387 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-01-21T10:28:17.387 INFO:teuthology.orchestra.run.smithi089.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 971791c0-b847-11ee-95b0-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-21T10:28:17.387 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-01-21T10:28:17.387 INFO:teuthology.orchestra.run.smithi089.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-21T10:28:17.387 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-01-21T10:28:17.387 INFO:teuthology.orchestra.run.smithi089.stderr: ceph telemetry on 2024-01-21T10:28:17.387 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-01-21T10:28:17.387 INFO:teuthology.orchestra.run.smithi089.stderr:For more information see: 2024-01-21T10:28:17.387 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-01-21T10:28:17.387 INFO:teuthology.orchestra.run.smithi089.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-01-21T10:28:17.388 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-01-21T10:28:17.388 INFO:teuthology.orchestra.run.smithi089.stderr:Bootstrap complete. 2024-01-21T10:28:17.388 INFO:teuthology.orchestra.run.smithi089.stderr:Releasing lock 140127360344192 on /run/cephadm/971791c0-b847-11ee-95b0-87774f69a715.lock 2024-01-21T10:28:17.388 INFO:teuthology.orchestra.run.smithi089.stderr:Lock 140127360344192 released on /run/cephadm/971791c0-b847-11ee-95b0-87774f69a715.lock 2024-01-21T10:28:17.419 INFO:tasks.cephadm:Fetching config... 2024-01-21T10:28:17.419 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-21T10:28:17.420 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-21T10:28:17.438 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-21T10:28:17.438 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-21T10:28:17.438 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-21T10:28:17.496 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-21T10:28:17.497 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-21T10:28:17.497 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/mon.smithi089/keyring of=/dev/stdout 2024-01-21T10:28:17.567 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-21T10:28:17.567 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-21T10:28:17.567 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-21T10:28:17.626 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-21T10:28:17.626 DEBUG:teuthology.orchestra.run.smithi089:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCV3EgQk6rU5EB2Y2jwykLKdd/R1erMBiP4wBRQB17ea3XmmkrnhJsitM3MZ1OVp2or8JlvKmTlvhxfrBQ8z5lcVyTVr2ZclSTNLAAqpd69IfmhPFEugoWGVpFEsKjI2U9jVvTBHBbyJKhx2P1axpJ7shYVY5Kad1wW1cKBp9HxvGHE8L3mKYsATrWacsqH+JlpjIFh5XoH6K1zuRnwy3hMS6/o6FGekCEILYB7PLI+wP6p3McBydoxTWvHOmbj6M9EheXBKxp6mCkv7o5j8pYUgsKNHmLhaQGKh5lv/GewdvxYtpOm13IEEWQM1mPRHgNSM5uxT6U24caZyGLuKLrcOb78yAaGqtzVmUD5cHf5YegC/gYg9sBSDZdiXx7Bu/9jVl4Fj4IlXjvtqwiv5Kwns8PRYVpBqiGN/j59VL70zWW5XaVDQG/RzIobVYZido3AGEMa+uk1vP2kJCJgnZ8PLKCHtdfwhXpbQBpchdDNthnSZGvDxDfzqBe0iZCXgYU= ceph-971791c0-b847-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T10:28:17.702 INFO:teuthology.orchestra.run.smithi089.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCV3EgQk6rU5EB2Y2jwykLKdd/R1erMBiP4wBRQB17ea3XmmkrnhJsitM3MZ1OVp2or8JlvKmTlvhxfrBQ8z5lcVyTVr2ZclSTNLAAqpd69IfmhPFEugoWGVpFEsKjI2U9jVvTBHBbyJKhx2P1axpJ7shYVY5Kad1wW1cKBp9HxvGHE8L3mKYsATrWacsqH+JlpjIFh5XoH6K1zuRnwy3hMS6/o6FGekCEILYB7PLI+wP6p3McBydoxTWvHOmbj6M9EheXBKxp6mCkv7o5j8pYUgsKNHmLhaQGKh5lv/GewdvxYtpOm13IEEWQM1mPRHgNSM5uxT6U24caZyGLuKLrcOb78yAaGqtzVmUD5cHf5YegC/gYg9sBSDZdiXx7Bu/9jVl4Fj4IlXjvtqwiv5Kwns8PRYVpBqiGN/j59VL70zWW5XaVDQG/RzIobVYZido3AGEMa+uk1vP2kJCJgnZ8PLKCHtdfwhXpbQBpchdDNthnSZGvDxDfzqBe0iZCXgYU= ceph-971791c0-b847-11ee-95b0-87774f69a715 2024-01-21T10:28:17.713 DEBUG:teuthology.orchestra.run.smithi178:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCV3EgQk6rU5EB2Y2jwykLKdd/R1erMBiP4wBRQB17ea3XmmkrnhJsitM3MZ1OVp2or8JlvKmTlvhxfrBQ8z5lcVyTVr2ZclSTNLAAqpd69IfmhPFEugoWGVpFEsKjI2U9jVvTBHBbyJKhx2P1axpJ7shYVY5Kad1wW1cKBp9HxvGHE8L3mKYsATrWacsqH+JlpjIFh5XoH6K1zuRnwy3hMS6/o6FGekCEILYB7PLI+wP6p3McBydoxTWvHOmbj6M9EheXBKxp6mCkv7o5j8pYUgsKNHmLhaQGKh5lv/GewdvxYtpOm13IEEWQM1mPRHgNSM5uxT6U24caZyGLuKLrcOb78yAaGqtzVmUD5cHf5YegC/gYg9sBSDZdiXx7Bu/9jVl4Fj4IlXjvtqwiv5Kwns8PRYVpBqiGN/j59VL70zWW5XaVDQG/RzIobVYZido3AGEMa+uk1vP2kJCJgnZ8PLKCHtdfwhXpbQBpchdDNthnSZGvDxDfzqBe0iZCXgYU= ceph-971791c0-b847-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T10:28:17.759 INFO:teuthology.orchestra.run.smithi178.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCV3EgQk6rU5EB2Y2jwykLKdd/R1erMBiP4wBRQB17ea3XmmkrnhJsitM3MZ1OVp2or8JlvKmTlvhxfrBQ8z5lcVyTVr2ZclSTNLAAqpd69IfmhPFEugoWGVpFEsKjI2U9jVvTBHBbyJKhx2P1axpJ7shYVY5Kad1wW1cKBp9HxvGHE8L3mKYsATrWacsqH+JlpjIFh5XoH6K1zuRnwy3hMS6/o6FGekCEILYB7PLI+wP6p3McBydoxTWvHOmbj6M9EheXBKxp6mCkv7o5j8pYUgsKNHmLhaQGKh5lv/GewdvxYtpOm13IEEWQM1mPRHgNSM5uxT6U24caZyGLuKLrcOb78yAaGqtzVmUD5cHf5YegC/gYg9sBSDZdiXx7Bu/9jVl4Fj4IlXjvtqwiv5Kwns8PRYVpBqiGN/j59VL70zWW5XaVDQG/RzIobVYZido3AGEMa+uk1vP2kJCJgnZ8PLKCHtdfwhXpbQBpchdDNthnSZGvDxDfzqBe0iZCXgYU= ceph-971791c0-b847-11ee-95b0-87774f69a715 2024-01-21T10:28:17.771 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-21T10:28:19.648 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-21T10:28:19.648 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-21T10:28:20.233 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:20 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:19.042466+0000 mon.smithi089 (mon.0) 114 : cluster [DBG] mgrmap e17: smithi089.rgllmg(active, since 6s) 2024-01-21T10:28:20.234 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:20 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:19.297489+0000 mon.smithi089 (mon.0) 115 : audit [INF] from='client.? 172.21.15.89:0/2009711076' entity='client.admin' 2024-01-21T10:28:21.639 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi178 2024-01-21T10:28:21.639 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-01-21T10:28:21.639 DEBUG:teuthology.orchestra.run.smithi178:> dd of=/etc/ceph/ceph.conf 2024-01-21T10:28:21.661 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-01-21T10:28:21.661 DEBUG:teuthology.orchestra.run.smithi178:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T10:28:21.722 INFO:tasks.cephadm:Adding host smithi178 to orchestrator... 2024-01-21T10:28:21.723 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph orch host add smithi178 2024-01-21T10:28:22.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:22 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:21.265544+0000 mgr.smithi089.rgllmg (mgr.14164) 5 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:28:22.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:22 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:21.267961+0000 mon.smithi089 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' 2024-01-21T10:28:22.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:22 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:22.194051+0000 mon.smithi089 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' 2024-01-21T10:28:23.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:22.449937+0000 mon.smithi089 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"}]: dispatch 2024-01-21T10:28:23.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:22.453642+0000 mon.smithi089 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' 2024-01-21T10:28:23.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cephadm 2024-01-21T10:28:22.459922+0000 mgr.smithi089.rgllmg (mgr.14164) 6 : cephadm [INF] Deploying daemon alertmanager.smithi089 on smithi089 2024-01-21T10:28:34.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:34 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:32.713336+0000 mgr.smithi089.rgllmg (mgr.14164) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:28:36.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:36 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:34.713705+0000 mgr.smithi089.rgllmg (mgr.14164) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:28:38.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:36.714152+0000 mgr.smithi089.rgllmg (mgr.14164) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:28:40.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:40 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:38.714427+0000 mgr.smithi089.rgllmg (mgr.14164) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:28:42.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:42 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:40.714695+0000 mgr.smithi089.rgllmg (mgr.14164) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:28:44.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:44 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:42.714944+0000 mgr.smithi089.rgllmg (mgr.14164) 12 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:28:45.000 INFO:teuthology.orchestra.run.smithi178.stdout:Added host 'smithi178' with addr '172.21.15.178' 2024-01-21T10:28:45.342 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph orch host ls --format=json 2024-01-21T10:28:45.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:45 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:44.421040+0000 mgr.smithi089.rgllmg (mgr.14164) 13 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi178", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:28:45.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:45 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:44.999432+0000 mon.smithi089 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' 2024-01-21T10:28:46.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:46 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:44.715364+0000 mgr.smithi089.rgllmg (mgr.14164) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:28:46.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:46 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cephadm 2024-01-21T10:28:44.999772+0000 mgr.smithi089.rgllmg (mgr.14164) 15 : cephadm [INF] Added host smithi178 2024-01-21T10:28:46.634 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:28:46.634 INFO:teuthology.orchestra.run.smithi178.stdout:[{"addr": "172.21.15.89", "hostname": "smithi089", "labels": [], "status": ""}, {"addr": "172.21.15.178", "hostname": "smithi178", "labels": [], "status": ""}] 2024-01-21T10:28:47.022 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-21T10:28:47.022 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph osd crush tunables default 2024-01-21T10:28:48.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:48 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:46.633542+0000 mgr.smithi089.rgllmg (mgr.14164) 16 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:28:48.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:48 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:46.715624+0000 mgr.smithi089.rgllmg (mgr.14164) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:28:49.065 INFO:teuthology.orchestra.run.smithi089.stderr:adjusted tunables profile to default 2024-01-21T10:28:49.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:49 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:48.268881+0000 mon.smithi089 (mon.0) 121 : audit [INF] from='client.? 172.21.15.89:0/4035419967' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-21T10:28:49.419 INFO:tasks.cephadm:Adding mon.smithi089 on smithi089 2024-01-21T10:28:49.419 INFO:tasks.cephadm:Adding mon.smithi178 on smithi178 2024-01-21T10:28:49.419 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph orch apply mon '2;smithi089:172.21.15.89=smithi089;smithi178:172.21.15.178=smithi178' 2024-01-21T10:28:50.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:50 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:48.715865+0000 mgr.smithi089.rgllmg (mgr.14164) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:28:50.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:50 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:49.062232+0000 mon.smithi089 (mon.0) 122 : audit [INF] from='client.? 172.21.15.89:0/4035419967' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-21T10:28:50.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:50 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:49.062284+0000 mon.smithi089 (mon.0) 123 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T10:28:50.728 INFO:teuthology.orchestra.run.smithi178.stdout:Scheduled mon update... 2024-01-21T10:28:51.155 DEBUG:teuthology.orchestra.run.smithi178:mon.smithi178> sudo journalctl -f -n 0 -u ceph-971791c0-b847-11ee-95b0-87774f69a715@mon.smithi178.service 2024-01-21T10:28:51.158 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:28:51.158 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:28:51.185 INFO:journalctl@ceph.mon.smithi178.smithi178.stdout:-- Logs begin at Sun 2024-01-21 10:20:28 UTC. -- 2024-01-21T10:28:52.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:51 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:50.716206+0000 mgr.smithi089.rgllmg (mgr.14164) 19 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:28:52.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:51 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:50.724459+0000 mgr.smithi089.rgllmg (mgr.14164) 20 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi089:172.21.15.89=smithi089;smithi178:172.21.15.178=smithi178", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:28:52.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:51 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cephadm 2024-01-21T10:28:50.725790+0000 mgr.smithi089.rgllmg (mgr.14164) 21 : cephadm [INF] Saving service mon spec with placement smithi089:172.21.15.89=smithi089;smithi178:172.21.15.178=smithi178;count:2 2024-01-21T10:28:52.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:51 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:50.728227+0000 mon.smithi089 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' 2024-01-21T10:28:52.500 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:28:52.500 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:28:52.502 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:28:53.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:52.500228+0000 mon.smithi089 (mon.0) 125 : audit [DBG] from='client.? 172.21.15.178:0/3527432897' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:28:53.915 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:28:53.915 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:28:54.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:54 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:52.716549+0000 mgr.smithi089.rgllmg (mgr.14164) 22 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:28:55.350 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:28:55.351 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:28:55.352 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:28:56.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:56 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:54.716865+0000 mgr.smithi089.rgllmg (mgr.14164) 23 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:28:56.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:56 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:55.350683+0000 mon.smithi089 (mon.0) 126 : audit [DBG] from='client.? 172.21.15.178:0/4120598014' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:28:56.736 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:28:56.736 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:28:58.070 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:28:58.071 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:28:58.072 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:28:58.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:58 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:56.717193+0000 mgr.smithi089.rgllmg (mgr.14164) 24 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:28:59.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:28:59 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:28:58.070603+0000 mon.smithi089 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.178:0/3723606178' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:28:59.463 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:28:59.463 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:29:00.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:00 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:28:58.717405+0000 mgr.smithi089.rgllmg (mgr.14164) 25 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:00.895 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:29:00.895 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:29:00.896 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:29:01.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:01 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:29:00.894366+0000 mon.smithi089 (mon.0) 128 : audit [DBG] from='client.? 172.21.15.178:0/829149886' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:29:02.312 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:29:02.312 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:29:02.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:02 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:00.717754+0000 mgr.smithi089.rgllmg (mgr.14164) 26 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:03.637 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:29:03.637 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:29:03.639 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:29:04.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:04 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:02.718169+0000 mgr.smithi089.rgllmg (mgr.14164) 27 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:04.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:04 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:29:03.636735+0000 mon.smithi089 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.178:0/195605205' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:29:05.481 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:29:05.482 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:29:06.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:06 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:04.718487+0000 mgr.smithi089.rgllmg (mgr.14164) 28 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:07.089 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:29:07.090 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:29:07.091 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:29:08.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:08 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:06.718737+0000 mgr.smithi089.rgllmg (mgr.14164) 29 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:08.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:08 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:29:07.089246+0000 mon.smithi089 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.178:0/625752613' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:29:08.474 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:29:08.474 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:29:09.834 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:29:09.834 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:29:09.836 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:29:10.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:08.719123+0000 mgr.smithi089.rgllmg (mgr.14164) 30 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:10.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:29:09.834277+0000 mon.smithi089 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.178:0/2787460071' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:29:11.226 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:29:11.227 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:29:12.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:12 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:10.719397+0000 mgr.smithi089.rgllmg (mgr.14164) 31 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:13.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:29:12.851539+0000 mon.smithi089 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/mirror_snapshot_schedule"}]: dispatch 2024-01-21T10:29:13.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:29:12.853866+0000 mon.smithi089 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/trash_purge_schedule"}]: dispatch 2024-01-21T10:29:14.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:14 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:12.719714+0000 mgr.smithi089.rgllmg (mgr.14164) 32 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:15.126 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:29:15.126 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:29:15.128 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:29:16.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:16 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:14.720132+0000 mgr.smithi089.rgllmg (mgr.14164) 33 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:16.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:16 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:29:15.126160+0000 mon.smithi089 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.178:0/2776143112' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:29:18.052 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:29:18.052 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:29:18.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:18 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:16.720455+0000 mgr.smithi089.rgllmg (mgr.14164) 34 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:20.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:20 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:18.720693+0000 mgr.smithi089.rgllmg (mgr.14164) 35 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:20.757 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:29:20.757 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:29:20.759 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:29:21.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:21 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:29:20.757069+0000 mon.smithi089 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.178:0/3073448861' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:29:22.149 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:29:22.149 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:29:22.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:22 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:20.721019+0000 mgr.smithi089.rgllmg (mgr.14164) 36 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:23.534 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:29:23.534 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:29:23.535 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:29:24.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:24 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:22.721359+0000 mgr.smithi089.rgllmg (mgr.14164) 37 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:24.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:24 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:29:23.533870+0000 mon.smithi089 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.178:0/1480614274' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:29:24.921 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:29:24.922 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:29:26.293 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:29:26.293 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:29:26.294 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:29:26.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:26 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:24.721748+0000 mgr.smithi089.rgllmg (mgr.14164) 38 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:27.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:27 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:29:26.292914+0000 mon.smithi089 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.178:0/103203218' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:29:27.677 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:29:27.678 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:29:28.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:28 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:26.722107+0000 mgr.smithi089.rgllmg (mgr.14164) 39 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:29.055 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:29:29.055 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:29:29.057 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:29:29.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:29 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:29:29.055336+0000 mon.smithi089 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.178:0/403985815' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:29:30.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:30 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:28.722451+0000 mgr.smithi089.rgllmg (mgr.14164) 40 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:30.446 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:29:30.446 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:29:31.828 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:29:31.828 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:29:31.830 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:29:32.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:32 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:30.722778+0000 mgr.smithi089.rgllmg (mgr.14164) 41 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:32.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:32 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:29:31.828209+0000 mon.smithi089 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.178:0/3655596729' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:29:33.215 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:29:33.215 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:29:34.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:34 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:32.723052+0000 mgr.smithi089.rgllmg (mgr.14164) 42 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:34.629 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:29:34.629 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:29:34.631 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:29:35.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:35 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:29:34.628749+0000 mon.smithi089 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.178:0/664433616' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:29:36.018 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:29:36.018 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:29:36.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:36 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:34.723433+0000 mgr.smithi089.rgllmg (mgr.14164) 43 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:37.380 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:29:37.380 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:29:37.382 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:29:38.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:36.723743+0000 mgr.smithi089.rgllmg (mgr.14164) 44 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:38.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:29:37.379948+0000 mon.smithi089 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.178:0/3451598545' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:29:38.774 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:29:38.774 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:29:40.189 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:29:40.191 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:29:40.191 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:29:40.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:40 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:38.724009+0000 mgr.smithi089.rgllmg (mgr.14164) 45 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:41.584 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:29:41.584 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:29:41.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:41 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:29:40.189485+0000 mon.smithi089 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.178:0/408009247' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:29:42.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:42 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:40.724316+0000 mgr.smithi089.rgllmg (mgr.14164) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:42.991 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:29:42.991 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:29:42.993 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:29:43.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:43 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:29:42.991311+0000 mon.smithi089 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.178:0/1659290628' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:29:44.378 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:29:44.378 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:29:44.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:44 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:42.724646+0000 mgr.smithi089.rgllmg (mgr.14164) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:46.298 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:29:46.298 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:29:46.300 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:29:46.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:46 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:44.724971+0000 mgr.smithi089.rgllmg (mgr.14164) 48 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:47.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:47 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:29:46.298404+0000 mon.smithi089 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.178:0/2693149825' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:29:47.698 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:29:47.699 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:29:48.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:48 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:46.725297+0000 mgr.smithi089.rgllmg (mgr.14164) 49 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:49.079 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:29:49.079 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:29:49.081 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:29:49.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:49 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:29:49.079586+0000 mon.smithi089 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.178:0/4061867289' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:29:50.482 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:29:50.482 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:29:50.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:50 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:48.725563+0000 mgr.smithi089.rgllmg (mgr.14164) 50 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:51.975 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:29:51.975 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:29:51.976 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:29:52.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:50.725903+0000 mgr.smithi089.rgllmg (mgr.14164) 51 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:52.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:29:51.974947+0000 mon.smithi089 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.178:0/3234975954' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:29:53.354 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:29:53.355 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:29:54.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:54 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:52.726249+0000 mgr.smithi089.rgllmg (mgr.14164) 52 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:54.662 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:29:54.662 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:29:54.664 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:29:55.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:55 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:29:54.662417+0000 mon.smithi089 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.178:0/1614226467' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:29:56.069 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:29:56.069 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:29:56.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:56 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:54.726573+0000 mgr.smithi089.rgllmg (mgr.14164) 53 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:57.466 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:29:57.466 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:29:57.467 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:29:58.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:58 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:56.726832+0000 mgr.smithi089.rgllmg (mgr.14164) 54 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:29:58.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:29:58 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:29:57.465579+0000 mon.smithi089 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.178:0/3014861444' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:29:58.871 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:29:58.871 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:30:00.271 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:30:00.271 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:30:00.272 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:30:00.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:00 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:29:58.727105+0000 mgr.smithi089.rgllmg (mgr.14164) 55 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:01.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:01 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:00.270769+0000 mon.smithi089 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.178:0/566028727' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:30:01.664 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:30:01.664 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:30:02.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:02 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:00.727429+0000 mgr.smithi089.rgllmg (mgr.14164) 56 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:03.073 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:30:03.074 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:30:03.075 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:30:04.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:04 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:02.727817+0000 mgr.smithi089.rgllmg (mgr.14164) 57 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:04.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:04 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:03.073479+0000 mon.smithi089 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.178:0/373341096' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:30:04.419 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:30:04.420 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:30:05.819 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:30:05.820 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:30:05.821 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:30:06.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:06 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:04.728205+0000 mgr.smithi089.rgllmg (mgr.14164) 58 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:06.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:06 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:05.819790+0000 mon.smithi089 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.178:0/1631374077' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:30:07.206 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:30:07.207 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:30:08.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:08 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:06.728579+0000 mgr.smithi089.rgllmg (mgr.14164) 59 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:08.596 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:30:08.596 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:30:08.598 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:30:09.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:09 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:08.596016+0000 mon.smithi089 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.178:0/403822069' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:30:10.012 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:30:10.012 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:30:10.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:08.728852+0000 mgr.smithi089.rgllmg (mgr.14164) 60 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:11.416 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:30:11.416 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:30:11.417 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:30:12.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:12 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:10.729111+0000 mgr.smithi089.rgllmg (mgr.14164) 61 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:12.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:12 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:11.415719+0000 mon.smithi089 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.178:0/2224019249' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:30:12.810 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:30:12.811 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:30:13.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:12.852679+0000 mon.smithi089 (mon.0) 154 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/mirror_snapshot_schedule"}]: dispatch 2024-01-21T10:30:13.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:12.854770+0000 mon.smithi089 (mon.0) 155 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/trash_purge_schedule"}]: dispatch 2024-01-21T10:30:14.178 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:30:14.178 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:30:14.180 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:30:14.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:14 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:12.729493+0000 mgr.smithi089.rgllmg (mgr.14164) 62 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:15.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:15 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:14.178478+0000 mon.smithi089 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.178:0/3265204512' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:30:15.564 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:30:15.565 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:30:16.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:16 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:14.729887+0000 mgr.smithi089.rgllmg (mgr.14164) 63 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:16.930 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:30:16.930 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:30:16.931 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:30:17.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:17 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:16.929959+0000 mon.smithi089 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.178:0/495363739' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:30:18.312 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:30:18.313 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:30:18.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:18 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:16.730240+0000 mgr.smithi089.rgllmg (mgr.14164) 64 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:19.671 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:30:19.671 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:30:19.673 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:30:20.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:20 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:18.730603+0000 mgr.smithi089.rgllmg (mgr.14164) 65 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:20.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:20 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:19.670987+0000 mon.smithi089 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.178:0/481488382' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:30:21.068 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:30:21.068 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:30:22.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:22 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:20.730956+0000 mgr.smithi089.rgllmg (mgr.14164) 66 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:22.408 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:30:22.408 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:30:22.410 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:30:23.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:23 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:22.408211+0000 mon.smithi089 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.178:0/3074625336' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:30:23.800 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:30:23.801 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:30:24.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:24 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:22.731285+0000 mgr.smithi089.rgllmg (mgr.14164) 67 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:25.153 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:30:25.153 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:30:25.155 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:30:26.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:26 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:24.731593+0000 mgr.smithi089.rgllmg (mgr.14164) 68 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:26.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:26 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:25.152719+0000 mon.smithi089 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.178:0/3172985670' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:30:26.537 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:30:26.537 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:30:27.943 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:30:27.944 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:30:27.945 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:30:28.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:28 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:26.731898+0000 mgr.smithi089.rgllmg (mgr.14164) 69 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:28.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:28 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:27.942790+0000 mon.smithi089 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.178:0/2257736191' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:30:29.333 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:30:29.334 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:30:30.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:30 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:28.732259+0000 mgr.smithi089.rgllmg (mgr.14164) 70 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:30.713 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:30:30.713 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:30:30.715 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:30:31.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:31 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:30.713186+0000 mon.smithi089 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.178:0/902631964' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:30:32.110 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:30:32.111 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:30:32.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:32 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:30.732494+0000 mgr.smithi089.rgllmg (mgr.14164) 71 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:33.467 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:30:33.467 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:30:33.469 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:30:34.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:34 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:32.732777+0000 mgr.smithi089.rgllmg (mgr.14164) 72 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:34.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:34 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:33.466983+0000 mon.smithi089 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.178:0/2729340455' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:30:34.869 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:30:34.869 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:30:36.184 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:30:36.184 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:30:36.186 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:30:36.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:36 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:34.733158+0000 mgr.smithi089.rgllmg (mgr.14164) 73 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:37.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:37 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:36.184779+0000 mon.smithi089 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.178:0/796036625' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:30:37.607 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:30:37.608 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:30:38.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:36.733485+0000 mgr.smithi089.rgllmg (mgr.14164) 74 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:38.954 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:30:38.954 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:30:38.955 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:30:39.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:39 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:38.953515+0000 mon.smithi089 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.178:0/3703875321' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:30:40.351 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:30:40.351 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:30:40.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:40 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:38.733810+0000 mgr.smithi089.rgllmg (mgr.14164) 75 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:41.710 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:30:41.711 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:30:41.712 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:30:42.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:42 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:40.734152+0000 mgr.smithi089.rgllmg (mgr.14164) 76 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:42.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:42 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:41.710660+0000 mon.smithi089 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.178:0/3540776477' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:30:43.100 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:30:43.100 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:30:44.503 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:30:44.503 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:30:44.505 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:30:44.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:44 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:42.734406+0000 mgr.smithi089.rgllmg (mgr.14164) 77 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:45.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:45 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:44.503243+0000 mon.smithi089 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.178:0/3929969157' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:30:45.887 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:30:45.887 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:30:46.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:46 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:44.734738+0000 mgr.smithi089.rgllmg (mgr.14164) 78 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:47.273 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:30:47.273 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:30:47.274 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:30:48.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:48 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:46.735095+0000 mgr.smithi089.rgllmg (mgr.14164) 79 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:48.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:48 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:47.272590+0000 mon.smithi089 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.178:0/1863844129' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:30:48.673 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:30:48.674 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:30:50.050 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:30:50.050 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:30:50.052 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:30:50.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:50 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:48.735448+0000 mgr.smithi089.rgllmg (mgr.14164) 80 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:50.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:50 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:50.049490+0000 mon.smithi089 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.178:0/2095888100' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:30:51.446 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:30:51.446 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:30:52.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:50.735762+0000 mgr.smithi089.rgllmg (mgr.14164) 81 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:52.809 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:30:52.810 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:30:52.812 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:30:53.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:53 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:52.809679+0000 mon.smithi089 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.178:0/3256246342' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:30:54.196 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:30:54.197 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:30:54.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:54 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:52.736094+0000 mgr.smithi089.rgllmg (mgr.14164) 82 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:55.608 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:30:55.609 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:30:55.610 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:30:56.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:56 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:54.736428+0000 mgr.smithi089.rgllmg (mgr.14164) 83 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:56.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:56 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:55.608414+0000 mon.smithi089 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.178:0/3209302299' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:30:56.999 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:30:56.999 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:30:58.419 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:30:58.419 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:30:58.421 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:30:58.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:58 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:56.736733+0000 mgr.smithi089.rgllmg (mgr.14164) 84 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:30:59.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:30:59 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:30:58.419202+0000 mon.smithi089 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.178:0/1447149064' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:30:59.811 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:30:59.812 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:31:00.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:00 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:30:58.736991+0000 mgr.smithi089.rgllmg (mgr.14164) 85 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:01.174 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:31:01.174 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:31:01.176 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:31:02.510 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:31:02.510 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:31:02.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:02 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:00.737194+0000 mgr.smithi089.rgllmg (mgr.14164) 86 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:02.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:02 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:01.172959+0000 mon.smithi089 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.178:0/615542415' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:31:03.895 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:31:03.895 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:31:03.896 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:31:04.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:04 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:02.737482+0000 mgr.smithi089.rgllmg (mgr.14164) 87 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:04.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:04 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:03.895122+0000 mon.smithi089 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.178:0/3378816537' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:31:05.310 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:31:05.310 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:31:06.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:06 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:04.737777+0000 mgr.smithi089.rgllmg (mgr.14164) 88 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:06.686 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:31:06.686 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:31:06.688 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:31:07.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:07 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:06.686069+0000 mon.smithi089 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.178:0/401950120' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:31:08.002 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:31:08.002 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:31:08.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:08 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:06.738068+0000 mgr.smithi089.rgllmg (mgr.14164) 89 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:09.383 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:31:09.384 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:31:09.385 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:31:10.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:08.738392+0000 mgr.smithi089.rgllmg (mgr.14164) 90 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:10.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:09.383900+0000 mon.smithi089 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.178:0/2307331626' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:31:10.779 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:31:10.779 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:31:12.129 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:31:12.129 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:31:12.131 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:31:12.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:12 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:10.738761+0000 mgr.smithi089.rgllmg (mgr.14164) 91 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:12.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:12 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:12.128932+0000 mon.smithi089 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.178:0/1665091464' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:31:13.510 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:31:13.510 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:31:13.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:12.853693+0000 mon.smithi089 (mon.0) 178 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/mirror_snapshot_schedule"}]: dispatch 2024-01-21T10:31:13.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:12.855660+0000 mon.smithi089 (mon.0) 179 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/trash_purge_schedule"}]: dispatch 2024-01-21T10:31:14.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:14 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:12.739136+0000 mgr.smithi089.rgllmg (mgr.14164) 92 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:14.904 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:31:14.905 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:31:14.906 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:31:15.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:15 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:14.904592+0000 mon.smithi089 (mon.0) 180 : audit [DBG] from='client.? 172.21.15.178:0/3999437746' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:31:16.290 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:31:16.290 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:31:16.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:16 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:14.739503+0000 mgr.smithi089.rgllmg (mgr.14164) 93 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:17.727 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:31:17.727 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:31:17.729 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:31:18.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:18 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:16.739759+0000 mgr.smithi089.rgllmg (mgr.14164) 94 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:18.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:18 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:17.726939+0000 mon.smithi089 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.178:0/11504738' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:31:19.123 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:31:19.124 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:31:20.442 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:31:20.442 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:31:20.444 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:31:20.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:20 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:18.740112+0000 mgr.smithi089.rgllmg (mgr.14164) 95 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:21.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:21 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:20.441939+0000 mon.smithi089 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.178:0/2249549569' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:31:21.813 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:31:21.814 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:31:22.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:22 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:20.740403+0000 mgr.smithi089.rgllmg (mgr.14164) 96 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:23.191 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:31:23.191 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:31:23.193 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:31:24.568 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:31:24.568 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:31:24.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:24 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:22.740712+0000 mgr.smithi089.rgllmg (mgr.14164) 97 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:24.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:24 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:23.191363+0000 mon.smithi089 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.178:0/1115218619' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:31:25.911 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:31:25.911 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:31:25.913 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:31:26.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:26 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:24.740959+0000 mgr.smithi089.rgllmg (mgr.14164) 98 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:26.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:26 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:25.910915+0000 mon.smithi089 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.178:0/892033516' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:31:27.297 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:31:27.297 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:31:28.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:28 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:26.741299+0000 mgr.smithi089.rgllmg (mgr.14164) 99 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:28.688 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:31:28.689 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:31:28.690 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:31:29.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:29 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:28.687968+0000 mon.smithi089 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.178:0/1746699721' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:31:30.075 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:31:30.076 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:31:30.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:30 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:28.741628+0000 mgr.smithi089.rgllmg (mgr.14164) 100 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:31.409 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:31:31.409 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:31:31.410 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:31:32.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:32 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:30.741945+0000 mgr.smithi089.rgllmg (mgr.14164) 101 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:32.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:32 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:31.408801+0000 mon.smithi089 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.178:0/630826667' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:31:32.798 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:31:32.798 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:31:34.192 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:31:34.193 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:31:34.194 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:31:34.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:34 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:32.742316+0000 mgr.smithi089.rgllmg (mgr.14164) 102 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:35.587 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:31:35.588 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:31:35.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:35 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:34.192487+0000 mon.smithi089 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.178:0/1086102433' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:31:36.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:36 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:34.742588+0000 mgr.smithi089.rgllmg (mgr.14164) 103 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:36.970 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:31:36.970 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:31:36.972 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:31:37.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:37 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:36.970608+0000 mon.smithi089 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.178:0/3283962481' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:31:38.348 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:31:38.348 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:31:38.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:36.742901+0000 mgr.smithi089.rgllmg (mgr.14164) 104 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:39.723 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:31:39.723 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:31:39.724 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:31:40.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:40 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:38.743199+0000 mgr.smithi089.rgllmg (mgr.14164) 105 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:40.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:40 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:39.722999+0000 mon.smithi089 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.178:0/3020898466' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:31:41.125 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:31:41.125 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:31:42.461 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:31:42.461 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:31:42.462 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:31:42.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:42 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:40.743483+0000 mgr.smithi089.rgllmg (mgr.14164) 106 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:43.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:43 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:42.461071+0000 mon.smithi089 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.178:0/3554927681' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:31:43.852 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:31:43.853 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:31:44.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:44 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:42.743799+0000 mgr.smithi089.rgllmg (mgr.14164) 107 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:45.248 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:31:45.248 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:31:45.249 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:31:46.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:46 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:44.744180+0000 mgr.smithi089.rgllmg (mgr.14164) 108 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:46.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:46 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:45.247724+0000 mon.smithi089 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.178:0/985952380' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:31:46.626 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:31:46.627 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:31:48.001 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:31:48.001 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:31:48.002 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:31:48.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:48 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:46.744518+0000 mgr.smithi089.rgllmg (mgr.14164) 109 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:48.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:48 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:48.000902+0000 mon.smithi089 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.178:0/2179982310' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:31:49.370 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:31:49.370 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:31:50.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:50 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:48.744856+0000 mgr.smithi089.rgllmg (mgr.14164) 110 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:50.726 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:31:50.726 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:31:50.728 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:31:51.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:51 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:50.726135+0000 mon.smithi089 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.178:0/1861209553' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:31:52.115 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:31:52.116 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:31:52.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:50.745198+0000 mgr.smithi089.rgllmg (mgr.14164) 111 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:53.488 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:31:53.488 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:31:53.489 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:31:54.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:54 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:52.745449+0000 mgr.smithi089.rgllmg (mgr.14164) 112 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:54.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:54 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:53.487909+0000 mon.smithi089 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.178:0/1844758349' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:31:54.937 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:31:54.937 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:31:56.286 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:31:56.286 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:31:56.288 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:31:56.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:56 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:54.745678+0000 mgr.smithi089.rgllmg (mgr.14164) 113 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:57.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:57 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:56.286229+0000 mon.smithi089 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.178:0/2785592545' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:31:57.681 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:31:57.681 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:31:58.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:58 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:56.745918+0000 mgr.smithi089.rgllmg (mgr.14164) 114 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:31:59.068 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:31:59.068 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:31:59.070 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:31:59.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:31:59 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:31:59.068365+0000 mon.smithi089 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.178:0/1619663322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:32:00.474 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:32:00.475 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:32:00.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:00 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:31:58.746265+0000 mgr.smithi089.rgllmg (mgr.14164) 115 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:01.820 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:32:01.820 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:32:01.822 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:32:02.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:02 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:00.746538+0000 mgr.smithi089.rgllmg (mgr.14164) 116 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:02.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:02 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:01.819894+0000 mon.smithi089 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.178:0/2415259486' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:32:03.245 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:32:03.246 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:32:04.553 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:32:04.553 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:32:04.555 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:32:04.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:04 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:02.746837+0000 mgr.smithi089.rgllmg (mgr.14164) 117 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:05.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:05 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:04.552894+0000 mon.smithi089 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.178:0/1098242206' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:32:05.940 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:32:05.941 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:32:06.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:06 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:04.747052+0000 mgr.smithi089.rgllmg (mgr.14164) 118 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:07.347 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:32:07.347 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:32:07.348 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:32:08.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:08 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:06.747236+0000 mgr.smithi089.rgllmg (mgr.14164) 119 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:08.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:08 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:07.346794+0000 mon.smithi089 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.178:0/3046481826' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:32:08.738 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:32:08.738 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:32:10.087 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:32:10.087 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:32:10.088 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:32:10.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:08.747493+0000 mgr.smithi089.rgllmg (mgr.14164) 120 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:10.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:10.087054+0000 mon.smithi089 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.178:0/1136857861' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:32:11.473 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:32:11.474 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:32:12.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:12 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:10.747806+0000 mgr.smithi089.rgllmg (mgr.14164) 121 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:12.849 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:32:12.849 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:32:12.850 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:32:13.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:12.848988+0000 mon.smithi089 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.178:0/3792067962' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:32:13.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:12.854674+0000 mon.smithi089 (mon.0) 202 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/mirror_snapshot_schedule"}]: dispatch 2024-01-21T10:32:13.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:12.856561+0000 mon.smithi089 (mon.0) 203 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/trash_purge_schedule"}]: dispatch 2024-01-21T10:32:14.220 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:32:14.220 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:32:14.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:14 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:12.748156+0000 mgr.smithi089.rgllmg (mgr.14164) 122 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:15.582 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:32:15.582 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:32:15.584 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:32:16.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:16 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:14.748495+0000 mgr.smithi089.rgllmg (mgr.14164) 123 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:16.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:16 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:15.581710+0000 mon.smithi089 (mon.0) 204 : audit [DBG] from='client.? 172.21.15.178:0/632383056' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:32:16.977 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:32:16.978 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:32:18.335 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:32:18.335 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:32:18.337 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:32:18.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:18 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:16.748889+0000 mgr.smithi089.rgllmg (mgr.14164) 124 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:19.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:19 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:18.335010+0000 mon.smithi089 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.178:0/598813822' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:32:19.728 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:32:19.728 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:32:20.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:20 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:18.749288+0000 mgr.smithi089.rgllmg (mgr.14164) 125 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:21.081 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:32:21.082 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:32:21.083 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:32:21.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:21 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:21.081334+0000 mon.smithi089 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.178:0/3350429777' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:32:22.426 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:32:22.426 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:32:22.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:22 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:20.749550+0000 mgr.smithi089.rgllmg (mgr.14164) 126 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:23.782 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:32:23.782 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:32:23.784 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:32:24.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:24 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:22.749912+0000 mgr.smithi089.rgllmg (mgr.14164) 127 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:24.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:24 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:23.782234+0000 mon.smithi089 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.178:0/357973558' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:32:25.216 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:32:25.216 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:32:26.539 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:32:26.539 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:32:26.540 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:32:26.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:26 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:24.750297+0000 mgr.smithi089.rgllmg (mgr.14164) 128 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:27.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:27 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:26.538397+0000 mon.smithi089 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.178:0/2294668753' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:32:27.927 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:32:27.927 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:32:28.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:28 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:26.750688+0000 mgr.smithi089.rgllmg (mgr.14164) 129 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:29.309 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:32:29.309 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:32:29.311 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:32:30.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:30 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:28.750957+0000 mgr.smithi089.rgllmg (mgr.14164) 130 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:30.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:30 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:29.309616+0000 mon.smithi089 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.178:0/2909257469' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:32:30.702 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:32:30.702 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:32:32.053 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:32:32.053 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:32:32.055 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:32:32.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:32 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:30.751264+0000 mgr.smithi089.rgllmg (mgr.14164) 131 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:32.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:32 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:32.053276+0000 mon.smithi089 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.178:0/2844245628' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:32:33.432 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:32:33.433 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:32:34.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:34 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:32.751618+0000 mgr.smithi089.rgllmg (mgr.14164) 132 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:34.833 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:32:34.833 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:32:34.835 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:32:35.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:35 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:34.833282+0000 mon.smithi089 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.178:0/1363451865' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:32:36.226 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:32:36.226 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:32:36.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:36 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:34.751945+0000 mgr.smithi089.rgllmg (mgr.14164) 133 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:37.581 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:32:37.581 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:32:37.583 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:32:38.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:36.752278+0000 mgr.smithi089.rgllmg (mgr.14164) 134 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:38.612 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:37.581386+0000 mon.smithi089 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.178:0/3556139931' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:32:38.978 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:32:38.978 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:32:40.365 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:32:40.365 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:32:40.367 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:32:40.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:40 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:38.752694+0000 mgr.smithi089.rgllmg (mgr.14164) 135 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:41.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:41 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:40.365428+0000 mon.smithi089 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.178:0/777449257' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:32:41.752 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:32:41.752 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:32:42.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:42 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:40.753166+0000 mgr.smithi089.rgllmg (mgr.14164) 136 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:43.150 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:32:43.150 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:32:43.151 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:32:44.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:44 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:42.753593+0000 mgr.smithi089.rgllmg (mgr.14164) 137 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:44.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:44 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:43.149698+0000 mon.smithi089 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.178:0/2324639550' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:32:44.543 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:32:44.543 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:32:45.859 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:32:45.859 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:32:45.861 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:32:46.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:46 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:44.754006+0000 mgr.smithi089.rgllmg (mgr.14164) 138 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:46.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:46 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:45.859588+0000 mon.smithi089 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.178:0/4131453691' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:32:47.249 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:32:47.249 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:32:48.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:48 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:46.754416+0000 mgr.smithi089.rgllmg (mgr.14164) 139 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:48.608 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:32:48.608 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:32:48.610 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:32:49.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:49 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:48.608404+0000 mon.smithi089 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.178:0/3695378388' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:32:49.990 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:32:49.990 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:32:50.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:50 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:48.754823+0000 mgr.smithi089.rgllmg (mgr.14164) 140 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:51.389 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:32:51.389 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:32:51.390 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:32:52.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:50.755201+0000 mgr.smithi089.rgllmg (mgr.14164) 141 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:52.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:51.388728+0000 mon.smithi089 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.178:0/2848333459' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:32:52.797 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:32:52.797 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:32:54.166 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:32:54.166 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:32:54.167 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:32:54.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:54 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:52.755577+0000 mgr.smithi089.rgllmg (mgr.14164) 142 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:55.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:55 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:54.165580+0000 mon.smithi089 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.178:0/1987437693' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:32:55.555 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:32:55.555 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:32:56.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:56 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:54.755927+0000 mgr.smithi089.rgllmg (mgr.14164) 143 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:56.954 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:32:56.954 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:32:56.956 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:32:57.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:57 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:56.953997+0000 mon.smithi089 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.178:0/1582026357' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:32:58.333 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:32:58.333 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:32:58.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:32:58 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:56.756249+0000 mgr.smithi089.rgllmg (mgr.14164) 144 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:32:59.645 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:32:59.646 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:32:59.647 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:33:00.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:00 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:32:58.756651+0000 mgr.smithi089.rgllmg (mgr.14164) 145 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:00.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:00 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:32:59.645333+0000 mon.smithi089 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.178:0/2829876600' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:33:01.041 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:33:01.041 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:33:02.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:02 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:00.757101+0000 mgr.smithi089.rgllmg (mgr.14164) 146 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:02.419 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:33:02.419 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:33:02.420 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:33:03.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:03 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:02.418998+0000 mon.smithi089 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.178:0/3815425328' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:33:03.808 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:33:03.808 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:33:04.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:04 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:02.757459+0000 mgr.smithi089.rgllmg (mgr.14164) 147 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:05.164 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:33:05.164 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:33:05.165 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:33:06.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:06 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:04.757766+0000 mgr.smithi089.rgllmg (mgr.14164) 148 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:06.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:06 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:05.163826+0000 mon.smithi089 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.178:0/2446655675' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:33:06.528 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:33:06.528 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:33:07.899 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:33:07.899 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:33:07.901 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:33:08.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:08 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:06.758038+0000 mgr.smithi089.rgllmg (mgr.14164) 149 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:08.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:08 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:07.899217+0000 mon.smithi089 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.178:0/3949582516' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:33:09.282 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:33:09.282 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:33:10.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:08.758406+0000 mgr.smithi089.rgllmg (mgr.14164) 150 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:10.629 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:33:10.629 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:33:10.631 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:33:11.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:11 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:10.629426+0000 mon.smithi089 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.178:0/3176276900' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:33:12.043 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:33:12.044 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:33:12.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:12 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:10.758762+0000 mgr.smithi089.rgllmg (mgr.14164) 151 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:13.305 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:33:13.306 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:33:13.307 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:33:13.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:12.855637+0000 mon.smithi089 (mon.0) 225 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/mirror_snapshot_schedule"}]: dispatch 2024-01-21T10:33:13.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:12.857495+0000 mon.smithi089 (mon.0) 226 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/trash_purge_schedule"}]: dispatch 2024-01-21T10:33:14.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:14 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:12.759123+0000 mgr.smithi089.rgllmg (mgr.14164) 152 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:14.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:14 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:13.305265+0000 mon.smithi089 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.178:0/3054156835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:33:14.690 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:33:14.691 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:33:16.096 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:33:16.097 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:33:16.098 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:33:16.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:16 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:14.759476+0000 mgr.smithi089.rgllmg (mgr.14164) 153 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:16.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:16 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:16.096799+0000 mon.smithi089 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.178:0/1275922754' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:33:17.510 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:33:17.511 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:33:18.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:18 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:16.759895+0000 mgr.smithi089.rgllmg (mgr.14164) 154 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:18.855 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:33:18.855 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:33:18.857 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:33:19.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:19 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:18.854974+0000 mon.smithi089 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.178:0/2887504558' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:33:20.241 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:33:20.242 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:33:20.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:20 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:18.760298+0000 mgr.smithi089.rgllmg (mgr.14164) 155 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:21.657 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:33:21.657 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:33:21.659 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:33:22.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:22 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:20.760643+0000 mgr.smithi089.rgllmg (mgr.14164) 156 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:22.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:22 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:21.657371+0000 mon.smithi089 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.178:0/3571107771' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:33:23.032 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:33:23.033 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:33:24.401 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:33:24.401 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:33:24.402 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:33:24.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:24 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:22.760926+0000 mgr.smithi089.rgllmg (mgr.14164) 157 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:25.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:25 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:24.400656+0000 mon.smithi089 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.178:0/555744998' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:33:25.746 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:33:25.746 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:33:26.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:26 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:24.761286+0000 mgr.smithi089.rgllmg (mgr.14164) 158 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:27.111 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:33:27.111 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:33:27.112 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:33:27.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:27 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:27.110984+0000 mon.smithi089 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.178:0/1707982541' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:33:28.490 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:33:28.490 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:33:28.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:28 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:26.761641+0000 mgr.smithi089.rgllmg (mgr.14164) 159 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:29.859 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:33:29.859 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:33:29.860 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:33:30.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:30 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:28.762001+0000 mgr.smithi089.rgllmg (mgr.14164) 160 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:30.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:30 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:29.858873+0000 mon.smithi089 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.178:0/270053490' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:33:31.281 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:33:31.282 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:33:32.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:32 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:30.762312+0000 mgr.smithi089.rgllmg (mgr.14164) 161 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:32.667 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:33:32.667 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:33:32.671 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:33:33.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:33 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:32.667005+0000 mon.smithi089 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.178:0/2348560212' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:33:34.040 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:33:34.040 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:33:34.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:34 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:32.762580+0000 mgr.smithi089.rgllmg (mgr.14164) 162 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:35.422 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:33:35.422 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:33:35.423 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:33:36.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:36 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:34.762879+0000 mgr.smithi089.rgllmg (mgr.14164) 163 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:36.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:36 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:35.421430+0000 mon.smithi089 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.178:0/949418265' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:33:36.793 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:33:36.793 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:33:38.153 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:33:38.153 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:33:38.154 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:33:38.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:36.763207+0000 mgr.smithi089.rgllmg (mgr.14164) 164 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:39.541 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:33:39.541 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:33:39.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:39 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:38.153232+0000 mon.smithi089 (mon.0) 236 : audit [DBG] from='client.? 172.21.15.178:0/1815279002' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:33:40.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:40 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:38.763509+0000 mgr.smithi089.rgllmg (mgr.14164) 165 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:40.951 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:33:40.951 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:33:40.952 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:33:41.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:41 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:40.950199+0000 mon.smithi089 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.178:0/1910282418' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:33:42.343 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:33:42.343 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:33:42.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:42 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:40.763860+0000 mgr.smithi089.rgllmg (mgr.14164) 166 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:43.741 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:33:43.741 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:33:43.742 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:33:44.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:44 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:42.764143+0000 mgr.smithi089.rgllmg (mgr.14164) 167 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:44.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:44 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:43.741209+0000 mon.smithi089 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.178:0/697047434' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:33:45.127 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:33:45.127 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:33:46.483 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:33:46.483 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:33:46.485 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:33:46.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:46 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:44.764469+0000 mgr.smithi089.rgllmg (mgr.14164) 168 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:47.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:47 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:46.483355+0000 mon.smithi089 (mon.0) 239 : audit [DBG] from='client.? 172.21.15.178:0/3867049095' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:33:47.861 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:33:47.862 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:33:48.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:48 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:46.764702+0000 mgr.smithi089.rgllmg (mgr.14164) 169 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:49.189 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:33:49.189 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:33:49.191 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:33:50.581 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:33:50.582 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:33:50.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:50 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:48.765015+0000 mgr.smithi089.rgllmg (mgr.14164) 170 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:50.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:50 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:49.189351+0000 mon.smithi089 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.178:0/3214415869' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:33:51.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:51 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:50.750667+0000 mon.smithi089 (mon.0) 241 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T10:33:51.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:51 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:50.753619+0000 mon.smithi089 (mon.0) 242 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-21T10:33:51.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:51 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:50.754583+0000 mon.smithi089 (mon.0) 243 : audit [DBG] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:33:51.947 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:33:51.947 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:33:51.949 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:33:52.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cephadm 2024-01-21T10:33:50.748277+0000 mgr.smithi089.rgllmg (mgr.14164) 171 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-971791c0-b847-11ee-95b0-87774f69a715-alertmanager.smithi089 2024-01-21T10:33:52.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: /bin/podman: stderr Error: no such container ceph-971791c0-b847-11ee-95b0-87774f69a715-alertmanager.smithi089 2024-01-21T10:33:52.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Deploy daemon alertmanager.smithi089 ... 2024-01-21T10:33:52.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-01-21T10:33:52.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-21T10:33:52.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr time="2024-01-21T10:29:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:33:52.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr time="2024-01-21T10:30:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:33:52.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr time="2024-01-21T10:30:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:33:52.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:33:52.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-01-21T10:33:52.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-21T10:33:52.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr time="2024-01-21T10:31:58Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:33:52.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr time="2024-01-21T10:32:35Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:33:52.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr time="2024-01-21T10:33:13Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:33:52.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:33:52.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Traceback (most recent call last): 2024-01-21T10:33:52.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T10:33:52.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: main() 2024-01-21T10:33:52.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T10:33:52.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: r = ctx.func(ctx) 2024-01-21T10:33:52.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T10:33:52.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: return func(ctx) 2024-01-21T10:33:52.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-01-21T10:33:52.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-01-21T10:33:52.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-01-21T10:33:52.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-01-21T10:33:52.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-01-21T10:33:52.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: raise RuntimeError('uid/gid not found') 2024-01-21T10:33:52.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: RuntimeError: uid/gid not found 2024-01-21T10:33:52.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Traceback (most recent call last): 2024-01-21T10:33:52.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-01-21T10:33:52.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: yield (conn, connr) 2024-01-21T10:33:52.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-01-21T10:33:52.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: code, '\n'.join(err))) 2024-01-21T10:33:52.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-971791c0-b847-11ee-95b0-87774f69a715-alertmanager.smithi089 2024-01-21T10:33:52.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: /bin/podman: stderr Error: no such container ceph-971791c0-b847-11ee-95b0-87774f69a715-alertmanager.smithi089 2024-01-21T10:33:52.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Deploy daemon alertmanager.smithi089 ... 2024-01-21T10:33:52.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-01-21T10:33:52.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-21T10:33:52.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr time="2024-01-21T10:29:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:33:52.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr time="2024-01-21T10:30:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:33:52.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr time="2024-01-21T10:30:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:33:52.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:33:52.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-01-21T10:33:52.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-21T10:33:52.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr time="2024-01-21T10:31:58Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:33:52.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr time="2024-01-21T10:32:35Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:33:52.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr time="2024-01-21T10:33:13Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:33:52.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:33:52.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Traceback (most recent call last): 2024-01-21T10:33:52.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T10:33:52.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: main() 2024-01-21T10:33:52.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T10:33:52.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: r = ctx.func(ctx) 2024-01-21T10:33:52.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T10:33:52.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: return func(ctx) 2024-01-21T10:33:52.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-01-21T10:33:52.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-01-21T10:33:52.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-01-21T10:33:52.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-01-21T10:33:52.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-01-21T10:33:52.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: raise RuntimeError('uid/gid not found') 2024-01-21T10:33:52.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: RuntimeError: uid/gid not found 2024-01-21T10:33:52.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cephadm 2024-01-21T10:33:50.748612+0000 mgr.smithi089.rgllmg (mgr.14164) 172 : cephadm [ERR] Failed while placing alertmanager.smithi089 on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-971791c0-b847-11ee-95b0-87774f69a715-alertmanager.smithi089 2024-01-21T10:33:52.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: /bin/podman: stderr Error: no such container ceph-971791c0-b847-11ee-95b0-87774f69a715-alertmanager.smithi089 2024-01-21T10:33:52.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Deploy daemon alertmanager.smithi089 ... 2024-01-21T10:33:52.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-01-21T10:33:52.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-21T10:33:52.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr time="2024-01-21T10:29:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:33:52.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr time="2024-01-21T10:30:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:33:52.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr time="2024-01-21T10:30:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:33:52.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:33:52.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-01-21T10:33:52.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-21T10:33:52.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr time="2024-01-21T10:31:58Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:33:52.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr time="2024-01-21T10:32:35Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:33:52.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr time="2024-01-21T10:33:13Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:33:52.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:33:52.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Traceback (most recent call last): 2024-01-21T10:33:52.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T10:33:52.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: main() 2024-01-21T10:33:52.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T10:33:52.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: r = ctx.func(ctx) 2024-01-21T10:33:52.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T10:33:52.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: return func(ctx) 2024-01-21T10:33:52.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-01-21T10:33:52.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-01-21T10:33:52.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-01-21T10:33:52.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-01-21T10:33:52.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-01-21T10:33:52.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: raise RuntimeError('uid/gid not found') 2024-01-21T10:33:52.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: RuntimeError: uid/gid not found 2024-01-21T10:33:52.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cephadm 2024-01-21T10:33:50.755235+0000 mgr.smithi089.rgllmg (mgr.14164) 173 : cephadm [INF] Deploying daemon crash.smithi089 on smithi089 2024-01-21T10:33:52.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:50.765298+0000 mgr.smithi089.rgllmg (mgr.14164) 174 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:52.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:51.947099+0000 mon.smithi089 (mon.0) 244 : audit [DBG] from='client.? 172.21.15.178:0/3714055366' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:33:52.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:52.133691+0000 mon.smithi089 (mon.0) 245 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' 2024-01-21T10:33:53.335 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:33:53.336 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:33:53.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:53 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:52.194349+0000 mon.smithi089 (mon.0) 246 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' 2024-01-21T10:33:53.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:53 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:52.196142+0000 mon.smithi089 (mon.0) 247 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' 2024-01-21T10:33:53.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:53 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:52.196505+0000 mon.smithi089 (mon.0) 248 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T10:33:53.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:53 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:52.196825+0000 mgr.smithi089.rgllmg (mgr.14164) 175 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T10:33:53.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:53 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:52.199011+0000 mon.smithi089 (mon.0) 249 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' 2024-01-21T10:33:53.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:53 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cephadm 2024-01-21T10:33:52.201606+0000 mgr.smithi089.rgllmg (mgr.14164) 176 : cephadm [INF] Deploying daemon grafana.smithi089 on smithi089 2024-01-21T10:33:53.612 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:53 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:52.850697+0000 mon.smithi089 (mon.0) 250 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' 2024-01-21T10:33:54.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:54 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:52.765559+0000 mgr.smithi089.rgllmg (mgr.14164) 177 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:54.715 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:33:54.715 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:33:54.717 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:33:55.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:55 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:54.715436+0000 mon.smithi089 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.178:0/2260327141' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:33:56.086 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:33:56.087 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:33:56.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:56 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:54.765924+0000 mgr.smithi089.rgllmg (mgr.14164) 178 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:57.416 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:33:57.416 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:33:57.417 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:33:58.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:58 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:56.766278+0000 mgr.smithi089.rgllmg (mgr.14164) 179 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:33:58.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:33:58 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:33:57.416029+0000 mon.smithi089 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.178:0/2939002768' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:33:58.794 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:33:58.794 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:34:00.137 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:34:00.137 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:34:00.139 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:34:00.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:00 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:33:58.766516+0000 mgr.smithi089.rgllmg (mgr.14164) 180 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:00.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:00 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:00.137557+0000 mon.smithi089 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.178:0/1033978222' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:34:01.518 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:34:01.518 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:34:02.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:02 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:00.766750+0000 mgr.smithi089.rgllmg (mgr.14164) 181 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:02.939 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:34:02.940 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:34:02.941 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:34:03.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:03 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:02.939582+0000 mon.smithi089 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.178:0/2398509395' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:34:04.272 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:34:04.273 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:34:04.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:04 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:02.766959+0000 mgr.smithi089.rgllmg (mgr.14164) 182 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:05.641 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:34:05.641 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:34:05.642 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:34:06.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:06 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:04.767178+0000 mgr.smithi089.rgllmg (mgr.14164) 183 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:06.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:06 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:05.640255+0000 mon.smithi089 (mon.0) 255 : audit [DBG] from='client.? 172.21.15.178:0/3729233919' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:34:07.019 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:34:07.020 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:34:08.402 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:34:08.402 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:34:08.403 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:34:08.472 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:08 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:06.767378+0000 mgr.smithi089.rgllmg (mgr.14164) 184 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:09.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:09 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:08.297035+0000 mon.smithi089 (mon.0) 256 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' 2024-01-21T10:34:09.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:09 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cephadm 2024-01-21T10:34:08.298858+0000 mgr.smithi089.rgllmg (mgr.14164) 185 : cephadm [INF] Deploying daemon node-exporter.smithi089 on smithi089 2024-01-21T10:34:09.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:09 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:08.401710+0000 mon.smithi089 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.178:0/2080183531' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:34:09.733 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:34:09.733 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:34:10.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:08.767615+0000 mgr.smithi089.rgllmg (mgr.14164) 186 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:11.089 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:34:11.089 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:34:11.091 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:34:11.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:11 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:11.089395+0000 mon.smithi089 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.178:0/1237275218' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:34:12.478 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:34:12.478 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:34:12.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:12 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:10.767923+0000 mgr.smithi089.rgllmg (mgr.14164) 187 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:13.811 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:34:13.811 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:34:13.813 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:34:14.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:12.768261+0000 mgr.smithi089.rgllmg (mgr.14164) 188 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:14.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:12.854786+0000 mon.smithi089 (mon.0) 259 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' 2024-01-21T10:34:14.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:12.856521+0000 mon.smithi089 (mon.0) 260 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/mirror_snapshot_schedule"}]: dispatch 2024-01-21T10:34:14.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:12.858318+0000 mon.smithi089 (mon.0) 261 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/trash_purge_schedule"}]: dispatch 2024-01-21T10:34:14.112 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:13.811241+0000 mon.smithi089 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.178:0/672362327' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:34:15.193 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:34:15.194 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:34:16.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:15 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:14.768646+0000 mgr.smithi089.rgllmg (mgr.14164) 189 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:16.496 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:34:16.496 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:34:16.497 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:34:17.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:16 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:16.495799+0000 mon.smithi089 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.178:0/3388124414' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:34:17.865 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:34:17.866 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:34:18.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:17 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:16.768908+0000 mgr.smithi089.rgllmg (mgr.14164) 190 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:19.173 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:34:19.173 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:34:19.175 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:34:20.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:20 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:18.769205+0000 mgr.smithi089.rgllmg (mgr.14164) 191 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:20.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:20 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:19.173312+0000 mon.smithi089 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.178:0/1643540212' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:34:20.553 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:34:20.553 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:34:21.860 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:34:21.860 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:34:21.862 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:34:22.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:22 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:20.769523+0000 mgr.smithi089.rgllmg (mgr.14164) 192 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:22.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:22 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:21.860147+0000 mon.smithi089 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.178:0/501127532' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:34:23.247 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:34:23.247 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:34:24.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:24 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:22.769893+0000 mgr.smithi089.rgllmg (mgr.14164) 193 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:24.616 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:34:24.616 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:34:24.617 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:34:25.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:25 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:24.615518+0000 mon.smithi089 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.178:0/1476209635' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:34:26.010 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:34:26.011 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:34:26.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:26 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:24.770211+0000 mgr.smithi089.rgllmg (mgr.14164) 194 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:27.308 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:34:27.309 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:34:27.310 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:34:28.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:28 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:26.770484+0000 mgr.smithi089.rgllmg (mgr.14164) 195 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:28.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:28 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:27.308775+0000 mon.smithi089 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.178:0/2073050192' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:34:28.692 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:34:28.693 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:34:30.056 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:34:30.056 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:34:30.057 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:34:30.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:30 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:28.770764+0000 mgr.smithi089.rgllmg (mgr.14164) 196 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:30.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:30 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:30.055905+0000 mon.smithi089 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.178:0/4007475877' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:34:31.421 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:34:31.421 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:34:32.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:32 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:30.771065+0000 mgr.smithi089.rgllmg (mgr.14164) 197 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:32.743 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:34:32.743 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:34:32.745 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:34:33.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:33 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:32.743278+0000 mon.smithi089 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.178:0/3075121902' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:34:34.115 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:34:34.115 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:34:34.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:34 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:32.771340+0000 mgr.smithi089.rgllmg (mgr.14164) 198 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:35.519 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:34:35.519 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:34:35.521 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:34:36.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:36 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:34.771801+0000 mgr.smithi089.rgllmg (mgr.14164) 199 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:36.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:36 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:35.519130+0000 mon.smithi089 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.178:0/3145260369' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:34:36.859 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:34:36.859 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:34:38.200 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:34:38.201 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:34:38.202 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:34:38.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:36.772170+0000 mgr.smithi089.rgllmg (mgr.14164) 200 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:39.570 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:34:39.570 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:34:39.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:39 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:38.201154+0000 mon.smithi089 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.178:0/3739941193' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:34:40.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:40 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:38.772537+0000 mgr.smithi089.rgllmg (mgr.14164) 201 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:40.906 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:34:40.906 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:34:40.908 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:34:41.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:41 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:40.906059+0000 mon.smithi089 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.178:0/2425936966' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:34:42.243 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:34:42.243 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:34:42.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:42 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:40.772917+0000 mgr.smithi089.rgllmg (mgr.14164) 202 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:43.555 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:34:43.555 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:34:43.557 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:34:44.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:44 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:42.773292+0000 mgr.smithi089.rgllmg (mgr.14164) 203 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:44.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:44 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:43.555411+0000 mon.smithi089 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.178:0/3469201342' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:34:44.938 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:34:44.938 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:34:46.317 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:34:46.318 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:34:46.319 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:34:46.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:46 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:44.773615+0000 mgr.smithi089.rgllmg (mgr.14164) 204 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:47.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:47 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:46.317433+0000 mon.smithi089 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.178:0/3515507195' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:34:47.692 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:34:47.693 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:34:48.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:48 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:46.773873+0000 mgr.smithi089.rgllmg (mgr.14164) 205 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:49.064 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:34:49.064 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:34:49.066 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:34:49.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:49 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:49.064789+0000 mon.smithi089 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.178:0/2414796426' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:34:50.430 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:34:50.430 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:34:50.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:50 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:48.774240+0000 mgr.smithi089.rgllmg (mgr.14164) 206 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:51.842 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:34:51.842 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:34:51.843 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:34:52.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:50.774672+0000 mgr.smithi089.rgllmg (mgr.14164) 207 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:52.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:51.842027+0000 mon.smithi089 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.178:0/3736427254' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:34:53.225 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:34:53.226 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:34:54.571 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:34:54.572 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:34:54.573 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:34:54.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:54 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:52.775035+0000 mgr.smithi089.rgllmg (mgr.14164) 208 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:55.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:55 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:54.571366+0000 mon.smithi089 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.178:0/2341159233' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:34:55.937 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:34:55.937 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:34:56.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:56 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:54.775319+0000 mgr.smithi089.rgllmg (mgr.14164) 209 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:57.323 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:34:57.323 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:34:57.325 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:34:58.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:58 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:56.775671+0000 mgr.smithi089.rgllmg (mgr.14164) 210 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:34:58.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:34:58 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:34:57.323592+0000 mon.smithi089 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.178:0/2593019343' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:34:58.704 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:34:58.705 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:35:00.014 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:35:00.014 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:35:00.016 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:35:00.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:00 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:34:58.776010+0000 mgr.smithi089.rgllmg (mgr.14164) 211 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:00.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:00 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:00.014217+0000 mon.smithi089 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.178:0/524674308' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:35:01.407 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:35:01.407 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:35:02.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:02 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:00.776316+0000 mgr.smithi089.rgllmg (mgr.14164) 212 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:02.811 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:35:02.811 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:35:02.813 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:35:03.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:03 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:02.810683+0000 mon.smithi089 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.178:0/2340663850' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:35:04.201 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:35:04.201 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:35:04.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:04 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:02.776636+0000 mgr.smithi089.rgllmg (mgr.14164) 213 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:05.549 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:35:05.549 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:35:05.550 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:35:06.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:06 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:04.776998+0000 mgr.smithi089.rgllmg (mgr.14164) 214 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:06.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:06 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:05.548713+0000 mon.smithi089 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.178:0/43919713' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:35:06.929 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:35:06.929 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:35:08.268 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:35:08.268 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:35:08.269 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:35:08.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:08 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:06.777284+0000 mgr.smithi089.rgllmg (mgr.14164) 215 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:09.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:09 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:08.267633+0000 mon.smithi089 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.178:0/3035601225' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:35:09.651 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:35:09.652 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:35:10.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:08.777558+0000 mgr.smithi089.rgllmg (mgr.14164) 216 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:11.046 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:35:11.046 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:35:11.047 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:35:11.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:11 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:11.045937+0000 mon.smithi089 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.178:0/3130698171' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:35:12.429 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:35:12.429 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:35:12.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:12 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:10.777789+0000 mgr.smithi089.rgllmg (mgr.14164) 217 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:13.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:12.857641+0000 mon.smithi089 (mon.0) 284 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/mirror_snapshot_schedule"}]: dispatch 2024-01-21T10:35:13.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:12.859139+0000 mon.smithi089 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/trash_purge_schedule"}]: dispatch 2024-01-21T10:35:13.742 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:35:13.742 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:35:13.744 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:35:14.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:14 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:12.778041+0000 mgr.smithi089.rgllmg (mgr.14164) 218 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:14.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:14 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:13.742230+0000 mon.smithi089 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.178:0/4208256068' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:35:15.118 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:35:15.119 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:35:16.422 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:35:16.423 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:35:16.424 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:35:16.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:16 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:14.778420+0000 mgr.smithi089.rgllmg (mgr.14164) 219 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:17.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:17 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:16.422904+0000 mon.smithi089 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.178:0/2605990225' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:35:17.796 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:35:17.796 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:35:18.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:18 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:16.778790+0000 mgr.smithi089.rgllmg (mgr.14164) 220 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:19.143 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:35:19.143 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:35:19.145 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:35:19.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:19 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:19.143342+0000 mon.smithi089 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.178:0/1331696489' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:35:20.525 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:35:20.526 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:35:20.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:20 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:18.779195+0000 mgr.smithi089.rgllmg (mgr.14164) 221 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:21.915 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:35:21.916 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:35:21.917 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:35:22.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:22 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:20.779567+0000 mgr.smithi089.rgllmg (mgr.14164) 222 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:22.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:22 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:21.915257+0000 mon.smithi089 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.178:0/827560156' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:35:23.333 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:35:23.333 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:35:24.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:24 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:22.779930+0000 mgr.smithi089.rgllmg (mgr.14164) 223 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:24.680 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:35:24.681 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:35:24.682 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:35:25.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:25 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:24.680892+0000 mon.smithi089 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.178:0/2676443296' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:35:26.081 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:35:26.081 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:35:26.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:26 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:24.780267+0000 mgr.smithi089.rgllmg (mgr.14164) 224 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:27.414 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:35:27.414 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:35:27.416 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:35:28.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:28 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:26.780545+0000 mgr.smithi089.rgllmg (mgr.14164) 225 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:28.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:28 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:27.414227+0000 mon.smithi089 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.178:0/3111585697' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:35:28.798 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:35:28.798 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:35:30.129 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:35:30.129 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:35:30.131 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:35:30.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:30 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:28.780795+0000 mgr.smithi089.rgllmg (mgr.14164) 226 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:30.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:30 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:30.129147+0000 mon.smithi089 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.178:0/1656713574' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:35:31.522 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:35:31.522 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:35:32.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:32 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:30.781154+0000 mgr.smithi089.rgllmg (mgr.14164) 227 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:32.919 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:35:32.919 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:35:32.921 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:35:33.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:33 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:32.919477+0000 mon.smithi089 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.178:0/1303133861' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:35:34.321 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:35:34.321 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:35:34.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:34 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:32.781528+0000 mgr.smithi089.rgllmg (mgr.14164) 228 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:35.693 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:35:35.693 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:35:35.694 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:35:36.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:36 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:34.781894+0000 mgr.smithi089.rgllmg (mgr.14164) 229 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:36.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:36 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:35.693187+0000 mon.smithi089 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.178:0/942544237' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:35:37.069 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:35:37.069 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:35:38.455 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:35:38.455 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:35:38.457 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:35:38.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:36.782283+0000 mgr.smithi089.rgllmg (mgr.14164) 230 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:39.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:39 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:38.454885+0000 mon.smithi089 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.178:0/3769980112' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:35:39.824 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:35:39.825 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:35:40.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:40 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:38.782633+0000 mgr.smithi089.rgllmg (mgr.14164) 231 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:41.179 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:35:41.179 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:35:41.180 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:35:41.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:41 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:41.178395+0000 mon.smithi089 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.178:0/1468509368' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:35:42.555 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:35:42.555 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:35:42.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:42 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:40.782891+0000 mgr.smithi089.rgllmg (mgr.14164) 232 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:43.894 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:35:43.894 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:35:43.896 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:35:44.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:44 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:42.783243+0000 mgr.smithi089.rgllmg (mgr.14164) 233 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:44.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:44 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:43.893912+0000 mon.smithi089 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.178:0/572671338' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:35:45.268 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:35:45.268 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:35:46.605 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:35:46.605 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:35:46.606 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:35:46.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:46 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:44.783594+0000 mgr.smithi089.rgllmg (mgr.14164) 234 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:47.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:47 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:46.604789+0000 mon.smithi089 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.178:0/3404793836' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:35:47.983 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:35:47.984 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:35:48.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:48 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:46.783966+0000 mgr.smithi089.rgllmg (mgr.14164) 235 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:49.344 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:35:49.344 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:35:49.345 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:35:50.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:50 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:48.784241+0000 mgr.smithi089.rgllmg (mgr.14164) 236 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:50.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:50 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:49.344058+0000 mon.smithi089 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.178:0/3492481175' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:35:50.714 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:35:50.714 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:35:52.024 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:35:52.024 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:35:52.026 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:35:52.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:50.784481+0000 mgr.smithi089.rgllmg (mgr.14164) 237 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:52.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:52.024134+0000 mon.smithi089 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.178:0/213569153' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:35:53.398 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:35:53.398 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:35:54.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:54 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:52.784821+0000 mgr.smithi089.rgllmg (mgr.14164) 238 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:54.750 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:35:54.750 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:35:54.752 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:35:55.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:55 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:54.750196+0000 mon.smithi089 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.178:0/942282519' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:35:56.167 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:35:56.169 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:35:56.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:56 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:54.785162+0000 mgr.smithi089.rgllmg (mgr.14164) 239 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:57.478 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:35:57.478 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:35:57.479 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:35:58.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:58 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:56.785501+0000 mgr.smithi089.rgllmg (mgr.14164) 240 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:35:58.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:35:58 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:35:57.477597+0000 mon.smithi089 (mon.0) 302 : audit [DBG] from='client.? 172.21.15.178:0/3572097503' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:35:58.846 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:35:58.847 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:36:00.268 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:36:00.268 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:36:00.270 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:36:00.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:00 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:35:58.785881+0000 mgr.smithi089.rgllmg (mgr.14164) 241 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:01.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:01 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:00.268431+0000 mon.smithi089 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.178:0/1489072792' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:36:01.636 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:36:01.636 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:36:02.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:02 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:00.786195+0000 mgr.smithi089.rgllmg (mgr.14164) 242 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:02.981 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:36:02.981 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:36:02.982 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:36:03.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:03 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:02.981045+0000 mon.smithi089 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.178:0/1478494609' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:36:04.354 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:36:04.355 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:36:04.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:04 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:02.786440+0000 mgr.smithi089.rgllmg (mgr.14164) 243 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:05.749 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:36:05.750 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:36:05.751 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:36:06.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:06 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:04.786763+0000 mgr.smithi089.rgllmg (mgr.14164) 244 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:06.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:06 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:05.749591+0000 mon.smithi089 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.178:0/1361669211' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:36:07.155 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:36:07.156 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:36:08.477 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:36:08.477 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:36:08.478 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:36:08.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:08 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:06.787108+0000 mgr.smithi089.rgllmg (mgr.14164) 245 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:09.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:09 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:08.476757+0000 mon.smithi089 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.178:0/3671425231' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:36:09.874 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:36:09.874 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:36:10.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:08.787451+0000 mgr.smithi089.rgllmg (mgr.14164) 246 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:10.612 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cephadm 2024-01-21T10:36:08.902582+0000 mgr.smithi089.rgllmg (mgr.14164) 247 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-971791c0-b847-11ee-95b0-87774f69a715-node-exporter.smithi089 2024-01-21T10:36:10.612 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: /bin/podman: stderr Error: no such container ceph-971791c0-b847-11ee-95b0-87774f69a715-node-exporter.smithi089 2024-01-21T10:36:10.612 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Deploy daemon node-exporter.smithi089 ... 2024-01-21T10:36:10.612 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Verifying port 9100 ... 2024-01-21T10:36:10.612 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Non-zero exit code 1 from systemctl start ceph-971791c0-b847-11ee-95b0-87774f69a715@node-exporter.smithi089 2024-01-21T10:36:10.612 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: systemctl: stderr Job for ceph-971791c0-b847-11ee-95b0-87774f69a715@node-exporter.smithi089.service failed because a timeout was exceeded. 2024-01-21T10:36:10.612 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: systemctl: stderr See "systemctl status ceph-971791c0-b847-11ee-95b0-87774f69a715@node-exporter.smithi089.service" and "journalctl -xe" for details. 2024-01-21T10:36:10.612 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Traceback (most recent call last): 2024-01-21T10:36:10.612 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T10:36:10.612 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: main() 2024-01-21T10:36:10.612 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T10:36:10.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: r = ctx.func(ctx) 2024-01-21T10:36:10.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T10:36:10.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: return func(ctx) 2024-01-21T10:36:10.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T10:36:10.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: ports=daemon_ports) 2024-01-21T10:36:10.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-01-21T10:36:10.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-21T10:36:10.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-01-21T10:36:10.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-21T10:36:10.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T10:36:10.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T10:36:10.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: RuntimeError: Failed command: systemctl start ceph-971791c0-b847-11ee-95b0-87774f69a715@node-exporter.smithi089 2024-01-21T10:36:10.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Traceback (most recent call last): 2024-01-21T10:36:10.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-01-21T10:36:10.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: yield (conn, connr) 2024-01-21T10:36:10.613 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-01-21T10:36:10.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: code, '\n'.join(err))) 2024-01-21T10:36:10.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-971791c0-b847-11ee-95b0-87774f69a715-node-exporter.smithi089 2024-01-21T10:36:10.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: /bin/podman: stderr Error: no such container ceph-971791c0-b847-11ee-95b0-87774f69a715-node-exporter.smithi089 2024-01-21T10:36:10.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Deploy daemon node-exporter.smithi089 ... 2024-01-21T10:36:10.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Verifying port 9100 ... 2024-01-21T10:36:10.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Non-zero exit code 1 from systemctl start ceph-971791c0-b847-11ee-95b0-87774f69a715@node-exporter.smithi089 2024-01-21T10:36:10.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: systemctl: stderr Job for ceph-971791c0-b847-11ee-95b0-87774f69a715@node-exporter.smithi089.service failed because a timeout was exceeded. 2024-01-21T10:36:10.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: systemctl: stderr See "systemctl status ceph-971791c0-b847-11ee-95b0-87774f69a715@node-exporter.smithi089.service" and "journalctl -xe" for details. 2024-01-21T10:36:10.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Traceback (most recent call last): 2024-01-21T10:36:10.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T10:36:10.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: main() 2024-01-21T10:36:10.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T10:36:10.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: r = ctx.func(ctx) 2024-01-21T10:36:10.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T10:36:10.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: return func(ctx) 2024-01-21T10:36:10.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T10:36:10.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: ports=daemon_ports) 2024-01-21T10:36:10.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-01-21T10:36:10.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-21T10:36:10.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-01-21T10:36:10.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-21T10:36:10.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T10:36:10.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T10:36:10.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: RuntimeError: Failed command: systemctl start ceph-971791c0-b847-11ee-95b0-87774f69a715@node-exporter.smithi089 2024-01-21T10:36:10.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cephadm 2024-01-21T10:36:08.902808+0000 mgr.smithi089.rgllmg (mgr.14164) 248 : cephadm [ERR] Failed while placing node-exporter.smithi089 on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-971791c0-b847-11ee-95b0-87774f69a715-node-exporter.smithi089 2024-01-21T10:36:10.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: /bin/podman: stderr Error: no such container ceph-971791c0-b847-11ee-95b0-87774f69a715-node-exporter.smithi089 2024-01-21T10:36:10.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Deploy daemon node-exporter.smithi089 ... 2024-01-21T10:36:10.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Verifying port 9100 ... 2024-01-21T10:36:10.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Non-zero exit code 1 from systemctl start ceph-971791c0-b847-11ee-95b0-87774f69a715@node-exporter.smithi089 2024-01-21T10:36:10.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: systemctl: stderr Job for ceph-971791c0-b847-11ee-95b0-87774f69a715@node-exporter.smithi089.service failed because a timeout was exceeded. 2024-01-21T10:36:10.615 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: systemctl: stderr See "systemctl status ceph-971791c0-b847-11ee-95b0-87774f69a715@node-exporter.smithi089.service" and "journalctl -xe" for details. 2024-01-21T10:36:10.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: Traceback (most recent call last): 2024-01-21T10:36:10.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T10:36:10.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: main() 2024-01-21T10:36:10.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T10:36:10.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: r = ctx.func(ctx) 2024-01-21T10:36:10.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T10:36:10.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: return func(ctx) 2024-01-21T10:36:10.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T10:36:10.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: ports=daemon_ports) 2024-01-21T10:36:10.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-01-21T10:36:10.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-21T10:36:10.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-01-21T10:36:10.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-21T10:36:10.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: File "/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T10:36:10.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T10:36:10.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: RuntimeError: Failed command: systemctl start ceph-971791c0-b847-11ee-95b0-87774f69a715@node-exporter.smithi089 2024-01-21T10:36:10.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cephadm 2024-01-21T10:36:08.908849+0000 mgr.smithi089.rgllmg (mgr.14164) 249 : cephadm [INF] Deploying daemon prometheus.smithi089 on smithi089 2024-01-21T10:36:11.213 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:36:11.213 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:36:11.215 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:36:11.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:11 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:11.213282+0000 mon.smithi089 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.178:0/2077760071' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:36:12.583 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:36:12.583 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:36:12.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:12 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:10.787807+0000 mgr.smithi089.rgllmg (mgr.14164) 250 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:13.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:12.859277+0000 mon.smithi089 (mon.0) 308 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/mirror_snapshot_schedule"}]: dispatch 2024-01-21T10:36:13.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:12.861166+0000 mon.smithi089 (mon.0) 309 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' 2024-01-21T10:36:13.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:13 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:12.861443+0000 mon.smithi089 (mon.0) 310 : audit [INF] from='mgr.14164 172.21.15.89:0/789518901' entity='mgr.smithi089.rgllmg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.rgllmg/trash_purge_schedule"}]: dispatch 2024-01-21T10:36:13.927 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:36:13.927 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:36:13.929 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:36:14.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:14 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:12.788108+0000 mgr.smithi089.rgllmg (mgr.14164) 251 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:14.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:14 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:13.927483+0000 mon.smithi089 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.178:0/1119100034' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:36:15.339 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:36:15.339 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:36:16.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:16 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:14.788409+0000 mgr.smithi089.rgllmg (mgr.14164) 252 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:16.681 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:36:16.681 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:36:16.683 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:36:17.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:17 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:16.681786+0000 mon.smithi089 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.178:0/2082075346' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:36:18.052 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:36:18.052 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:36:18.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:18 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:16.788765+0000 mgr.smithi089.rgllmg (mgr.14164) 253 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:19.453 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:36:19.454 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:36:19.455 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:36:20.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:20 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:18.789124+0000 mgr.smithi089.rgllmg (mgr.14164) 254 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:20.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:20 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:19.453851+0000 mon.smithi089 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.178:0/2834382936' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:36:20.844 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:36:20.844 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:36:22.206 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:36:22.207 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:36:22.208 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:36:22.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:22 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:20.789479+0000 mgr.smithi089.rgllmg (mgr.14164) 255 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:22.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:22 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:22.206595+0000 mon.smithi089 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.178:0/2434843798' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:36:23.578 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:36:23.578 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:36:24.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:24 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:22.789825+0000 mgr.smithi089.rgllmg (mgr.14164) 256 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:24.979 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:36:24.980 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:36:24.981 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:36:25.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:25 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:24.979435+0000 mon.smithi089 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.178:0/2228968690' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:36:26.368 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:36:26.368 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:36:26.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:26 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:24.790256+0000 mgr.smithi089.rgllmg (mgr.14164) 257 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:27.745 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:36:27.745 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:36:27.747 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:36:28.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:28 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:26.790532+0000 mgr.smithi089.rgllmg (mgr.14164) 258 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:28.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:28 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:27.745242+0000 mon.smithi089 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.178:0/4115582455' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:36:29.131 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:36:29.132 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:36:30.486 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:36:30.486 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:36:30.488 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:36:30.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:30 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:28.790893+0000 mgr.smithi089.rgllmg (mgr.14164) 259 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:31.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:31 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:30.486494+0000 mon.smithi089 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.178:0/1936257750' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:36:31.859 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:36:31.860 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:36:32.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:32 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:30.791204+0000 mgr.smithi089.rgllmg (mgr.14164) 260 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:33.217 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:36:33.217 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:36:33.219 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:36:34.608 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:36:34.609 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:36:34.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:34 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:32.791476+0000 mgr.smithi089.rgllmg (mgr.14164) 261 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:34.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:34 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:33.217191+0000 mon.smithi089 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.178:0/510107645' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:36:36.022 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:36:36.022 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:36:36.024 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:36:36.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:36 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:34.791828+0000 mgr.smithi089.rgllmg (mgr.14164) 262 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:36.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:36 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:36.021923+0000 mon.smithi089 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.178:0/4153514822' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:36:37.365 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:36:37.366 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:36:38.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:38 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:36.792230+0000 mgr.smithi089.rgllmg (mgr.14164) 263 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:38.740 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:36:38.740 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:36:38.742 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:36:39.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:39 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:38.740218+0000 mon.smithi089 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.178:0/928698457' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:36:40.118 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:36:40.118 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:36:40.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:40 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:38.792587+0000 mgr.smithi089.rgllmg (mgr.14164) 264 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:41.528 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:36:41.528 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:36:41.529 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:36:42.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:42 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:40.792897+0000 mgr.smithi089.rgllmg (mgr.14164) 265 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:42.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:42 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:41.528044+0000 mon.smithi089 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.178:0/128626657' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:36:42.861 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:36:42.862 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:36:44.215 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:36:44.215 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:36:44.217 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:36:44.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:44 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:42.793190+0000 mgr.smithi089.rgllmg (mgr.14164) 266 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:45.584 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:36:45.585 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:36:45.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:45 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:44.215293+0000 mon.smithi089 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.178:0/272616685' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:36:46.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:46 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:44.793539+0000 mgr.smithi089.rgllmg (mgr.14164) 267 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:46.984 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:36:46.984 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:36:46.985 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:36:47.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:47 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:46.983839+0000 mon.smithi089 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.178:0/3851685833' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:36:48.354 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:36:48.354 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:36:48.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:48 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:46.793887+0000 mgr.smithi089.rgllmg (mgr.14164) 268 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:49.743 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:36:49.743 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:36:49.745 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:36:50.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:50 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:48.794197+0000 mgr.smithi089.rgllmg (mgr.14164) 269 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:50.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:50 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:49.743964+0000 mon.smithi089 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.178:0/3505208191' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:36:51.136 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:36:51.136 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:36:52.536 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:36:52.536 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:36:52.537 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:36:52.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:52 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:50.794510+0000 mgr.smithi089.rgllmg (mgr.14164) 270 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:53.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:53 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:52.535770+0000 mon.smithi089 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.178:0/3838656797' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:36:53.919 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:36:53.919 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:36:54.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:54 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:52.794847+0000 mgr.smithi089.rgllmg (mgr.14164) 271 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:55.296 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:36:55.297 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:36:55.298 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:36:56.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:56 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:54.795136+0000 mgr.smithi089.rgllmg (mgr.14164) 272 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:56.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:56 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:55.296286+0000 mon.smithi089 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.178:0/220499287' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:36:56.724 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:36:56.724 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:36:58.068 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:36:58.068 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:36:58.069 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:36:58.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:58 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:56.795459+0000 mgr.smithi089.rgllmg (mgr.14164) 273 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:36:58.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:36:58 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:36:58.067986+0000 mon.smithi089 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.178:0/290753072' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:36:59.443 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:36:59.443 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:37:00.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:37:00 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:36:58.795743+0000 mgr.smithi089.rgllmg (mgr.14164) 274 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:37:00.720 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:37:00.720 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:37:00.722 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:37:01.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:37:01 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:37:00.720462+0000 mon.smithi089 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.178:0/2378562828' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:37:02.092 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:37:02.093 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:37:02.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:37:02 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:37:00.796057+0000 mgr.smithi089.rgllmg (mgr.14164) 275 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:37:03.388 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:37:03.389 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:37:03.390 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:37:04.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:37:04 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:37:02.796367+0000 mgr.smithi089.rgllmg (mgr.14164) 276 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:37:04.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:37:04 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:37:03.388094+0000 mon.smithi089 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.178:0/1322684493' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:37:04.759 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:37:04.759 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:37:06.129 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:37:06.129 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:37:06.131 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:37:06.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:37:06 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:37:04.796745+0000 mgr.smithi089.rgllmg (mgr.14164) 277 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:37:06.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:37:06 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:37:06.129688+0000 mon.smithi089 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.178:0/3056463753' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:37:07.520 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:37:07.521 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:37:08.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:37:08 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:37:06.797113+0000 mgr.smithi089.rgllmg (mgr.14164) 278 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:37:08.861 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:37:08.862 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:37:08.863 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:37:09.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:37:09 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:37:08.861263+0000 mon.smithi089 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.178:0/4107251321' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:37:10.240 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:37:10.240 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 971791c0-b847-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:37:10.611 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:37:10 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:37:08.797397+0000 mgr.smithi089.rgllmg (mgr.14164) 279 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:37:11.658 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-01-21T10:37:11.659 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":1,"fsid":"971791c0-b847-11ee-95b0-87774f69a715","modified":"2024-01-21T10:27:18.288770Z","created":"2024-01-21T10:27:18.288770Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:37:11.660 INFO:teuthology.orchestra.run.smithi178.stderr:dumped monmap epoch 1 2024-01-21T10:37:12.039 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds 2024-01-21T10:37:12.041 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-21T10:37:12.041 DEBUG:teuthology.orchestra.run.smithi089:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T10:37:12.064 DEBUG:teuthology.orchestra.run.smithi178:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T10:37:12.081 INFO:tasks.cephadm:Stopping all daemons... 2024-01-21T10:37:12.082 INFO:tasks.cephadm.mon.smithi089:Stopping mon.smithi089... 2024-01-21T10:37:12.082 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ceph-971791c0-b847-11ee-95b0-87774f69a715@mon.smithi089 2024-01-21T10:37:12.385 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:37:12 smithi089 systemd[1]: Stopping Ceph mon.smithi089 for 971791c0-b847-11ee-95b0-87774f69a715... 2024-01-21T10:37:12.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:37:12 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: cluster 2024-01-21T10:37:10.797700+0000 mgr.smithi089.rgllmg (mgr.14164) 280 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:37:12.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:37:12 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: audit 2024-01-21T10:37:11.658380+0000 mon.smithi089 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.178:0/934189447' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:37:12.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:37:12 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:37:12.208+0000 7fd6ea974700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi089 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-21T10:37:12.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:37:12 smithi089 ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089[34450]: debug 2024-01-21T10:37:12.208+0000 7fd6ea974700 -1 mon.smithi089@0(leader) e1 *** Got Signal Terminated *** 2024-01-21T10:37:12.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:37:12 smithi089 podman[40577]: ceph-971791c0-b847-11ee-95b0-87774f69a715-mon.smithi089 2024-01-21T10:37:12.386 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 21 10:37:12 smithi089 systemd[1]: ceph-971791c0-b847-11ee-95b0-87774f69a715@mon.smithi089.service: Succeeded. 2024-01-21T10:37:12.390 DEBUG:teuthology.orchestra.run.smithi089:> sudo pkill -f 'journalctl -f -n 0 -u ceph-971791c0-b847-11ee-95b0-87774f69a715@mon.smithi089.service' 2024-01-21T10:37:12.463 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T10:37:12.463 INFO:tasks.cephadm.mon.smithi089:Stopped mon.smithi089 2024-01-21T10:37:12.463 INFO:tasks.cephadm.mon.smithi178:Stopping mon.smithi178... 2024-01-21T10:37:12.464 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ceph-971791c0-b847-11ee-95b0-87774f69a715@mon.smithi178 2024-01-21T10:37:12.497 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to stop ceph-971791c0-b847-11ee-95b0-87774f69a715@mon.smithi178.service: Unit ceph-971791c0-b847-11ee-95b0-87774f69a715@mon.smithi178.service not loaded. 2024-01-21T10:37:12.498 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-01-21T10:37:12.499 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi178" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi178 with status 5: 'sudo systemctl stop ceph-971791c0-b847-11ee-95b0-87774f69a715@mon.smithi178' 2024-01-21T10:37:12.500 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-21T10:37:12.502 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524408/remote/ubuntu@smithi089.front.sepia.ceph.com/crash 2024-01-21T10:37:12.503 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/crash -- . 2024-01-21T10:37:12.544 DEBUG:teuthology.misc:Transferring archived files from smithi178:/var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524408/remote/ubuntu@smithi178.front.sepia.ceph.com/crash 2024-01-21T10:37:12.545 DEBUG:teuthology.orchestra.run.smithi178:> sudo tar c -f - -C /var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/crash -- . 2024-01-21T10:37:12.579 INFO:teuthology.orchestra.run.smithi178.stderr:tar: /var/lib/ceph/971791c0-b847-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-21T10:37:12.579 INFO:teuthology.orchestra.run.smithi178.stderr:tar: Error is not recoverable: exiting now 2024-01-21T10:37:12.580 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-21T10:37:12.580 DEBUG:teuthology.orchestra.run.smithi089:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-21T10:37:12.613 INFO:teuthology.orchestra.run.smithi089.stderr:grep: /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715/ceph.log: No such file or directory 2024-01-21T10:37:12.615 INFO:tasks.cephadm:Compressing logs... 2024-01-21T10:37:12.615 DEBUG:teuthology.orchestra.run.smithi089:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-21T10:37:12.657 DEBUG:teuthology.orchestra.run.smithi178:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-21T10:37:12.681 INFO:teuthology.orchestra.run.smithi089.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T10:37:12.681 INFO:teuthology.orchestra.run.smithi089.stderr:: No such file or directory 2024-01-21T10:37:12.681 INFO:teuthology.orchestra.run.smithi089.stderr:gzip -5 --verbose -- /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T10:37:12.682 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715/ceph-mon.smithi089.log 2024-01-21T10:37:12.682 INFO:teuthology.orchestra.run.smithi089.stderr:gzip -5 --verbose -- /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715/ceph-mgr.smithi089.rgllmg.log 2024-01-21T10:37:12.683 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715/ceph-volume.log: /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715/ceph-mon.smithi089.log: /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715/ceph-mgr.smithi089.rgllmg.log: 90.8% -- replaced with /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T10:37:12.684 INFO:teuthology.orchestra.run.smithi178.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-01-21T10:37:12.684 INFO:teuthology.orchestra.run.smithi178.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T10:37:12.685 INFO:teuthology.orchestra.run.smithi089.stderr: 92.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T10:37:12.686 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/cephadm.log: 96.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T10:37:12.688 INFO:teuthology.orchestra.run.smithi178.stderr: 2024-01-21T10:37:12.688 INFO:teuthology.orchestra.run.smithi178.stderr:real 0m0.013s 2024-01-21T10:37:12.688 INFO:teuthology.orchestra.run.smithi178.stderr:user 0m0.010s 2024-01-21T10:37:12.688 INFO:teuthology.orchestra.run.smithi178.stderr:sys 0m0.011s 2024-01-21T10:37:12.760 INFO:teuthology.orchestra.run.smithi089.stderr:gzip: /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715/ceph-mgr.smithi089.rgllmg.log: file size changed while zipping 2024-01-21T10:37:12.760 INFO:teuthology.orchestra.run.smithi089.stderr: 92.8% -- replaced with /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715/ceph-mgr.smithi089.rgllmg.log.gz 2024-01-21T10:37:12.826 INFO:teuthology.orchestra.run.smithi089.stderr: 90.4% -- replaced with /var/log/ceph/971791c0-b847-11ee-95b0-87774f69a715/ceph-mon.smithi089.log.gz 2024-01-21T10:37:12.827 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-01-21T10:37:12.827 INFO:teuthology.orchestra.run.smithi089.stderr:real 0m0.156s 2024-01-21T10:37:12.828 INFO:teuthology.orchestra.run.smithi089.stderr:user 0m0.224s 2024-01-21T10:37:12.828 INFO:teuthology.orchestra.run.smithi089.stderr:sys 0m0.022s 2024-01-21T10:37:12.828 INFO:tasks.cephadm:Archiving logs... 2024-01-21T10:37:12.828 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524408/remote/ubuntu@smithi089.front.sepia.ceph.com/log 2024-01-21T10:37:12.829 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T10:37:12.943 DEBUG:teuthology.misc:Transferring archived files from smithi178:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524408/remote/ubuntu@smithi178.front.sepia.ceph.com/log 2024-01-21T10:37:12.944 DEBUG:teuthology.orchestra.run.smithi178:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T10:37:12.974 INFO:tasks.cephadm:Removing cluster... 2024-01-21T10:37:12.974 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 971791c0-b847-11ee-95b0-87774f69a715 --force 2024-01-21T10:38:37.868 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 971791c0-b847-11ee-95b0-87774f69a715 --force 2024-01-21T10:38:38.178 INFO:tasks.cephadm:Removing cephadm ... 2024-01-21T10:38:38.178 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T10:38:38.197 DEBUG:teuthology.orchestra.run.smithi178:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T10:38:38.214 INFO:tasks.cephadm:Teardown complete 2024-01-21T10:38:38.215 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 1463, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi178 with status 5: 'sudo systemctl stop ceph-971791c0-b847-11ee-95b0-87774f69a715@mon.smithi178' 2024-01-21T10:38:38.433 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=59baa881ae6846c993bbacdb028d0e6c Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 1463, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi178 with status 5: 'sudo systemctl stop ceph-971791c0-b847-11ee-95b0-87774f69a715@mon.smithi178' 2024-01-21T10:38:38.437 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-21T10:38:38.446 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-21T10:38:38.468 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-21T10:38:38.469 DEBUG:teuthology.orchestra.run.smithi089:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T10:38:38.491 DEBUG:teuthology.orchestra.run.smithi178:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T10:38:38.499 INFO:teuthology.orchestra.run.smithi089.stderr:bash: ntpq: command not found 2024-01-21T10:38:38.504 INFO:teuthology.orchestra.run.smithi089.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T10:38:38.504 INFO:teuthology.orchestra.run.smithi089.stdout:=============================================================================== 2024-01-21T10:38:38.504 INFO:teuthology.orchestra.run.smithi089.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 5 -941us[ -941us] +/- 94ms 2024-01-21T10:38:38.504 INFO:teuthology.orchestra.run.smithi089.stdout:^* hv02.front.sepia.ceph.com 3 6 377 8 -649us[ -653us] +/- 69ms 2024-01-21T10:38:38.504 INFO:teuthology.orchestra.run.smithi089.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 6 +1435us[+1435us] +/- 73ms 2024-01-21T10:38:38.504 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T10:38:38.508 INFO:teuthology.orchestra.run.smithi178.stderr:bash: ntpq: command not found 2024-01-21T10:38:38.512 INFO:teuthology.orchestra.run.smithi178.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T10:38:38.513 INFO:teuthology.orchestra.run.smithi178.stdout:=============================================================================== 2024-01-21T10:38:38.513 INFO:teuthology.orchestra.run.smithi178.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 4 -926us[ -926us] +/- 94ms 2024-01-21T10:38:38.513 INFO:teuthology.orchestra.run.smithi178.stdout:^* hv02.front.sepia.ceph.com 3 6 377 6 -633us[ -648us] +/- 69ms 2024-01-21T10:38:38.513 INFO:teuthology.orchestra.run.smithi178.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 6 +1433us[+1433us] +/- 73ms 2024-01-21T10:38:38.513 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T10:38:38.514 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-21T10:38:38.522 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-21T10:38:38.523 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-21T10:38:38.531 DEBUG:teuthology.orchestra.run.smithi089:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-21T10:38:38.604 DEBUG:teuthology.orchestra.run.smithi178:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-21T10:38:38.667 DEBUG:teuthology.orchestra.run.smithi089:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-21T10:38:38.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:38:38.696 DEBUG:teuthology.orchestra.run.smithi178:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-21T10:38:38.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:38:38.725 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-21T10:38:38.734 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-21T10:38:38.742 INFO:teuthology.task.internal:Duration was 1059.098779 seconds 2024-01-21T10:38:38.742 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-21T10:38:38.752 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-21T10:38:38.752 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T10:38:38.754 DEBUG:teuthology.orchestra.run.smithi178:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T10:38:38.797 INFO:teuthology.orchestra.run.smithi089.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T10:38:38.811 INFO:teuthology.orchestra.run.smithi178.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T10:38:39.132 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-21T10:38:39.132 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi089.front.sepia.ceph.com 2024-01-21T10:38:39.132 DEBUG:teuthology.orchestra.run.smithi089:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-21T10:38:39.155 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi178.front.sepia.ceph.com 2024-01-21T10:38:39.155 DEBUG:teuthology.orchestra.run.smithi178:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-21T10:38:39.177 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-21T10:38:39.178 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T10:38:39.197 DEBUG:teuthology.orchestra.run.smithi178:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T10:38:39.265 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-21T10:38:39.266 DEBUG:teuthology.orchestra.run.smithi089:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T10:38:39.268 DEBUG:teuthology.orchestra.run.smithi178:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T10:38:39.373 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-21T10:38:39.382 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-21T10:38:39.383 DEBUG:teuthology.orchestra.run.smithi089:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T10:38:39.410 DEBUG:teuthology.orchestra.run.smithi178:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T10:38:39.437 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-21T10:38:39.446 DEBUG:teuthology.orchestra.run.smithi089:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-21T10:38:39.452 DEBUG:teuthology.orchestra.run.smithi178:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-21T10:38:39.476 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = core 2024-01-21T10:38:39.503 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern = core 2024-01-21T10:38:39.522 DEBUG:teuthology.orchestra.run.smithi089:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T10:38:39.551 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:38:39.551 DEBUG:teuthology.orchestra.run.smithi178:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T10:38:39.579 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:38:39.579 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-21T10:38:39.589 INFO:teuthology.task.internal:Transferring archived files... 2024-01-21T10:38:39.590 DEBUG:teuthology.misc:Transferring archived files from smithi089:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524408/remote/smithi089 2024-01-21T10:38:39.591 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T10:38:39.630 DEBUG:teuthology.misc:Transferring archived files from smithi178:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524408/remote/smithi178 2024-01-21T10:38:39.630 DEBUG:teuthology.orchestra.run.smithi178:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T10:38:39.669 INFO:teuthology.task.internal:Removing archive directory... 2024-01-21T10:38:39.669 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T10:38:39.671 DEBUG:teuthology.orchestra.run.smithi178:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T10:38:39.721 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-21T10:38:39.732 INFO:teuthology.task.internal:Not uploading archives. 2024-01-21T10:38:39.732 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-21T10:38:39.741 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-21T10:38:39.742 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T10:38:39.744 DEBUG:teuthology.orchestra.run.smithi178:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T10:38:39.759 INFO:teuthology.orchestra.run.smithi089.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 10:38 /home/ubuntu/cephtest 2024-01-21T10:38:39.777 INFO:teuthology.orchestra.run.smithi178.stdout: 525353 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 10:38 /home/ubuntu/cephtest 2024-01-21T10:38:39.779 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-21T10:38:39.789 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-21T10:38:39.807 INFO:teuthology.nuke:Checking targets against current locks 2024-01-21T10:38:39.837 DEBUG:teuthology.nuke:shortname: smithi089 2024-01-21T10:38:39.838 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T10:38:39.863 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi089.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524408', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 10:12:22.693323', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBK+Qz46FXVRUha81AcvuMmRalqF9D9xpScnU7BOVV8ptTzxIZXslV4fIp+I0nbNluVq0Mdfy7MsJOszTkAFnVI='} 2024-01-21T10:38:39.867 DEBUG:teuthology.nuke:shortname: smithi178 2024-01-21T10:38:39.867 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T10:38:39.890 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi178.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524408', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 10:12:22.695009', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFfGD0rVfnRvfvI1LNH4lhEC9NWbmfgJh+utXbpz18exH0zz0bwGKWuG7rrnNwQc6rv1ckq3T3tFwQr+XrooJuI='} 2024-01-21T10:38:39.918 INFO:teuthology.orchestra.console.smithi089:Power off 2024-01-21T10:38:39.918 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T10:38:39.939 DEBUG:teuthology.orchestra.console.smithi089:power off output: Chassis Power Control: Down/Off 2024-01-21T10:38:39.943 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T10:38:39.959 INFO:teuthology.orchestra.console.smithi178:Power off 2024-01-21T10:38:39.960 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T10:38:39.969 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is on 2024-01-21T10:38:39.985 DEBUG:teuthology.orchestra.console.smithi178:power off output: Chassis Power Control: Down/Off 2024-01-21T10:38:39.985 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T10:38:40.008 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is on 2024-01-21T10:38:43.970 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T10:38:44.010 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T10:38:44.081 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is on 2024-01-21T10:38:44.119 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is on 2024-01-21T10:38:48.084 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T10:38:48.120 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T10:38:48.194 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is on 2024-01-21T10:38:48.228 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is off 2024-01-21T10:38:48.329 INFO:teuthology.orchestra.console.smithi178:Power off completed 2024-01-21T10:38:52.199 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T10:38:52.308 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is off 2024-01-21T10:38:52.409 INFO:teuthology.orchestra.console.smithi089:Power off completed 2024-01-21T10:38:52.513 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1059.098778963089 failure_reason: 'Command failed on smithi178 with status 5: ''sudo systemctl stop ceph-971791c0-b847-11ee-95b0-87774f69a715@mon.smithi178''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=59baa881ae6846c993bbacdb028d0e6c status: fail success: false 2024-01-21T10:38:52.514 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T10:38:52.601 INFO:teuthology.run:FAIL