2023-12-08T09:02:09.353 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-08T09:02:09.353 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483329 --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose --name yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483329/orig.config.yaml 2023-12-08T09:02:09.391 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-08T09:02:09.470 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483329 branch: wip-yuri5-testing-2023-12-07-0740-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} email: yweinste@redhat.com first_in_suite: false job_id: '7483329' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-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-yuri5-testing-2023-12-07-0740-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: 451ceae11b5d4caee05e94372fe658621eefc0b1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri5-testing-2023-12-07-0740-pacific sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 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: 1847 sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2023-12-07-0740-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 targets: smithi045.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIV/Szf2OMr7Pm4OeQUzVe272eZDWhqRh8wJXYKJXo+QvEYFH+z/36+2UpZFn/aojTZd3TvpBbjiV5FTX/ssIbo= smithi050.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDdrb0jxYna0osFp5Xodr7x0c56+LO+AY0ToOcnsV82xvJotUt7cYPpzDoFFh+Dl49NMdd3wVeLvqxKjviiteKM= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: avoid_pacific_features: true cephadm_branch: v16.2.4 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.4 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-08_04:25:47 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.232157 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-12-08T09:02:09.471 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa; will attempt to use it 2023-12-08T09:02:09.471 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks 2023-12-08T09:02:09.471 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-08T09:02:09.473 INFO:teuthology.task.internal:Checking packages... 2023-12-08T09:02:09.497 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '451ceae11b5d4caee05e94372fe658621eefc0b1' 2023-12-08T09:02:09.498 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-08T09:02:09.498 INFO:teuthology.packaging:ref: None 2023-12-08T09:02:09.498 INFO:teuthology.packaging:tag: None 2023-12-08T09:02:09.498 INFO:teuthology.packaging:branch: wip-yuri5-testing-2023-12-07-0740-pacific 2023-12-08T09:02:09.498 INFO:teuthology.packaging:sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T09:02:09.498 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri5-testing-2023-12-07-0740-pacific 2023-12-08T09:02:09.646 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-365.g451ceae1 2023-12-08T09:02:09.646 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-08T09:02:09.653 INFO:teuthology.task.internal:no buildpackages task found 2023-12-08T09:02:09.653 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-08T09:02:09.671 INFO:teuthology.task.internal:Saving configuration 2023-12-08T09:02:09.685 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-08T09:02:09.696 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T09:02:09.722 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483329', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-08 08:57:17.064948', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIV/Szf2OMr7Pm4OeQUzVe272eZDWhqRh8wJXYKJXo+QvEYFH+z/36+2UpZFn/aojTZd3TvpBbjiV5FTX/ssIbo='} 2023-12-08T09:02:09.747 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi050.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483329', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-08 08:57:17.062966', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDdrb0jxYna0osFp5Xodr7x0c56+LO+AY0ToOcnsV82xvJotUt7cYPpzDoFFh+Dl49NMdd3wVeLvqxKjviiteKM='} 2023-12-08T09:02:09.747 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-08T09:02:09.758 INFO:teuthology.task.internal:roles: ubuntu@smithi045.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-12-08T09:02:09.758 INFO:teuthology.task.internal:roles: ubuntu@smithi050.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-12-08T09:02:09.758 INFO:teuthology.run_tasks:Running task console_log... 2023-12-08T09:02:09.835 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f0a2d78aa60>, signals=[15]) 2023-12-08T09:02:09.835 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-08T09:02:09.846 INFO:teuthology.task.internal:Opening connections... 2023-12-08T09:02:09.846 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi045.front.sepia.ceph.com 2023-12-08T09:02:09.848 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:02:09.916 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi050.front.sepia.ceph.com 2023-12-08T09:02:09.917 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:02:09.987 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-08T09:02:09.996 DEBUG:teuthology.orchestra.run.smithi045:> uname -m 2023-12-08T09:02:10.019 INFO:teuthology.orchestra.run.smithi045.stdout:x86_64 2023-12-08T09:02:10.019 DEBUG:teuthology.orchestra.run.smithi045:> cat /etc/os-release 2023-12-08T09:02:10.081 INFO:teuthology.orchestra.run.smithi045.stdout:NAME="CentOS Stream" 2023-12-08T09:02:10.081 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION="8" 2023-12-08T09:02:10.081 INFO:teuthology.orchestra.run.smithi045.stdout:ID="centos" 2023-12-08T09:02:10.082 INFO:teuthology.orchestra.run.smithi045.stdout:ID_LIKE="rhel fedora" 2023-12-08T09:02:10.082 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION_ID="8" 2023-12-08T09:02:10.082 INFO:teuthology.orchestra.run.smithi045.stdout:PLATFORM_ID="platform:el8" 2023-12-08T09:02:10.082 INFO:teuthology.orchestra.run.smithi045.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-08T09:02:10.082 INFO:teuthology.orchestra.run.smithi045.stdout:ANSI_COLOR="0;31" 2023-12-08T09:02:10.082 INFO:teuthology.orchestra.run.smithi045.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-08T09:02:10.082 INFO:teuthology.orchestra.run.smithi045.stdout:HOME_URL="https://centos.org/" 2023-12-08T09:02:10.082 INFO:teuthology.orchestra.run.smithi045.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-08T09:02:10.082 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-08T09:02:10.082 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-08T09:02:10.083 INFO:teuthology.lock.ops:Updating smithi045.front.sepia.ceph.com on lock server 2023-12-08T09:02:10.104 DEBUG:teuthology.orchestra.run.smithi050:> uname -m 2023-12-08T09:02:10.128 INFO:teuthology.orchestra.run.smithi050.stdout:x86_64 2023-12-08T09:02:10.128 DEBUG:teuthology.orchestra.run.smithi050:> cat /etc/os-release 2023-12-08T09:02:10.189 INFO:teuthology.orchestra.run.smithi050.stdout:NAME="CentOS Stream" 2023-12-08T09:02:10.189 INFO:teuthology.orchestra.run.smithi050.stdout:VERSION="8" 2023-12-08T09:02:10.189 INFO:teuthology.orchestra.run.smithi050.stdout:ID="centos" 2023-12-08T09:02:10.189 INFO:teuthology.orchestra.run.smithi050.stdout:ID_LIKE="rhel fedora" 2023-12-08T09:02:10.190 INFO:teuthology.orchestra.run.smithi050.stdout:VERSION_ID="8" 2023-12-08T09:02:10.190 INFO:teuthology.orchestra.run.smithi050.stdout:PLATFORM_ID="platform:el8" 2023-12-08T09:02:10.190 INFO:teuthology.orchestra.run.smithi050.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-08T09:02:10.190 INFO:teuthology.orchestra.run.smithi050.stdout:ANSI_COLOR="0;31" 2023-12-08T09:02:10.190 INFO:teuthology.orchestra.run.smithi050.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-08T09:02:10.190 INFO:teuthology.orchestra.run.smithi050.stdout:HOME_URL="https://centos.org/" 2023-12-08T09:02:10.190 INFO:teuthology.orchestra.run.smithi050.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-08T09:02:10.190 INFO:teuthology.orchestra.run.smithi050.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-08T09:02:10.190 INFO:teuthology.orchestra.run.smithi050.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-08T09:02:10.191 INFO:teuthology.lock.ops:Updating smithi050.front.sepia.ceph.com on lock server 2023-12-08T09:02:10.213 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-08T09:02:10.227 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-08T09:02:10.240 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-08T09:02:10.240 DEBUG:teuthology.orchestra.run.smithi045:> test '!' -e /home/ubuntu/cephtest 2023-12-08T09:02:10.242 DEBUG:teuthology.orchestra.run.smithi050:> test '!' -e /home/ubuntu/cephtest 2023-12-08T09:02:10.263 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-08T09:02:10.274 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-08T09:02:10.274 DEBUG:teuthology.orchestra.run.smithi045:> test -z $(ls -A /var/lib/ceph) 2023-12-08T09:02:10.305 DEBUG:teuthology.orchestra.run.smithi050:> test -z $(ls -A /var/lib/ceph) 2023-12-08T09:02:10.343 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-08T09:02:10.394 INFO:teuthology.run_tasks:Running task kernel... 2023-12-08T09:02:10.413 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-08T09:02:10.413 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-08T09:02:10.413 DEBUG:teuthology.orchestra.run.smithi045:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-08T09:02:10.414 DEBUG:teuthology.orchestra.run.smithi050:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-08T09:02:10.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:02:10.434 DEBUG:teuthology.orchestra.run.smithi050:> uname -r 2023-12-08T09:02:10.435 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:02:10.435 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2023-12-08T09:02:10.496 INFO:teuthology.orchestra.run.smithi050.stdout:4.18.0-489.el8.x86_64 2023-12-08T09:02:10.496 INFO:teuthology.task.kernel:Running kernel on smithi050: 4.18.0-489.el8.x86_64 2023-12-08T09:02:10.496 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum install -y kernel 2023-12-08T09:02:10.497 INFO:teuthology.orchestra.run.smithi045.stdout:4.18.0-489.el8.x86_64 2023-12-08T09:02:10.498 INFO:teuthology.task.kernel:Running kernel on smithi045: 4.18.0-489.el8.x86_64 2023-12-08T09:02:10.498 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum install -y kernel 2023-12-08T09:02:15.154 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 8 - AppStream 16 MB/s | 34 MB 00:02 2023-12-08T09:02:15.718 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - AppStream 13 MB/s | 34 MB 00:02 2023-12-08T09:02:28.021 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 8 - BaseOS 8.9 MB/s | 55 MB 00:06 2023-12-08T09:02:28.251 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - BaseOS 9.3 MB/s | 55 MB 00:05 2023-12-08T09:02:36.645 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 8 - Extras 56 kB/s | 18 kB 00:00 2023-12-08T09:02:37.026 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - Extras 38 kB/s | 18 kB 00:00 2023-12-08T09:02:37.237 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 6.9 kB 00:00 2023-12-08T09:02:37.564 INFO:teuthology.orchestra.run.smithi050.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-12-08T09:02:37.610 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2023-12-08T09:02:37.920 INFO:teuthology.orchestra.run.smithi045.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-12-08T09:02:39.537 INFO:teuthology.orchestra.run.smithi045.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-12-08T09:02:43.628 INFO:teuthology.orchestra.run.smithi045.stdout:lab-extras 414 kB/s | 24 kB 00:00 2023-12-08T09:02:47.545 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-08T09:02:47.545 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-08T09:02:47.848 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-12-08T09:02:47.849 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-12-08T09:02:47.849 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2023-12-08T09:02:47.849 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-12-08T09:02:47.849 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-12-08T09:02:47.849 INFO:teuthology.orchestra.run.smithi045.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-08T09:02:47.849 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-12-08T09:02:47.849 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-08T09:02:47.849 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-08T09:02:47.849 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:02:47.850 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-12-08T09:02:47.850 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-12-08T09:02:47.850 INFO:teuthology.orchestra.run.smithi045.stdout:Install 3 Packages 2023-12-08T09:02:47.850 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:02:47.850 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 90 M 2023-12-08T09:02:47.850 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 96 M 2023-12-08T09:02:47.851 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-12-08T09:02:48.117 INFO:teuthology.orchestra.run.smithi050.stdout:Extra Packages for Enterprise Linux 1.5 MB/s | 16 MB 00:10 2023-12-08T09:02:49.238 INFO:teuthology.orchestra.run.smithi045.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 8.4 MB/s | 10 MB 00:01 2023-12-08T09:02:51.246 INFO:teuthology.orchestra.run.smithi045.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 11 MB/s | 36 MB 00:03 2023-12-08T09:02:51.855 INFO:teuthology.orchestra.run.smithi045.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 11 MB/s | 43 MB 00:03 2023-12-08T09:02:51.855 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-12-08T09:02:51.855 INFO:teuthology.orchestra.run.smithi045.stdout:Total 22 MB/s | 90 MB 00:04 2023-12-08T09:02:52.131 INFO:teuthology.orchestra.run.smithi050.stdout:lab-extras 631 kB/s | 24 kB 00:00 2023-12-08T09:02:52.565 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-12-08T09:02:53.005 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-12-08T09:02:53.005 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-12-08T09:02:54.300 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-12-08T09:02:54.316 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-12-08T09:02:55.998 INFO:teuthology.orchestra.run.smithi050.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-08T09:02:55.998 INFO:teuthology.orchestra.run.smithi050.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-08T09:02:56.318 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-12-08T09:02:56.319 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-12-08T09:02:56.319 INFO:teuthology.orchestra.run.smithi050.stdout: Package Architecture Version Repository Size 2023-12-08T09:02:56.319 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-12-08T09:02:56.319 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2023-12-08T09:02:56.319 INFO:teuthology.orchestra.run.smithi050.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-08T09:02:56.319 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2023-12-08T09:02:56.319 INFO:teuthology.orchestra.run.smithi050.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-08T09:02:56.319 INFO:teuthology.orchestra.run.smithi050.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-08T09:02:56.319 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:02:56.319 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-12-08T09:02:56.319 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-12-08T09:02:56.319 INFO:teuthology.orchestra.run.smithi050.stdout:Install 3 Packages 2023-12-08T09:02:56.320 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:02:56.320 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 90 M 2023-12-08T09:02:56.320 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 96 M 2023-12-08T09:02:56.320 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2023-12-08T09:02:57.277 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-12-08T09:02:57.557 INFO:teuthology.orchestra.run.smithi050.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 8.4 MB/s | 10 MB 00:01 2023-12-08T09:02:57.845 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-08T09:02:58.741 INFO:teuthology.orchestra.run.smithi050.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 15 MB/s | 36 MB 00:02 2023-12-08T09:02:59.333 INFO:teuthology.orchestra.run.smithi050.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 15 MB/s | 43 MB 00:02 2023-12-08T09:02:59.333 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2023-12-08T09:02:59.333 INFO:teuthology.orchestra.run.smithi050.stdout:Total 30 MB/s | 90 MB 00:03 2023-12-08T09:03:00.039 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2023-12-08T09:03:00.484 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2023-12-08T09:03:00.484 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2023-12-08T09:03:01.555 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-08T09:03:01.787 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2023-12-08T09:03:01.816 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2023-12-08T09:03:02.019 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-08T09:03:04.918 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2023-12-08T09:03:05.397 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-08T09:03:05.689 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-08T09:03:05.978 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-08T09:03:09.261 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-08T09:03:09.663 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-08T09:03:13.340 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-08T09:03:13.631 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-08T09:03:29.433 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-08T09:03:29.457 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-08T09:03:29.816 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-08T09:03:29.816 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-08T09:03:29.816 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-08T09:03:30.643 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-08T09:03:30.644 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:03:30.644 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-12-08T09:03:30.644 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-08T09:03:30.644 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-08T09:03:30.644 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:03:30.644 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-12-08T09:03:30.802 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T09:03:31.066 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-08T09:03:31.066 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-08T09:03:31.066 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-08T09:03:31.066 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-08T09:03:31.066 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-08T09:03:31.067 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-08T09:03:31.067 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi045.front.sepia.ceph.com, path=None, version=distro) 2023-12-08T09:03:31.067 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T09:03:31.286 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-08T09:03:31.286 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-08T09:03:31.286 DEBUG:teuthology.orchestra.run.smithi045:> sudo rpm -qi grub2-tools 2023-12-08T09:03:31.321 INFO:teuthology.orchestra.run.smithi045.stdout:Name : grub2-tools 2023-12-08T09:03:31.321 INFO:teuthology.orchestra.run.smithi045.stdout:Epoch : 1 2023-12-08T09:03:31.321 INFO:teuthology.orchestra.run.smithi045.stdout:Version : 2.02 2023-12-08T09:03:31.321 INFO:teuthology.orchestra.run.smithi045.stdout:Release : 129.el8 2023-12-08T09:03:31.322 INFO:teuthology.orchestra.run.smithi045.stdout:Architecture: x86_64 2023-12-08T09:03:31.322 INFO:teuthology.orchestra.run.smithi045.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-08T09:03:31.322 INFO:teuthology.orchestra.run.smithi045.stdout:Group : System Environment/Base 2023-12-08T09:03:31.322 INFO:teuthology.orchestra.run.smithi045.stdout:Size : 9265586 2023-12-08T09:03:31.322 INFO:teuthology.orchestra.run.smithi045.stdout:License : GPLv3+ 2023-12-08T09:03:31.322 INFO:teuthology.orchestra.run.smithi045.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-08T09:03:31.322 INFO:teuthology.orchestra.run.smithi045.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-08T09:03:31.323 INFO:teuthology.orchestra.run.smithi045.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-08T09:03:31.323 INFO:teuthology.orchestra.run.smithi045.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-08T09:03:31.323 INFO:teuthology.orchestra.run.smithi045.stdout:Relocations : (not relocatable) 2023-12-08T09:03:31.323 INFO:teuthology.orchestra.run.smithi045.stdout:Packager : CentOS BuildSystem 2023-12-08T09:03:31.323 INFO:teuthology.orchestra.run.smithi045.stdout:Vendor : CentOS 2023-12-08T09:03:31.323 INFO:teuthology.orchestra.run.smithi045.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-08T09:03:31.323 INFO:teuthology.orchestra.run.smithi045.stdout:Summary : Support tools for GRUB. 2023-12-08T09:03:31.324 INFO:teuthology.orchestra.run.smithi045.stdout:Description : 2023-12-08T09:03:31.324 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:03:31.324 INFO:teuthology.orchestra.run.smithi045.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-08T09:03:31.324 INFO:teuthology.orchestra.run.smithi045.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-08T09:03:31.324 INFO:teuthology.orchestra.run.smithi045.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-08T09:03:31.324 INFO:teuthology.orchestra.run.smithi045.stdout:hardware devices. 2023-12-08T09:03:31.324 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:03:31.325 INFO:teuthology.orchestra.run.smithi045.stdout:This subpackage provides tools for support of all platforms. 2023-12-08T09:03:31.326 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-08T09:03:31.326 INFO:teuthology.task.kernel:Updating grub on smithi045 to boot 4.18.0-526.el8.x86_64 2023-12-08T09:03:31.326 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-08T09:03:32.624 INFO:teuthology.orchestra.run.smithi045.stderr:Generating grub configuration file ... 2023-12-08T09:03:34.549 INFO:teuthology.orchestra.run.smithi045.stderr:done 2023-12-08T09:03:34.551 DEBUG:teuthology.orchestra.run.smithi045:> mktemp 2023-12-08T09:03:34.578 INFO:teuthology.orchestra.run.smithi045.stdout:/tmp/tmp.4tenpjIrVS 2023-12-08T09:03:34.578 DEBUG:teuthology.orchestra.run.smithi045:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.4tenpjIrVS 2023-12-08T09:03:34.654 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 0666 /tmp/tmp.4tenpjIrVS 2023-12-08T09:03:34.793 DEBUG:teuthology.orchestra.remote:smithi045:/tmp/tmp.4tenpjIrVS is 6KB 2023-12-08T09:03:34.842 DEBUG:teuthology.orchestra.run.smithi045:> rm -fr /tmp/tmp.4tenpjIrVS 2023-12-08T09:03:34.860 DEBUG:teuthology.orchestra.run.smithi045:> sudo /bin/ls /boot/loader/entries || true 2023-12-08T09:03:34.941 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-08T09:03:34.941 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-08T09:03:34.941 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-08T09:03:34.941 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-08T09:03:34.943 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-08T09:03:35.110 DEBUG:teuthology.orchestra.run.smithi045:> sudo shutdown -r now 2023-12-08T09:03:37.024 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-08T09:03:37.049 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-08T09:03:37.413 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-08T09:03:37.413 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-08T09:03:37.413 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-08T09:03:38.235 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-08T09:03:38.235 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:03:38.236 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2023-12-08T09:03:38.236 INFO:teuthology.orchestra.run.smithi050.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-08T09:03:38.236 INFO:teuthology.orchestra.run.smithi050.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-08T09:03:38.236 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:03:38.236 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-12-08T09:03:38.405 DEBUG:teuthology.orchestra.run.smithi050:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T09:03:38.640 INFO:teuthology.orchestra.run.smithi050.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-08T09:03:38.640 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-08T09:03:38.640 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-08T09:03:38.640 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-08T09:03:38.641 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-08T09:03:38.641 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-08T09:03:38.641 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi050.front.sepia.ceph.com, path=None, version=distro) 2023-12-08T09:03:38.641 DEBUG:teuthology.orchestra.run.smithi050:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T09:03:38.860 INFO:teuthology.orchestra.run.smithi050.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-08T09:03:38.860 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-08T09:03:38.861 DEBUG:teuthology.orchestra.run.smithi050:> sudo rpm -qi grub2-tools 2023-12-08T09:03:38.895 INFO:teuthology.orchestra.run.smithi050.stdout:Name : grub2-tools 2023-12-08T09:03:38.895 INFO:teuthology.orchestra.run.smithi050.stdout:Epoch : 1 2023-12-08T09:03:38.895 INFO:teuthology.orchestra.run.smithi050.stdout:Version : 2.02 2023-12-08T09:03:38.895 INFO:teuthology.orchestra.run.smithi050.stdout:Release : 129.el8 2023-12-08T09:03:38.895 INFO:teuthology.orchestra.run.smithi050.stdout:Architecture: x86_64 2023-12-08T09:03:38.895 INFO:teuthology.orchestra.run.smithi050.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-08T09:03:38.895 INFO:teuthology.orchestra.run.smithi050.stdout:Group : System Environment/Base 2023-12-08T09:03:38.895 INFO:teuthology.orchestra.run.smithi050.stdout:Size : 9265586 2023-12-08T09:03:38.895 INFO:teuthology.orchestra.run.smithi050.stdout:License : GPLv3+ 2023-12-08T09:03:38.895 INFO:teuthology.orchestra.run.smithi050.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-08T09:03:38.896 INFO:teuthology.orchestra.run.smithi050.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-08T09:03:38.896 INFO:teuthology.orchestra.run.smithi050.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-08T09:03:38.896 INFO:teuthology.orchestra.run.smithi050.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-08T09:03:38.896 INFO:teuthology.orchestra.run.smithi050.stdout:Relocations : (not relocatable) 2023-12-08T09:03:38.896 INFO:teuthology.orchestra.run.smithi050.stdout:Packager : CentOS BuildSystem 2023-12-08T09:03:38.896 INFO:teuthology.orchestra.run.smithi050.stdout:Vendor : CentOS 2023-12-08T09:03:38.896 INFO:teuthology.orchestra.run.smithi050.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-08T09:03:38.896 INFO:teuthology.orchestra.run.smithi050.stdout:Summary : Support tools for GRUB. 2023-12-08T09:03:38.896 INFO:teuthology.orchestra.run.smithi050.stdout:Description : 2023-12-08T09:03:38.896 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:03:38.896 INFO:teuthology.orchestra.run.smithi050.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-08T09:03:38.896 INFO:teuthology.orchestra.run.smithi050.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-08T09:03:38.896 INFO:teuthology.orchestra.run.smithi050.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-08T09:03:38.896 INFO:teuthology.orchestra.run.smithi050.stdout:hardware devices. 2023-12-08T09:03:38.896 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:03:38.897 INFO:teuthology.orchestra.run.smithi050.stdout:This subpackage provides tools for support of all platforms. 2023-12-08T09:03:38.897 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-08T09:03:38.897 INFO:teuthology.task.kernel:Updating grub on smithi050 to boot 4.18.0-526.el8.x86_64 2023-12-08T09:03:38.898 DEBUG:teuthology.orchestra.run.smithi050:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-08T09:03:40.010 INFO:teuthology.orchestra.run.smithi050.stderr:Generating grub configuration file ... 2023-12-08T09:03:41.812 INFO:teuthology.orchestra.run.smithi050.stderr:done 2023-12-08T09:03:41.813 DEBUG:teuthology.orchestra.run.smithi050:> mktemp 2023-12-08T09:03:41.856 INFO:teuthology.orchestra.run.smithi050.stdout:/tmp/tmp.0hwWe78sER 2023-12-08T09:03:41.856 DEBUG:teuthology.orchestra.run.smithi050:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.0hwWe78sER 2023-12-08T09:03:41.928 DEBUG:teuthology.orchestra.run.smithi050:> sudo chmod 0666 /tmp/tmp.0hwWe78sER 2023-12-08T09:03:42.173 DEBUG:teuthology.orchestra.remote:smithi050:/tmp/tmp.0hwWe78sER is 6KB 2023-12-08T09:03:42.221 DEBUG:teuthology.orchestra.run.smithi050:> rm -fr /tmp/tmp.0hwWe78sER 2023-12-08T09:03:42.239 DEBUG:teuthology.orchestra.run.smithi050:> sudo /bin/ls /boot/loader/entries || true 2023-12-08T09:03:42.310 INFO:teuthology.orchestra.run.smithi050.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-08T09:03:42.311 INFO:teuthology.orchestra.run.smithi050.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-08T09:03:42.311 INFO:teuthology.orchestra.run.smithi050.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-08T09:03:42.311 INFO:teuthology.orchestra.run.smithi050.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-08T09:03:42.312 DEBUG:teuthology.orchestra.run.smithi050:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-08T09:03:42.478 DEBUG:teuthology.orchestra.run.smithi050:> sudo shutdown -r now 2023-12-08T09:04:05.126 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-08T09:04:05.126 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-12-08T09:04:05.127 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:04:12.486 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-08T09:04:12.486 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi050.front.sepia.ceph.com' 2023-12-08T09:04:12.487 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:05:05.183 DEBUG:teuthology.orchestra.remote:timed out 2023-12-08T09:05:12.495 DEBUG:teuthology.orchestra.remote:timed out 2023-12-08T09:05:14.185 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-12-08T09:05:14.186 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:05:14.635 DEBUG:teuthology.orchestra.run.smithi045:> true 2023-12-08T09:05:15.002 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-12-08T09:05:15.002 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-526.el8.x86_64"... 2023-12-08T09:05:15.002 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2023-12-08T09:05:15.022 INFO:teuthology.orchestra.run.smithi045.stdout:4.18.0-526.el8.x86_64 2023-12-08T09:05:15.022 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-08T09:05:15.022 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-08T09:05:15.023 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-08T09:05:16.024 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-08T09:05:16.024 DEBUG:teuthology.orchestra.run.smithi045:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-08T09:05:16.100 INFO:teuthology.orchestra.run.smithi045.stdout:ttyS1 2023-12-08T09:05:16.115 DEBUG:teuthology.parallel:result is None 2023-12-08T09:05:21.496 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi050.front.sepia.ceph.com' 2023-12-08T09:05:21.496 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:05:21.962 DEBUG:teuthology.orchestra.run.smithi050:> true 2023-12-08T09:05:22.238 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi050.front.sepia.ceph.com' 2023-12-08T09:05:22.238 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-526.el8.x86_64"... 2023-12-08T09:05:22.239 DEBUG:teuthology.orchestra.run.smithi050:> uname -r 2023-12-08T09:05:22.259 INFO:teuthology.orchestra.run.smithi050.stdout:4.18.0-526.el8.x86_64 2023-12-08T09:05:22.259 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-08T09:05:22.259 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-08T09:05:22.259 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-08T09:05:23.260 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-08T09:05:23.260 DEBUG:teuthology.orchestra.run.smithi050:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-08T09:05:23.342 INFO:teuthology.orchestra.run.smithi050.stdout:ttyS1 2023-12-08T09:05:23.353 DEBUG:teuthology.parallel:result is None 2023-12-08T09:05:23.353 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-08T09:05:23.368 INFO:teuthology.task.internal:Creating test directory... 2023-12-08T09:05:23.368 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-08T09:05:23.372 DEBUG:teuthology.orchestra.run.smithi050:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-08T09:05:23.395 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-08T09:05:23.407 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-08T09:05:23.420 INFO:teuthology.task.internal:Creating archive directory... 2023-12-08T09:05:23.420 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-08T09:05:23.437 DEBUG:teuthology.orchestra.run.smithi050:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-08T09:05:23.501 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-08T09:05:23.512 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-08T09:05:23.512 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-08T09:05:23.514 DEBUG:teuthology.orchestra.run.smithi050:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-08T09:05:23.551 INFO:teuthology.orchestra.run.smithi050.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T09:05:23.559 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T09:05:23.563 INFO:teuthology.orchestra.run.smithi050.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T09:05:23.572 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T09:05:23.573 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-08T09:05:23.581 INFO:teuthology.task.internal:Configuring sudo... 2023-12-08T09:05:23.581 DEBUG:teuthology.orchestra.run.smithi045:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-08T09:05:23.584 DEBUG:teuthology.orchestra.run.smithi050:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-08T09:05:23.636 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-08T09:05:23.645 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-08T09:05:23.645 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-08T09:05:23.657 DEBUG:teuthology.orchestra.run.smithi050:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-08T09:05:23.693 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T09:05:23.765 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T09:05:23.822 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T09:05:23.915 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T09:05:23.963 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-08T09:05:23.963 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-08T09:05:24.037 DEBUG:teuthology.orchestra.run.smithi050:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T09:05:24.088 DEBUG:teuthology.orchestra.run.smithi050:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T09:05:24.146 DEBUG:teuthology.orchestra.run.smithi050:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T09:05:24.194 DEBUG:teuthology.orchestra.run.smithi050:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T09:05:24.241 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-12-08T09:05:24.241 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-08T09:05:24.311 DEBUG:teuthology.orchestra.run.smithi045:> sudo service rsyslog restart 2023-12-08T09:05:24.314 DEBUG:teuthology.orchestra.run.smithi050:> sudo service rsyslog restart 2023-12-08T09:05:24.395 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T09:05:24.417 INFO:teuthology.orchestra.run.smithi050.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T09:05:24.853 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-08T09:05:24.862 INFO:teuthology.task.internal:Starting timer... 2023-12-08T09:05:24.862 INFO:teuthology.run_tasks:Running task pcp... 2023-12-08T09:05:24.879 INFO:teuthology.run_tasks:Running task selinux... 2023-12-08T09:05:24.890 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-08T09:05:24.890 DEBUG:teuthology.orchestra.run.smithi045:> sudo service auditd rotate 2023-12-08T09:05:24.975 INFO:teuthology.orchestra.run.smithi045.stdout:Rotating logs: 2023-12-08T09:05:24.977 DEBUG:teuthology.orchestra.run.smithi050:> sudo service auditd rotate 2023-12-08T09:05:25.119 INFO:teuthology.orchestra.run.smithi050.stdout:Rotating logs: 2023-12-08T09:05:25.122 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-08T09:05:25.122 DEBUG:teuthology.orchestra.run.smithi045:> /usr/sbin/getenforce 2023-12-08T09:05:25.152 INFO:teuthology.orchestra.run.smithi045.stdout:Permissive 2023-12-08T09:05:25.152 DEBUG:teuthology.orchestra.run.smithi050:> /usr/sbin/getenforce 2023-12-08T09:05:25.442 INFO:teuthology.orchestra.run.smithi050.stdout:Permissive 2023-12-08T09:05:25.442 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi045.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi050.front.sepia.ceph.com': 'permissive'} 2023-12-08T09:05:25.443 DEBUG:teuthology.orchestra.run.smithi045:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-08T09:05:25.479 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:05:25.479 DEBUG:teuthology.orchestra.run.smithi050:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-08T09:05:25.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:05:25.706 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-08T09:05:25.706 DEBUG:teuthology.orchestra.run.smithi045:> sudo /usr/sbin/setenforce permissive 2023-12-08T09:05:25.740 DEBUG:teuthology.orchestra.run.smithi050:> sudo /usr/sbin/setenforce permissive 2023-12-08T09:05:26.309 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-08T09:05:26.319 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-08T09:05:26.319 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-08T09:05:26.336 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-08T09:05:26.337 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi045.front.sepia.ceph.com,smithi050.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-08T09:13:45.849 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi045.front.sepia.ceph.com'), Remote(name='ubuntu@smithi050.front.sepia.ceph.com')] 2023-12-08T09:13:45.851 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-12-08T09:13:45.852 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:13:45.974 DEBUG:teuthology.orchestra.run.smithi045:> true 2023-12-08T09:13:46.050 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-12-08T09:13:46.051 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi050.front.sepia.ceph.com' 2023-12-08T09:13:46.051 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T09:13:46.127 DEBUG:teuthology.orchestra.run.smithi050:> true 2023-12-08T09:13:46.161 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi050.front.sepia.ceph.com' 2023-12-08T09:13:46.161 INFO:teuthology.run_tasks:Running task clock... 2023-12-08T09:13:46.174 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-08T09:13:46.175 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-08T09:13:46.175 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T09:13:46.178 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-08T09:13:46.178 DEBUG:teuthology.orchestra.run.smithi050:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T09:13:46.215 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-08T09:13:46.232 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-08T09:13:46.241 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-08T09:13:46.259 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-08T09:13:46.306 INFO:teuthology.orchestra.run.smithi045.stderr:sudo: ntpd: command not found 2023-12-08T09:13:46.319 INFO:teuthology.orchestra.run.smithi045.stdout:506 Cannot talk to daemon 2023-12-08T09:13:46.325 INFO:teuthology.orchestra.run.smithi050.stderr:sudo: ntpd: command not found 2023-12-08T09:13:46.336 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-08T09:13:46.338 INFO:teuthology.orchestra.run.smithi050.stdout:506 Cannot talk to daemon 2023-12-08T09:13:46.352 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-08T09:13:46.355 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-08T09:13:46.371 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-08T09:13:46.420 INFO:teuthology.orchestra.run.smithi045.stderr:bash: ntpq: command not found 2023-12-08T09:13:46.424 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T09:13:46.424 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2023-12-08T09:13:46.424 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:13:46.424 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:13:46.424 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:13:46.424 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:13:46.445 INFO:teuthology.orchestra.run.smithi050.stderr:bash: ntpq: command not found 2023-12-08T09:13:46.449 INFO:teuthology.orchestra.run.smithi050.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T09:13:46.449 INFO:teuthology.orchestra.run.smithi050.stdout:=============================================================================== 2023-12-08T09:13:46.449 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:13:46.449 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:13:46.449 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:13:46.449 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:13:46.451 INFO:teuthology.run_tasks:Running task pexec... 2023-12-08T09:13:46.462 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-08T09:13:46.462 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi045.front.sepia.ceph.com 2023-12-08T09:13:46.462 DEBUG:teuthology.orchestra.run.smithi045:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-08T09:13:46.463 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi050.front.sepia.ceph.com 2023-12-08T09:13:46.463 DEBUG:teuthology.orchestra.run.smithi050:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-08T09:13:47.481 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:45 ago on Fri 08 Dec 2023 09:12:02 AM UTC. 2023-12-08T09:13:47.506 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:45 ago on Fri 08 Dec 2023 09:12:02 AM UTC. 2023-12-08T09:13:49.852 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-12-08T09:13:49.853 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-12-08T09:13:49.853 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2023-12-08T09:13:49.853 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-12-08T09:13:49.853 INFO:teuthology.orchestra.run.smithi045.stdout:Resetting modules: 2023-12-08T09:13:49.854 INFO:teuthology.orchestra.run.smithi045.stdout: container-tools 2023-12-08T09:13:49.854 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:13:49.854 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-12-08T09:13:49.854 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-12-08T09:13:49.854 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:13:49.855 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-12-08T09:13:49.856 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-12-08T09:13:49.857 INFO:teuthology.orchestra.run.smithi050.stdout: Package Architecture Version Repository Size 2023-12-08T09:13:49.857 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-12-08T09:13:49.857 INFO:teuthology.orchestra.run.smithi050.stdout:Resetting modules: 2023-12-08T09:13:49.857 INFO:teuthology.orchestra.run.smithi050.stdout: container-tools 2023-12-08T09:13:49.857 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:13:49.857 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-12-08T09:13:49.857 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-12-08T09:13:49.857 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:13:50.120 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-12-08T09:13:50.166 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-12-08T09:13:51.200 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:49 ago on Fri 08 Dec 2023 09:12:02 AM UTC. 2023-12-08T09:13:51.216 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:49 ago on Fri 08 Dec 2023 09:12:02 AM UTC. 2023-12-08T09:13:53.554 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-12-08T09:13:53.560 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-12-08T09:13:53.759 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-12-08T09:13:53.759 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2023-12-08T09:13:53.759 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-12-08T09:13:53.759 INFO:teuthology.orchestra.run.smithi050.stdout:Installing group/module packages: 2023-12-08T09:13:53.759 INFO:teuthology.orchestra.run.smithi050.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-08T09:13:53.759 INFO:teuthology.orchestra.run.smithi050.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-08T09:13:53.759 INFO:teuthology.orchestra.run.smithi050.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-08T09:13:53.759 INFO:teuthology.orchestra.run.smithi050.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-08T09:13:53.759 INFO:teuthology.orchestra.run.smithi050.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-08T09:13:53.759 INFO:teuthology.orchestra.run.smithi050.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-08T09:13:53.759 INFO:teuthology.orchestra.run.smithi050.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-08T09:13:53.759 INFO:teuthology.orchestra.run.smithi050.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-08T09:13:53.760 INFO:teuthology.orchestra.run.smithi050.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-08T09:13:53.760 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2023-12-08T09:13:53.760 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-08T09:13:53.760 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-08T09:13:53.760 INFO:teuthology.orchestra.run.smithi050.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-08T09:13:53.760 INFO:teuthology.orchestra.run.smithi050.stdout:Installing weak dependencies: 2023-12-08T09:13:53.760 INFO:teuthology.orchestra.run.smithi050.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-08T09:13:53.760 INFO:teuthology.orchestra.run.smithi050.stdout:Installing module profiles: 2023-12-08T09:13:53.760 INFO:teuthology.orchestra.run.smithi050.stdout: container-tools/common 2023-12-08T09:13:53.760 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:13:53.760 INFO:teuthology.orchestra.run.smithi050.stdout:Enabling module streams: 2023-12-08T09:13:53.760 INFO:teuthology.orchestra.run.smithi050.stdout: container-tools rhel8 2023-12-08T09:13:53.760 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:13:53.760 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-12-08T09:13:53.760 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-12-08T09:13:53.760 INFO:teuthology.orchestra.run.smithi050.stdout:Install 13 Packages 2023-12-08T09:13:53.761 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:13:53.762 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 27 M 2023-12-08T09:13:53.762 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 89 M 2023-12-08T09:13:53.762 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2023-12-08T09:13:53.765 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-12-08T09:13:53.765 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-12-08T09:13:53.766 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-12-08T09:13:53.766 INFO:teuthology.orchestra.run.smithi045.stdout:Installing group/module packages: 2023-12-08T09:13:53.766 INFO:teuthology.orchestra.run.smithi045.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-08T09:13:53.766 INFO:teuthology.orchestra.run.smithi045.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-08T09:13:53.768 INFO:teuthology.orchestra.run.smithi045.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-08T09:13:53.768 INFO:teuthology.orchestra.run.smithi045.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-08T09:13:53.769 INFO:teuthology.orchestra.run.smithi045.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-08T09:13:53.769 INFO:teuthology.orchestra.run.smithi045.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-08T09:13:53.769 INFO:teuthology.orchestra.run.smithi045.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-08T09:13:53.769 INFO:teuthology.orchestra.run.smithi045.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-08T09:13:53.769 INFO:teuthology.orchestra.run.smithi045.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-08T09:13:53.769 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-12-08T09:13:53.769 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-08T09:13:53.769 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-08T09:13:53.769 INFO:teuthology.orchestra.run.smithi045.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-08T09:13:53.769 INFO:teuthology.orchestra.run.smithi045.stdout:Installing weak dependencies: 2023-12-08T09:13:53.769 INFO:teuthology.orchestra.run.smithi045.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-08T09:13:53.769 INFO:teuthology.orchestra.run.smithi045.stdout:Installing module profiles: 2023-12-08T09:13:53.769 INFO:teuthology.orchestra.run.smithi045.stdout: container-tools/common 2023-12-08T09:13:53.769 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:13:53.769 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling module streams: 2023-12-08T09:13:53.770 INFO:teuthology.orchestra.run.smithi045.stdout: container-tools rhel8 2023-12-08T09:13:53.770 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:13:53.770 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-12-08T09:13:53.770 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-12-08T09:13:53.770 INFO:teuthology.orchestra.run.smithi045.stdout:Install 13 Packages 2023-12-08T09:13:53.770 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:13:53.771 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 27 M 2023-12-08T09:13:53.771 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 89 M 2023-12-08T09:13:53.771 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-12-08T09:13:54.064 INFO:teuthology.orchestra.run.smithi050.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 6.3 MB/s | 750 kB 00:00 2023-12-08T09:13:54.097 INFO:teuthology.orchestra.run.smithi050.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 6.7 MB/s | 1.0 MB 00:00 2023-12-08T09:13:54.123 INFO:teuthology.orchestra.run.smithi050.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 650 kB/s | 38 kB 00:00 2023-12-08T09:13:54.124 INFO:teuthology.orchestra.run.smithi045.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 4.6 MB/s | 750 kB 00:00 2023-12-08T09:13:54.156 INFO:teuthology.orchestra.run.smithi050.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2023-12-08T09:13:54.158 INFO:teuthology.orchestra.run.smithi045.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 5.2 MB/s | 1.0 MB 00:00 2023-12-08T09:13:54.183 INFO:teuthology.orchestra.run.smithi045.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 648 kB/s | 38 kB 00:00 2023-12-08T09:13:54.207 INFO:teuthology.orchestra.run.smithi050.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.5 MB/s | 178 kB 00:00 2023-12-08T09:13:54.209 INFO:teuthology.orchestra.run.smithi045.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.7 MB/s | 241 kB 00:00 2023-12-08T09:13:54.259 INFO:teuthology.orchestra.run.smithi045.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.5 MB/s | 178 kB 00:00 2023-12-08T09:13:54.265 INFO:teuthology.orchestra.run.smithi050.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 426 kB/s | 25 kB 00:00 2023-12-08T09:13:54.324 INFO:teuthology.orchestra.run.smithi050.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2023-12-08T09:13:54.335 INFO:teuthology.orchestra.run.smithi045.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 331 kB/s | 25 kB 00:00 2023-12-08T09:13:54.385 INFO:teuthology.orchestra.run.smithi045.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.8 MB/s | 94 kB 00:00 2023-12-08T09:13:54.466 INFO:teuthology.orchestra.run.smithi050.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 11 MB/s | 3.9 MB 00:00 2023-12-08T09:13:54.644 INFO:teuthology.orchestra.run.smithi045.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 8.5 MB/s | 3.9 MB 00:00 2023-12-08T09:13:54.666 INFO:teuthology.orchestra.run.smithi050.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 13 MB/s | 9.6 MB 00:00 2023-12-08T09:13:54.733 INFO:teuthology.orchestra.run.smithi050.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 792 kB/s | 53 kB 00:00 2023-12-08T09:13:54.775 INFO:teuthology.orchestra.run.smithi050.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 8.2 MB/s | 2.5 MB 00:00 2023-12-08T09:13:54.809 INFO:teuthology.orchestra.run.smithi050.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 546 kB/s | 41 kB 00:00 2023-12-08T09:13:54.986 INFO:teuthology.orchestra.run.smithi045.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 7.4 MB/s | 2.5 MB 00:00 2023-12-08T09:13:55.036 INFO:teuthology.orchestra.run.smithi045.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 1.0 MB/s | 53 kB 00:00 2023-12-08T09:13:55.151 INFO:teuthology.orchestra.run.smithi050.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 9.9 MB/s | 8.1 MB 00:00 2023-12-08T09:13:55.151 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2023-12-08T09:13:55.151 INFO:teuthology.orchestra.run.smithi050.stdout:Total 19 MB/s | 27 MB 00:01 2023-12-08T09:13:55.153 INFO:teuthology.orchestra.run.smithi045.stdout:(11/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 11 MB/s | 8.1 MB 00:00 2023-12-08T09:13:55.169 INFO:teuthology.orchestra.run.smithi045.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 307 kB/s | 41 kB 00:00 2023-12-08T09:13:55.395 INFO:teuthology.orchestra.run.smithi045.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 6.7 MB/s | 9.6 MB 00:01 2023-12-08T09:13:55.395 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-12-08T09:13:55.395 INFO:teuthology.orchestra.run.smithi045.stdout:Total 16 MB/s | 27 MB 00:01 2023-12-08T09:13:55.444 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2023-12-08T09:13:55.469 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2023-12-08T09:13:55.469 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2023-12-08T09:13:55.688 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-12-08T09:13:55.712 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-12-08T09:13:55.712 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-12-08T09:13:55.738 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2023-12-08T09:13:55.742 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2023-12-08T09:13:55.987 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-12-08T09:13:55.990 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-12-08T09:13:56.431 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2023-12-08T09:13:56.635 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-08T09:13:56.693 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-12-08T09:13:56.805 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-08T09:13:56.893 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-08T09:13:57.002 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-08T09:13:57.077 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-08T09:13:57.229 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-08T09:13:57.272 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-08T09:13:57.553 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-08T09:13:57.780 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-08T09:13:58.143 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-08T09:13:58.805 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-08T09:13:59.031 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-08T09:13:59.207 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-08T09:13:59.255 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-08T09:13:59.440 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-08T09:13:59.467 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-08T09:13:59.669 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-08T09:13:59.876 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-08T09:13:59.932 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-08T09:14:00.379 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-08T09:14:00.810 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-08T09:14:01.029 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-08T09:14:01.218 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-08T09:14:01.372 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-08T09:14:01.618 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-08T09:14:01.704 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-08T09:14:01.704 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-08T09:14:01.705 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-08T09:14:01.705 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-08T09:14:01.705 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-08T09:14:01.705 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-08T09:14:01.705 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-08T09:14:01.705 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-08T09:14:01.705 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-08T09:14:01.705 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-08T09:14:01.705 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-08T09:14:01.705 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-08T09:14:01.705 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-08T09:14:01.808 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-08T09:14:02.287 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-08T09:14:02.287 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-08T09:14:02.287 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-08T09:14:02.287 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-08T09:14:02.287 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-08T09:14:02.287 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-08T09:14:02.287 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-08T09:14:02.287 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-08T09:14:02.288 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-08T09:14:02.288 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-08T09:14:02.288 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-08T09:14:02.288 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-08T09:14:02.288 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-08T09:14:02.553 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-08T09:14:02.553 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:14:02.553 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2023-12-08T09:14:02.553 INFO:teuthology.orchestra.run.smithi050.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:14:02.553 INFO:teuthology.orchestra.run.smithi050.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:14:02.553 INFO:teuthology.orchestra.run.smithi050.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-08T09:14:02.553 INFO:teuthology.orchestra.run.smithi050.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-08T09:14:02.553 INFO:teuthology.orchestra.run.smithi050.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:14:02.554 INFO:teuthology.orchestra.run.smithi050.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:14:02.554 INFO:teuthology.orchestra.run.smithi050.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-08T09:14:02.554 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-08T09:14:02.554 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-08T09:14:02.554 INFO:teuthology.orchestra.run.smithi050.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:14:02.554 INFO:teuthology.orchestra.run.smithi050.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:14:02.554 INFO:teuthology.orchestra.run.smithi050.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-08T09:14:02.554 INFO:teuthology.orchestra.run.smithi050.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-08T09:14:02.554 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:14:02.554 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-12-08T09:14:02.854 DEBUG:teuthology.parallel:result is None 2023-12-08T09:14:03.174 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-08T09:14:03.174 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:14:03.174 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-12-08T09:14:03.174 INFO:teuthology.orchestra.run.smithi045.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:14:03.175 INFO:teuthology.orchestra.run.smithi045.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:14:03.175 INFO:teuthology.orchestra.run.smithi045.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-08T09:14:03.175 INFO:teuthology.orchestra.run.smithi045.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-08T09:14:03.175 INFO:teuthology.orchestra.run.smithi045.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:14:03.175 INFO:teuthology.orchestra.run.smithi045.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:14:03.175 INFO:teuthology.orchestra.run.smithi045.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-08T09:14:03.175 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-08T09:14:03.175 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-08T09:14:03.175 INFO:teuthology.orchestra.run.smithi045.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:14:03.175 INFO:teuthology.orchestra.run.smithi045.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-08T09:14:03.175 INFO:teuthology.orchestra.run.smithi045.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-08T09:14:03.175 INFO:teuthology.orchestra.run.smithi045.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-08T09:14:03.175 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:14:03.175 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-12-08T09:14:03.439 DEBUG:teuthology.parallel:result is None 2023-12-08T09:14:03.439 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-08T09:14:03.521 INFO:tasks.cephadm:Config: {'avoid_pacific_features': True, 'cephadm_branch': 'v16.2.4', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.4', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '451ceae11b5d4caee05e94372fe658621eefc0b1'} 2023-12-08T09:14:03.521 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.4 2023-12-08T09:14:03.521 INFO:tasks.cephadm:Cluster fsid is 21915d88-95aa-11ee-95a3-87774f69a715 2023-12-08T09:14:03.522 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-08T09:14:03.522 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-08T09:14:03.522 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi045': '172.21.15.45', 'mon.smithi050': '172.21.15.50'} 2023-12-08T09:14:03.522 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-08T09:14:03.522 DEBUG:teuthology.orchestra.run.smithi045:> sudo hostname $(hostname -s) 2023-12-08T09:14:03.558 DEBUG:teuthology.orchestra.run.smithi050:> sudo hostname $(hostname -s) 2023-12-08T09:14:03.595 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.4)... 2023-12-08T09:14:03.595 DEBUG:teuthology.orchestra.run.smithi045:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-08T09:14:03.826 INFO:teuthology.orchestra.run.smithi045.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Dec 8 09:14 /home/ubuntu/cephtest/cephadm 2023-12-08T09:14:03.827 DEBUG:teuthology.orchestra.run.smithi050:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-08T09:14:04.047 INFO:teuthology.orchestra.run.smithi050.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Dec 8 09:14 /home/ubuntu/cephtest/cephadm 2023-12-08T09:14:04.047 DEBUG:teuthology.orchestra.run.smithi045:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-08T09:14:04.071 DEBUG:teuthology.orchestra.run.smithi050:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-08T09:14:04.108 DEBUG:teuthology.orchestra.run.smithi045:> sudo mkdir -p /etc/ceph 2023-12-08T09:14:04.147 DEBUG:teuthology.orchestra.run.smithi050:> sudo mkdir -p /etc/ceph 2023-12-08T09:14:04.182 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 777 /etc/ceph 2023-12-08T09:14:04.222 DEBUG:teuthology.orchestra.run.smithi050:> sudo chmod 777 /etc/ceph 2023-12-08T09:14:04.256 INFO:tasks.cephadm:Writing seed config... 2023-12-08T09:14:04.257 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-08T09:14:04.258 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-08T09:14:04.258 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-08T09:14:04.258 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-08T09:14:04.258 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-08T09:14:04.258 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-08T09:14:04.258 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-08T09:14:04.258 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-08T09:14:04.258 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-08T09:14:04.259 DEBUG:teuthology.orchestra.run.smithi045:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-08T09:14:04.285 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 = 21915d88-95aa-11ee-95a3-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 2023-12-08T09:14:04.285 DEBUG:teuthology.orchestra.run.smithi045:mon.smithi045> sudo journalctl -f -n 0 -u ceph-21915d88-95aa-11ee-95a3-87774f69a715@mon.smithi045.service 2023-12-08T09:14:04.328 INFO:tasks.cephadm:Bootstrapping... 2023-12-08T09:14:04.329 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 -v bootstrap --fsid 21915d88-95aa-11ee-95a3-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.45 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-08T09:14:04.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:-- Logs begin at Fri 2023-12-08 09:04:55 UTC. -- 2023-12-08T09:14:04.635 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-12-08T09:14:05.928 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: 4.6.1 2023-12-08T09:14:05.938 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying podman|docker is present... 2023-12-08T09:14:05.938 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-12-08T09:14:05.962 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: 4.6.1 2023-12-08T09:14:05.973 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying lvm2 is present... 2023-12-08T09:14:05.973 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying time synchronization is in place... 2023-12-08T09:14:05.973 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled chrony.service 2023-12-08T09:14:05.981 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-08T09:14:05.981 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active chrony.service 2023-12-08T09:14:05.988 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-12-08T09:14:05.988 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled chronyd.service 2023-12-08T09:14:05.995 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: enabled 2023-12-08T09:14:05.995 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active chronyd.service 2023-12-08T09:14:06.001 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: active 2023-12-08T09:14:06.002 INFO:teuthology.orchestra.run.smithi045.stderr:Unit chronyd.service is enabled and running 2023-12-08T09:14:06.002 INFO:teuthology.orchestra.run.smithi045.stderr:Repeating the final host check... 2023-12-08T09:14:06.002 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-12-08T09:14:06.024 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: 4.6.1 2023-12-08T09:14:06.035 INFO:teuthology.orchestra.run.smithi045.stderr:podman|docker (/bin/podman) is present 2023-12-08T09:14:06.035 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl is present 2023-12-08T09:14:06.035 INFO:teuthology.orchestra.run.smithi045.stderr:lvcreate is present 2023-12-08T09:14:06.035 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled chrony.service 2023-12-08T09:14:06.041 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-08T09:14:06.042 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active chrony.service 2023-12-08T09:14:06.048 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-12-08T09:14:06.048 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled chronyd.service 2023-12-08T09:14:06.054 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: enabled 2023-12-08T09:14:06.055 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active chronyd.service 2023-12-08T09:14:06.061 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: active 2023-12-08T09:14:06.061 INFO:teuthology.orchestra.run.smithi045.stderr:Unit chronyd.service is enabled and running 2023-12-08T09:14:06.062 INFO:teuthology.orchestra.run.smithi045.stderr:Host looks OK 2023-12-08T09:14:06.062 INFO:teuthology.orchestra.run.smithi045.stderr:Cluster fsid: 21915d88-95aa-11ee-95a3-87774f69a715 2023-12-08T09:14:06.063 INFO:teuthology.orchestra.run.smithi045.stderr:Acquiring lock 140584489046144 on /run/cephadm/21915d88-95aa-11ee-95a3-87774f69a715.lock 2023-12-08T09:14:06.063 INFO:teuthology.orchestra.run.smithi045.stderr:Lock 140584489046144 acquired on /run/cephadm/21915d88-95aa-11ee-95a3-87774f69a715.lock 2023-12-08T09:14:06.063 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying IP 172.21.15.45 port 3300 ... 2023-12-08T09:14:06.063 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying IP 172.21.15.45 port 6789 ... 2023-12-08T09:14:06.063 INFO:teuthology.orchestra.run.smithi045.stderr:Base mon IP is 172.21.15.45, final addrv is [v2:172.21.15.45:3300,v1:172.21.15.45:6789] 2023-12-08T09:14:06.063 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /sbin/ip route ls 2023-12-08T09:14:06.066 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.45 metric 100 2023-12-08T09:14:06.066 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.45 metric 100 2023-12-08T09:14:06.067 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /sbin/ip -6 route ls 2023-12-08T09:14:06.069 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-08T09:14:06.069 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-08T09:14:06.069 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2023-12-08T09:14:06.070 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /sbin/ip -6 addr ls 2023-12-08T09:14:06.073 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-08T09:14:06.073 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-08T09:14:06.074 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-08T09:14:06.074 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-08T09:14:06.074 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:12be/64 scope link 2023-12-08T09:14:06.074 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-08T09:14:06.074 INFO:teuthology.orchestra.run.smithi045.stderr:Mon IP 172.21.15.45 is in CIDR network 172.21.0.0/20 2023-12-08T09:14:06.074 INFO:teuthology.orchestra.run.smithi045.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-08T09:14:06.075 INFO:teuthology.orchestra.run.smithi045.stderr:Pulling container image docker.io/ceph/ceph:v16.2.4... 2023-12-08T09:14:06.075 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.4 2023-12-08T09:14:06.168 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.4... 2023-12-08T09:14:12.724 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: Getting image source signatures 2023-12-08T09:14:12.734 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: Copying blob sha256:551101690791055467b1840be133b2e6b029d263771bc6c46a96bb7acdacac39 2023-12-08T09:14:12.734 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-12-08T09:14:25.815 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: Copying config sha256:8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2023-12-08T09:14:25.873 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: Writing manifest to image destination 2023-12-08T09:14:26.199 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2023-12-08T09:14:26.210 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --version 2023-12-08T09:14:26.803 INFO:teuthology.orchestra.run.smithi045.stderr:ceph: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2023-12-08T09:14:27.148 INFO:teuthology.orchestra.run.smithi045.stderr:Ceph version: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2023-12-08T09:14:27.148 INFO:teuthology.orchestra.run.smithi045.stderr:Extracting ceph user uid/gid from container image... 2023-12-08T09:14:27.148 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 -c %u %g /var/lib/ceph 2023-12-08T09:14:27.457 INFO:teuthology.orchestra.run.smithi045.stderr:stat: 167 167 2023-12-08T09:14:27.774 INFO:teuthology.orchestra.run.smithi045.stderr:Creating initial keys... 2023-12-08T09:14:27.774 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2023-12-08T09:14:28.081 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-authtool: AQB03nJliSUvBBAA1oYIONhFEKmuJo3tcu78RA== 2023-12-08T09:14:28.410 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2023-12-08T09:14:28.698 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-authtool: AQB03nJl257IKBAAJHJ8DLIxqH1sIQc3O3PUWg== 2023-12-08T09:14:29.035 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2023-12-08T09:14:29.381 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-authtool: AQB13nJl/BQaFhAA5UKcjoVlC/HllMI97IAzdQ== 2023-12-08T09:14:29.719 INFO:teuthology.orchestra.run.smithi045.stderr:Creating initial monmap... 2023-12-08T09:14:29.719 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmp7_7f26zi:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --create --clobber --fsid 21915d88-95aa-11ee-95a3-87774f69a715 --addv smithi045 [v2:172.21.15.45:3300,v1:172.21.15.45:6789] /tmp/monmap 2023-12-08T09:14:30.031 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-08T09:14:30.031 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 21915d88-95aa-11ee-95a3-87774f69a715 2023-12-08T09:14:30.031 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-08T09:14:30.373 INFO:teuthology.orchestra.run.smithi045.stderr:monmaptool for smithi045 [v2:172.21.15.45:3300,v1:172.21.15.45:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-08T09:14:30.373 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: set fsid to 21915d88-95aa-11ee-95a3-87774f69a715 2023-12-08T09:14:30.373 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-08T09:14:30.373 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-08T09:14:30.374 INFO:teuthology.orchestra.run.smithi045.stderr:Creating mon... 2023-12-08T09:14:30.374 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045:/var/lib/ceph/mon/ceph-smithi045:z -v /tmp/ceph-tmpo0a6nkth:/tmp/keyring:z -v /tmp/ceph-tmp7_7f26zi:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --mkfs -i smithi045 --fsid 21915d88-95aa-11ee-95a3-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 2023-12-08T09:14:30.673 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.667+0000 7ff803a7e700 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T09:14:30.673 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.667+0000 7ff803a7e700 1 imported monmap: 2023-12-08T09:14:30.673 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-08T09:14:30.673 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: fsid 21915d88-95aa-11ee-95a3-87774f69a715 2023-12-08T09:14:30.673 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: last_changed 2023-12-08T09:14:30.026030+0000 2023-12-08T09:14:30.673 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: created 2023-12-08T09:14:30.026030+0000 2023-12-08T09:14:30.674 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-08T09:14:30.691 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-08T09:14:30.691 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.smithi045 2023-12-08T09:14:30.691 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-08T09:14:30.691 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.667+0000 7ff803a7e700 0 /usr/bin/ceph-mon: set fsid to 21915d88-95aa-11ee-95a3-87774f69a715 2023-12-08T09:14:30.692 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.668+0000 7ff803a7e700 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T09:14:30.692 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-08T09:14:30.692 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.668+0000 7ff803a7e700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T09:14:30.692 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.668+0000 7ff803a7e700 4 rocksdb: Compile date May 13 2021 2023-12-08T09:14:30.692 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.668+0000 7ff803a7e700 4 rocksdb: DB SUMMARY 2023-12-08T09:14:30.692 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-08T09:14:30.692 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.668+0000 7ff803a7e700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi045/store.db dir, Total Num: 0, files: 2023-12-08T09:14:30.692 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-08T09:14:30.692 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.668+0000 7ff803a7e700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi045/store.db: 2023-12-08T09:14:30.692 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-08T09:14:30.692 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.668+0000 7ff803a7e700 4 rocksdb: Options.error_if_exists: 0 2023-12-08T09:14:30.692 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.668+0000 7ff803a7e700 4 rocksdb: Options.create_if_missing: 1 2023-12-08T09:14:30.692 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.668+0000 7ff803a7e700 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T09:14:30.692 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.668+0000 7ff803a7e700 4 rocksdb: Options.env: 0x5621bbaae1c0 2023-12-08T09:14:30.692 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.668+0000 7ff803a7e700 4 rocksdb: Options.fs: Posix File System 2023-12-08T09:14:30.693 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.668+0000 7ff803a7e700 4 rocksdb: Options.info_log: 0x5621bc44eec0 2023-12-08T09:14:30.693 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.668+0000 7ff803a7e700 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T09:14:30.693 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.668+0000 7ff803a7e700 4 rocksdb: Options.statistics: (nil) 2023-12-08T09:14:30.693 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.668+0000 7ff803a7e700 4 rocksdb: Options.use_fsync: 0 2023-12-08T09:14:30.693 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.668+0000 7ff803a7e700 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T09:14:30.693 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.668+0000 7ff803a7e700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T09:14:30.693 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.668+0000 7ff803a7e700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T09:14:30.693 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.668+0000 7ff803a7e700 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T09:14:30.693 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.668+0000 7ff803a7e700 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T09:14:30.693 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T09:14:30.693 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T09:14:30.693 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T09:14:30.693 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T09:14:30.693 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T09:14:30.693 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T09:14:30.694 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.db_log_dir: 2023-12-08T09:14:30.694 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi045/store.db 2023-12-08T09:14:30.694 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T09:14:30.694 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T09:14:30.694 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T09:14:30.694 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T09:14:30.694 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T09:14:30.694 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T09:14:30.694 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T09:14:30.694 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T09:14:30.694 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T09:14:30.694 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T09:14:30.694 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.write_buffer_manager: 0x5621bc455530 2023-12-08T09:14:30.694 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T09:14:30.694 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T09:14:30.695 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T09:14:30.695 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T09:14:30.695 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T09:14:30.695 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T09:14:30.695 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T09:14:30.695 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T09:14:30.695 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T09:14:30.695 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.unordered_write: 0 2023-12-08T09:14:30.695 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T09:14:30.695 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T09:14:30.695 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T09:14:30.695 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T09:14:30.695 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.row_cache: None 2023-12-08T09:14:30.695 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.wal_filter: None 2023-12-08T09:14:30.696 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T09:14:30.696 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T09:14:30.696 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T09:14:30.696 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.two_write_queues: 0 2023-12-08T09:14:30.696 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T09:14:30.696 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.atomic_flush: 0 2023-12-08T09:14:30.696 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T09:14:30.696 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T09:14:30.696 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T09:14:30.696 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T09:14:30.696 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T09:14:30.696 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T09:14:30.696 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T09:14:30.696 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T09:14:30.696 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T09:14:30.697 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T09:14:30.697 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T09:14:30.697 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T09:14:30.697 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T09:14:30.697 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T09:14:30.697 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T09:14:30.697 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.max_open_files: -1 2023-12-08T09:14:30.697 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T09:14:30.697 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T09:14:30.697 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T09:14:30.697 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T09:14:30.697 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Compression algorithms supported: 2023-12-08T09:14:30.697 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T09:14:30.697 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: kZSTD supported: 0 2023-12-08T09:14:30.697 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: kXpressCompression supported: 0 2023-12-08T09:14:30.698 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T09:14:30.698 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T09:14:30.698 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T09:14:30.698 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: kZlibCompression supported: 1 2023-12-08T09:14:30.698 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T09:14:30.698 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T09:14:30.698 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-08T09:14:30.698 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-08T09:14:30.698 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi045/store.db/MANIFEST-000001 2023-12-08T09:14:30.698 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-08T09:14:30.698 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T09:14:30.698 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-08T09:14:30.698 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T09:14:30.698 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.merge_operator: 2023-12-08T09:14:30.698 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.compaction_filter: None 2023-12-08T09:14:30.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T09:14:30.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T09:14:30.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.669+0000 7ff803a7e700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T09:14:30.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5621bc366120) 2023-12-08T09:14:30.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-08T09:14:30.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T09:14:30.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T09:14:30.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-08T09:14:30.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-08T09:14:30.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-08T09:14:30.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-08T09:14:30.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-08T09:14:30.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-08T09:14:30.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-08T09:14:30.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-08T09:14:30.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_cache: 0x5621bc39cd10 2023-12-08T09:14:30.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-08T09:14:30.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-08T09:14:30.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-08T09:14:30.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-08T09:14:30.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-08T09:14:30.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-08T09:14:30.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-08T09:14:30.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-08T09:14:30.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-08T09:14:30.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-08T09:14:30.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-08T09:14:30.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-08T09:14:30.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-08T09:14:30.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-08T09:14:30.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-08T09:14:30.701 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T09:14:30.701 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-08T09:14:30.701 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-08T09:14:30.701 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-08T09:14:30.701 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-08T09:14:30.701 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-08T09:14:30.701 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-08T09:14:30.701 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-08T09:14:30.701 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T09:14:30.701 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T09:14:30.701 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.compression: NoCompression 2023-12-08T09:14:30.701 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T09:14:30.701 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T09:14:30.701 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T09:14:30.702 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.num_levels: 7 2023-12-08T09:14:30.702 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T09:14:30.702 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T09:14:30.702 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T09:14:30.702 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T09:14:30.702 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T09:14:30.702 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T09:14:30.702 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T09:14:30.702 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T09:14:30.702 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T09:14:30.702 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T09:14:30.702 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T09:14:30.702 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T09:14:30.702 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T09:14:30.702 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T09:14:30.703 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T09:14:30.703 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T09:14:30.703 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T09:14:30.703 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T09:14:30.703 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T09:14:30.703 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T09:14:30.703 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T09:14:30.703 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T09:14:30.703 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T09:14:30.703 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T09:14:30.703 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T09:14:30.703 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T09:14:30.703 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T09:14:30.703 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T09:14:30.703 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T09:14:30.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T09:14:30.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T09:14:30.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T09:14:30.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T09:14:30.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T09:14:30.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T09:14:30.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T09:14:30.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T09:14:30.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T09:14:30.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T09:14:30.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T09:14:30.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T09:14:30.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T09:14:30.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T09:14:30.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T09:14:30.705 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T09:14:30.705 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T09:14:30.705 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T09:14:30.711 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.table_properties_collectors: 2023-12-08T09:14:30.711 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T09:14:30.711 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T09:14:30.712 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T09:14:30.712 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T09:14:30.712 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T09:14:30.712 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.bloom_locality: 0 2023-12-08T09:14:30.712 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T09:14:30.712 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T09:14:30.712 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T09:14:30.712 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T09:14:30.712 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T09:14:30.712 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.ttl: 2592000 2023-12-08T09:14:30.712 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T09:14:30.712 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi045/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-08T09:14:30.712 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-08T09:14:30.712 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.670+0000 7ff803a7e700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-08T09:14:30.712 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-08T09:14:30.713 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.671+0000 7ff803a7e700 4 rocksdb: DB pointer 0x5621bc461800 2023-12-08T09:14:30.713 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.671+0000 7ff7ec917700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T09:14:30.713 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.671+0000 7ff7ec917700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T09:14:30.713 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-08T09:14:30.713 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T09:14:30.713 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-08T09:14:30.713 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T09:14:30.713 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T09:14:30.713 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-08T09:14:30.713 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T09:14:30.713 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T09:14:30.713 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-08T09:14:30.713 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T09:14:30.713 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T09:14:30.713 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:14:30.714 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T09:14:30.714 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T09:14:30.714 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-08T09:14:30.714 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T09:14:30.714 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T09:14:30.714 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:14:30.714 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T09:14:30.714 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T09:14:30.714 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T09:14:30.714 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T09:14:30.714 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T09:14:30.714 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-08T09:14:30.714 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:14:30.714 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:14:30.715 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T09:14:30.715 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-08T09:14:30.715 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-08T09:14:30.715 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-08T09:14:30.715 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T09:14:30.715 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T09:14:30.715 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:14:30.715 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T09:14:30.715 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T09:14:30.715 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-08T09:14:30.715 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T09:14:30.715 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T09:14:30.715 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:14:30.715 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T09:14:30.715 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T09:14:30.716 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T09:14:30.716 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T09:14:30.716 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T09:14:30.716 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-08T09:14:30.716 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:14:30.716 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:14:30.716 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T09:14:30.716 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-08T09:14:30.716 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-08T09:14:30.716 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-12-08T09:14:30.716 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.673+0000 7ff803a7e700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-08T09:14:30.716 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.673+0000 7ff803a7e700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-08T09:14:30.716 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-12-08T09:14:30.673+0000 7ff803a7e700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi045 for mon.smithi045 2023-12-08T09:14:31.023 INFO:teuthology.orchestra.run.smithi045.stderr:create mon.smithi045 on 2023-12-08T09:14:31.023 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/21915d88-95aa-11ee-95a3-87774f69a715 2023-12-08T09:14:31.030 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl disable ceph.target 2023-12-08T09:14:31.135 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl enable ceph.target 2023-12-08T09:14:31.143 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-08T09:14:31.234 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl start ceph.target 2023-12-08T09:14:31.241 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl enable ceph-21915d88-95aa-11ee-95a3-87774f69a715.target 2023-12-08T09:14:31.249 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-21915d88-95aa-11ee-95a3-87774f69a715.target → /etc/systemd/system/ceph-21915d88-95aa-11ee-95a3-87774f69a715.target. 2023-12-08T09:14:31.249 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-21915d88-95aa-11ee-95a3-87774f69a715.target → /etc/systemd/system/ceph-21915d88-95aa-11ee-95a3-87774f69a715.target. 2023-12-08T09:14:31.341 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl start ceph-21915d88-95aa-11ee-95a3-87774f69a715.target 2023-12-08T09:14:31.359 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl daemon-reload 2023-12-08T09:14:31.453 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl stop ceph-21915d88-95aa-11ee-95a3-87774f69a715@mon.smithi045 2023-12-08T09:14:31.481 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl reset-failed ceph-21915d88-95aa-11ee-95a3-87774f69a715@mon.smithi045 2023-12-08T09:14:31.487 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to reset failed state of unit ceph-21915d88-95aa-11ee-95a3-87774f69a715@mon.smithi045.service: Unit ceph-21915d88-95aa-11ee-95a3-87774f69a715@mon.smithi045.service not loaded. 2023-12-08T09:14:31.488 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl enable ceph-21915d88-95aa-11ee-95a3-87774f69a715@mon.smithi045 2023-12-08T09:14:31.494 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/ceph-21915d88-95aa-11ee-95a3-87774f69a715.target.wants/ceph-21915d88-95aa-11ee-95a3-87774f69a715@mon.smithi045.service → /etc/systemd/system/ceph-21915d88-95aa-11ee-95a3-87774f69a715@.service. 2023-12-08T09:14:31.592 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl start ceph-21915d88-95aa-11ee-95a3-87774f69a715@mon.smithi045 2023-12-08T09:14:32.261 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-08T09:14:32.272 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: disabled 2023-12-08T09:14:32.273 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active firewalld.service 2023-12-08T09:14:32.282 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-12-08T09:14:32.283 INFO:teuthology.orchestra.run.smithi045.stderr:firewalld.service is not enabled 2023-12-08T09:14:32.283 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to enable service . firewalld.service is not available 2023-12-08T09:14:32.283 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to open ports <[]>. firewalld.service is not available 2023-12-08T09:14:32.283 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mon to start... 2023-12-08T09:14:32.283 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mon... 2023-12-08T09:14:32.283 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045:/var/lib/ceph/mon/ceph-smithi045:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status 2023-12-08T09:14:32.419 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:32 smithi045 bash[107072]: 91dbfc5a3f875ad194565140a55f21f3ce334e10a85da121fda1b5f91c04fc31 2023-12-08T09:14:32.419 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:32 smithi045 systemd[1]: Started Ceph mon.smithi045 for 21915d88-95aa-11ee-95a3-87774f69a715. 2023-12-08T09:14:32.789 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: cluster: 2023-12-08T09:14:32.792 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: id: 21915d88-95aa-11ee-95a3-87774f69a715 2023-12-08T09:14:32.792 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-08T09:14:32.792 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-08T09:14:32.792 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: services: 2023-12-08T09:14:32.792 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi045 (age 0.663924s) 2023-12-08T09:14:32.793 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-08T09:14:32.793 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-08T09:14:32.793 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-08T09:14:32.793 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: data: 2023-12-08T09:14:32.793 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-08T09:14:32.793 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-08T09:14:32.793 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-08T09:14:32.794 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: pgs: 2023-12-08T09:14:32.794 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-08T09:14:33.133 INFO:teuthology.orchestra.run.smithi045.stderr:mon is available 2023-12-08T09:14:33.134 INFO:teuthology.orchestra.run.smithi045.stderr:Assimilating anything we can from ceph.conf... 2023-12-08T09:14:33.134 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z -v /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045:/var/lib/ceph/mon/ceph-smithi045:z docker.io/ceph/ceph:v16.2.4 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi045/config 2023-12-08T09:14:33.349 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107086]: cluster 2023-12-08T09:14:32.123302+0000 mon.smithi045 (mon.0) 2 : cluster [INF] mon.smithi045 is new leader, mons smithi045 in quorum (ranks 0) 2023-12-08T09:14:33.349 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107086]: cluster 2023-12-08T09:14:32.123481+0000 mon.smithi045 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0]} 2023-12-08T09:14:33.349 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107086]: cluster 2023-12-08T09:14:32.125477+0000 mon.smithi045 (mon.0) 4 : cluster [DBG] fsmap 2023-12-08T09:14:33.349 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107086]: cluster 2023-12-08T09:14:32.127707+0000 mon.smithi045 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-08T09:14:33.349 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107086]: cluster 2023-12-08T09:14:32.128232+0000 mon.smithi045 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-08T09:14:33.349 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107086]: audit 2023-12-08T09:14:32.787189+0000 mon.smithi045 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.45:0/3067886914' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-08T09:14:33.647 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-08T09:14:33.647 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [global] 2023-12-08T09:14:33.647 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: fsid = 21915d88-95aa-11ee-95a3-87774f69a715 2023-12-08T09:14:33.647 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.45:3300,v1:172.21.15.45:6789] 2023-12-08T09:14:33.647 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-08T09:14:33.647 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-08T09:14:33.648 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-08T09:14:33.648 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-08T09:14:33.648 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-08T09:14:33.648 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [mgr] 2023-12-08T09:14:33.648 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-08T09:14:33.648 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-08T09:14:33.648 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [osd] 2023-12-08T09:14:33.649 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-08T09:14:33.649 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_memory_target_autotune = true 2023-12-08T09:14:33.649 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-08T09:14:33.992 INFO:teuthology.orchestra.run.smithi045.stderr:Generating new minimal ceph.conf... 2023-12-08T09:14:33.992 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z -v /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045:/var/lib/ceph/mon/ceph-smithi045:z docker.io/ceph/ceph:v16.2.4 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi045/config 2023-12-08T09:14:34.498 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107086]: audit 2023-12-08T09:14:33.640315+0000 mon.smithi045 (mon.0) 8 : audit [INF] from='client.? 172.21.15.45:0/867055785' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-08T09:14:34.498 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107086]: audit 2023-12-08T09:14:33.643197+0000 mon.smithi045 (mon.0) 9 : audit [INF] from='client.? 172.21.15.45:0/867055785' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-08T09:14:34.842 INFO:teuthology.orchestra.run.smithi045.stderr:Restarting the monitor... 2023-12-08T09:14:34.842 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl restart ceph-21915d88-95aa-11ee-95a3-87774f69a715@mon.smithi045 2023-12-08T09:14:35.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:34 smithi045 systemd[1]: Stopping Ceph mon.smithi045 for 21915d88-95aa-11ee-95a3-87774f69a715... 2023-12-08T09:14:35.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107086]: debug 2023-12-08T09:14:34.921+0000 7f68289e9700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi045 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-08T09:14:35.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107086]: debug 2023-12-08T09:14:34.921+0000 7f68289e9700 -1 mon.smithi045@0(leader) e1 *** Got Signal Terminated *** 2023-12-08T09:14:35.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 podman[107407]: ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045 2023-12-08T09:14:35.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 systemd[1]: ceph-21915d88-95aa-11ee-95a3-87774f69a715@mon.smithi045.service: Succeeded. 2023-12-08T09:14:35.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 systemd[1]: Stopped Ceph mon.smithi045 for 21915d88-95aa-11ee-95a3-87774f69a715. 2023-12-08T09:14:35.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 systemd[1]: Starting Ceph mon.smithi045 for 21915d88-95aa-11ee-95a3-87774f69a715... 2023-12-08T09:14:35.684 INFO:teuthology.orchestra.run.smithi045.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-08T09:14:35.684 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mon public_network 172.21.0.0/20 2023-12-08T09:14:36.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 bash[107479]: 3b1e26b38f1fab86944c52450cbdb8b7ef0777a3f48a15c7e07b19f7f06dbcb5 2023-12-08T09:14:36.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.679+0000 7fd9b1799700 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T09:14:36.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.679+0000 7fd9b1799700 0 ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable), process ceph-mon, pid 7 2023-12-08T09:14:36.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.679+0000 7fd9b1799700 0 pidfile_write: ignore empty --pid-file 2023-12-08T09:14:36.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 systemd[1]: Started Ceph mon.smithi045 for 21915d88-95aa-11ee-95a3-87774f69a715. 2023-12-08T09:14:36.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.684+0000 7fd9b1799700 0 load: jerasure load: lrc load: isa 2023-12-08T09:14:36.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T09:14:36.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: 2023-12-08T09:14:36.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T09:14:36.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Compile date May 13 2021 2023-12-08T09:14:36.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: DB SUMMARY 2023-12-08T09:14:36.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: 2023-12-08T09:14:36.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: CURRENT file: CURRENT 2023-12-08T09:14:36.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: 2023-12-08T09:14:36.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: IDENTITY file: IDENTITY 2023-12-08T09:14:36.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: 2023-12-08T09:14:36.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-08T09:14:36.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: 2023-12-08T09:14:36.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi045/store.db dir, Total Num: 1, files: 000004.sst 2023-12-08T09:14:36.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: 2023-12-08T09:14:36.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi045/store.db: 000006.log size: 79874 ; 2023-12-08T09:14:36.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: 2023-12-08T09:14:36.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.error_if_exists: 0 2023-12-08T09:14:36.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.create_if_missing: 0 2023-12-08T09:14:36.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T09:14:36.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.env: 0x5565ce8c71c0 2023-12-08T09:14:36.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.fs: Posix File System 2023-12-08T09:14:36.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.info_log: 0x5565d087f960 2023-12-08T09:14:36.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T09:14:36.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.statistics: (nil) 2023-12-08T09:14:36.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.use_fsync: 0 2023-12-08T09:14:36.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T09:14:36.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T09:14:36.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T09:14:36.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T09:14:36.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T09:14:36.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T09:14:36.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T09:14:36.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T09:14:36.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T09:14:36.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T09:14:36.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T09:14:36.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.db_log_dir: 2023-12-08T09:14:36.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi045/store.db 2023-12-08T09:14:36.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T09:14:36.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T09:14:36.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T09:14:36.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T09:14:36.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T09:14:36.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T09:14:36.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T09:14:36.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T09:14:36.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T09:14:36.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T09:14:36.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.write_buffer_manager: 0x5565d14f4030 2023-12-08T09:14:36.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T09:14:36.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T09:14:36.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T09:14:36.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T09:14:36.115 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T09:14:36.115 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T09:14:36.115 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T09:14:36.115 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T09:14:36.115 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T09:14:36.115 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.unordered_write: 0 2023-12-08T09:14:36.115 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T09:14:36.115 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T09:14:36.115 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T09:14:36.115 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T09:14:36.115 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.row_cache: None 2023-12-08T09:14:36.115 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.wal_filter: None 2023-12-08T09:14:36.115 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T09:14:36.115 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T09:14:36.115 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T09:14:36.116 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.two_write_queues: 0 2023-12-08T09:14:36.116 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T09:14:36.116 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.atomic_flush: 0 2023-12-08T09:14:36.116 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T09:14:36.116 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T09:14:36.116 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T09:14:36.116 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T09:14:36.116 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T09:14:36.116 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T09:14:36.116 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T09:14:36.116 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T09:14:36.116 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T09:14:36.116 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T09:14:36.116 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T09:14:36.116 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T09:14:36.116 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T09:14:36.117 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T09:14:36.117 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T09:14:36.117 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_open_files: -1 2023-12-08T09:14:36.117 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T09:14:36.117 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T09:14:36.117 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T09:14:36.117 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T09:14:36.117 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Compression algorithms supported: 2023-12-08T09:14:36.117 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T09:14:36.117 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: kZSTD supported: 0 2023-12-08T09:14:36.117 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: kXpressCompression supported: 0 2023-12-08T09:14:36.117 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T09:14:36.117 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T09:14:36.117 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T09:14:36.118 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: kZlibCompression supported: 1 2023-12-08T09:14:36.118 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T09:14:36.118 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T09:14:36.118 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi045/store.db/MANIFEST-000005 2023-12-08T09:14:36.118 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: 2023-12-08T09:14:36.118 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T09:14:36.118 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: 2023-12-08T09:14:36.118 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T09:14:36.118 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.merge_operator: 2023-12-08T09:14:36.118 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.compaction_filter: None 2023-12-08T09:14:36.118 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T09:14:36.118 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T09:14:36.119 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T09:14:36.119 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5565d0796128) 2023-12-08T09:14:36.119 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cache_index_and_filter_blocks: 1 2023-12-08T09:14:36.119 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T09:14:36.119 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T09:14:36.119 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: pin_top_level_index_and_filter: 1 2023-12-08T09:14:36.119 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: index_type: 0 2023-12-08T09:14:36.119 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: data_block_index_type: 0 2023-12-08T09:14:36.119 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: index_shortening: 1 2023-12-08T09:14:36.119 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: data_block_hash_table_util_ratio: 0.750000 2023-12-08T09:14:36.119 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: hash_index_allow_collision: 1 2023-12-08T09:14:36.119 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: checksum: 1 2023-12-08T09:14:36.119 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: no_block_cache: 0 2023-12-08T09:14:36.119 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: block_cache: 0x5565d07ccf10 2023-12-08T09:14:36.119 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: block_cache_name: BinnedLRUCache 2023-12-08T09:14:36.119 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: block_cache_options: 2023-12-08T09:14:36.120 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: capacity : 536870912 2023-12-08T09:14:36.121 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: num_shard_bits : 4 2023-12-08T09:14:36.121 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: strict_capacity_limit : 0 2023-12-08T09:14:36.121 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: high_pri_pool_ratio: 0.000 2023-12-08T09:14:36.121 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: block_cache_compressed: (nil) 2023-12-08T09:14:36.122 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: persistent_cache: (nil) 2023-12-08T09:14:36.122 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: block_size: 4096 2023-12-08T09:14:36.122 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: block_size_deviation: 10 2023-12-08T09:14:36.122 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: block_restart_interval: 16 2023-12-08T09:14:36.122 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: index_block_restart_interval: 1 2023-12-08T09:14:36.122 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: metadata_block_size: 4096 2023-12-08T09:14:36.122 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: partition_filters: 0 2023-12-08T09:14:36.122 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: use_delta_encoding: 1 2023-12-08T09:14:36.122 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T09:14:36.122 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: whole_key_filtering: 1 2023-12-08T09:14:36.122 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: verify_compression: 0 2023-12-08T09:14:36.122 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: read_amp_bytes_per_bit: 0 2023-12-08T09:14:36.122 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: format_version: 2 2023-12-08T09:14:36.122 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: enable_index_compression: 1 2023-12-08T09:14:36.122 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: block_align: 0 2023-12-08T09:14:36.123 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: 2023-12-08T09:14:36.123 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T09:14:36.123 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T09:14:36.123 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.compression: NoCompression 2023-12-08T09:14:36.123 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T09:14:36.123 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T09:14:36.123 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T09:14:36.123 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.num_levels: 7 2023-12-08T09:14:36.123 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T09:14:36.123 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T09:14:36.123 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T09:14:36.123 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T09:14:36.123 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T09:14:36.123 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T09:14:36.123 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T09:14:36.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T09:14:36.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T09:14:36.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T09:14:36.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T09:14:36.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T09:14:36.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T09:14:36.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T09:14:36.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T09:14:36.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T09:14:36.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T09:14:36.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T09:14:36.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T09:14:36.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T09:14:36.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T09:14:36.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T09:14:36.125 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T09:14:36.125 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T09:14:36.125 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T09:14:36.125 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T09:14:36.125 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T09:14:36.125 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T09:14:36.125 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T09:14:36.125 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T09:14:36.125 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T09:14:36.125 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T09:14:36.125 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T09:14:36.125 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T09:14:36.125 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T09:14:36.125 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T09:14:36.125 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T09:14:36.126 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T09:14:36.126 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T09:14:36.126 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T09:14:36.126 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T09:14:36.126 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T09:14:36.126 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T09:14:36.126 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T09:14:36.126 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T09:14:36.126 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T09:14:36.126 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T09:14:36.126 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.table_properties_collectors: 2023-12-08T09:14:36.126 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T09:14:36.126 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T09:14:36.126 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T09:14:36.126 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T09:14:36.127 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T09:14:36.127 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.bloom_locality: 0 2023-12-08T09:14:36.127 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T09:14:36.127 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T09:14:36.127 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T09:14:36.127 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T09:14:36.127 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T09:14:36.127 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.ttl: 2592000 2023-12-08T09:14:36.127 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.685+0000 7fd9b1799700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T09:14:36.127 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.686+0000 7fd9b1799700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi045/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-08T09:14:36.127 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: 2023-12-08T09:14:36.127 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.686+0000 7fd9b1799700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-08T09:14:36.127 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: 2023-12-08T09:14:36.127 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.686+0000 7fd9b1799700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702026875688832, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-08T09:14:36.128 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.686+0000 7fd9b1799700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-08T09:14:36.128 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.687+0000 7fd9b1799700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-08T09:14:36.128 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.688+0000 7fd9b1799700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702026875690337, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 76862, "table_properties": {"data_size": 75159, "index_size": 308, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9152, "raw_average_key_size": 47, "raw_value_size": 69862, "raw_average_value_size": 361, "num_data_blocks": 10, "num_entries": 193, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1702026875, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-08T09:14:36.128 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.688+0000 7fd9b1799700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-08T09:14:36.128 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: 2023-12-08T09:14:36.128 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.689+0000 7fd9b1799700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702026875691106, "job": 1, "event": "recovery_finished"} 2023-12-08T09:14:36.128 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.690+0000 7fd9b1799700 4 rocksdb: DB pointer 0x5565d0891800 2023-12-08T09:14:36.128 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.690+0000 7fd9985b1700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T09:14:36.128 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.690+0000 7fd9985b1700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T09:14:36.128 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: ** DB Stats ** 2023-12-08T09:14:36.128 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T09:14:36.128 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-08T09:14:36.128 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T09:14:36.128 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T09:14:36.128 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-08T09:14:36.129 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T09:14:36.129 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T09:14:36.129 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: 2023-12-08T09:14:36.129 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: ** Compaction Stats [default] ** 2023-12-08T09:14:36.129 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T09:14:36.129 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:14:36.129 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: L0 2/0 76.75 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 75.2 0.00 0.00 1 0.001 0 0 2023-12-08T09:14:36.129 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Sum 2/0 76.75 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 75.2 0.00 0.00 1 0.001 0 0 2023-12-08T09:14:36.129 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 75.2 0.00 0.00 1 0.001 0 0 2023-12-08T09:14:36.129 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: 2023-12-08T09:14:36.129 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: ** Compaction Stats [default] ** 2023-12-08T09:14:36.129 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T09:14:36.129 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:14:36.129 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 75.2 0.00 0.00 1 0.001 0 0 2023-12-08T09:14:36.129 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T09:14:36.130 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T09:14:36.130 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T09:14:36.130 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T09:14:36.130 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T09:14:36.130 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T09:14:36.130 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Cumulative compaction: 0.00 GB write, 14.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:14:36.130 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Interval compaction: 0.00 GB write, 14.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:14:36.130 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T09:14:36.130 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: 2023-12-08T09:14:36.130 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T09:14:36.131 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: 2023-12-08T09:14:36.131 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: ** Compaction Stats [default] ** 2023-12-08T09:14:36.131 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T09:14:36.131 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:14:36.131 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: L0 2/0 76.75 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 75.2 0.00 0.00 1 0.001 0 0 2023-12-08T09:14:36.131 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Sum 2/0 76.75 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 75.2 0.00 0.00 1 0.001 0 0 2023-12-08T09:14:36.131 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T09:14:36.131 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: 2023-12-08T09:14:36.131 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: ** Compaction Stats [default] ** 2023-12-08T09:14:36.131 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T09:14:36.131 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:14:36.131 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 75.2 0.00 0.00 1 0.001 0 0 2023-12-08T09:14:36.131 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T09:14:36.131 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T09:14:36.131 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T09:14:36.132 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T09:14:36.132 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T09:14:36.132 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T09:14:36.132 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Cumulative compaction: 0.00 GB write, 14.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:14:36.132 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:14:36.132 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T09:14:36.132 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: 2023-12-08T09:14:36.132 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T09:14:36.132 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: 2023-12-08T09:14:36.132 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.691+0000 7fd9b1799700 0 starting mon.smithi045 rank 0 at public addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] at bind addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi045 fsid 21915d88-95aa-11ee-95a3-87774f69a715 2023-12-08T09:14:36.132 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.693+0000 7fd9b1799700 1 mon.smithi045@-1(???) e1 preinit fsid 21915d88-95aa-11ee-95a3-87774f69a715 2023-12-08T09:14:36.132 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.693+0000 7fd9b1799700 0 mon.smithi045@-1(???).mds e1 new map 2023-12-08T09:14:36.132 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.693+0000 7fd9b1799700 0 mon.smithi045@-1(???).mds e1 print_map 2023-12-08T09:14:36.134 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: e1 2023-12-08T09:14:36.134 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-08T09:14:36.134 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-08T09:14:36.134 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: legacy client fscid: -1 2023-12-08T09:14:36.134 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: 2023-12-08T09:14:36.134 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: No filesystems configured 2023-12-08T09:14:36.134 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: 2023-12-08T09:14:36.134 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.694+0000 7fd9b1799700 0 mon.smithi045@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-08T09:14:36.134 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.694+0000 7fd9b1799700 0 mon.smithi045@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T09:14:36.134 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.694+0000 7fd9b1799700 0 mon.smithi045@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T09:14:36.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.694+0000 7fd9b1799700 0 mon.smithi045@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T09:14:36.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:33.640315+0000 mon.smithi045 (mon.0) 8 : audit [INF] from='client.? 172.21.15.45:0/867055785' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-08T09:14:36.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:33.643197+0000 mon.smithi045 (mon.0) 9 : audit [INF] from='client.? 172.21.15.45:0/867055785' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-08T09:14:36.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.694+0000 7fd9b1799700 1 mon.smithi045@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-08T09:14:36.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.696+0000 7fd9b1799700 20 expand_channel_meta expand map: {default=false} 2023-12-08T09:14:36.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.696+0000 7fd9b1799700 20 expand_channel_meta from 'false' to 'false' 2023-12-08T09:14:36.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.696+0000 7fd9b1799700 20 expand_channel_meta expanded map: {default=false} 2023-12-08T09:14:36.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.696+0000 7fd9b1799700 20 expand_channel_meta expand map: {default=info} 2023-12-08T09:14:36.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.696+0000 7fd9b1799700 20 expand_channel_meta from 'info' to 'info' 2023-12-08T09:14:36.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.696+0000 7fd9b1799700 20 expand_channel_meta expanded map: {default=info} 2023-12-08T09:14:36.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.696+0000 7fd9b1799700 20 expand_channel_meta expand map: {default=daemon} 2023-12-08T09:14:36.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.696+0000 7fd9b1799700 20 expand_channel_meta from 'daemon' to 'daemon' 2023-12-08T09:14:36.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.696+0000 7fd9b1799700 20 expand_channel_meta expanded map: {default=daemon} 2023-12-08T09:14:36.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.696+0000 7fd9b1799700 20 expand_channel_meta expand map: {default=debug} 2023-12-08T09:14:36.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.696+0000 7fd9b1799700 20 expand_channel_meta from 'debug' to 'debug' 2023-12-08T09:14:36.135 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:14:35.696+0000 7fd9b1799700 20 expand_channel_meta expanded map: {default=debug} 2023-12-08T09:14:36.500 INFO:teuthology.orchestra.run.smithi045.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-08T09:14:36.500 INFO:teuthology.orchestra.run.smithi045.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-08T09:14:36.501 INFO:teuthology.orchestra.run.smithi045.stderr:Creating mgr... 2023-12-08T09:14:36.501 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying port 9283 ... 2023-12-08T09:14:36.504 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl daemon-reload 2023-12-08T09:14:36.612 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl stop ceph-21915d88-95aa-11ee-95a3-87774f69a715@mgr.smithi045.zcmxfe 2023-12-08T09:14:36.640 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl reset-failed ceph-21915d88-95aa-11ee-95a3-87774f69a715@mgr.smithi045.zcmxfe 2023-12-08T09:14:36.646 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to reset failed state of unit ceph-21915d88-95aa-11ee-95a3-87774f69a715@mgr.smithi045.zcmxfe.service: Unit ceph-21915d88-95aa-11ee-95a3-87774f69a715@mgr.smithi045.zcmxfe.service not loaded. 2023-12-08T09:14:36.646 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl enable ceph-21915d88-95aa-11ee-95a3-87774f69a715@mgr.smithi045.zcmxfe 2023-12-08T09:14:36.653 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/ceph-21915d88-95aa-11ee-95a3-87774f69a715.target.wants/ceph-21915d88-95aa-11ee-95a3-87774f69a715@mgr.smithi045.zcmxfe.service → /etc/systemd/system/ceph-21915d88-95aa-11ee-95a3-87774f69a715@.service. 2023-12-08T09:14:36.746 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl start ceph-21915d88-95aa-11ee-95a3-87774f69a715@mgr.smithi045.zcmxfe 2023-12-08T09:14:36.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:36 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:14:35.713978+0000 mon.smithi045 (mon.0) 1 : cluster [INF] mon.smithi045 is new leader, mons smithi045 in quorum (ranks 0) 2023-12-08T09:14:36.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:36 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:14:35.714050+0000 mon.smithi045 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0]} 2023-12-08T09:14:36.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:36 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:14:35.714095+0000 mon.smithi045 (mon.0) 3 : cluster [DBG] fsmap 2023-12-08T09:14:36.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:36 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:14:35.714122+0000 mon.smithi045 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-08T09:14:36.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:36 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:14:35.714604+0000 mon.smithi045 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-08T09:14:36.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:36 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:36.158311+0000 mon.smithi045 (mon.0) 6 : audit [INF] from='client.? 172.21.15.45:0/2864580188' entity='client.admin' 2023-12-08T09:14:37.085 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-08T09:14:37.094 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: disabled 2023-12-08T09:14:37.095 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active firewalld.service 2023-12-08T09:14:37.104 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-12-08T09:14:37.105 INFO:teuthology.orchestra.run.smithi045.stderr:firewalld.service is not enabled 2023-12-08T09:14:37.106 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to enable service . firewalld.service is not available 2023-12-08T09:14:37.106 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to open ports <[]>. firewalld.service is not available 2023-12-08T09:14:37.106 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-08T09:14:37.115 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: disabled 2023-12-08T09:14:37.116 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active firewalld.service 2023-12-08T09:14:37.124 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-12-08T09:14:37.126 INFO:teuthology.orchestra.run.smithi045.stderr:firewalld.service is not enabled 2023-12-08T09:14:37.126 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-08T09:14:37.126 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mgr to start... 2023-12-08T09:14:37.126 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mgr... 2023-12-08T09:14:37.126 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2023-12-08T09:14:37.589 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-08T09:14:37.589 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-08T09:14:37.589 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsid": "21915d88-95aa-11ee-95a3-87774f69a715", 2023-12-08T09:14:37.590 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "health": { 2023-12-08T09:14:37.591 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T09:14:37.591 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T09:14:37.591 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T09:14:37.591 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:37.591 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T09:14:37.591 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T09:14:37.591 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 0 2023-12-08T09:14:37.591 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-08T09:14:37.591 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T09:14:37.591 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "smithi045" 2023-12-08T09:14:37.592 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-08T09:14:37.592 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-12-08T09:14:37.593 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T09:14:37.594 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:14:37.594 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T09:14:37.594 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T09:14:37.594 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:37.594 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T09:14:37.594 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:14:37.594 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T09:14:37.594 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T09:14:37.594 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T09:14:37.594 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T09:14:37.594 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T09:14:37.594 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T09:14:37.594 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:37.594 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T09:14:37.594 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T09:14:37.595 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T09:14:37.595 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T09:14:37.598 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T09:14:37.598 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T09:14:37.598 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T09:14:37.598 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T09:14:37.598 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T09:14:37.598 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:37.598 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T09:14:37.598 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:14:37.598 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T09:14:37.598 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T09:14:37.599 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:37.599 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T09:14:37.599 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": false, 2023-12-08T09:14:37.599 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T09:14:37.599 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T09:14:37.599 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "iostat", 2023-12-08T09:14:37.599 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "restful" 2023-12-08T09:14:37.599 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-08T09:14:37.599 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-08T09:14:37.599 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:37.599 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T09:14:37.599 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:14:37.599 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modified": "2023-12-08T09:14:32.124464+0000", 2023-12-08T09:14:37.600 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-08T09:14:37.600 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:37.600 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T09:14:37.600 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-08T09:14:37.876 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:37 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:37.586524+0000 mon.smithi045 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.45:0/2985070491' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T09:14:37.974 INFO:teuthology.orchestra.run.smithi045.stderr:mgr not available, waiting (1/15)... 2023-12-08T09:14:39.976 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2023-12-08T09:14:40.441 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-08T09:14:40.441 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-08T09:14:40.441 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsid": "21915d88-95aa-11ee-95a3-87774f69a715", 2023-12-08T09:14:40.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "health": { 2023-12-08T09:14:40.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T09:14:40.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T09:14:40.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T09:14:40.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:40.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T09:14:40.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T09:14:40.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 0 2023-12-08T09:14:40.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-08T09:14:40.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T09:14:40.442 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "smithi045" 2023-12-08T09:14:40.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-08T09:14:40.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-08T09:14:40.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T09:14:40.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:14:40.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T09:14:40.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T09:14:40.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:40.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T09:14:40.443 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:14:40.444 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T09:14:40.444 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T09:14:40.444 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T09:14:40.450 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T09:14:40.450 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T09:14:40.450 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T09:14:40.450 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:40.450 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T09:14:40.450 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T09:14:40.451 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T09:14:40.451 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T09:14:40.451 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T09:14:40.451 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T09:14:40.451 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T09:14:40.451 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T09:14:40.451 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T09:14:40.451 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:40.451 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T09:14:40.452 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:14:40.452 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T09:14:40.452 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T09:14:40.452 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:40.452 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T09:14:40.452 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": false, 2023-12-08T09:14:40.452 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T09:14:40.453 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T09:14:40.453 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "iostat", 2023-12-08T09:14:40.453 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "restful" 2023-12-08T09:14:40.453 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-08T09:14:40.453 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-08T09:14:40.453 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:40.453 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T09:14:40.454 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:14:40.454 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modified": "2023-12-08T09:14:32.124464+0000", 2023-12-08T09:14:40.454 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-08T09:14:40.454 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:40.454 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T09:14:40.454 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-08T09:14:40.725 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:40 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:40.436258+0000 mon.smithi045 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.45:0/3659913701' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T09:14:40.782 INFO:teuthology.orchestra.run.smithi045.stderr:mgr not available, waiting (2/15)... 2023-12-08T09:14:42.784 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2023-12-08T09:14:43.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:14:42.703106+0000 mon.smithi045 (mon.0) 9 : cluster [INF] Activating manager daemon smithi045.zcmxfe 2023-12-08T09:14:43.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:14:42.705952+0000 mon.smithi045 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi045.zcmxfe(active, starting, since 0.00296349s) 2023-12-08T09:14:43.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:42.706951+0000 mon.smithi045 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.45:0/633831784' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T09:14:43.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:42.707083+0000 mon.smithi045 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.45:0/633831784' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T09:14:43.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:42.707199+0000 mon.smithi045 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.45:0/633831784' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T09:14:43.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:42.707338+0000 mon.smithi045 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.45:0/633831784' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-12-08T09:14:43.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:42.707715+0000 mon.smithi045 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.45:0/633831784' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mgr metadata", "who": "smithi045.zcmxfe", "id": "smithi045.zcmxfe"}]: dispatch 2023-12-08T09:14:43.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:14:42.721648+0000 mon.smithi045 (mon.0) 16 : cluster [INF] Manager daemon smithi045.zcmxfe is now available 2023-12-08T09:14:43.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:42.730104+0000 mon.smithi045 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.45:0/633831784' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:14:43.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:42.736600+0000 mon.smithi045 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.45:0/633831784' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:14:43.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:42.737991+0000 mon.smithi045 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.45:0/633831784' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:14:43.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:42.743380+0000 mon.smithi045 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.45:0/633831784' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:14:43.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:42.745172+0000 mon.smithi045 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.45:0/633831784' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:14:43.247 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-08T09:14:43.247 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-08T09:14:43.248 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsid": "21915d88-95aa-11ee-95a3-87774f69a715", 2023-12-08T09:14:43.248 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "health": { 2023-12-08T09:14:43.248 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T09:14:43.248 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T09:14:43.248 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T09:14:43.248 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:43.248 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T09:14:43.248 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T09:14:43.248 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 0 2023-12-08T09:14:43.248 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-08T09:14:43.248 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T09:14:43.248 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "smithi045" 2023-12-08T09:14:43.248 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-08T09:14:43.248 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-12-08T09:14:43.248 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T09:14:43.249 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:14:43.249 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T09:14:43.249 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T09:14:43.249 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:43.249 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T09:14:43.249 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:14:43.249 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T09:14:43.249 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T09:14:43.249 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T09:14:43.249 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T09:14:43.249 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T09:14:43.249 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T09:14:43.249 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:43.249 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T09:14:43.249 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T09:14:43.250 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T09:14:43.250 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T09:14:43.250 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T09:14:43.250 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T09:14:43.250 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T09:14:43.250 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T09:14:43.250 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T09:14:43.250 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:43.250 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T09:14:43.250 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:14:43.250 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T09:14:43.250 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T09:14:43.250 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:43.250 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T09:14:43.250 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": false, 2023-12-08T09:14:43.250 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T09:14:43.251 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T09:14:43.251 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "iostat", 2023-12-08T09:14:43.251 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "restful" 2023-12-08T09:14:43.251 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-08T09:14:43.251 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-08T09:14:43.251 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:43.251 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T09:14:43.251 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:14:43.251 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modified": "2023-12-08T09:14:32.124464+0000", 2023-12-08T09:14:43.251 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-08T09:14:43.251 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:43.251 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T09:14:43.251 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-08T09:14:43.590 INFO:teuthology.orchestra.run.smithi045.stderr:mgr not available, waiting (3/15)... 2023-12-08T09:14:43.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:43.240883+0000 mon.smithi045 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.45:0/2849107589' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T09:14:43.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:14:43.709135+0000 mon.smithi045 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi045.zcmxfe(active, since 1.00614s) 2023-12-08T09:14:45.592 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2023-12-08T09:14:46.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:45 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:14:44.757678+0000 mon.smithi045 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi045.zcmxfe(active, since 2s) 2023-12-08T09:14:46.229 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-12-08T09:14:46.229 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-08T09:14:46.229 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsid": "21915d88-95aa-11ee-95a3-87774f69a715", 2023-12-08T09:14:46.229 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "health": { 2023-12-08T09:14:46.229 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T09:14:46.229 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T09:14:46.229 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T09:14:46.230 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:46.230 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T09:14:46.230 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T09:14:46.230 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 0 2023-12-08T09:14:46.230 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-08T09:14:46.230 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T09:14:46.230 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "smithi045" 2023-12-08T09:14:46.230 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-08T09:14:46.230 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-08T09:14:46.230 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T09:14:46.230 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:14:46.230 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T09:14:46.230 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T09:14:46.230 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:46.230 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T09:14:46.231 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:14:46.231 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T09:14:46.231 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T09:14:46.231 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T09:14:46.231 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T09:14:46.231 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T09:14:46.231 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T09:14:46.231 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:46.231 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T09:14:46.231 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T09:14:46.231 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T09:14:46.231 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T09:14:46.231 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T09:14:46.231 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T09:14:46.231 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T09:14:46.232 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T09:14:46.232 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T09:14:46.232 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:46.232 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T09:14:46.232 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:14:46.232 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T09:14:46.232 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T09:14:46.232 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:46.233 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T09:14:46.233 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": true, 2023-12-08T09:14:46.233 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T09:14:46.233 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T09:14:46.233 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "iostat", 2023-12-08T09:14:46.233 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "restful" 2023-12-08T09:14:46.233 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-12-08T09:14:46.233 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-08T09:14:46.233 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:46.233 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T09:14:46.233 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T09:14:46.233 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modified": "2023-12-08T09:14:32.124464+0000", 2023-12-08T09:14:46.234 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-12-08T09:14:46.234 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-12-08T09:14:46.234 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T09:14:46.234 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-08T09:14:46.564 INFO:teuthology.orchestra.run.smithi045.stderr:mgr is available 2023-12-08T09:14:46.564 INFO:teuthology.orchestra.run.smithi045.stderr:Enabling cephadm module... 2023-12-08T09:14:46.564 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable cephadm 2023-12-08T09:14:47.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:46 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:46.215948+0000 mon.smithi045 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.45:0/807860924' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T09:14:48.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:47 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:47.151700+0000 mon.smithi045 (mon.0) 26 : audit [INF] from='client.? 172.21.15.45:0/2512045976' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-08T09:14:49.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:48 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:47.760709+0000 mon.smithi045 (mon.0) 27 : audit [INF] from='client.? 172.21.15.45:0/2512045976' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-08T09:14:49.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:48 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:14:47.760770+0000 mon.smithi045 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi045.zcmxfe(active, since 5s) 2023-12-08T09:14:49.360 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2023-12-08T09:14:50.582 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-08T09:14:50.582 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-08T09:14:50.582 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": true, 2023-12-08T09:14:50.582 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "active_name": "smithi045.zcmxfe", 2023-12-08T09:14:50.583 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-08T09:14:50.583 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-08T09:14:50.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:50 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:50.580448+0000 mon.smithi045 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.45:0/381509588' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-08T09:14:50.948 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for the mgr to restart... 2023-12-08T09:14:50.948 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mgr epoch 5... 2023-12-08T09:14:50.948 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2023-12-08T09:14:54.472 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-08T09:14:54.472 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-08T09:14:54.472 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "initialized": true 2023-12-08T09:14:54.472 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-08T09:14:54.758 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:14:53.406712+0000 mon.smithi045 (mon.0) 30 : cluster [INF] Active manager daemon smithi045.zcmxfe restarted 2023-12-08T09:14:54.758 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:14:53.407143+0000 mon.smithi045 (mon.0) 31 : cluster [INF] Activating manager daemon smithi045.zcmxfe 2023-12-08T09:14:54.758 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:14:53.408857+0000 mon.smithi045 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-08T09:14:54.758 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:14:53.459407+0000 mon.smithi045 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi045.zcmxfe(active, starting, since 0.0523428s) 2023-12-08T09:14:54.758 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:53.460655+0000 mon.smithi045 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.45:0/575290194' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-12-08T09:14:54.758 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:53.461337+0000 mon.smithi045 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.45:0/575290194' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mgr metadata", "who": "smithi045.zcmxfe", "id": "smithi045.zcmxfe"}]: dispatch 2023-12-08T09:14:54.758 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:53.462094+0000 mon.smithi045 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.45:0/575290194' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T09:14:54.758 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:53.462299+0000 mon.smithi045 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.45:0/575290194' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T09:14:54.759 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:53.462493+0000 mon.smithi045 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.45:0/575290194' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T09:14:54.759 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:14:53.476495+0000 mon.smithi045 (mon.0) 39 : cluster [INF] Manager daemon smithi045.zcmxfe is now available 2023-12-08T09:14:54.759 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:53.492372+0000 mon.smithi045 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.45:0/575290194' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:14:54.759 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:53.495431+0000 mon.smithi045 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.45:0/575290194' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:14:54.759 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:53.498045+0000 mon.smithi045 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.45:0/575290194' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:14:54.759 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:53.600787+0000 mon.smithi045 (mon.0) 43 : audit [INF] from='mgr.14116 172.21.15.45:0/575290194' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:14:54.759 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:53.601555+0000 mon.smithi045 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.45:0/575290194' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:14:54.759 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:53.603513+0000 mon.smithi045 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.45:0/575290194' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:14:54.759 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:53.604990+0000 mon.smithi045 (mon.0) 46 : audit [DBG] from='mgr.14116 172.21.15.45:0/575290194' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:14:54.759 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:53.616171+0000 mon.smithi045 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.45:0/575290194' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:14:54.760 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:53.617499+0000 mon.smithi045 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.45:0/575290194' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:14:54.814 INFO:teuthology.orchestra.run.smithi045.stderr:mgr epoch 5 is available 2023-12-08T09:14:54.814 INFO:teuthology.orchestra.run.smithi045.stderr:Setting orchestrator backend to cephadm... 2023-12-08T09:14:54.814 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch set backend cephadm 2023-12-08T09:14:55.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:54.461720+0000 mgr.smithi045.zcmxfe (mgr.14116) 1 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-08T09:14:55.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:14:54.462000+0000 mon.smithi045 (mon.0) 49 : cluster [DBG] mgrmap e7: smithi045.zcmxfe(active, since 1.05493s) 2023-12-08T09:14:55.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:54.469100+0000 mgr.smithi045.zcmxfe (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-08T09:14:55.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:55.434250+0000 mon.smithi045 (mon.0) 50 : audit [INF] from='mgr.14116 172.21.15.45:0/575290194' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:14:55.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:55.437968+0000 mon.smithi045 (mon.0) 51 : audit [DBG] from='mgr.14116 172.21.15.45:0/575290194' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:14:56.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:55.430082+0000 mgr.smithi045.zcmxfe (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:14:56.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:14:55.462033+0000 mon.smithi045 (mon.0) 52 : cluster [DBG] mgrmap e8: smithi045.zcmxfe(active, since 2s) 2023-12-08T09:14:57.371 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm set-user root 2023-12-08T09:14:58.852 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: value unchanged 2023-12-08T09:15:00.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:14:59 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:14:58.813832+0000 mgr.smithi045.zcmxfe (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:15:01.005 INFO:teuthology.orchestra.run.smithi045.stderr:Generating ssh key... 2023-12-08T09:15:01.005 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm generate-key 2023-12-08T09:15:03.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:02 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:15:02.433994+0000 mgr.smithi045.zcmxfe (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2023-12-08T09:15:04.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:03 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:02.869348+0000 mon.smithi045 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.45:0/575290194' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:04.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:03 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:02.871092+0000 mon.smithi045 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.45:0/575290194' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:04.396 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm get-pub-key 2023-12-08T09:15:04.908 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDimVNIZ6JnpPyT3MVtXxJeSKoF8u/wHT3vwzP3BLRI46J5I+V6pVy8augjTEWTdfcHrR9+SaXlsoiYpAab4ZU1k6hDCzkAGEDzfLTTGVVOgToXstfG1G+DNAh9g8vBFWVa8McO286Wxj5grmhR1CFt9KeFeMQRCxhzYaxKD64YSkkRFCYW2rqfheb9ydPzLg31tS+eyIF+IhXG/I9GHlSHN01AAjRVDxHZE4IXHWqHazYgkkWS2DxR8p+vjSd+j9iHhv9hqKWZ00DmbhDWbXegFPO44PlocV72HvvjzNA2ohXDtmVSpyTybhNqoW5hsu1iF3eK+j1LQXTSx644DNw9OCYM1G5pfD4jBoIUZ/PudD/sPwhXu77Dlzq+99BJzdmXBesZYSyVY2TDcn6gO+x/y2J9fud2DRp+gFwl+NliPjFgKNV/LZ14cyz7XII+bueUoaXTwPFiIctpxoFiK56jA3YWktfCmDYnyfR7UjKQ3jB6aGLuLIK2ZUD4s+fBLM0= ceph-21915d88-95aa-11ee-95a3-87774f69a715 2023-12-08T09:15:05.254 INFO:teuthology.orchestra.run.smithi045.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-08T09:15:05.254 INFO:teuthology.orchestra.run.smithi045.stderr:Adding key to root@localhost authorized_keys... 2023-12-08T09:15:05.255 INFO:teuthology.orchestra.run.smithi045.stderr:Adding host smithi045... 2023-12-08T09:15:05.255 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch host add smithi045 172.21.15.45 2023-12-08T09:15:06.463 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Added host 'smithi045' 2023-12-08T09:15:06.772 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying mon service with default placement... 2023-12-08T09:15:06.772 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mon 2023-12-08T09:15:06.862 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:04.906690+0000 mgr.smithi045.zcmxfe (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:15:06.862 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:06.459911+0000 mon.smithi045 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.45:0/575290194' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:06.862 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:06.460505+0000 mon.smithi045 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.45:0/575290194' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:15:07.350 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-08T09:15:07.687 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying mgr service with default placement... 2023-12-08T09:15:07.687 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mgr 2023-12-08T09:15:08.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:07 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:05.807394+0000 mgr.smithi045.zcmxfe (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi045", "addr": "172.21.15.45", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:15:08.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:07 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:15:06.460241+0000 mgr.smithi045.zcmxfe (mgr.14116) 9 : cephadm [INF] Added host smithi045 2023-12-08T09:15:08.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:07 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:07.347661+0000 mon.smithi045 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.45:0/575290194' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:08.309 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-08T09:15:08.608 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying crash service with default placement... 2023-12-08T09:15:08.608 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply crash 2023-12-08T09:15:09.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:07.344361+0000 mgr.smithi045.zcmxfe (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:15:09.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:15:07.345220+0000 mgr.smithi045.zcmxfe (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-08T09:15:09.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:08.307667+0000 mon.smithi045 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.45:0/575290194' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:09.178 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-08T09:15:09.503 INFO:teuthology.orchestra.run.smithi045.stderr:Enabling mgr prometheus module... 2023-12-08T09:15:09.503 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable prometheus 2023-12-08T09:15:09.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:08.304806+0000 mgr.smithi045.zcmxfe (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:15:09.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:15:08.305412+0000 mgr.smithi045.zcmxfe (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-08T09:15:09.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:09.176934+0000 mon.smithi045 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.45:0/575290194' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:11.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:10 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:09.173753+0000 mgr.smithi045.zcmxfe (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:15:11.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:10 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:15:09.174490+0000 mgr.smithi045.zcmxfe (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2023-12-08T09:15:11.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:10 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:10.121701+0000 mon.smithi045 (mon.0) 60 : audit [INF] from='client.? 172.21.15.45:0/788621343' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-08T09:15:11.078 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying prometheus service with default placement... 2023-12-08T09:15:11.078 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply prometheus 2023-12-08T09:15:12.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:10.711496+0000 mon.smithi045 (mon.0) 61 : audit [INF] from='client.? 172.21.15.45:0/788621343' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-08T09:15:12.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:15:10.711555+0000 mon.smithi045 (mon.0) 62 : cluster [DBG] mgrmap e9: smithi045.zcmxfe(active, since 17s) 2023-12-08T09:15:17.720 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-08T09:15:17.748 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:15:16.401995+0000 mon.smithi045 (mon.0) 63 : cluster [INF] Active manager daemon smithi045.zcmxfe restarted 2023-12-08T09:15:17.748 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:15:16.402422+0000 mon.smithi045 (mon.0) 64 : cluster [INF] Activating manager daemon smithi045.zcmxfe 2023-12-08T09:15:17.748 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:15:16.404068+0000 mon.smithi045 (mon.0) 65 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-08T09:15:17.748 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:15:16.710086+0000 mon.smithi045 (mon.0) 66 : cluster [DBG] mgrmap e10: smithi045.zcmxfe(active, starting, since 0.307754s) 2023-12-08T09:15:17.748 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:16.711614+0000 mon.smithi045 (mon.0) 67 : audit [DBG] from='mgr.14144 172.21.15.45:0/2214258742' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-12-08T09:15:17.748 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:16.712450+0000 mon.smithi045 (mon.0) 68 : audit [DBG] from='mgr.14144 172.21.15.45:0/2214258742' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mgr metadata", "who": "smithi045.zcmxfe", "id": "smithi045.zcmxfe"}]: dispatch 2023-12-08T09:15:17.748 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:16.713358+0000 mon.smithi045 (mon.0) 69 : audit [DBG] from='mgr.14144 172.21.15.45:0/2214258742' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T09:15:17.748 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:16.713561+0000 mon.smithi045 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.45:0/2214258742' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T09:15:17.749 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:16.713750+0000 mon.smithi045 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.45:0/2214258742' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T09:15:17.749 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:15:16.727876+0000 mon.smithi045 (mon.0) 72 : cluster [INF] Manager daemon smithi045.zcmxfe is now available 2023-12-08T09:15:17.749 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:16.847084+0000 mon.smithi045 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.45:0/2214258742' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:15:17.749 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:16.849474+0000 mon.smithi045 (mon.0) 74 : audit [DBG] from='mgr.14144 172.21.15.45:0/2214258742' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:15:17.749 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:16.864882+0000 mon.smithi045 (mon.0) 75 : audit [INF] from='mgr.14144 172.21.15.45:0/2214258742' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:15:17.749 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:16.867761+0000 mon.smithi045 (mon.0) 76 : audit [INF] from='mgr.14144 172.21.15.45:0/2214258742' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:15:18.077 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying grafana service with default placement... 2023-12-08T09:15:18.078 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply grafana 2023-12-08T09:15:18.649 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-08T09:15:18.985 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying node-exporter service with default placement... 2023-12-08T09:15:18.985 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply node-exporter 2023-12-08T09:15:19.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:15:17.712645+0000 mon.smithi045 (mon.0) 77 : cluster [DBG] mgrmap e11: smithi045.zcmxfe(active, since 1.31031s) 2023-12-08T09:15:19.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:15:17.714469+0000 mgr.smithi045.zcmxfe (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-08T09:15:19.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:17.717082+0000 mon.smithi045 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.45:0/2214258742' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:19.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:18.647230+0000 mon.smithi045 (mon.0) 79 : audit [INF] from='mgr.14144 172.21.15.45:0/2214258742' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:19.626 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-08T09:15:19.941 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:18.644212+0000 mgr.smithi045.zcmxfe (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:15:19.941 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:15:18.644784+0000 mgr.smithi045.zcmxfe (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-08T09:15:19.942 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:15:18.717955+0000 mon.smithi045 (mon.0) 80 : cluster [DBG] mgrmap e12: smithi045.zcmxfe(active, since 2s) 2023-12-08T09:15:19.942 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:19.624363+0000 mon.smithi045 (mon.0) 81 : audit [INF] from='mgr.14144 172.21.15.45:0/2214258742' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:20.123 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying alertmanager service with default placement... 2023-12-08T09:15:20.123 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply alertmanager 2023-12-08T09:15:20.716 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-08T09:15:21.075 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:20 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:19.621373+0000 mgr.smithi045.zcmxfe (mgr.14144) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:15:21.075 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:20 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:15:19.622107+0000 mgr.smithi045.zcmxfe (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-08T09:15:21.075 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:20 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:20.714345+0000 mon.smithi045 (mon.0) 82 : audit [INF] from='mgr.14144 172.21.15.45:0/2214258742' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:21.209 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/cephadm/container_init True --force 2023-12-08T09:15:22.016 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:21 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:20.711899+0000 mgr.smithi045.zcmxfe (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:15:22.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:21 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:15:20.712501+0000 mgr.smithi045.zcmxfe (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-08T09:15:22.184 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/dashboard/ssl_server_port 8443 2023-12-08T09:15:23.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:22 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:21.762064+0000 mon.smithi045 (mon.0) 83 : audit [INF] from='client.? 172.21.15.45:0/3358040857' entity='client.admin' 2023-12-08T09:15:23.218 INFO:teuthology.orchestra.run.smithi045.stderr:Enabling the dashboard module... 2023-12-08T09:15:23.218 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable dashboard 2023-12-08T09:15:24.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:23 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:22.850022+0000 mon.smithi045 (mon.0) 84 : audit [INF] from='client.? 172.21.15.45:0/1303842117' entity='client.admin' 2023-12-08T09:15:24.936 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:24 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:23.942444+0000 mon.smithi045 (mon.0) 85 : audit [INF] from='client.? 172.21.15.45:0/2110304281' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-08T09:15:25.409 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2023-12-08T09:15:26.050 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-08T09:15:26.050 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 13, 2023-12-08T09:15:26.050 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": true, 2023-12-08T09:15:26.051 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "active_name": "smithi045.zcmxfe", 2023-12-08T09:15:26.051 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-08T09:15:26.051 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-08T09:15:26.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:24.855018+0000 mon.smithi045 (mon.0) 86 : audit [INF] from='client.? 172.21.15.45:0/2110304281' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-08T09:15:26.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:15:24.855075+0000 mon.smithi045 (mon.0) 87 : cluster [DBG] mgrmap e13: smithi045.zcmxfe(active, since 8s) 2023-12-08T09:15:26.351 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for the mgr to restart... 2023-12-08T09:15:26.351 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mgr epoch 13... 2023-12-08T09:15:26.351 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2023-12-08T09:15:27.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:26 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:26.048366+0000 mon.smithi045 (mon.0) 88 : audit [DBG] from='client.? 172.21.15.45:0/2885901200' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-08T09:15:31.622 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-12-08T09:15:31.622 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2023-12-08T09:15:31.623 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "initialized": true 2023-12-08T09:15:31.623 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-12-08T09:15:31.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:15:30.553874+0000 mon.smithi045 (mon.0) 89 : cluster [INF] Active manager daemon smithi045.zcmxfe restarted 2023-12-08T09:15:31.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:15:30.554312+0000 mon.smithi045 (mon.0) 90 : cluster [INF] Activating manager daemon smithi045.zcmxfe 2023-12-08T09:15:31.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:15:30.555981+0000 mon.smithi045 (mon.0) 91 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-08T09:15:31.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:15:30.606625+0000 mon.smithi045 (mon.0) 92 : cluster [DBG] mgrmap e14: smithi045.zcmxfe(active, starting, since 0.0524123s) 2023-12-08T09:15:31.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:30.608120+0000 mon.smithi045 (mon.0) 93 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-12-08T09:15:31.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:30.608798+0000 mon.smithi045 (mon.0) 94 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mgr metadata", "who": "smithi045.zcmxfe", "id": "smithi045.zcmxfe"}]: dispatch 2023-12-08T09:15:31.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:30.609811+0000 mon.smithi045 (mon.0) 95 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T09:15:31.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:30.610014+0000 mon.smithi045 (mon.0) 96 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T09:15:31.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:30.610167+0000 mon.smithi045 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T09:15:31.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:15:30.623742+0000 mon.smithi045 (mon.0) 98 : cluster [INF] Manager daemon smithi045.zcmxfe is now available 2023-12-08T09:15:31.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:30.739025+0000 mon.smithi045 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:15:31.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:30.740304+0000 mon.smithi045 (mon.0) 100 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:15:31.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:30.761430+0000 mon.smithi045 (mon.0) 101 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:15:31.861 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:30.771278+0000 mon.smithi045 (mon.0) 102 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:15:31.966 INFO:teuthology.orchestra.run.smithi045.stderr:mgr epoch 13 is available 2023-12-08T09:15:31.966 INFO:teuthology.orchestra.run.smithi045.stderr:Generating a dashboard self-signed certificate... 2023-12-08T09:15:31.966 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 dashboard create-self-signed-cert 2023-12-08T09:15:32.616 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-08T09:15:32.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:31.609555+0000 mgr.smithi045.zcmxfe (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-08T09:15:32.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:15:31.609821+0000 mon.smithi045 (mon.0) 103 : cluster [DBG] mgrmap e15: smithi045.zcmxfe(active, since 1.0556s) 2023-12-08T09:15:32.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:31.616792+0000 mgr.smithi045.zcmxfe (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-08T09:15:32.974 INFO:teuthology.orchestra.run.smithi045.stderr:Creating initial admin user... 2023-12-08T09:15:32.975 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp0ohabkx8:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.4 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2023-12-08T09:15:33.814 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$mxyXqAzN2asJsvLuEulInOQl.bOwofOqP25mSbWc/KdxJfIU0sTS2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1702026933, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-08T09:15:33.990 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:32.552970+0000 mgr.smithi045.zcmxfe (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:15:33.990 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:15:32.611213+0000 mon.smithi045 (mon.0) 104 : cluster [DBG] mgrmap e16: smithi045.zcmxfe(active, since 2s) 2023-12-08T09:15:33.990 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:32.612490+0000 mon.smithi045 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:33.990 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:32.614365+0000 mon.smithi045 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:34.166 INFO:teuthology.orchestra.run.smithi045.stderr:Fetching dashboard port number... 2023-12-08T09:15:34.167 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmplbvlwexv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3oyx3j8_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config get mgr mgr/dashboard/ssl_server_port 2023-12-08T09:15:34.727 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 8443 2023-12-08T09:15:35.099 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled firewalld.service 2023-12-08T09:15:35.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:33.561193+0000 mgr.smithi045.zcmxfe (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 2023-12-08T09:15:35.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:33.812367+0000 mon.smithi045 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:35.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:34.726012+0000 mon.smithi045 (mon.0) 108 : audit [DBG] from='client.? 172.21.15.45:0/303726664' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-08T09:15:35.110 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: disabled 2023-12-08T09:15:35.111 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active firewalld.service 2023-12-08T09:15:35.120 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-12-08T09:15:35.121 INFO:teuthology.orchestra.run.smithi045.stderr:firewalld.service is not enabled 2023-12-08T09:15:35.121 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-08T09:15:35.124 INFO:teuthology.orchestra.run.smithi045.stderr:Ceph Dashboard is now available at: 2023-12-08T09:15:35.124 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-08T09:15:35.124 INFO:teuthology.orchestra.run.smithi045.stderr: URL: https://smithi045.front.sepia.ceph.com:8443/ 2023-12-08T09:15:35.124 INFO:teuthology.orchestra.run.smithi045.stderr: User: admin 2023-12-08T09:15:35.124 INFO:teuthology.orchestra.run.smithi045.stderr: Password: 67e0o6rs20 2023-12-08T09:15:35.125 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-08T09:15:35.125 INFO:teuthology.orchestra.run.smithi045.stderr:You can access the Ceph CLI with: 2023-12-08T09:15:35.125 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-08T09:15:35.125 INFO:teuthology.orchestra.run.smithi045.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-08T09:15:35.125 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-08T09:15:35.126 INFO:teuthology.orchestra.run.smithi045.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-08T09:15:35.126 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-08T09:15:35.126 INFO:teuthology.orchestra.run.smithi045.stderr: ceph telemetry on 2023-12-08T09:15:35.126 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-08T09:15:35.126 INFO:teuthology.orchestra.run.smithi045.stderr:For more information see: 2023-12-08T09:15:35.126 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-08T09:15:35.126 INFO:teuthology.orchestra.run.smithi045.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2023-12-08T09:15:35.126 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-08T09:15:35.126 INFO:teuthology.orchestra.run.smithi045.stderr:Bootstrap complete. 2023-12-08T09:15:35.126 INFO:teuthology.orchestra.run.smithi045.stderr:Releasing lock 140584489046144 on /run/cephadm/21915d88-95aa-11ee-95a3-87774f69a715.lock 2023-12-08T09:15:35.126 INFO:teuthology.orchestra.run.smithi045.stderr:Lock 140584489046144 released on /run/cephadm/21915d88-95aa-11ee-95a3-87774f69a715.lock 2023-12-08T09:15:35.165 INFO:tasks.cephadm:Fetching config... 2023-12-08T09:15:35.166 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-08T09:15:35.166 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-08T09:15:35.187 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-08T09:15:35.187 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-08T09:15:35.187 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-08T09:15:35.249 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-08T09:15:35.249 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-08T09:15:35.249 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/keyring of=/dev/stdout 2023-12-08T09:15:35.322 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-08T09:15:35.323 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-08T09:15:35.323 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-08T09:15:35.386 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-08T09:15:35.386 DEBUG:teuthology.orchestra.run.smithi045:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDimVNIZ6JnpPyT3MVtXxJeSKoF8u/wHT3vwzP3BLRI46J5I+V6pVy8augjTEWTdfcHrR9+SaXlsoiYpAab4ZU1k6hDCzkAGEDzfLTTGVVOgToXstfG1G+DNAh9g8vBFWVa8McO286Wxj5grmhR1CFt9KeFeMQRCxhzYaxKD64YSkkRFCYW2rqfheb9ydPzLg31tS+eyIF+IhXG/I9GHlSHN01AAjRVDxHZE4IXHWqHazYgkkWS2DxR8p+vjSd+j9iHhv9hqKWZ00DmbhDWbXegFPO44PlocV72HvvjzNA2ohXDtmVSpyTybhNqoW5hsu1iF3eK+j1LQXTSx644DNw9OCYM1G5pfD4jBoIUZ/PudD/sPwhXu77Dlzq+99BJzdmXBesZYSyVY2TDcn6gO+x/y2J9fud2DRp+gFwl+NliPjFgKNV/LZ14cyz7XII+bueUoaXTwPFiIctpxoFiK56jA3YWktfCmDYnyfR7UjKQ3jB6aGLuLIK2ZUD4s+fBLM0= ceph-21915d88-95aa-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-08T09:15:35.471 INFO:teuthology.orchestra.run.smithi045.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDimVNIZ6JnpPyT3MVtXxJeSKoF8u/wHT3vwzP3BLRI46J5I+V6pVy8augjTEWTdfcHrR9+SaXlsoiYpAab4ZU1k6hDCzkAGEDzfLTTGVVOgToXstfG1G+DNAh9g8vBFWVa8McO286Wxj5grmhR1CFt9KeFeMQRCxhzYaxKD64YSkkRFCYW2rqfheb9ydPzLg31tS+eyIF+IhXG/I9GHlSHN01AAjRVDxHZE4IXHWqHazYgkkWS2DxR8p+vjSd+j9iHhv9hqKWZ00DmbhDWbXegFPO44PlocV72HvvjzNA2ohXDtmVSpyTybhNqoW5hsu1iF3eK+j1LQXTSx644DNw9OCYM1G5pfD4jBoIUZ/PudD/sPwhXu77Dlzq+99BJzdmXBesZYSyVY2TDcn6gO+x/y2J9fud2DRp+gFwl+NliPjFgKNV/LZ14cyz7XII+bueUoaXTwPFiIctpxoFiK56jA3YWktfCmDYnyfR7UjKQ3jB6aGLuLIK2ZUD4s+fBLM0= ceph-21915d88-95aa-11ee-95a3-87774f69a715 2023-12-08T09:15:35.484 DEBUG:teuthology.orchestra.run.smithi050:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDimVNIZ6JnpPyT3MVtXxJeSKoF8u/wHT3vwzP3BLRI46J5I+V6pVy8augjTEWTdfcHrR9+SaXlsoiYpAab4ZU1k6hDCzkAGEDzfLTTGVVOgToXstfG1G+DNAh9g8vBFWVa8McO286Wxj5grmhR1CFt9KeFeMQRCxhzYaxKD64YSkkRFCYW2rqfheb9ydPzLg31tS+eyIF+IhXG/I9GHlSHN01AAjRVDxHZE4IXHWqHazYgkkWS2DxR8p+vjSd+j9iHhv9hqKWZ00DmbhDWbXegFPO44PlocV72HvvjzNA2ohXDtmVSpyTybhNqoW5hsu1iF3eK+j1LQXTSx644DNw9OCYM1G5pfD4jBoIUZ/PudD/sPwhXu77Dlzq+99BJzdmXBesZYSyVY2TDcn6gO+x/y2J9fud2DRp+gFwl+NliPjFgKNV/LZ14cyz7XII+bueUoaXTwPFiIctpxoFiK56jA3YWktfCmDYnyfR7UjKQ3jB6aGLuLIK2ZUD4s+fBLM0= ceph-21915d88-95aa-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-08T09:15:35.533 INFO:teuthology.orchestra.run.smithi050.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDimVNIZ6JnpPyT3MVtXxJeSKoF8u/wHT3vwzP3BLRI46J5I+V6pVy8augjTEWTdfcHrR9+SaXlsoiYpAab4ZU1k6hDCzkAGEDzfLTTGVVOgToXstfG1G+DNAh9g8vBFWVa8McO286Wxj5grmhR1CFt9KeFeMQRCxhzYaxKD64YSkkRFCYW2rqfheb9ydPzLg31tS+eyIF+IhXG/I9GHlSHN01AAjRVDxHZE4IXHWqHazYgkkWS2DxR8p+vjSd+j9iHhv9hqKWZ00DmbhDWbXegFPO44PlocV72HvvjzNA2ohXDtmVSpyTybhNqoW5hsu1iF3eK+j1LQXTSx644DNw9OCYM1G5pfD4jBoIUZ/PudD/sPwhXu77Dlzq+99BJzdmXBesZYSyVY2TDcn6gO+x/y2J9fud2DRp+gFwl+NliPjFgKNV/LZ14cyz7XII+bueUoaXTwPFiIctpxoFiK56jA3YWktfCmDYnyfR7UjKQ3jB6aGLuLIK2ZUD4s+fBLM0= ceph-21915d88-95aa-11ee-95a3-87774f69a715 2023-12-08T09:15:35.546 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-08T09:15:37.543 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi050 2023-12-08T09:15:37.543 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-12-08T09:15:37.543 DEBUG:teuthology.orchestra.run.smithi050:> dd of=/etc/ceph/ceph.conf 2023-12-08T09:15:37.566 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-12-08T09:15:37.566 DEBUG:teuthology.orchestra.run.smithi050:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T09:15:37.631 INFO:tasks.cephadm:Adding host smithi050 to orchestrator... 2023-12-08T09:15:37.631 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph orch host add smithi050 2023-12-08T09:15:37.862 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:37 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:15:36.715092+0000 mon.smithi045 (mon.0) 109 : cluster [DBG] mgrmap e17: smithi045.zcmxfe(active, since 6s) 2023-12-08T09:15:37.862 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:37 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:37.171951+0000 mon.smithi045 (mon.0) 110 : audit [INF] from='client.? 172.21.15.45:0/2472283845' entity='client.admin' 2023-12-08T09:15:39.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:38.743008+0000 mon.smithi045 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:39.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:38.985712+0000 mon.smithi045 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:39.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:39.711764+0000 mon.smithi045 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:43.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:42.165512+0000 mon.smithi045 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:43.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:42.465540+0000 mon.smithi045 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:43.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:42.467758+0000 mon.smithi045 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:43.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:15:42.474722+0000 mgr.smithi045.zcmxfe (mgr.14164) 5 : cephadm [INF] Deploying daemon alertmanager.smithi045 on smithi045 2023-12-08T09:15:52.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:51 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:15:50.611146+0000 mgr.smithi045.zcmxfe (mgr.14164) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:15:54.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:15:52.611440+0000 mgr.smithi045.zcmxfe (mgr.14164) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:15:54.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:53.394426+0000 mon.smithi045 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:54.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:53.395481+0000 mon.smithi045 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T09:15:54.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:53.397076+0000 mon.smithi045 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-08T09:15:54.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:53.397711+0000 mon.smithi045 (mon.0) 120 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:15:55.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:15:53.398464+0000 mgr.smithi045.zcmxfe (mgr.14164) 8 : cephadm [INF] Deploying daemon crash.smithi045 on smithi045 2023-12-08T09:15:56.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:15:54.611716+0000 mgr.smithi045.zcmxfe (mgr.14164) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:15:56.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:54.926855+0000 mon.smithi045 (mon.0) 121 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:56.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:55.112441+0000 mon.smithi045 (mon.0) 122 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:56.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:55.114297+0000 mon.smithi045 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:56.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:55.114751+0000 mon.smithi045 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-08T09:15:56.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:55.117513+0000 mon.smithi045 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:15:57.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:15:55.115220+0000 mgr.smithi045.zcmxfe (mgr.14164) 10 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-08T09:15:57.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:15:55.121179+0000 mgr.smithi045.zcmxfe (mgr.14164) 11 : cephadm [INF] Deploying daemon grafana.smithi045 on smithi045 2023-12-08T09:15:58.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:57 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:15:56.612317+0000 mgr.smithi045.zcmxfe (mgr.14164) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:00.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:15:59 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:15:58.612776+0000 mgr.smithi045.zcmxfe (mgr.14164) 13 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:01.030 INFO:teuthology.orchestra.run.smithi050.stdout:Added host 'smithi050' 2023-12-08T09:16:01.474 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph orch host ls --format=json 2023-12-08T09:16:02.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:01 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:00.386691+0000 mgr.smithi045.zcmxfe (mgr.14164) 14 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi050", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:16:02.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:01 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:00.613184+0000 mgr.smithi045.zcmxfe (mgr.14164) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:02.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:01 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:01.026607+0000 mon.smithi045 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:16:03.023 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:16:03.023 INFO:teuthology.orchestra.run.smithi050.stdout:[{"addr": "172.21.15.45", "hostname": "smithi045", "labels": [], "status": ""}, {"addr": "smithi050", "hostname": "smithi050", "labels": [], "status": ""}] 2023-12-08T09:16:03.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:02 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:16:01.027087+0000 mgr.smithi045.zcmxfe (mgr.14164) 16 : cephadm [INF] Added host smithi050 2023-12-08T09:16:03.423 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-08T09:16:03.423 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph osd crush tunables default 2023-12-08T09:16:04.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:03 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:02.613496+0000 mgr.smithi045.zcmxfe (mgr.14164) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:05.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:04 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:03.021169+0000 mgr.smithi045.zcmxfe (mgr.14164) 18 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:16:05.741 INFO:teuthology.orchestra.run.smithi045.stderr:adjusted tunables profile to default 2023-12-08T09:16:06.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:04.613764+0000 mgr.smithi045.zcmxfe (mgr.14164) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:06.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:04.837767+0000 mon.smithi045 (mon.0) 127 : audit [INF] from='client.? 172.21.15.45:0/27953634' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-08T09:16:06.111 INFO:tasks.cephadm:Adding mon.smithi045 on smithi045 2023-12-08T09:16:06.111 INFO:tasks.cephadm:Adding mon.smithi050 on smithi050 2023-12-08T09:16:06.112 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph orch apply mon '2;smithi045:172.21.15.45=smithi045;smithi050:172.21.15.50=smithi050' 2023-12-08T09:16:07.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:05.736352+0000 mon.smithi045 (mon.0) 128 : audit [INF] from='client.? 172.21.15.45:0/27953634' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-08T09:16:07.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:05.736426+0000 mon.smithi045 (mon.0) 129 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T09:16:07.459 INFO:teuthology.orchestra.run.smithi050.stdout:Scheduled mon update... 2023-12-08T09:16:07.828 DEBUG:teuthology.orchestra.run.smithi050:mon.smithi050> sudo journalctl -f -n 0 -u ceph-21915d88-95aa-11ee-95a3-87774f69a715@mon.smithi050.service 2023-12-08T09:16:07.831 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:16:07.831 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:16:07.868 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:-- Logs begin at Fri 2023-12-08 09:05:02 UTC. -- 2023-12-08T09:16:08.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:07 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:06.614029+0000 mgr.smithi045.zcmxfe (mgr.14164) 20 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:08.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:07 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:07.456810+0000 mon.smithi045 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:16:09.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:07.452172+0000 mgr.smithi045.zcmxfe (mgr.14164) 21 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi045:172.21.15.45=smithi045;smithi050:172.21.15.50=smithi050", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:16:09.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:16:07.453518+0000 mgr.smithi045.zcmxfe (mgr.14164) 22 : cephadm [INF] Saving service mon spec with placement smithi045:172.21.15.45=smithi045;smithi050:172.21.15.50=smithi050;count:2 2023-12-08T09:16:09.257 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:16:09.257 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:16:09.258 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:16:10.100 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:08.614254+0000 mgr.smithi045.zcmxfe (mgr.14164) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:10.100 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:09.255220+0000 mon.smithi045 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.50:0/3074185571' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:16:10.637 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:16:10.638 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:16:12.027 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:16:12.028 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:16:12.029 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:16:12.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:10.614536+0000 mgr.smithi045.zcmxfe (mgr.14164) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:13.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:12 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:11.922756+0000 mon.smithi045 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:16:13.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:12 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:16:11.924452+0000 mgr.smithi045.zcmxfe (mgr.14164) 25 : cephadm [INF] Deploying daemon node-exporter.smithi045 on smithi045 2023-12-08T09:16:13.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:12 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:12.025888+0000 mon.smithi045 (mon.0) 133 : audit [DBG] from='client.? 172.21.15.50:0/3261630346' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:16:13.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:12 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:12.614832+0000 mgr.smithi045.zcmxfe (mgr.14164) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:13.401 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:16:13.402 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:16:14.815 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:16:14.815 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:16:14.817 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:16:16.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:15 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:14.615330+0000 mgr.smithi045.zcmxfe (mgr.14164) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:16.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:15 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:14.813474+0000 mon.smithi045 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.50:0/250405499' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:16:16.182 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:16:16.182 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:16:17.632 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:16:17.632 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:16:17.634 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:16:18.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:16.615673+0000 mgr.smithi045.zcmxfe (mgr.14164) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:18.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:17.630178+0000 mon.smithi045 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.50:0/3813715241' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:16:19.050 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:16:19.050 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:16:20.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:18.616065+0000 mgr.smithi045.zcmxfe (mgr.14164) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:20.441 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:16:20.441 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:16:20.443 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:16:21.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:20 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:20.439639+0000 mon.smithi045 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.50:0/748942208' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:16:21.812 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:16:21.813 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:16:22.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:21 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:20.616346+0000 mgr.smithi045.zcmxfe (mgr.14164) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:24.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:23 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:22.616715+0000 mgr.smithi045.zcmxfe (mgr.14164) 31 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:25.398 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:16:25.398 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:16:25.399 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:16:26.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:24.617108+0000 mgr.smithi045.zcmxfe (mgr.14164) 32 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:26.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:25.396077+0000 mon.smithi045 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.50:0/1732185334' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:16:28.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:26.617425+0000 mgr.smithi045.zcmxfe (mgr.14164) 33 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:28.295 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:16:28.296 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:16:30.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:29 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:28.617732+0000 mgr.smithi045.zcmxfe (mgr.14164) 34 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:32.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:30.618069+0000 mgr.smithi045.zcmxfe (mgr.14164) 35 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:32.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:30.769607+0000 mon.smithi045 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:16:32.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:30.773305+0000 mon.smithi045 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:16:33.506 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:16:33.506 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:16:33.508 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:16:34.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:32.618413+0000 mgr.smithi045.zcmxfe (mgr.14164) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:34.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:33.504596+0000 mon.smithi045 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.50:0/1521889300' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:16:34.900 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:16:34.900 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:16:36.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:34.618774+0000 mgr.smithi045.zcmxfe (mgr.14164) 37 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:36.330 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:16:36.330 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:16:36.331 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:16:37.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:36 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:36.328137+0000 mon.smithi045 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.50:0/1385257346' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:16:37.709 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:16:37.710 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:16:38.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:37 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:36.619090+0000 mgr.smithi045.zcmxfe (mgr.14164) 38 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:39.170 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:16:39.170 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:16:39.172 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:16:40.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:38.619466+0000 mgr.smithi045.zcmxfe (mgr.14164) 39 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:40.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:39.168150+0000 mon.smithi045 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.50:0/498931961' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:16:40.541 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:16:40.541 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:16:41.953 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:16:41.953 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:16:41.955 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:16:42.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:40.619816+0000 mgr.smithi045.zcmxfe (mgr.14164) 40 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:43.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:41.951196+0000 mon.smithi045 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.50:0/3321676749' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:16:43.335 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:16:43.335 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:16:44.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:42.620171+0000 mgr.smithi045.zcmxfe (mgr.14164) 41 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:44.749 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:16:44.749 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:16:44.751 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:16:46.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:45 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:44.620515+0000 mgr.smithi045.zcmxfe (mgr.14164) 42 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:46.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:45 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:44.747551+0000 mon.smithi045 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.50:0/1200882148' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:16:46.128 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:16:46.128 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:16:47.594 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:16:47.595 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:16:47.597 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:16:48.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:47 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:46.620831+0000 mgr.smithi045.zcmxfe (mgr.14164) 43 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:48.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:47 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:47.593178+0000 mon.smithi045 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.50:0/143459799' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:16:48.979 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:16:48.980 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:16:50.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:49 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:48.621199+0000 mgr.smithi045.zcmxfe (mgr.14164) 44 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:50.422 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:16:50.423 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:16:50.424 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:16:51.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:50 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:50.421048+0000 mon.smithi045 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.50:0/1734467007' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:16:51.805 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:16:51.806 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:16:52.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:51 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:50.621587+0000 mgr.smithi045.zcmxfe (mgr.14164) 45 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:53.247 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:16:53.247 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:16:53.248 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:16:54.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:52.621967+0000 mgr.smithi045.zcmxfe (mgr.14164) 46 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:54.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:53.245153+0000 mon.smithi045 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.50:0/2506432789' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:16:54.626 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:16:54.626 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:16:56.058 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:16:56.059 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:16:56.060 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:16:56.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:54.622303+0000 mgr.smithi045.zcmxfe (mgr.14164) 47 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:57.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:56.057021+0000 mon.smithi045 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.50:0/2484125236' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:16:57.456 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:16:57.457 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:16:58.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:57 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:56.622660+0000 mgr.smithi045.zcmxfe (mgr.14164) 48 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:16:58.851 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:16:58.852 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:16:58.853 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:17:00.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:59 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:16:58.622961+0000 mgr.smithi045.zcmxfe (mgr.14164) 49 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:00.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:16:59 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:16:58.849699+0000 mon.smithi045 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.50:0/454418446' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:17:00.386 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:17:00.386 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:17:01.943 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:17:01.944 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:17:01.946 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:17:02.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:01 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:00.623305+0000 mgr.smithi045.zcmxfe (mgr.14164) 50 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:03.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:02 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:17:01.942419+0000 mon.smithi045 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.50:0/699147761' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:17:03.340 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:17:03.340 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:17:04.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:03 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:02.623716+0000 mgr.smithi045.zcmxfe (mgr.14164) 51 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:05.246 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:17:05.247 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:17:05.248 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:17:06.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:04.623998+0000 mgr.smithi045.zcmxfe (mgr.14164) 52 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:06.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:17:05.244738+0000 mon.smithi045 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.50:0/1256935837' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:17:06.631 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:17:06.631 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:17:08.065 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:17:08.065 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:17:08.067 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:17:08.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:07 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:06.624345+0000 mgr.smithi045.zcmxfe (mgr.14164) 53 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:09.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:17:08.063731+0000 mon.smithi045 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.50:0/299019389' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:17:09.454 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:17:09.455 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:17:10.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:08.624629+0000 mgr.smithi045.zcmxfe (mgr.14164) 54 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:10.897 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:17:10.897 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:17:10.898 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:17:12.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:10.624986+0000 mgr.smithi045.zcmxfe (mgr.14164) 55 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:12.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:17:10.892402+0000 mon.smithi045 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.50:0/2052732914' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:17:12.301 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:17:12.302 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:17:13.715 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:17:13.715 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:17:13.716 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:17:14.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:12.625316+0000 mgr.smithi045.zcmxfe (mgr.14164) 56 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:14.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:17:13.712367+0000 mon.smithi045 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.50:0/4117582380' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:17:15.108 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:17:15.109 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:17:16.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:15 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:14.625613+0000 mgr.smithi045.zcmxfe (mgr.14164) 57 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:16.571 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:17:16.571 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:17:16.572 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:17:17.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:16 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:17:16.568635+0000 mon.smithi045 (mon.0) 155 : audit [DBG] from='client.? 172.21.15.50:0/1331434623' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:17:17.943 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:17:17.943 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:17:18.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:16.625922+0000 mgr.smithi045.zcmxfe (mgr.14164) 58 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:19.397 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:17:19.397 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:17:19.398 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:17:20.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:18.626278+0000 mgr.smithi045.zcmxfe (mgr.14164) 59 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:20.115 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:17:19.395014+0000 mon.smithi045 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.50:0/3726013666' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:17:20.823 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:17:20.823 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:17:22.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:21 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:20.626637+0000 mgr.smithi045.zcmxfe (mgr.14164) 60 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:22.299 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:17:22.299 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:17:22.301 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:17:23.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:22 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:17:22.297549+0000 mon.smithi045 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.50:0/416436556' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:17:23.677 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:17:23.678 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:17:24.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:23 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:22.627047+0000 mgr.smithi045.zcmxfe (mgr.14164) 61 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:25.124 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:17:25.124 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:17:25.126 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:17:26.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:24.627486+0000 mgr.smithi045.zcmxfe (mgr.14164) 62 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:26.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:17:25.122939+0000 mon.smithi045 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.50:0/3112597638' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:17:26.513 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:17:26.513 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:17:27.945 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:17:27.945 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:17:27.946 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:17:28.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:26.627946+0000 mgr.smithi045.zcmxfe (mgr.14164) 63 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:29.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:28 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:17:27.943344+0000 mon.smithi045 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.50:0/3213351248' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:17:29.361 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:17:29.361 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:17:30.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:29 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:28.628248+0000 mgr.smithi045.zcmxfe (mgr.14164) 64 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:30.865 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:17:30.866 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:17:30.867 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:17:32.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:30.628544+0000 mgr.smithi045.zcmxfe (mgr.14164) 65 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:32.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:17:30.770766+0000 mon.smithi045 (mon.0) 160 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:17:32.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:17:30.774251+0000 mon.smithi045 (mon.0) 161 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:17:32.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:17:30.864219+0000 mon.smithi045 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.50:0/142890836' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:17:32.239 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:17:32.240 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:17:33.659 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:17:33.659 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:17:33.661 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:17:34.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:32.628994+0000 mgr.smithi045.zcmxfe (mgr.14164) 66 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:34.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:17:33.657548+0000 mon.smithi045 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.50:0/1434359872' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:17:35.053 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:17:35.053 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:17:36.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:34.629437+0000 mgr.smithi045.zcmxfe (mgr.14164) 67 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:36.503 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:17:36.504 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:17:36.505 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:17:37.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:36 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:17:36.501914+0000 mon.smithi045 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.50:0/1540850043' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:17:37.916 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:17:37.916 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:17:38.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:37 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:36.629805+0000 mgr.smithi045.zcmxfe (mgr.14164) 68 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:39.363 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:17:39.363 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:17:39.365 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:17:40.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:38.630221+0000 mgr.smithi045.zcmxfe (mgr.14164) 69 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:40.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:17:39.361651+0000 mon.smithi045 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.50:0/2505140506' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:17:40.745 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:17:40.745 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:17:42.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:40.630656+0000 mgr.smithi045.zcmxfe (mgr.14164) 70 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:42.163 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:17:42.163 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:17:42.165 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:17:43.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:17:42.161604+0000 mon.smithi045 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.50:0/3421939860' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:17:43.564 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:17:43.564 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:17:44.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:42.631163+0000 mgr.smithi045.zcmxfe (mgr.14164) 71 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:45.018 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:17:45.018 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:17:45.020 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:17:46.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:45 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:44.631512+0000 mgr.smithi045.zcmxfe (mgr.14164) 72 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:46.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:45 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:17:45.016036+0000 mon.smithi045 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.50:0/2517882122' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:17:46.422 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:17:46.423 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:17:47.884 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:17:47.884 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:17:47.886 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:17:48.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:47 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:46.631853+0000 mgr.smithi045.zcmxfe (mgr.14164) 73 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:49.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:48 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:17:47.882732+0000 mon.smithi045 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.50:0/289158774' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:17:49.273 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:17:49.274 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:17:50.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:49 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:48.632330+0000 mgr.smithi045.zcmxfe (mgr.14164) 74 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:50.870 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:17:50.870 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:17:50.872 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:17:52.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:51 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:50.632599+0000 mgr.smithi045.zcmxfe (mgr.14164) 75 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:52.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:51 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:17:50.868036+0000 mon.smithi045 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.50:0/4013711422' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:17:52.218 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:17:52.219 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:17:53.638 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:17:53.639 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:17:53.640 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:17:54.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:52.632994+0000 mgr.smithi045.zcmxfe (mgr.14164) 76 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:54.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:17:53.637021+0000 mon.smithi045 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.50:0/33136808' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:17:55.032 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:17:55.033 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:17:56.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:54.633431+0000 mgr.smithi045.zcmxfe (mgr.14164) 77 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:56.501 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:17:56.501 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:17:56.503 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:17:57.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:17:56.499597+0000 mon.smithi045 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.50:0/149301360' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:17:57.881 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:17:57.881 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:17:58.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:57 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:56.633863+0000 mgr.smithi045.zcmxfe (mgr.14164) 78 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:17:59.333 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:17:59.333 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:17:59.335 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:18:00.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:59 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:17:58.634229+0000 mgr.smithi045.zcmxfe (mgr.14164) 79 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:00.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:17:59 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:17:59.331700+0000 mon.smithi045 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.50:0/700969465' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:18:00.715 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:18:00.715 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:18:02.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:01 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:00.634627+0000 mgr.smithi045.zcmxfe (mgr.14164) 80 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:02.135 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:18:02.135 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:18:02.137 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:18:03.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:02 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:18:02.133490+0000 mon.smithi045 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.50:0/4092811022' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:18:03.543 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:18:03.543 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:18:04.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:03 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:02.635023+0000 mgr.smithi045.zcmxfe (mgr.14164) 81 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:05.015 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:18:05.015 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:18:05.016 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:18:06.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:04.635433+0000 mgr.smithi045.zcmxfe (mgr.14164) 82 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:06.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:18:05.012650+0000 mon.smithi045 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.50:0/595210988' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:18:06.395 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:18:06.395 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:18:07.863 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:18:07.863 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:18:07.865 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:18:08.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:07 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:06.635971+0000 mgr.smithi045.zcmxfe (mgr.14164) 83 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:09.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:18:07.861481+0000 mon.smithi045 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.50:0/4183381197' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:18:09.244 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:18:09.245 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:18:10.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:08.636377+0000 mgr.smithi045.zcmxfe (mgr.14164) 84 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:10.705 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:18:10.705 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:18:10.707 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:18:11.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:10 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:18:10.703313+0000 mon.smithi045 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.50:0/3727691916' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:18:12.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:10.636722+0000 mgr.smithi045.zcmxfe (mgr.14164) 85 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:12.114 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:18:12.114 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:18:13.629 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:18:13.629 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:18:13.630 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:18:14.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:12.637037+0000 mgr.smithi045.zcmxfe (mgr.14164) 86 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:14.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:18:12.650135+0000 mgr.smithi045.zcmxfe (mgr.14164) 87 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi045 ... 2023-12-08T09:18:14.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Verifying port 9100 ... 2023-12-08T09:18:14.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Non-zero exit code 1 from systemctl start ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045 2023-12-08T09:18:14.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: systemctl: stderr Job for ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045.service failed because a timeout was exceeded. 2023-12-08T09:18:14.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: systemctl: stderr See "systemctl status ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045.service" and "journalctl -xe" for details. 2023-12-08T09:18:14.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Traceback (most recent call last): 2023-12-08T09:18:14.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:18:14.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: main() 2023-12-08T09:18:14.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:18:14.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: r = ctx.func(ctx) 2023-12-08T09:18:14.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:18:14.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: return func(ctx) 2023-12-08T09:18:14.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2023-12-08T09:18:14.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: ports=daemon_ports) 2023-12-08T09:18:14.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2023-12-08T09:18:14.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: c, osd_fsid=osd_fsid, ports=ports) 2023-12-08T09:18:14.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2023-12-08T09:18:14.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-12-08T09:18:14.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2023-12-08T09:18:14.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-08T09:18:14.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: RuntimeError: Failed command: systemctl start ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045 2023-12-08T09:18:14.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Traceback (most recent call last): 2023-12-08T09:18:14.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2023-12-08T09:18:14.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: yield (conn, connr) 2023-12-08T09:18:14.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2023-12-08T09:18:14.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: code, '\n'.join(err))) 2023-12-08T09:18:14.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi045 ... 2023-12-08T09:18:14.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Verifying port 9100 ... 2023-12-08T09:18:14.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Non-zero exit code 1 from systemctl start ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045 2023-12-08T09:18:14.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: systemctl: stderr Job for ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045.service failed because a timeout was exceeded. 2023-12-08T09:18:14.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: systemctl: stderr See "systemctl status ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045.service" and "journalctl -xe" for details. 2023-12-08T09:18:14.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Traceback (most recent call last): 2023-12-08T09:18:14.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:18:14.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: main() 2023-12-08T09:18:14.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:18:14.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: r = ctx.func(ctx) 2023-12-08T09:18:14.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:18:14.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: return func(ctx) 2023-12-08T09:18:14.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2023-12-08T09:18:14.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: ports=daemon_ports) 2023-12-08T09:18:14.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2023-12-08T09:18:14.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: c, osd_fsid=osd_fsid, ports=ports) 2023-12-08T09:18:14.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2023-12-08T09:18:14.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-12-08T09:18:14.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2023-12-08T09:18:14.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-08T09:18:14.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: RuntimeError: Failed command: systemctl start ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045 2023-12-08T09:18:14.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:18:12.656273+0000 mgr.smithi045.zcmxfe (mgr.14164) 88 : cephadm [INF] Deploying daemon prometheus.smithi045 on smithi045 2023-12-08T09:18:14.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:18:13.626510+0000 mon.smithi045 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.50:0/1010599552' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:18:15.010 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:18:15.010 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:18:16.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:15 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:14.637330+0000 mgr.smithi045.zcmxfe (mgr.14164) 89 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:16.458 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:18:16.458 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:18:16.459 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:18:17.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:16 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:18:16.455884+0000 mon.smithi045 (mon.0) 178 : audit [DBG] from='client.? 172.21.15.50:0/4232883080' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:18:17.856 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:18:17.857 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:18:18.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:16.637734+0000 mgr.smithi045.zcmxfe (mgr.14164) 90 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:19.284 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:18:19.285 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:18:19.286 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:18:20.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:18.638131+0000 mgr.smithi045.zcmxfe (mgr.14164) 91 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:20.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:18:19.282675+0000 mon.smithi045 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.50:0/986447510' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:18:20.662 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:18:20.662 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:18:22.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:21 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:20.638476+0000 mgr.smithi045.zcmxfe (mgr.14164) 92 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:22.113 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:18:22.113 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:18:22.115 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:18:23.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:22 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:18:22.111423+0000 mon.smithi045 (mon.0) 180 : audit [DBG] from='client.? 172.21.15.50:0/2390967663' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:18:23.497 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:18:23.497 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:18:24.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:23 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:22.638952+0000 mgr.smithi045.zcmxfe (mgr.14164) 93 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:24.989 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:18:24.989 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:18:24.991 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:18:26.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:24.639496+0000 mgr.smithi045.zcmxfe (mgr.14164) 94 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:26.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:18:24.987836+0000 mon.smithi045 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.50:0/1936236617' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:18:26.387 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:18:26.388 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:18:27.867 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:18:27.868 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:18:27.869 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:18:28.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:26.640023+0000 mgr.smithi045.zcmxfe (mgr.14164) 95 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:29.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:28 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:18:27.865417+0000 mon.smithi045 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.50:0/3844542936' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:18:29.249 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:18:29.250 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:18:30.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:29 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:28.640333+0000 mgr.smithi045.zcmxfe (mgr.14164) 96 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:30.685 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:18:30.686 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:18:30.687 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:18:31.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:18:30.683805+0000 mon.smithi045 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.50:0/3222889853' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:18:31.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:18:30.771891+0000 mon.smithi045 (mon.0) 184 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:18:31.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:18:30.775159+0000 mon.smithi045 (mon.0) 185 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:18:32.079 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:18:32.079 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:18:32.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:30.640655+0000 mgr.smithi045.zcmxfe (mgr.14164) 97 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:33.578 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:18:33.578 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:18:33.579 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:18:34.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:32.641103+0000 mgr.smithi045.zcmxfe (mgr.14164) 98 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:34.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:18:33.575819+0000 mon.smithi045 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.50:0/3518412061' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:18:35.010 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:18:35.010 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:18:36.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:34.641463+0000 mgr.smithi045.zcmxfe (mgr.14164) 99 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:36.460 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:18:36.460 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:18:36.462 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:18:37.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:36 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:18:36.458149+0000 mon.smithi045 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.50:0/151234241' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:18:37.870 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:18:37.870 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:18:38.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:37 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:36.641821+0000 mgr.smithi045.zcmxfe (mgr.14164) 100 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:39.325 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:18:39.325 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:18:39.327 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:18:40.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:38.642104+0000 mgr.smithi045.zcmxfe (mgr.14164) 101 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:40.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:18:39.323551+0000 mon.smithi045 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.50:0/2642374809' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:18:40.718 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:18:40.719 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:18:42.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:40.642553+0000 mgr.smithi045.zcmxfe (mgr.14164) 102 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:42.284 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:18:42.284 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:18:42.286 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:18:43.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:18:42.282774+0000 mon.smithi045 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.50:0/197642405' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:18:43.676 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:18:43.677 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:18:44.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:42.643022+0000 mgr.smithi045.zcmxfe (mgr.14164) 103 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:45.131 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:18:45.131 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:18:45.133 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:18:46.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:45 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:44.643368+0000 mgr.smithi045.zcmxfe (mgr.14164) 104 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:46.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:45 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:18:45.129534+0000 mon.smithi045 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.50:0/2545166746' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:18:46.530 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:18:46.530 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:18:48.040 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:18:48.040 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:18:48.042 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:18:48.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:47 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:46.643651+0000 mgr.smithi045.zcmxfe (mgr.14164) 105 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:49.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:48 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:18:48.038147+0000 mon.smithi045 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.50:0/2390746673' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:18:49.434 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:18:49.435 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:18:50.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:49 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:48.644134+0000 mgr.smithi045.zcmxfe (mgr.14164) 106 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:50.906 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:18:50.906 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:18:50.908 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:18:52.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:51 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:50.644507+0000 mgr.smithi045.zcmxfe (mgr.14164) 107 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:52.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:51 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:18:50.904215+0000 mon.smithi045 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.50:0/2778331999' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:18:52.295 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:18:52.296 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:18:53.781 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:18:53.781 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:18:53.783 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:18:54.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:52.644939+0000 mgr.smithi045.zcmxfe (mgr.14164) 108 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:54.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:18:53.779133+0000 mon.smithi045 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.50:0/1490327332' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:18:55.186 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:18:55.186 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:18:56.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:54.645302+0000 mgr.smithi045.zcmxfe (mgr.14164) 109 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:56.649 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:18:56.649 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:18:56.650 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:18:57.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:18:56.646994+0000 mon.smithi045 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.50:0/2983992475' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:18:58.042 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:18:58.043 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:18:58.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:57 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:56.645699+0000 mgr.smithi045.zcmxfe (mgr.14164) 110 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:18:59.478 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:18:59.478 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:18:59.480 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:19:00.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:59 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:18:58.646054+0000 mgr.smithi045.zcmxfe (mgr.14164) 111 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:00.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:18:59 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:18:59.476918+0000 mon.smithi045 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.50:0/926624809' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:19:00.889 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:19:00.889 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:19:02.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:01 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:00.646494+0000 mgr.smithi045.zcmxfe (mgr.14164) 112 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:02.361 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:19:02.361 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:19:02.363 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:19:03.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:02 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:19:02.359132+0000 mon.smithi045 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.50:0/3443311438' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:19:03.752 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:19:03.753 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:19:04.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:03 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:02.646900+0000 mgr.smithi045.zcmxfe (mgr.14164) 113 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:05.210 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:19:05.210 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:19:05.211 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:19:06.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:04.647192+0000 mgr.smithi045.zcmxfe (mgr.14164) 114 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:06.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:19:05.208191+0000 mon.smithi045 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.50:0/3901636561' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:19:06.620 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:19:06.620 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:19:08.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:07 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:06.647645+0000 mgr.smithi045.zcmxfe (mgr.14164) 115 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:08.151 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:19:08.151 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:19:08.153 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:19:09.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:19:08.149505+0000 mon.smithi045 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.50:0/3551827639' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:19:09.544 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:19:09.545 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:19:10.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:08.648028+0000 mgr.smithi045.zcmxfe (mgr.14164) 116 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:10.994 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:19:10.994 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:19:10.996 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:19:12.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:10.648377+0000 mgr.smithi045.zcmxfe (mgr.14164) 117 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:12.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:19:10.992275+0000 mon.smithi045 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.50:0/659775067' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:19:12.385 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:19:12.385 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:19:13.815 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:19:13.815 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:19:13.816 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:19:14.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:12.648712+0000 mgr.smithi045.zcmxfe (mgr.14164) 118 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:14.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:19:13.813108+0000 mon.smithi045 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.50:0/1258535599' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:19:15.208 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:19:15.209 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:19:16.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:15 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:14.649035+0000 mgr.smithi045.zcmxfe (mgr.14164) 119 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:16.704 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:19:17.002 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:19:17.003 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:19:17.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:16 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:19:16.702025+0000 mon.smithi045 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.50:0/2158657258' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:19:18.092 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:19:18.092 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:19:18.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:16.649440+0000 mgr.smithi045.zcmxfe (mgr.14164) 120 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:19.586 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:19:19.587 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:19:19.588 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:19:20.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:18.649846+0000 mgr.smithi045.zcmxfe (mgr.14164) 121 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:20.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:19:19.585174+0000 mon.smithi045 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.50:0/2061544541' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:19:20.987 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:19:20.987 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:19:22.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:21 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:20.650186+0000 mgr.smithi045.zcmxfe (mgr.14164) 122 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:22.384 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:19:22.385 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:19:22.386 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:19:23.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:22 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:19:22.383029+0000 mon.smithi045 (mon.0) 203 : audit [DBG] from='client.? 172.21.15.50:0/2033323689' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:19:23.773 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:19:23.773 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:19:24.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:23 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:22.650418+0000 mgr.smithi045.zcmxfe (mgr.14164) 123 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:25.214 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:19:25.215 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:19:25.216 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:19:26.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:24.650798+0000 mgr.smithi045.zcmxfe (mgr.14164) 124 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:26.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:19:25.212858+0000 mon.smithi045 (mon.0) 204 : audit [DBG] from='client.? 172.21.15.50:0/4045577339' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:19:26.609 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:19:26.609 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:19:28.080 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:19:28.080 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:19:28.082 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:19:28.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:26.651189+0000 mgr.smithi045.zcmxfe (mgr.14164) 125 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:29.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:28 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:19:28.078517+0000 mon.smithi045 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.50:0/1088781560' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:19:29.473 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:19:29.473 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:19:30.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:29 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:28.651462+0000 mgr.smithi045.zcmxfe (mgr.14164) 126 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:30.938 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:19:30.938 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:19:30.939 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:19:32.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:30.651748+0000 mgr.smithi045.zcmxfe (mgr.14164) 127 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:32.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:19:30.772917+0000 mon.smithi045 (mon.0) 206 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:19:32.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:19:30.776148+0000 mon.smithi045 (mon.0) 207 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:19:32.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:19:30.936091+0000 mon.smithi045 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.50:0/2310250260' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:19:32.333 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:19:32.334 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:19:33.939 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:19:33.939 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:19:33.941 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:19:34.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:32.652153+0000 mgr.smithi045.zcmxfe (mgr.14164) 128 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:35.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:19:33.937439+0000 mon.smithi045 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.50:0/3224637659' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:19:35.329 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:19:35.329 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:19:36.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:34.652599+0000 mgr.smithi045.zcmxfe (mgr.14164) 129 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:36.847 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:19:36.847 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:19:36.849 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:19:38.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:37 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:36.653113+0000 mgr.smithi045.zcmxfe (mgr.14164) 130 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:38.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:37 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:19:36.845895+0000 mon.smithi045 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.50:0/2539497858' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:19:38.287 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:19:38.287 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:19:39.773 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:19:39.773 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:19:39.774 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:19:40.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:38.653463+0000 mgr.smithi045.zcmxfe (mgr.14164) 131 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:41.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:40 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:19:39.771006+0000 mon.smithi045 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.50:0/1762407969' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:19:41.168 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:19:41.168 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:19:42.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:40.653783+0000 mgr.smithi045.zcmxfe (mgr.14164) 132 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:42.666 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:19:42.666 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:19:42.668 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:19:43.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:19:42.664939+0000 mon.smithi045 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.50:0/2670447211' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:19:44.062 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:19:44.063 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:19:44.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:42.654117+0000 mgr.smithi045.zcmxfe (mgr.14164) 133 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:45.462 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:19:45.463 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:19:45.463 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:19:46.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:45 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:44.654409+0000 mgr.smithi045.zcmxfe (mgr.14164) 134 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:46.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:45 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:19:45.458244+0000 mon.smithi045 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.50:0/3879684724' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:19:46.860 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:19:46.860 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:19:48.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:47 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:46.654758+0000 mgr.smithi045.zcmxfe (mgr.14164) 135 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:48.360 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:19:48.360 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:19:48.363 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:19:49.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:48 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:19:48.358811+0000 mon.smithi045 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.50:0/4022834315' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:19:49.761 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:19:49.762 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:19:50.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:49 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:48.655040+0000 mgr.smithi045.zcmxfe (mgr.14164) 136 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:51.254 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:19:51.254 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:19:51.256 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:19:52.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:51 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:50.655363+0000 mgr.smithi045.zcmxfe (mgr.14164) 137 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:52.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:51 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:19:51.252546+0000 mon.smithi045 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.50:0/1839109690' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:19:52.657 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:19:52.657 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:19:54.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:52.655768+0000 mgr.smithi045.zcmxfe (mgr.14164) 138 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:54.154 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:19:54.155 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:19:54.157 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:19:55.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:19:54.152988+0000 mon.smithi045 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.50:0/2792545759' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:19:55.565 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:19:55.565 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:19:56.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:54.656130+0000 mgr.smithi045.zcmxfe (mgr.14164) 139 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:57.044 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:19:57.044 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:19:57.045 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:19:58.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:57 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:56.656445+0000 mgr.smithi045.zcmxfe (mgr.14164) 140 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:19:58.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:57 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:19:57.041755+0000 mon.smithi045 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.50:0/919599724' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:19:58.371 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:19:58.372 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:19:59.878 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:19:59.879 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:19:59.880 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:20:00.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:19:59 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:19:58.656787+0000 mgr.smithi045.zcmxfe (mgr.14164) 141 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:01.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:19:59.876836+0000 mon.smithi045 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.50:0/1234576859' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:20:01.295 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:20:01.296 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:20:02.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:01 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:00.657152+0000 mgr.smithi045.zcmxfe (mgr.14164) 142 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:02.792 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:20:02.793 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:20:02.795 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:20:04.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:03 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:02.657419+0000 mgr.smithi045.zcmxfe (mgr.14164) 143 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:04.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:03 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:02.791081+0000 mon.smithi045 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.50:0/2265906479' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:20:04.197 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:20:04.197 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:20:05.650 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:20:05.650 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:20:05.652 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:20:06.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:04.657808+0000 mgr.smithi045.zcmxfe (mgr.14164) 144 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:06.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:05.648372+0000 mon.smithi045 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.50:0/2258921104' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:20:06.985 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:20:06.986 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:20:08.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:07 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:06.658124+0000 mgr.smithi045.zcmxfe (mgr.14164) 145 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:08.499 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:20:08.499 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:20:08.501 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:20:09.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:08.497661+0000 mon.smithi045 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.50:0/2921810456' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:20:09.935 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:20:09.935 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:20:10.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:08.658432+0000 mgr.smithi045.zcmxfe (mgr.14164) 146 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:11.422 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:20:11.422 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:20:11.424 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:20:12.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:10.658773+0000 mgr.smithi045.zcmxfe (mgr.14164) 147 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:12.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:11.420293+0000 mon.smithi045 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.50:0/4288018013' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:20:12.830 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:20:12.830 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:20:14.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:12.659084+0000 mgr.smithi045.zcmxfe (mgr.14164) 148 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:14.301 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:20:14.301 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:20:14.305 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:20:15.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:14 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:14.299695+0000 mon.smithi045 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.50:0/4016419873' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:20:15.699 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:20:15.700 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:20:16.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:15 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:14.659331+0000 mgr.smithi045.zcmxfe (mgr.14164) 149 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:17.208 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:20:17.209 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:20:17.210 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:20:18.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:16.659612+0000 mgr.smithi045.zcmxfe (mgr.14164) 150 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:18.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:17.206144+0000 mon.smithi045 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.50:0/4234388485' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:20:18.607 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:20:18.607 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:20:20.098 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:20:20.098 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:20:20.100 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:20:20.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:18.659976+0000 mgr.smithi045.zcmxfe (mgr.14164) 151 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:21.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:20 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:20.095522+0000 mon.smithi045 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.50:0/2875825916' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:20:21.501 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:20:21.501 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:20:22.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:21 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:20.660338+0000 mgr.smithi045.zcmxfe (mgr.14164) 152 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:22.990 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:20:22.991 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:20:22.992 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:20:24.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:23 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:22.660633+0000 mgr.smithi045.zcmxfe (mgr.14164) 153 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:24.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:23 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:22.988655+0000 mon.smithi045 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.50:0/2584765762' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:20:24.392 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:20:24.393 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:20:25.898 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:20:25.899 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:20:25.900 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:20:26.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:24.660960+0000 mgr.smithi045.zcmxfe (mgr.14164) 154 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:27.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:26 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:25.897157+0000 mon.smithi045 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.50:0/3288370928' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:20:27.291 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:20:27.291 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:20:28.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:26.661200+0000 mgr.smithi045.zcmxfe (mgr.14164) 155 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:28.721 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:20:28.721 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:20:28.722 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:20:29.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:28 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:28.718076+0000 mon.smithi045 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.50:0/2112310740' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:20:30.107 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:20:30.108 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:20:30.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:29 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:28.661456+0000 mgr.smithi045.zcmxfe (mgr.14164) 156 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:31.575 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:20:31.575 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:20:31.577 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:20:32.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:30.661811+0000 mgr.smithi045.zcmxfe (mgr.14164) 157 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:32.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:30.773971+0000 mon.smithi045 (mon.0) 229 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:20:32.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:30.777029+0000 mon.smithi045 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:20:32.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:31.573596+0000 mon.smithi045 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.50:0/614804716' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:20:33.035 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:20:33.035 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:20:34.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:32.662155+0000 mgr.smithi045.zcmxfe (mgr.14164) 158 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:34.482 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:20:34.482 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:20:34.484 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:20:35.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:34.480389+0000 mon.smithi045 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.50:0/2372058731' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:20:35.880 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:20:35.881 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:20:36.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:34.662534+0000 mgr.smithi045.zcmxfe (mgr.14164) 159 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:37.313 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:20:37.313 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:20:37.315 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:20:38.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:37 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:36.662848+0000 mgr.smithi045.zcmxfe (mgr.14164) 160 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:38.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:37 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:37.310931+0000 mon.smithi045 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.50:0/2329599045' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:20:38.714 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:20:38.714 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:20:40.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:38.663158+0000 mgr.smithi045.zcmxfe (mgr.14164) 161 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:40.203 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:20:40.203 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:20:40.206 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:20:41.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:40 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:40.202108+0000 mon.smithi045 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.50:0/433988600' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:20:41.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:40 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:40.729106+0000 mon.smithi045 (mon.0) 235 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:20:41.621 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:20:41.621 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:20:42.010 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:40.663429+0000 mgr.smithi045.zcmxfe (mgr.14164) 162 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:42.010 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:20:40.728534+0000 mgr.smithi045.zcmxfe (mgr.14164) 163 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi045 ... 2023-12-08T09:20:42.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2023-12-08T09:20:42.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2023-12-08T09:20:42.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr time="2023-12-08T09:18:47Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:20:42.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr time="2023-12-08T09:19:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:20:42.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr time="2023-12-08T09:20:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:20:42.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:20:42.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Traceback (most recent call last): 2023-12-08T09:20:42.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:20:42.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: main() 2023-12-08T09:20:42.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:20:42.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: r = ctx.func(ctx) 2023-12-08T09:20:42.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:20:42.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: return func(ctx) 2023-12-08T09:20:42.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2023-12-08T09:20:42.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-08T09:20:42.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4185, in extract_uid_gid_monitoring 2023-12-08T09:20:42.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2023-12-08T09:20:42.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2023-12-08T09:20:42.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: raise RuntimeError('uid/gid not found') 2023-12-08T09:20:42.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: RuntimeError: uid/gid not found 2023-12-08T09:20:42.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Traceback (most recent call last): 2023-12-08T09:20:42.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2023-12-08T09:20:42.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: yield (conn, connr) 2023-12-08T09:20:42.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2023-12-08T09:20:42.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: code, '\n'.join(err))) 2023-12-08T09:20:42.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi045 ... 2023-12-08T09:20:42.013 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi045 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2023-12-08T09:20:42.013 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2023-12-08T09:20:42.013 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr time="2023-12-08T09:18:47Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:20:42.013 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr time="2023-12-08T09:19:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:20:42.013 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr time="2023-12-08T09:20:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:20:42.013 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:20:42.013 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Traceback (most recent call last): 2023-12-08T09:20:42.013 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:20:42.013 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: main() 2023-12-08T09:20:42.013 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:20:42.013 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: r = ctx.func(ctx) 2023-12-08T09:20:42.013 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:20:42.013 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: return func(ctx) 2023-12-08T09:20:42.013 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2023-12-08T09:20:42.014 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-08T09:20:42.014 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4185, in extract_uid_gid_monitoring 2023-12-08T09:20:42.014 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2023-12-08T09:20:42.014 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2023-12-08T09:20:42.014 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: raise RuntimeError('uid/gid not found') 2023-12-08T09:20:42.014 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: RuntimeError: uid/gid not found 2023-12-08T09:20:42.014 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:40.995806+0000 mon.smithi045 (mon.0) 236 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:20:42.014 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:41.245401+0000 mon.smithi045 (mon.0) 237 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:20:43.446 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:20:43.447 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:20:43.448 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:20:43.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:42.248826+0000 mon.smithi045 (mon.0) 238 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:20:43.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:42.663737+0000 mgr.smithi045.zcmxfe (mgr.14164) 164 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:44.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:43.444804+0000 mon.smithi045 (mon.0) 239 : audit [DBG] from='client.? 172.21.15.50:0/194146323' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:20:44.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:43.845256+0000 mon.smithi045 (mon.0) 240 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:20:44.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:44.138751+0000 mon.smithi045 (mon.0) 241 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:20:44.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:44.141816+0000 mon.smithi045 (mon.0) 242 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:20:44.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:44.143286+0000 mon.smithi045 (mon.0) 243 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi050", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T09:20:44.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:44.145244+0000 mon.smithi045 (mon.0) 244 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi050", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-08T09:20:44.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:44.146099+0000 mon.smithi045 (mon.0) 245 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:20:44.850 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:20:44.850 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:20:45.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:45 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:44.139506+0000 mgr.smithi045.zcmxfe (mgr.14164) 165 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:45.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:45 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:20:44.146815+0000 mgr.smithi045.zcmxfe (mgr.14164) 166 : cephadm [INF] Deploying daemon crash.smithi050 on smithi050 2023-12-08T09:20:45.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:45 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:45.137546+0000 mon.smithi045 (mon.0) 246 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-08T09:20:46.873 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:20:46.873 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:20:46.875 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:20:47.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:47 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:46.139915+0000 mgr.smithi045.zcmxfe (mgr.14164) 167 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:47.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:47 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:46.501808+0000 mon.smithi045 (mon.0) 247 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:20:47.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:47 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:46.503384+0000 mon.smithi045 (mon.0) 248 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi050.vrexpx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T09:20:47.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:47 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:46.505462+0000 mon.smithi045 (mon.0) 249 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi050.vrexpx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-08T09:20:47.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:47 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:46.506389+0000 mon.smithi045 (mon.0) 250 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T09:20:47.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:47 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:46.507446+0000 mon.smithi045 (mon.0) 251 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:20:47.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:47 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:20:46.508183+0000 mgr.smithi045.zcmxfe (mgr.14164) 168 : cephadm [INF] Deploying daemon mgr.smithi050.vrexpx on smithi050 2023-12-08T09:20:47.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:47 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:46.871225+0000 mon.smithi045 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.50:0/277324891' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:20:48.479 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:20:48.479 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:20:49.611 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:49 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:48.140355+0000 mgr.smithi045.zcmxfe (mgr.14164) 169 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:49.611 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:49 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:48.238346+0000 mon.smithi045 (mon.0) 253 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:20:49.611 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:49 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:48.239710+0000 mon.smithi045 (mon.0) 254 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T09:20:49.611 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:49 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:48.240578+0000 mon.smithi045 (mon.0) 255 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:20:49.612 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:49 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:20:48.241388+0000 mgr.smithi045.zcmxfe (mgr.14164) 170 : cephadm [INF] Deploying daemon mon.smithi050 on smithi050 2023-12-08T09:20:50.649 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 systemd[1]: Starting Ceph mon.smithi050 for 21915d88-95aa-11ee-95a3-87774f69a715... 2023-12-08T09:20:50.718 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:20:50.719 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:14:30.026030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T09:20:50.721 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-08T09:20:51.021 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.709+0000 7f2e01123700 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T09:20:51.021 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.709+0000 7f2e01123700 0 ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable), process ceph-mon, pid 7 2023-12-08T09:20:51.021 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.709+0000 7f2e01123700 0 pidfile_write: ignore empty --pid-file 2023-12-08T09:20:51.021 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.714+0000 7f2e01123700 0 load: jerasure load: lrc load: isa 2023-12-08T09:20:51.021 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T09:20:51.021 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: 2023-12-08T09:20:51.021 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T09:20:51.022 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Compile date May 13 2021 2023-12-08T09:20:51.022 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: DB SUMMARY 2023-12-08T09:20:51.022 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: 2023-12-08T09:20:51.022 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: CURRENT file: CURRENT 2023-12-08T09:20:51.022 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: 2023-12-08T09:20:51.022 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: IDENTITY file: IDENTITY 2023-12-08T09:20:51.022 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: 2023-12-08T09:20:51.022 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-12-08T09:20:51.022 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: 2023-12-08T09:20:51.022 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi050/store.db dir, Total Num: 0, files: 2023-12-08T09:20:51.022 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: 2023-12-08T09:20:51.022 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi050/store.db: 000003.log size: 511 ; 2023-12-08T09:20:51.022 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: 2023-12-08T09:20:51.022 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.error_if_exists: 0 2023-12-08T09:20:51.023 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.create_if_missing: 0 2023-12-08T09:20:51.023 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T09:20:51.023 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.env: 0x559bf762e1c0 2023-12-08T09:20:51.023 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 bash[125960]: e973f277d7285c308b351a1d8719ebc598f01c1fc2fffed114e9617d0620acf5 2023-12-08T09:20:51.023 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.fs: Posix File System 2023-12-08T09:20:51.023 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.info_log: 0x559bf81db960 2023-12-08T09:20:51.023 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T09:20:51.023 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.statistics: (nil) 2023-12-08T09:20:51.023 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.use_fsync: 0 2023-12-08T09:20:51.023 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T09:20:51.023 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T09:20:51.023 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T09:20:51.023 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T09:20:51.023 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T09:20:51.023 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T09:20:51.024 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T09:20:51.024 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T09:20:51.024 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T09:20:51.024 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T09:20:51.024 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T09:20:51.024 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.db_log_dir: 2023-12-08T09:20:51.024 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi050/store.db 2023-12-08T09:20:51.024 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T09:20:51.024 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T09:20:51.024 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T09:20:51.024 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T09:20:51.024 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T09:20:51.024 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T09:20:51.024 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T09:20:51.025 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T09:20:51.025 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T09:20:51.025 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T09:20:51.025 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.write_buffer_manager: 0x559bf8e50030 2023-12-08T09:20:51.025 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T09:20:51.025 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T09:20:51.025 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T09:20:51.025 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T09:20:51.025 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T09:20:51.025 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T09:20:51.025 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T09:20:51.025 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T09:20:51.025 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T09:20:51.025 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.unordered_write: 0 2023-12-08T09:20:51.027 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T09:20:51.027 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T09:20:51.028 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T09:20:51.028 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T09:20:51.028 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.row_cache: None 2023-12-08T09:20:51.028 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.wal_filter: None 2023-12-08T09:20:51.028 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T09:20:51.028 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T09:20:51.028 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T09:20:51.028 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.two_write_queues: 0 2023-12-08T09:20:51.028 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T09:20:51.028 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.atomic_flush: 0 2023-12-08T09:20:51.028 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T09:20:51.028 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T09:20:51.028 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T09:20:51.028 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T09:20:51.028 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T09:20:51.029 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T09:20:51.029 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T09:20:51.029 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T09:20:51.029 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T09:20:51.029 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T09:20:51.029 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T09:20:51.029 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T09:20:51.029 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T09:20:51.029 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T09:20:51.029 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T09:20:51.029 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_open_files: -1 2023-12-08T09:20:51.029 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T09:20:51.029 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T09:20:51.029 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T09:20:51.030 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T09:20:51.030 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Compression algorithms supported: 2023-12-08T09:20:51.030 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T09:20:51.030 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: kZSTD supported: 0 2023-12-08T09:20:51.030 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: kXpressCompression supported: 0 2023-12-08T09:20:51.030 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T09:20:51.030 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T09:20:51.030 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T09:20:51.030 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: kZlibCompression supported: 1 2023-12-08T09:20:51.030 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T09:20:51.030 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T09:20:51.030 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi050/store.db/MANIFEST-000001 2023-12-08T09:20:51.030 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: 2023-12-08T09:20:51.030 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T09:20:51.031 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: 2023-12-08T09:20:51.031 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T09:20:51.031 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.merge_operator: 2023-12-08T09:20:51.031 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.compaction_filter: None 2023-12-08T09:20:51.031 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T09:20:51.031 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T09:20:51.031 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T09:20:51.031 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559bf80f2128) 2023-12-08T09:20:51.031 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cache_index_and_filter_blocks: 1 2023-12-08T09:20:51.031 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T09:20:51.031 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T09:20:51.031 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: pin_top_level_index_and_filter: 1 2023-12-08T09:20:51.031 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: index_type: 0 2023-12-08T09:20:51.031 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: data_block_index_type: 0 2023-12-08T09:20:51.031 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: index_shortening: 1 2023-12-08T09:20:51.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: data_block_hash_table_util_ratio: 0.750000 2023-12-08T09:20:51.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: hash_index_allow_collision: 1 2023-12-08T09:20:51.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: checksum: 1 2023-12-08T09:20:51.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: no_block_cache: 0 2023-12-08T09:20:51.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: block_cache: 0x559bf8128f10 2023-12-08T09:20:51.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: block_cache_name: BinnedLRUCache 2023-12-08T09:20:51.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: block_cache_options: 2023-12-08T09:20:51.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: capacity : 536870912 2023-12-08T09:20:51.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: num_shard_bits : 4 2023-12-08T09:20:51.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: strict_capacity_limit : 0 2023-12-08T09:20:51.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: high_pri_pool_ratio: 0.000 2023-12-08T09:20:51.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: block_cache_compressed: (nil) 2023-12-08T09:20:51.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: persistent_cache: (nil) 2023-12-08T09:20:51.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: block_size: 4096 2023-12-08T09:20:51.032 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: block_size_deviation: 10 2023-12-08T09:20:51.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: block_restart_interval: 16 2023-12-08T09:20:51.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: index_block_restart_interval: 1 2023-12-08T09:20:51.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: metadata_block_size: 4096 2023-12-08T09:20:51.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: partition_filters: 0 2023-12-08T09:20:51.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: use_delta_encoding: 1 2023-12-08T09:20:51.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T09:20:51.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: whole_key_filtering: 1 2023-12-08T09:20:51.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: verify_compression: 0 2023-12-08T09:20:51.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: read_amp_bytes_per_bit: 0 2023-12-08T09:20:51.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: format_version: 2 2023-12-08T09:20:51.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: enable_index_compression: 1 2023-12-08T09:20:51.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: block_align: 0 2023-12-08T09:20:51.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: 2023-12-08T09:20:51.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T09:20:51.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T09:20:51.034 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.compression: NoCompression 2023-12-08T09:20:51.034 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T09:20:51.034 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T09:20:51.034 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T09:20:51.034 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.num_levels: 7 2023-12-08T09:20:51.034 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T09:20:51.034 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T09:20:51.034 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T09:20:51.034 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T09:20:51.034 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T09:20:51.034 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T09:20:51.034 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T09:20:51.034 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T09:20:51.034 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T09:20:51.035 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T09:20:51.035 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T09:20:51.035 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T09:20:51.035 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T09:20:51.035 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T09:20:51.035 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T09:20:51.035 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T09:20:51.035 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T09:20:51.035 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T09:20:51.035 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T09:20:51.035 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T09:20:51.035 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T09:20:51.035 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T09:20:51.035 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T09:20:51.035 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T09:20:51.036 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T09:20:51.036 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T09:20:51.036 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T09:20:51.036 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T09:20:51.036 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T09:20:51.036 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T09:20:51.036 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T09:20:51.036 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T09:20:51.036 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T09:20:51.036 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T09:20:51.036 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T09:20:51.036 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T09:20:51.036 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T09:20:51.036 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T09:20:51.036 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T09:20:51.037 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T09:20:51.037 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T09:20:51.037 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T09:20:51.037 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T09:20:51.037 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T09:20:51.037 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T09:20:51.037 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T09:20:51.037 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T09:20:51.037 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.table_properties_collectors: 2023-12-08T09:20:51.037 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T09:20:51.037 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T09:20:51.037 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T09:20:51.037 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T09:20:51.037 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T09:20:51.037 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.bloom_locality: 0 2023-12-08T09:20:51.038 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T09:20:51.038 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T09:20:51.038 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T09:20:51.038 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T09:20:51.038 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T09:20:51.038 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.ttl: 2592000 2023-12-08T09:20:51.038 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.715+0000 7f2e01123700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T09:20:51.038 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.716+0000 7f2e01123700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi050/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-08T09:20:51.038 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: 2023-12-08T09:20:51.038 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.716+0000 7f2e01123700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-08T09:20:51.038 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: 2023-12-08T09:20:51.039 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.716+0000 7f2e01123700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702027250717634, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-12-08T09:20:51.039 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.716+0000 7f2e01123700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-12-08T09:20:51.039 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.717+0000 7f2e01123700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-08T09:20:51.039 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.717+0000 7f2e01123700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702027250718389, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "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": 1702027250, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-08T09:20:51.039 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.717+0000 7f2e01123700 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-12-08T09:20:51.039 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: 2023-12-08T09:20:51.039 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.718+0000 7f2e01123700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702027250718987, "job": 1, "event": "recovery_finished"} 2023-12-08T09:20:51.039 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 systemd[1]: Started Ceph mon.smithi050 for 21915d88-95aa-11ee-95a3-87774f69a715. 2023-12-08T09:20:51.039 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.720+0000 7f2e01123700 4 rocksdb: DB pointer 0x559bf81ed800 2023-12-08T09:20:51.039 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.721+0000 7f2de7f3b700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T09:20:51.039 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.721+0000 7f2de7f3b700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T09:20:51.039 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: ** DB Stats ** 2023-12-08T09:20:51.039 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T09:20:51.039 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-08T09:20:51.040 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T09:20:51.040 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T09:20:51.040 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-08T09:20:51.040 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T09:20:51.040 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T09:20:51.040 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: 2023-12-08T09:20:51.040 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: ** Compaction Stats [default] ** 2023-12-08T09:20:51.040 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T09:20:51.040 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:20:51.040 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2023-12-08T09:20:51.040 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2023-12-08T09:20:51.040 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2023-12-08T09:20:51.040 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: 2023-12-08T09:20:51.040 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: ** Compaction Stats [default] ** 2023-12-08T09:20:51.040 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T09:20:51.041 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:20:51.041 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2023-12-08T09:20:51.041 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T09:20:51.041 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T09:20:51.041 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T09:20:51.041 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T09:20:51.041 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T09:20:51.041 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T09:20:51.041 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Cumulative compaction: 0.00 GB write, 0.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:20:51.041 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Interval compaction: 0.00 GB write, 0.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:20:51.041 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T09:20:51.041 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: 2023-12-08T09:20:51.041 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T09:20:51.041 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: 2023-12-08T09:20:51.041 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: ** Compaction Stats [default] ** 2023-12-08T09:20:51.042 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T09:20:51.042 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:20:51.042 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2023-12-08T09:20:51.042 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2023-12-08T09:20:51.042 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T09:20:51.042 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: 2023-12-08T09:20:51.042 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: ** Compaction Stats [default] ** 2023-12-08T09:20:51.042 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T09:20:51.042 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T09:20:51.042 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2023-12-08T09:20:51.042 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T09:20:51.042 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T09:20:51.042 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T09:20:51.043 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T09:20:51.043 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T09:20:51.043 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T09:20:51.043 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Cumulative compaction: 0.00 GB write, 0.25 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:20:51.043 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T09:20:51.043 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T09:20:51.043 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: 2023-12-08T09:20:51.043 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T09:20:51.043 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: 2023-12-08T09:20:51.043 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.721+0000 7f2e01123700 0 mon.smithi050 does not exist in monmap, will attempt to join an existing cluster 2023-12-08T09:20:51.043 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.721+0000 7f2e01123700 0 using public_addr v2:172.21.15.50:0/0 -> [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] 2023-12-08T09:20:51.043 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.722+0000 7f2e01123700 0 starting mon.smithi050 rank -1 at public addrs [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] at bind addrs [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi050 fsid 21915d88-95aa-11ee-95a3-87774f69a715 2023-12-08T09:20:51.043 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.723+0000 7f2e01123700 1 mon.smithi050@-1(???) e0 preinit fsid 21915d88-95aa-11ee-95a3-87774f69a715 2023-12-08T09:20:51.043 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.800+0000 7f2dea740700 0 mon.smithi050@-1(synchronizing).mds e1 new map 2023-12-08T09:20:51.043 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.800+0000 7f2dea740700 0 mon.smithi050@-1(synchronizing).mds e1 print_map 2023-12-08T09:20:51.044 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: e1 2023-12-08T09:20:51.044 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-08T09:20:51.044 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-08T09:20:51.044 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: legacy client fscid: -1 2023-12-08T09:20:51.044 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: 2023-12-08T09:20:51.044 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: No filesystems configured 2023-12-08T09:20:51.044 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: 2023-12-08T09:20:51.044 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.800+0000 7f2dea740700 1 mon.smithi050@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-08T09:20:51.044 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.800+0000 7f2dea740700 1 mon.smithi050@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-08T09:20:51.044 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.800+0000 7f2dea740700 1 mon.smithi050@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-08T09:20:51.044 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.800+0000 7f2dea740700 1 mon.smithi050@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-08T09:20:51.044 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.800+0000 7f2dea740700 1 mon.smithi050@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-08T09:20:51.044 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.800+0000 7f2dea740700 1 mon.smithi050@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-08T09:20:51.044 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.800+0000 7f2dea740700 1 mon.smithi050@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-08T09:20:51.044 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.800+0000 7f2dea740700 0 mon.smithi050@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-08T09:20:51.045 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.800+0000 7f2dea740700 0 mon.smithi050@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T09:20:51.045 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.800+0000 7f2dea740700 0 mon.smithi050@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T09:20:51.045 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.800+0000 7f2dea740700 0 mon.smithi050@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T09:20:51.045 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:20:48.140355+0000 mgr.smithi045.zcmxfe (mgr.14164) 169 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:51.045 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:20:48.238346+0000 mon.smithi045 (mon.0) 253 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:20:51.045 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:20:48.239710+0000 mon.smithi045 (mon.0) 254 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T09:20:51.045 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:20:48.240578+0000 mon.smithi045 (mon.0) 255 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:20:51.045 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:20:48.241388+0000 mgr.smithi045.zcmxfe (mgr.14164) 170 : cephadm [INF] Deploying daemon mon.smithi050 on smithi050 2023-12-08T09:20:51.045 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.801+0000 7f2dea740700 1 mon.smithi050@-1(synchronizing).paxosservice(auth 1..7) refresh upgraded, format 0 -> 3 2023-12-08T09:20:51.045 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.802+0000 7f2dea740700 20 expand_channel_meta expand map: {default=false} 2023-12-08T09:20:51.045 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.802+0000 7f2dea740700 20 expand_channel_meta from 'false' to 'false' 2023-12-08T09:20:51.045 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.802+0000 7f2dea740700 20 expand_channel_meta expanded map: {default=false} 2023-12-08T09:20:51.045 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.802+0000 7f2dea740700 20 expand_channel_meta expand map: {default=info} 2023-12-08T09:20:51.045 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.802+0000 7f2dea740700 20 expand_channel_meta from 'info' to 'info' 2023-12-08T09:20:51.045 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.802+0000 7f2dea740700 20 expand_channel_meta expanded map: {default=info} 2023-12-08T09:20:51.046 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.802+0000 7f2dea740700 20 expand_channel_meta expand map: {default=daemon} 2023-12-08T09:20:51.046 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.802+0000 7f2dea740700 20 expand_channel_meta from 'daemon' to 'daemon' 2023-12-08T09:20:51.046 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.802+0000 7f2dea740700 20 expand_channel_meta expanded map: {default=daemon} 2023-12-08T09:20:51.046 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.802+0000 7f2dea740700 20 expand_channel_meta expand map: {default=debug} 2023-12-08T09:20:51.046 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.802+0000 7f2dea740700 20 expand_channel_meta from 'debug' to 'debug' 2023-12-08T09:20:51.046 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.802+0000 7f2dea740700 20 expand_channel_meta expanded map: {default=debug} 2023-12-08T09:20:51.046 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:20:50.802+0000 7f2dea740700 10 mon.smithi050@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-12-08T09:20:52.119 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T09:20:52.119 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T09:20:56.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:20:50.140654+0000 mgr.smithi045.zcmxfe (mgr.14164) 171 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:56.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:20:50.792423+0000 mgr.smithi045.zcmxfe (mgr.14164) 172 : cephadm [INF] Deploying daemon node-exporter.smithi050 on smithi050 2023-12-08T09:20:56.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:20:50.806355+0000 mon.smithi045 (mon.0) 258 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-08T09:20:56.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:20:50.808820+0000 mon.smithi045 (mon.0) 259 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-12-08T09:20:56.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:20:50.809038+0000 mon.smithi045 (mon.0) 260 : cluster [INF] mon.smithi045 calling monitor election 2023-12-08T09:20:56.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:20:50.822143+0000 mon.smithi045 (mon.0) 261 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-08T09:20:56.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:20:51.805930+0000 mon.smithi045 (mon.0) 262 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-08T09:20:56.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:20:52.140948+0000 mgr.smithi045.zcmxfe (mgr.14164) 173 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:56.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:20:52.805914+0000 mon.smithi045 (mon.0) 263 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-08T09:20:56.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:20:52.806976+0000 mon.smithi050 (mon.1) 1 : cluster [INF] mon.smithi050 calling monitor election 2023-12-08T09:20:56.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:20:53.805842+0000 mon.smithi045 (mon.0) 264 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-08T09:20:56.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:20:54.081881+0000 mon.smithi045 (mon.0) 265 : audit [DBG] from='mgr.? 172.21.15.50:0/3852329753' entity='mgr.smithi050.vrexpx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi050.vrexpx/crt"}]: dispatch 2023-12-08T09:20:56.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:20:54.141303+0000 mgr.smithi045.zcmxfe (mgr.14164) 174 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:56.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:20:54.806141+0000 mon.smithi045 (mon.0) 266 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-08T09:20:56.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:20:55.806485+0000 mon.smithi045 (mon.0) 267 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-08T09:20:56.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:20:55.836134+0000 mon.smithi045 (mon.0) 268 : cluster [INF] mon.smithi045 is new leader, mons smithi045,smithi050 in quorum (ranks 0,1) 2023-12-08T09:20:56.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:20:55.839265+0000 mon.smithi045 (mon.0) 269 : cluster [DBG] monmap e2: 2 mons at {smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],smithi050=[v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0]} 2023-12-08T09:20:56.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:20:55.839311+0000 mon.smithi045 (mon.0) 270 : cluster [DBG] fsmap 2023-12-08T09:20:56.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:20:55.839341+0000 mon.smithi045 (mon.0) 271 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T09:20:56.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:20:55.839561+0000 mon.smithi045 (mon.0) 272 : cluster [DBG] mgrmap e17: smithi045.zcmxfe(active, since 5m) 2023-12-08T09:20:56.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:20:55.840495+0000 mon.smithi045 (mon.0) 273 : cluster [DBG] Standby manager daemon smithi050.vrexpx started 2023-12-08T09:20:56.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:20:55.841469+0000 mon.smithi045 (mon.0) 274 : audit [DBG] from='mgr.? 172.21.15.50:0/3852329753' entity='mgr.smithi050.vrexpx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T09:20:56.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:20:55.843168+0000 mon.smithi045 (mon.0) 275 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-12-08T09:20:56.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:20:55.843188+0000 mon.smithi045 (mon.0) 276 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-12-08T09:20:56.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:20:55.843198+0000 mon.smithi045 (mon.0) 277 : cluster [WRN] daemon node-exporter.smithi045 on smithi045 is in unknown state 2023-12-08T09:20:56.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:20:55.843463+0000 mon.smithi045 (mon.0) 278 : audit [DBG] from='mgr.? 172.21.15.50:0/3852329753' entity='mgr.smithi050.vrexpx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi050.vrexpx/key"}]: dispatch 2023-12-08T09:20:56.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:20:55.843977+0000 mon.smithi045 (mon.0) 279 : audit [DBG] from='mgr.? 172.21.15.50:0/3852329753' entity='mgr.smithi050.vrexpx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T09:20:56.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:50.140654+0000 mgr.smithi045.zcmxfe (mgr.14164) 171 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:56.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:20:50.792423+0000 mgr.smithi045.zcmxfe (mgr.14164) 172 : cephadm [INF] Deploying daemon node-exporter.smithi050 on smithi050 2023-12-08T09:20:56.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:50.806355+0000 mon.smithi045 (mon.0) 258 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-08T09:20:56.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:50.808820+0000 mon.smithi045 (mon.0) 259 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-12-08T09:20:56.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:50.809038+0000 mon.smithi045 (mon.0) 260 : cluster [INF] mon.smithi045 calling monitor election 2023-12-08T09:20:56.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:50.822143+0000 mon.smithi045 (mon.0) 261 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-08T09:20:56.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:51.805930+0000 mon.smithi045 (mon.0) 262 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-08T09:20:56.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:52.140948+0000 mgr.smithi045.zcmxfe (mgr.14164) 173 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:56.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:52.805914+0000 mon.smithi045 (mon.0) 263 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-08T09:20:56.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:52.806976+0000 mon.smithi050 (mon.1) 1 : cluster [INF] mon.smithi050 calling monitor election 2023-12-08T09:20:56.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:53.805842+0000 mon.smithi045 (mon.0) 264 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-08T09:20:56.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:54.081881+0000 mon.smithi045 (mon.0) 265 : audit [DBG] from='mgr.? 172.21.15.50:0/3852329753' entity='mgr.smithi050.vrexpx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi050.vrexpx/crt"}]: dispatch 2023-12-08T09:20:56.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:54.141303+0000 mgr.smithi045.zcmxfe (mgr.14164) 174 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:56.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:54.806141+0000 mon.smithi045 (mon.0) 266 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-08T09:20:56.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:55.806485+0000 mon.smithi045 (mon.0) 267 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-08T09:20:56.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:55.836134+0000 mon.smithi045 (mon.0) 268 : cluster [INF] mon.smithi045 is new leader, mons smithi045,smithi050 in quorum (ranks 0,1) 2023-12-08T09:20:56.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:55.839265+0000 mon.smithi045 (mon.0) 269 : cluster [DBG] monmap e2: 2 mons at {smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],smithi050=[v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0]} 2023-12-08T09:20:56.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:55.839311+0000 mon.smithi045 (mon.0) 270 : cluster [DBG] fsmap 2023-12-08T09:20:56.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:55.839341+0000 mon.smithi045 (mon.0) 271 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T09:20:56.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:55.839561+0000 mon.smithi045 (mon.0) 272 : cluster [DBG] mgrmap e17: smithi045.zcmxfe(active, since 5m) 2023-12-08T09:20:56.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:55.840495+0000 mon.smithi045 (mon.0) 273 : cluster [DBG] Standby manager daemon smithi050.vrexpx started 2023-12-08T09:20:56.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:55.841469+0000 mon.smithi045 (mon.0) 274 : audit [DBG] from='mgr.? 172.21.15.50:0/3852329753' entity='mgr.smithi050.vrexpx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T09:20:56.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:55.843168+0000 mon.smithi045 (mon.0) 275 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-12-08T09:20:56.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:55.843188+0000 mon.smithi045 (mon.0) 276 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-12-08T09:20:56.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:55.843198+0000 mon.smithi045 (mon.0) 277 : cluster [WRN] daemon node-exporter.smithi045 on smithi045 is in unknown state 2023-12-08T09:20:56.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:55.843463+0000 mon.smithi045 (mon.0) 278 : audit [DBG] from='mgr.? 172.21.15.50:0/3852329753' entity='mgr.smithi050.vrexpx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi050.vrexpx/key"}]: dispatch 2023-12-08T09:20:56.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:55.843977+0000 mon.smithi045 (mon.0) 279 : audit [DBG] from='mgr.? 172.21.15.50:0/3852329753' entity='mgr.smithi050.vrexpx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T09:20:56.556 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-08T09:20:56.557 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":2,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","modified":"2023-12-08T09:20:50.806030Z","created":"2023-12-08T09:14:30.026030Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-08T09:20:56.557 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 2 2023-12-08T09:20:56.939 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-08T09:20:56.939 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph config generate-minimal-conf 2023-12-08T09:20:57.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:56 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:20:55.900537+0000 mon.smithi045 (mon.0) 280 : cluster [DBG] mgrmap e18: smithi045.zcmxfe(active, since 5m), standbys: smithi050.vrexpx 2023-12-08T09:20:57.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:56 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:20:55.900698+0000 mon.smithi045 (mon.0) 281 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mgr metadata", "who": "smithi050.vrexpx", "id": "smithi050.vrexpx"}]: dispatch 2023-12-08T09:20:57.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:56 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:20:56.552302+0000 mon.smithi045 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.50:0/965669524' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:20:57.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:56 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:20:56.806613+0000 mon.smithi045 (mon.0) 283 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-08T09:20:57.308 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:55.900537+0000 mon.smithi045 (mon.0) 280 : cluster [DBG] mgrmap e18: smithi045.zcmxfe(active, since 5m), standbys: smithi050.vrexpx 2023-12-08T09:20:57.308 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:55.900698+0000 mon.smithi045 (mon.0) 281 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mgr metadata", "who": "smithi050.vrexpx", "id": "smithi050.vrexpx"}]: dispatch 2023-12-08T09:20:57.308 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:56.552302+0000 mon.smithi045 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.50:0/965669524' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T09:20:57.308 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:56.806613+0000 mon.smithi045 (mon.0) 283 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-08T09:20:58.067 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:57 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:56.141716+0000 mgr.smithi045.zcmxfe (mgr.14164) 175 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:58.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:57 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:20:56.141716+0000 mgr.smithi045.zcmxfe (mgr.14164) 175 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:20:58.509 INFO:teuthology.orchestra.run.smithi045.stdout:# minimal ceph.conf for 21915d88-95aa-11ee-95a3-87774f69a715 2023-12-08T09:20:58.510 INFO:teuthology.orchestra.run.smithi045.stdout:[global] 2023-12-08T09:20:58.510 INFO:teuthology.orchestra.run.smithi045.stdout: fsid = 21915d88-95aa-11ee-95a3-87774f69a715 2023-12-08T09:20:58.510 INFO:teuthology.orchestra.run.smithi045.stdout: mon_host = [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] 2023-12-08T09:20:58.902 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-08T09:20:58.902 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-08T09:20:58.902 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.conf 2023-12-08T09:20:58.940 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-08T09:20:58.941 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T09:20:59.016 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-12-08T09:20:59.016 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/ceph/ceph.conf 2023-12-08T09:20:59.057 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-12-08T09:20:59.057 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T09:20:59.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:58 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:20:58.508336+0000 mon.smithi045 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.45:0/3015239942' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:20:59.133 INFO:tasks.cephadm:Deploying OSDs... 2023-12-08T09:20:59.133 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-08T09:20:59.133 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T09:20:59.157 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-08T09:20:59.157 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_1 2023-12-08T09:20:59.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:58 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:20:58.508336+0000 mon.smithi045 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.45:0/3015239942' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:20:59.221 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-08T09:20:59.221 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T09:20:59.221 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 391724 Links: 1 2023-12-08T09:20:59.221 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T09:20:59.221 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T09:20:59.221 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-12-08 09:16:12.387467676 +0000 2023-12-08T09:20:59.221 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-12-08 09:13:04.376464571 +0000 2023-12-08T09:20:59.221 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-12-08 09:13:04.376464571 +0000 2023-12-08T09:20:59.221 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-12-08T09:20:59.222 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-08T09:20:59.294 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-12-08T09:20:59.294 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-12-08T09:20:59.294 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000115368 s, 4.4 MB/s 2023-12-08T09:20:59.295 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-08T09:20:59.359 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_2 2023-12-08T09:20:59.423 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-08T09:20:59.423 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T09:20:59.423 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 395804 Links: 1 2023-12-08T09:20:59.423 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T09:20:59.423 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T09:20:59.423 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-12-08 09:16:12.387467676 +0000 2023-12-08T09:20:59.423 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-12-08 09:13:04.944455588 +0000 2023-12-08T09:20:59.423 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-12-08 09:13:04.944455588 +0000 2023-12-08T09:20:59.423 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-12-08T09:20:59.423 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-08T09:20:59.495 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-12-08T09:20:59.496 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-12-08T09:20:59.496 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000130013 s, 3.9 MB/s 2023-12-08T09:20:59.497 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-08T09:20:59.562 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_3 2023-12-08T09:20:59.625 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-08T09:20:59.625 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T09:20:59.626 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 395909 Links: 1 2023-12-08T09:20:59.626 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T09:20:59.626 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T09:20:59.626 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-12-08 09:16:12.387467676 +0000 2023-12-08T09:20:59.626 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-12-08 09:13:05.517446527 +0000 2023-12-08T09:20:59.626 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-12-08 09:13:05.517446527 +0000 2023-12-08T09:20:59.626 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-12-08T09:20:59.626 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-08T09:20:59.700 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-12-08T09:20:59.700 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-12-08T09:20:59.700 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000131457 s, 3.9 MB/s 2023-12-08T09:20:59.701 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-08T09:20:59.766 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_4 2023-12-08T09:20:59.830 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-08T09:20:59.830 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T09:20:59.830 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 395965 Links: 1 2023-12-08T09:20:59.830 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T09:20:59.830 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T09:20:59.830 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-12-08 09:16:12.387467676 +0000 2023-12-08T09:20:59.830 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-12-08 09:13:06.117437038 +0000 2023-12-08T09:20:59.831 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-12-08 09:13:06.117437038 +0000 2023-12-08T09:20:59.831 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-12-08T09:20:59.831 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-08T09:20:59.903 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-12-08T09:20:59.903 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-12-08T09:20:59.903 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000130415 s, 3.9 MB/s 2023-12-08T09:20:59.904 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-08T09:20:59.969 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-12-08T09:20:59.970 DEBUG:teuthology.orchestra.run.smithi050:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T09:20:59.993 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-08T09:20:59.993 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_1 2023-12-08T09:21:00.057 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-08T09:21:00.057 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T09:21:00.057 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 398081 Links: 1 2023-12-08T09:21:00.057 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T09:21:00.057 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T09:21:00.057 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2023-12-08 09:20:51.349653938 +0000 2023-12-08T09:21:00.057 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2023-12-08 09:13:04.367421345 +0000 2023-12-08T09:21:00.058 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2023-12-08 09:13:04.367421345 +0000 2023-12-08T09:21:00.058 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2023-12-08T09:21:00.058 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-08T09:21:00.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:20:59 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:20:58.142181+0000 mgr.smithi045.zcmxfe (mgr.14164) 176 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:21:00.131 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2023-12-08T09:21:00.131 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2023-12-08T09:21:00.132 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000136608 s, 3.7 MB/s 2023-12-08T09:21:00.133 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-08T09:21:00.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:20:59 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:20:58.142181+0000 mgr.smithi045.zcmxfe (mgr.14164) 176 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:21:00.198 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_2 2023-12-08T09:21:00.260 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-08T09:21:00.261 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T09:21:00.261 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 396662 Links: 1 2023-12-08T09:21:00.261 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T09:21:00.261 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T09:21:00.261 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2023-12-08 09:20:51.349653938 +0000 2023-12-08T09:21:00.261 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2023-12-08 09:13:04.949406620 +0000 2023-12-08T09:21:00.261 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2023-12-08 09:13:04.949406620 +0000 2023-12-08T09:21:00.261 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2023-12-08T09:21:00.261 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-08T09:21:00.334 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2023-12-08T09:21:00.334 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2023-12-08T09:21:00.334 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.00012912 s, 4.0 MB/s 2023-12-08T09:21:00.335 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-08T09:21:00.400 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_3 2023-12-08T09:21:00.465 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-08T09:21:00.465 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T09:21:00.465 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 396808 Links: 1 2023-12-08T09:21:00.465 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T09:21:00.466 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T09:21:00.466 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2023-12-08 09:20:51.349653938 +0000 2023-12-08T09:21:00.466 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2023-12-08 09:13:05.518392223 +0000 2023-12-08T09:21:00.466 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2023-12-08 09:13:05.518392223 +0000 2023-12-08T09:21:00.466 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2023-12-08T09:21:00.466 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-08T09:21:00.539 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2023-12-08T09:21:00.539 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2023-12-08T09:21:00.539 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000146203 s, 3.5 MB/s 2023-12-08T09:21:00.540 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-08T09:21:00.605 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_4 2023-12-08T09:21:00.669 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-08T09:21:00.669 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T09:21:00.669 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 396932 Links: 1 2023-12-08T09:21:00.669 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T09:21:00.669 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T09:21:00.669 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2023-12-08 09:20:51.349653938 +0000 2023-12-08T09:21:00.669 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2023-12-08 09:13:06.098377548 +0000 2023-12-08T09:21:00.669 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2023-12-08 09:13:06.098377548 +0000 2023-12-08T09:21:00.669 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2023-12-08T09:21:00.669 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-08T09:21:00.742 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2023-12-08T09:21:00.743 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2023-12-08T09:21:00.743 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000113452 s, 4.5 MB/s 2023-12-08T09:21:00.744 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-08T09:21:00.810 INFO:tasks.cephadm:Deploying osd.0 on smithi045 with /dev/vg_nvme/lv_4... 2023-12-08T09:21:00.811 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-08T09:21:02.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:01 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:00.142491+0000 mgr.smithi045.zcmxfe (mgr.14164) 177 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:21:02.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:01 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:00.142491+0000 mgr.smithi045.zcmxfe (mgr.14164) 177 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:21:02.273 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-08T09:21:02.273 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-08T09:21:02.273 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10+0 records in 2023-12-08T09:21:02.273 INFO:teuthology.orchestra.run.smithi045.stderr:10+0 records out 2023-12-08T09:21:02.273 INFO:teuthology.orchestra.run.smithi045.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00890965 s, 1.2 GB/s 2023-12-08T09:21:02.273 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 2023-12-08T09:21:02.274 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping successful for: 2023-12-08T09:21:02.652 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi045:vg_nvme/lv_4 2023-12-08T09:21:04.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:03 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:02.142785+0000 mgr.smithi045.zcmxfe (mgr.14164) 178 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:21:04.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:03 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:02.142785+0000 mgr.smithi045.zcmxfe (mgr.14164) 178 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:21:05.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:04 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:04.177050+0000 mon.smithi045 (mon.0) 285 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:21:05.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:04 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:04.178585+0000 mon.smithi045 (mon.0) 286 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:21:05.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:04 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:04.179190+0000 mon.smithi045 (mon.0) 287 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:21:05.200 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:04 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:04.177050+0000 mon.smithi045 (mon.0) 285 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:21:05.200 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:04 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:04.178585+0000 mon.smithi045 (mon.0) 286 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:21:05.200 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:04 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:04.179190+0000 mon.smithi045 (mon.0) 287 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:21:06.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:05 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:04.143033+0000 mgr.smithi045.zcmxfe (mgr.14164) 179 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:21:06.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:05 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:04.176247+0000 mgr.smithi045.zcmxfe (mgr.14164) 180 : audit [DBG] from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:21:06.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:05 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:21:04.178372+0000 mgr.smithi045.zcmxfe (mgr.14164) 181 : cephadm [INF] Applying service osd.None on host smithi045... 2023-12-08T09:21:06.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:04.143033+0000 mgr.smithi045.zcmxfe (mgr.14164) 179 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:21:06.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:04.176247+0000 mgr.smithi045.zcmxfe (mgr.14164) 180 : audit [DBG] from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:21:06.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:21:04.178372+0000 mgr.smithi045.zcmxfe (mgr.14164) 181 : cephadm [INF] Applying service osd.None on host smithi045... 2023-12-08T09:21:07.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:05.968215+0000 mon.smithi045 (mon.0) 288 : audit [INF] from='client.? 172.21.15.45:0/3941531696' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a0366854-04f8-4d99-9bbe-74b7f3a17d83"}]: dispatch 2023-12-08T09:21:07.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:05.971641+0000 mon.smithi045 (mon.0) 289 : audit [INF] from='client.? 172.21.15.45:0/3941531696' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a0366854-04f8-4d99-9bbe-74b7f3a17d83"}]': finished 2023-12-08T09:21:07.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:05.971720+0000 mon.smithi045 (mon.0) 290 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-08T09:21:07.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:05.971859+0000 mon.smithi045 (mon.0) 291 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:21:07.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:06.429723+0000 mon.smithi045 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.45:0/3599236895' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:21:07.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:05.968215+0000 mon.smithi045 (mon.0) 288 : audit [INF] from='client.? 172.21.15.45:0/3941531696' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a0366854-04f8-4d99-9bbe-74b7f3a17d83"}]: dispatch 2023-12-08T09:21:07.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:05.971641+0000 mon.smithi045 (mon.0) 289 : audit [INF] from='client.? 172.21.15.45:0/3941531696' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a0366854-04f8-4d99-9bbe-74b7f3a17d83"}]': finished 2023-12-08T09:21:07.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:05.971720+0000 mon.smithi045 (mon.0) 290 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-08T09:21:07.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:05.971859+0000 mon.smithi045 (mon.0) 291 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:21:07.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:06.429723+0000 mon.smithi045 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.45:0/3599236895' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:21:08.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:07 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:06.143264+0000 mgr.smithi045.zcmxfe (mgr.14164) 182 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:21:08.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:07 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:06.143264+0000 mgr.smithi045.zcmxfe (mgr.14164) 182 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:21:10.066 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:08.143690+0000 mgr.smithi045.zcmxfe (mgr.14164) 183 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:21:10.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:08.143690+0000 mgr.smithi045.zcmxfe (mgr.14164) 183 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:21:12.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:10.144082+0000 mgr.smithi045.zcmxfe (mgr.14164) 184 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:21:12.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:10.942051+0000 mon.smithi045 (mon.0) 293 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T09:21:12.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:10.942976+0000 mon.smithi045 (mon.0) 294 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:21:12.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:21:10.943698+0000 mgr.smithi045.zcmxfe (mgr.14164) 185 : cephadm [INF] Deploying daemon osd.0 on smithi045 2023-12-08T09:21:12.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:11 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:10.144082+0000 mgr.smithi045.zcmxfe (mgr.14164) 184 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:21:12.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:11 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:10.942051+0000 mon.smithi045 (mon.0) 293 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T09:21:12.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:11 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:10.942976+0000 mon.smithi045 (mon.0) 294 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:21:12.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:11 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:21:10.943698+0000 mgr.smithi045.zcmxfe (mgr.14164) 185 : cephadm [INF] Deploying daemon osd.0 on smithi045 2023-12-08T09:21:13.580 INFO:teuthology.orchestra.run.smithi045.stdout:Created osd(s) 0 on host 'smithi045' 2023-12-08T09:21:13.908 DEBUG:teuthology.orchestra.run.smithi045:osd.0> sudo journalctl -f -n 0 -u ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.0.service 2023-12-08T09:21:13.911 INFO:tasks.cephadm:Deploying osd.1 on smithi045 with /dev/vg_nvme/lv_3... 2023-12-08T09:21:13.911 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-08T09:21:13.948 INFO:journalctl@ceph.osd.0.smithi045.stdout:-- Logs begin at Fri 2023-12-08 09:04:55 UTC. -- 2023-12-08T09:21:14.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:12.144419+0000 mgr.smithi045.zcmxfe (mgr.14164) 186 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:21:14.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:13.572968+0000 mon.smithi045 (mon.0) 295 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:21:14.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:13.576578+0000 mon.smithi045 (mon.0) 296 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:21:14.110 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 08 09:21:14 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.0[116043]: debug 2023-12-08T09:21:14.035+0000 7f0723f2c080 -1 Falling back to public interface 2023-12-08T09:21:14.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:13 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:12.144419+0000 mgr.smithi045.zcmxfe (mgr.14164) 186 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:21:14.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:13 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:13.572968+0000 mon.smithi045 (mon.0) 295 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:21:14.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:13 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:13.576578+0000 mon.smithi045 (mon.0) 296 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:21:15.421 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-08T09:21:15.421 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-08T09:21:15.421 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10+0 records in 2023-12-08T09:21:15.421 INFO:teuthology.orchestra.run.smithi045.stderr:10+0 records out 2023-12-08T09:21:15.421 INFO:teuthology.orchestra.run.smithi045.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0105855 s, 991 MB/s 2023-12-08T09:21:15.421 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 2023-12-08T09:21:15.421 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping successful for: 2023-12-08T09:21:15.841 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi045:vg_nvme/lv_3 2023-12-08T09:21:16.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:15 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:14.144693+0000 mgr.smithi045.zcmxfe (mgr.14164) 187 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:21:16.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:15 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:14.144693+0000 mgr.smithi045.zcmxfe (mgr.14164) 187 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:21:17.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:16 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:16.778752+0000 mon.smithi045 (mon.0) 297 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/3073214853,v1:172.21.15.45:6803/3073214853]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T09:21:17.110 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 08 09:21:16 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.0[116043]: debug 2023-12-08T09:21:16.773+0000 7f0723f2c080 -1 osd.0 0 log_to_monitors {default=true} 2023-12-08T09:21:17.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:16 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:16.778752+0000 mon.smithi045 (mon.0) 297 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/3073214853,v1:172.21.15.45:6803/3073214853]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T09:21:18.103 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 08 09:21:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.0[116043]: debug 2023-12-08T09:21:17.948+0000 7f071a49d700 -1 osd.0 0 waiting for initial osdmap 2023-12-08T09:21:18.103 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 08 09:21:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.0[116043]: debug 2023-12-08T09:21:17.952+0000 7f0716c19700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-08T09:21:18.104 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:16.145111+0000 mgr.smithi045.zcmxfe (mgr.14164) 188 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:21:18.104 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:16.942976+0000 mon.smithi045 (mon.0) 298 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/3073214853,v1:172.21.15.45:6803/3073214853]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-08T09:21:18.104 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:16.943026+0000 mon.smithi045 (mon.0) 299 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-08T09:21:18.104 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:16.943122+0000 mon.smithi045 (mon.0) 300 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:21:18.104 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:16.943514+0000 mon.smithi045 (mon.0) 301 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/3073214853,v1:172.21.15.45:6803/3073214853]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-08T09:21:18.104 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:17.145176+0000 mon.smithi045 (mon.0) 302 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:21:18.104 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:17.146694+0000 mon.smithi045 (mon.0) 303 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:21:18.104 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:17.147279+0000 mon.smithi045 (mon.0) 304 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:21:18.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:17 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:16.145111+0000 mgr.smithi045.zcmxfe (mgr.14164) 188 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:21:18.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:17 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:16.942976+0000 mon.smithi045 (mon.0) 298 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/3073214853,v1:172.21.15.45:6803/3073214853]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-08T09:21:18.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:17 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:16.943026+0000 mon.smithi045 (mon.0) 299 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-08T09:21:18.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:17 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:16.943122+0000 mon.smithi045 (mon.0) 300 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:21:18.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:17 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:16.943514+0000 mon.smithi045 (mon.0) 301 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/3073214853,v1:172.21.15.45:6803/3073214853]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-08T09:21:18.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:17 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:17.145176+0000 mon.smithi045 (mon.0) 302 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:21:18.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:17 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:17.146694+0000 mon.smithi045 (mon.0) 303 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:21:18.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:17 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:17.147279+0000 mon.smithi045 (mon.0) 304 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:21:19.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:17.144321+0000 mgr.smithi045.zcmxfe (mgr.14164) 189 : audit [DBG] from='client.14412 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:21:19.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:21:17.146480+0000 mgr.smithi045.zcmxfe (mgr.14164) 190 : cephadm [INF] Applying service osd.None on host smithi045... 2023-12-08T09:21:19.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:17.944782+0000 mon.smithi045 (mon.0) 305 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/3073214853,v1:172.21.15.45:6803/3073214853]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-12-08T09:21:19.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:17.944855+0000 mon.smithi045 (mon.0) 306 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2023-12-08T09:21:19.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:17.945350+0000 mon.smithi045 (mon.0) 307 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:21:19.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:17.950341+0000 mon.smithi045 (mon.0) 308 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:21:19.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:18.830443+0000 mon.smithi045 (mon.0) 309 : audit [INF] from='client.? 172.21.15.45:0/2966618926' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0a29cdc-0c9a-4c07-b3ec-b625cafb94bf"}]: dispatch 2023-12-08T09:21:19.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:18.834361+0000 mon.smithi045 (mon.0) 310 : cluster [INF] osd.0 [v2:172.21.15.45:6802/3073214853,v1:172.21.15.45:6803/3073214853] boot 2023-12-08T09:21:19.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:18.834396+0000 mon.smithi045 (mon.0) 311 : audit [INF] from='client.? 172.21.15.45:0/2966618926' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c0a29cdc-0c9a-4c07-b3ec-b625cafb94bf"}]': finished 2023-12-08T09:21:19.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:18.834433+0000 mon.smithi045 (mon.0) 312 : cluster [DBG] osdmap e9: 2 total, 1 up, 2 in 2023-12-08T09:21:19.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:18.834683+0000 mon.smithi045 (mon.0) 313 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:21:19.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:18.834951+0000 mon.smithi045 (mon.0) 314 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:21:19.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:18 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:17.144321+0000 mgr.smithi045.zcmxfe (mgr.14164) 189 : audit [DBG] from='client.14412 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:21:19.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:18 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:21:17.146480+0000 mgr.smithi045.zcmxfe (mgr.14164) 190 : cephadm [INF] Applying service osd.None on host smithi045... 2023-12-08T09:21:19.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:18 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:17.944782+0000 mon.smithi045 (mon.0) 305 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/3073214853,v1:172.21.15.45:6803/3073214853]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-12-08T09:21:19.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:18 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:17.944855+0000 mon.smithi045 (mon.0) 306 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2023-12-08T09:21:19.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:18 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:17.945350+0000 mon.smithi045 (mon.0) 307 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:21:19.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:18 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:17.950341+0000 mon.smithi045 (mon.0) 308 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:21:19.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:18 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:18.830443+0000 mon.smithi045 (mon.0) 309 : audit [INF] from='client.? 172.21.15.45:0/2966618926' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0a29cdc-0c9a-4c07-b3ec-b625cafb94bf"}]: dispatch 2023-12-08T09:21:19.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:18 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:18.834361+0000 mon.smithi045 (mon.0) 310 : cluster [INF] osd.0 [v2:172.21.15.45:6802/3073214853,v1:172.21.15.45:6803/3073214853] boot 2023-12-08T09:21:19.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:18 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:18.834396+0000 mon.smithi045 (mon.0) 311 : audit [INF] from='client.? 172.21.15.45:0/2966618926' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c0a29cdc-0c9a-4c07-b3ec-b625cafb94bf"}]': finished 2023-12-08T09:21:19.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:18 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:18.834433+0000 mon.smithi045 (mon.0) 312 : cluster [DBG] osdmap e9: 2 total, 1 up, 2 in 2023-12-08T09:21:19.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:18 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:18.834683+0000 mon.smithi045 (mon.0) 313 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T09:21:19.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:18 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:18.834951+0000 mon.smithi045 (mon.0) 314 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:21:20.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:17.735507+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:21:20.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:17.735624+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:21:20.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:18.145358+0000 mgr.smithi045.zcmxfe (mgr.14164) 191 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:21:20.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:19.272771+0000 mon.smithi045 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.45:0/2139153632' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:21:20.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:19 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:17.735507+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:21:20.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:19 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:17.735624+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:21:20.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:19 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:18.145358+0000 mgr.smithi045.zcmxfe (mgr.14164) 191 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T09:21:20.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:19 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:19.272771+0000 mon.smithi045 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.45:0/2139153632' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:21:21.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:20 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:19.954619+0000 mon.smithi045 (mon.0) 316 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-08T09:21:21.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:20 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:19.955046+0000 mon.smithi045 (mon.0) 317 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:21:21.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:20 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:19.954619+0000 mon.smithi045 (mon.0) 316 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-08T09:21:21.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:20 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:19.955046+0000 mon.smithi045 (mon.0) 317 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:21:22.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:21 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:20.145655+0000 mgr.smithi045.zcmxfe (mgr.14164) 192 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-12-08T09:21:22.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:21 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:20.145655+0000 mgr.smithi045.zcmxfe (mgr.14164) 192 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-12-08T09:21:23.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:22 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:22.146012+0000 mgr.smithi045.zcmxfe (mgr.14164) 193 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-12-08T09:21:23.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:22 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:22.146012+0000 mgr.smithi045.zcmxfe (mgr.14164) 193 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-12-08T09:21:24.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:23 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:23.631203+0000 mon.smithi045 (mon.0) 318 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T09:21:24.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:23 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:23.632022+0000 mon.smithi045 (mon.0) 319 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:21:24.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:23 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:21:23.632657+0000 mgr.smithi045.zcmxfe (mgr.14164) 194 : cephadm [INF] Deploying daemon osd.1 on smithi045 2023-12-08T09:21:24.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:23 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:23.631203+0000 mon.smithi045 (mon.0) 318 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T09:21:24.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:23 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:23.632022+0000 mon.smithi045 (mon.0) 319 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:21:24.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:23 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:21:23.632657+0000 mgr.smithi045.zcmxfe (mgr.14164) 194 : cephadm [INF] Deploying daemon osd.1 on smithi045 2023-12-08T09:21:25.072 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:24 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:24.146454+0000 mgr.smithi045.zcmxfe (mgr.14164) 195 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-12-08T09:21:25.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:24 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:24.146454+0000 mgr.smithi045.zcmxfe (mgr.14164) 195 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-12-08T09:21:26.120 INFO:teuthology.orchestra.run.smithi045.stdout:Created osd(s) 1 on host 'smithi045' 2023-12-08T09:21:26.445 DEBUG:teuthology.orchestra.run.smithi045:osd.1> sudo journalctl -f -n 0 -u ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.1.service 2023-12-08T09:21:26.447 INFO:tasks.cephadm:Deploying osd.2 on smithi045 with /dev/vg_nvme/lv_2... 2023-12-08T09:21:26.447 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-08T09:21:26.483 INFO:journalctl@ceph.osd.1.smithi045.stdout:-- Logs begin at Fri 2023-12-08 09:04:55 UTC. -- 2023-12-08T09:21:26.846 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 08 09:21:26 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.1[118442]: debug 2023-12-08T09:21:26.579+0000 7fd09e6eb080 -1 Falling back to public interface 2023-12-08T09:21:27.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:27 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:26.112747+0000 mon.smithi045 (mon.0) 320 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:21:27.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:27 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:26.116323+0000 mon.smithi045 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:21:27.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:27 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:26.147085+0000 mgr.smithi045.zcmxfe (mgr.14164) 196 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-12-08T09:21:27.442 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:26.112747+0000 mon.smithi045 (mon.0) 320 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:21:27.442 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:26.116323+0000 mon.smithi045 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:21:27.442 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:26.147085+0000 mgr.smithi045.zcmxfe (mgr.14164) 196 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-12-08T09:21:27.942 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-08T09:21:27.942 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-08T09:21:27.942 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10+0 records in 2023-12-08T09:21:27.943 INFO:teuthology.orchestra.run.smithi045.stderr:10+0 records out 2023-12-08T09:21:27.943 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0145716 s, 720 MB/s 2023-12-08T09:21:27.943 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping successful for: 2023-12-08T09:21:28.324 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi045:vg_nvme/lv_2 2023-12-08T09:21:29.320 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:29 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:28.147438+0000 mgr.smithi045.zcmxfe (mgr.14164) 197 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-12-08T09:21:29.609 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 08 09:21:29 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.1[118442]: debug 2023-12-08T09:21:29.316+0000 7fd09e6eb080 -1 osd.1 0 log_to_monitors {default=true} 2023-12-08T09:21:29.673 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:29 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:28.147438+0000 mgr.smithi045.zcmxfe (mgr.14164) 197 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-12-08T09:21:30.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:29.321682+0000 mon.smithi050 (mon.1) 2 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/116480581,v1:172.21.15.45:6811/116480581]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T09:21:30.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:29.324035+0000 mon.smithi045 (mon.0) 322 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T09:21:30.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:29.762916+0000 mgr.smithi045.zcmxfe (mgr.14164) 198 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:21:30.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:29.763702+0000 mon.smithi045 (mon.0) 323 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:21:30.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:21:29.764856+0000 mgr.smithi045.zcmxfe (mgr.14164) 199 : cephadm [INF] Applying service osd.None on host smithi045... 2023-12-08T09:21:30.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:29.765076+0000 mon.smithi045 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:21:30.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:29.765681+0000 mon.smithi045 (mon.0) 325 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:21:30.673 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:29.321682+0000 mon.smithi050 (mon.1) 2 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/116480581,v1:172.21.15.45:6811/116480581]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T09:21:30.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:29.324035+0000 mon.smithi045 (mon.0) 322 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T09:21:30.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:29.762916+0000 mgr.smithi045.zcmxfe (mgr.14164) 198 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:21:30.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:29.763702+0000 mon.smithi045 (mon.0) 323 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:21:30.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:21:29.764856+0000 mgr.smithi045.zcmxfe (mgr.14164) 199 : cephadm [INF] Applying service osd.None on host smithi045... 2023-12-08T09:21:30.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:29.765076+0000 mon.smithi045 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:21:30.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:29.765681+0000 mon.smithi045 (mon.0) 325 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:21:31.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:30.147899+0000 mgr.smithi045.zcmxfe (mgr.14164) 200 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-12-08T09:21:31.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:30.209086+0000 mon.smithi045 (mon.0) 326 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-08T09:21:31.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:30.209144+0000 mon.smithi045 (mon.0) 327 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-08T09:21:31.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:30.209282+0000 mon.smithi045 (mon.0) 328 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:21:31.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:30.209817+0000 mon.smithi050 (mon.1) 3 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/116480581,v1:172.21.15.45:6811/116480581]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-08T09:21:31.611 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:30.210236+0000 mon.smithi045 (mon.0) 329 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-08T09:21:31.611 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:30.774952+0000 mon.smithi045 (mon.0) 330 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:21:31.611 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:30.777898+0000 mon.smithi045 (mon.0) 331 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:21:31.611 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 08 09:21:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.1[118442]: debug 2023-12-08T09:21:31.213+0000 7fd094c5c700 -1 osd.1 0 waiting for initial osdmap 2023-12-08T09:21:31.611 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 08 09:21:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.1[118442]: debug 2023-12-08T09:21:31.217+0000 7fd090bd7700 -1 osd.1 12 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-08T09:21:31.673 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:30.147899+0000 mgr.smithi045.zcmxfe (mgr.14164) 200 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-12-08T09:21:31.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:30.209086+0000 mon.smithi045 (mon.0) 326 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-08T09:21:31.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:30.209144+0000 mon.smithi045 (mon.0) 327 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-08T09:21:31.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:30.209282+0000 mon.smithi045 (mon.0) 328 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:21:31.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:30.209817+0000 mon.smithi050 (mon.1) 3 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/116480581,v1:172.21.15.45:6811/116480581]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-08T09:21:31.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:30.210236+0000 mon.smithi045 (mon.0) 329 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-08T09:21:31.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:30.774952+0000 mon.smithi045 (mon.0) 330 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:21:31.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:30.777898+0000 mon.smithi045 (mon.0) 331 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:21:32.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:31.210795+0000 mon.smithi045 (mon.0) 332 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-12-08T09:21:32.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:31.210860+0000 mon.smithi045 (mon.0) 333 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-08T09:21:32.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:31.211186+0000 mon.smithi045 (mon.0) 334 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:21:32.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:31.215114+0000 mon.smithi045 (mon.0) 335 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:21:32.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:31.474771+0000 mon.smithi045 (mon.0) 336 : audit [INF] from='client.? 172.21.15.45:0/119082680' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "133968a4-9ce5-4521-96fc-2cc8411c6cf3"}]: dispatch 2023-12-08T09:21:32.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:31.478842+0000 mon.smithi045 (mon.0) 337 : cluster [INF] osd.1 [v2:172.21.15.45:6810/116480581,v1:172.21.15.45:6811/116480581] boot 2023-12-08T09:21:32.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:31.478902+0000 mon.smithi045 (mon.0) 338 : audit [INF] from='client.? 172.21.15.45:0/119082680' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "133968a4-9ce5-4521-96fc-2cc8411c6cf3"}]': finished 2023-12-08T09:21:32.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:31.478966+0000 mon.smithi045 (mon.0) 339 : cluster [DBG] osdmap e13: 3 total, 2 up, 3 in 2023-12-08T09:21:32.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:31.479078+0000 mon.smithi045 (mon.0) 340 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:21:32.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:31.479450+0000 mon.smithi045 (mon.0) 341 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:21:32.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:31.927972+0000 mon.smithi045 (mon.0) 342 : audit [DBG] from='client.? 172.21.15.45:0/3324831717' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:21:32.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:31.210795+0000 mon.smithi045 (mon.0) 332 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-12-08T09:21:32.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:31.210860+0000 mon.smithi045 (mon.0) 333 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-08T09:21:32.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:31.211186+0000 mon.smithi045 (mon.0) 334 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:21:32.677 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:31.215114+0000 mon.smithi045 (mon.0) 335 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:21:32.677 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:31.474771+0000 mon.smithi045 (mon.0) 336 : audit [INF] from='client.? 172.21.15.45:0/119082680' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "133968a4-9ce5-4521-96fc-2cc8411c6cf3"}]: dispatch 2023-12-08T09:21:32.677 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:31.478842+0000 mon.smithi045 (mon.0) 337 : cluster [INF] osd.1 [v2:172.21.15.45:6810/116480581,v1:172.21.15.45:6811/116480581] boot 2023-12-08T09:21:32.677 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:31.478902+0000 mon.smithi045 (mon.0) 338 : audit [INF] from='client.? 172.21.15.45:0/119082680' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "133968a4-9ce5-4521-96fc-2cc8411c6cf3"}]': finished 2023-12-08T09:21:32.677 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:31.478966+0000 mon.smithi045 (mon.0) 339 : cluster [DBG] osdmap e13: 3 total, 2 up, 3 in 2023-12-08T09:21:32.677 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:31.479078+0000 mon.smithi045 (mon.0) 340 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T09:21:32.677 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:31.479450+0000 mon.smithi045 (mon.0) 341 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:21:32.677 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:31.927972+0000 mon.smithi045 (mon.0) 342 : audit [DBG] from='client.? 172.21.15.45:0/3324831717' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:21:33.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:30.295712+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:21:33.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:30.295821+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:21:33.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:32.148408+0000 mgr.smithi045.zcmxfe (mgr.14164) 201 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-12-08T09:21:33.673 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:33 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:30.295712+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:21:33.673 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:33 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:30.295821+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:21:33.673 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:33 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:32.148408+0000 mgr.smithi045.zcmxfe (mgr.14164) 201 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-12-08T09:21:34.440 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:33.218139+0000 mon.smithi045 (mon.0) 343 : cluster [DBG] osdmap e14: 3 total, 2 up, 3 in 2023-12-08T09:21:34.440 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:33.218546+0000 mon.smithi045 (mon.0) 344 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:21:34.673 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:34 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:33.218139+0000 mon.smithi045 (mon.0) 343 : cluster [DBG] osdmap e14: 3 total, 2 up, 3 in 2023-12-08T09:21:34.673 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:34 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:33.218546+0000 mon.smithi045 (mon.0) 344 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:21:35.403 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:34.148742+0000 mgr.smithi045.zcmxfe (mgr.14164) 202 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-12-08T09:21:35.673 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:35 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:34.148742+0000 mgr.smithi045.zcmxfe (mgr.14164) 202 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-12-08T09:21:37.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:36 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:36.362363+0000 mon.smithi045 (mon.0) 345 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T09:21:37.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:36 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:36.363126+0000 mon.smithi045 (mon.0) 346 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:21:37.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:36 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:36.362363+0000 mon.smithi045 (mon.0) 345 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T09:21:37.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:36 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:36.363126+0000 mon.smithi045 (mon.0) 346 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:21:38.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:37 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:36.149132+0000 mgr.smithi045.zcmxfe (mgr.14164) 203 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-12-08T09:21:38.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:37 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:21:36.363735+0000 mgr.smithi045.zcmxfe (mgr.14164) 204 : cephadm [INF] Deploying daemon osd.2 on smithi045 2023-12-08T09:21:38.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:37 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:36.149132+0000 mgr.smithi045.zcmxfe (mgr.14164) 203 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-12-08T09:21:38.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:37 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:21:36.363735+0000 mgr.smithi045.zcmxfe (mgr.14164) 204 : cephadm [INF] Deploying daemon osd.2 on smithi045 2023-12-08T09:21:38.777 INFO:teuthology.orchestra.run.smithi045.stdout:Created osd(s) 2 on host 'smithi045' 2023-12-08T09:21:39.155 DEBUG:teuthology.orchestra.run.smithi045:osd.2> sudo journalctl -f -n 0 -u ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.2.service 2023-12-08T09:21:39.157 INFO:tasks.cephadm:Deploying osd.3 on smithi045 with /dev/vg_nvme/lv_1... 2023-12-08T09:21:39.157 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-08T09:21:39.196 INFO:journalctl@ceph.osd.2.smithi045.stdout:-- Logs begin at Fri 2023-12-08 09:04:55 UTC. -- 2023-12-08T09:21:39.527 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 08 09:21:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.2[120834]: debug 2023-12-08T09:21:39.241+0000 7feff08c4080 -1 Falling back to public interface 2023-12-08T09:21:39.818 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:38.149422+0000 mgr.smithi045.zcmxfe (mgr.14164) 205 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-12-08T09:21:39.818 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:38.769720+0000 mon.smithi045 (mon.0) 347 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:21:39.818 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:38.773394+0000 mon.smithi045 (mon.0) 348 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:21:40.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:39 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:38.149422+0000 mgr.smithi045.zcmxfe (mgr.14164) 205 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-12-08T09:21:40.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:39 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:38.769720+0000 mon.smithi045 (mon.0) 347 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:21:40.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:39 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:38.773394+0000 mon.smithi045 (mon.0) 348 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:21:40.627 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-08T09:21:40.628 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-08T09:21:40.628 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10+0 records in 2023-12-08T09:21:40.628 INFO:teuthology.orchestra.run.smithi045.stderr:10+0 records out 2023-12-08T09:21:40.628 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0101485 s, 1.0 GB/s 2023-12-08T09:21:40.628 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping successful for: 2023-12-08T09:21:40.997 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi045:vg_nvme/lv_1 2023-12-08T09:21:41.962 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:40.149678+0000 mgr.smithi045.zcmxfe (mgr.14164) 206 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-12-08T09:21:42.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:41 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:40.149678+0000 mgr.smithi045.zcmxfe (mgr.14164) 206 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-12-08T09:21:42.359 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 08 09:21:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.2[120834]: debug 2023-12-08T09:21:41.997+0000 7feff08c4080 -1 osd.2 0 log_to_monitors {default=true} 2023-12-08T09:21:43.084 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:42.002276+0000 mon.smithi045 (mon.0) 349 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/1919810488,v1:172.21.15.45:6819/1919810488]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T09:21:43.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:42.369695+0000 mon.smithi045 (mon.0) 350 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:21:43.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:42.371203+0000 mon.smithi045 (mon.0) 351 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:21:43.085 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:42.371759+0000 mon.smithi045 (mon.0) 352 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:21:43.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:42 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:42.002276+0000 mon.smithi045 (mon.0) 349 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/1919810488,v1:172.21.15.45:6819/1919810488]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T09:21:43.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:42 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:42.369695+0000 mon.smithi045 (mon.0) 350 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:21:43.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:42 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:42.371203+0000 mon.smithi045 (mon.0) 351 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:21:43.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:42 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:42.371759+0000 mon.smithi045 (mon.0) 352 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:21:44.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:42.149961+0000 mgr.smithi045.zcmxfe (mgr.14164) 207 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-12-08T09:21:44.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:42.368889+0000 mgr.smithi045.zcmxfe (mgr.14164) 208 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:21:44.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:21:42.370975+0000 mgr.smithi045.zcmxfe (mgr.14164) 209 : cephadm [INF] Applying service osd.None on host smithi045... 2023-12-08T09:21:44.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:42.783682+0000 mon.smithi045 (mon.0) 353 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/1919810488,v1:172.21.15.45:6819/1919810488]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-08T09:21:44.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:42.783739+0000 mon.smithi045 (mon.0) 354 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-08T09:21:44.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:42.783860+0000 mon.smithi045 (mon.0) 355 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:21:44.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:42.784332+0000 mon.smithi045 (mon.0) 356 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/1919810488,v1:172.21.15.45:6819/1919810488]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-08T09:21:44.111 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 08 09:21:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.2[120834]: debug 2023-12-08T09:21:43.787+0000 7fefe6e35700 -1 osd.2 0 waiting for initial osdmap 2023-12-08T09:21:44.112 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 08 09:21:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.2[120834]: debug 2023-12-08T09:21:43.791+0000 7fefdfdaa700 -1 osd.2 16 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-08T09:21:44.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:43 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:42.149961+0000 mgr.smithi045.zcmxfe (mgr.14164) 207 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-12-08T09:21:44.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:43 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:42.368889+0000 mgr.smithi045.zcmxfe (mgr.14164) 208 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:21:44.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:43 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:21:42.370975+0000 mgr.smithi045.zcmxfe (mgr.14164) 209 : cephadm [INF] Applying service osd.None on host smithi045... 2023-12-08T09:21:44.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:43 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:42.783682+0000 mon.smithi045 (mon.0) 353 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/1919810488,v1:172.21.15.45:6819/1919810488]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-08T09:21:44.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:43 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:42.783739+0000 mon.smithi045 (mon.0) 354 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-08T09:21:44.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:43 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:42.783860+0000 mon.smithi045 (mon.0) 355 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:21:44.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:43 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:42.784332+0000 mon.smithi045 (mon.0) 356 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/1919810488,v1:172.21.15.45:6819/1919810488]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-08T09:21:45.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:43.785169+0000 mon.smithi045 (mon.0) 357 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/1919810488,v1:172.21.15.45:6819/1919810488]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-12-08T09:21:45.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:43.785233+0000 mon.smithi045 (mon.0) 358 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-08T09:21:45.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:43.785609+0000 mon.smithi045 (mon.0) 359 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:21:45.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:43.789534+0000 mon.smithi045 (mon.0) 360 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:21:45.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:44.113140+0000 mon.smithi045 (mon.0) 361 : audit [INF] from='client.? 172.21.15.45:0/875015572' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cf674941-8551-4777-81c3-b2e039be8dc7"}]: dispatch 2023-12-08T09:21:45.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:44.117169+0000 mon.smithi045 (mon.0) 362 : cluster [INF] osd.2 [v2:172.21.15.45:6818/1919810488,v1:172.21.15.45:6819/1919810488] boot 2023-12-08T09:21:45.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:44.117216+0000 mon.smithi045 (mon.0) 363 : audit [INF] from='client.? 172.21.15.45:0/875015572' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cf674941-8551-4777-81c3-b2e039be8dc7"}]': finished 2023-12-08T09:21:45.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:44.117254+0000 mon.smithi045 (mon.0) 364 : cluster [DBG] osdmap e17: 4 total, 3 up, 4 in 2023-12-08T09:21:45.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:44.117559+0000 mon.smithi045 (mon.0) 365 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:21:45.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:44.117819+0000 mon.smithi045 (mon.0) 366 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:21:45.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:44.568028+0000 mon.smithi045 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.45:0/2295895894' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:21:45.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:44 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:43.785169+0000 mon.smithi045 (mon.0) 357 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/1919810488,v1:172.21.15.45:6819/1919810488]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-12-08T09:21:45.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:44 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:43.785233+0000 mon.smithi045 (mon.0) 358 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-08T09:21:45.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:44 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:43.785609+0000 mon.smithi045 (mon.0) 359 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:21:45.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:44 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:43.789534+0000 mon.smithi045 (mon.0) 360 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:21:45.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:44 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:44.113140+0000 mon.smithi045 (mon.0) 361 : audit [INF] from='client.? 172.21.15.45:0/875015572' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cf674941-8551-4777-81c3-b2e039be8dc7"}]: dispatch 2023-12-08T09:21:45.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:44 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:44.117169+0000 mon.smithi045 (mon.0) 362 : cluster [INF] osd.2 [v2:172.21.15.45:6818/1919810488,v1:172.21.15.45:6819/1919810488] boot 2023-12-08T09:21:45.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:44 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:44.117216+0000 mon.smithi045 (mon.0) 363 : audit [INF] from='client.? 172.21.15.45:0/875015572' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cf674941-8551-4777-81c3-b2e039be8dc7"}]': finished 2023-12-08T09:21:45.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:44 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:44.117254+0000 mon.smithi045 (mon.0) 364 : cluster [DBG] osdmap e17: 4 total, 3 up, 4 in 2023-12-08T09:21:45.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:44 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:44.117559+0000 mon.smithi045 (mon.0) 365 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T09:21:45.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:44 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:44.117819+0000 mon.smithi045 (mon.0) 366 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:21:45.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:44 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:44.568028+0000 mon.smithi045 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.45:0/2295895894' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:21:46.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:45 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:42.977034+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:21:46.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:45 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:42.977222+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:21:46.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:45 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:44.150235+0000 mgr.smithi045.zcmxfe (mgr.14164) 210 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-12-08T09:21:46.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:45 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:42.977034+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:21:46.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:45 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:42.977222+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:21:46.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:45 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:44.150235+0000 mgr.smithi045.zcmxfe (mgr.14164) 210 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-12-08T09:21:47.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:46 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:45.790997+0000 mon.smithi045 (mon.0) 368 : cluster [DBG] osdmap e18: 4 total, 3 up, 4 in 2023-12-08T09:21:47.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:46 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:45.791414+0000 mon.smithi045 (mon.0) 369 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:21:47.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:46 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:45.790997+0000 mon.smithi045 (mon.0) 368 : cluster [DBG] osdmap e18: 4 total, 3 up, 4 in 2023-12-08T09:21:47.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:46 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:45.791414+0000 mon.smithi045 (mon.0) 369 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:21:48.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:47 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:46.150683+0000 mgr.smithi045.zcmxfe (mgr.14164) 211 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-12-08T09:21:48.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:47 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:46.150683+0000 mgr.smithi045.zcmxfe (mgr.14164) 211 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-12-08T09:21:50.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:49 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:48.151089+0000 mgr.smithi045.zcmxfe (mgr.14164) 212 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-12-08T09:21:50.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:49 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:49.001526+0000 mon.smithi045 (mon.0) 370 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-08T09:21:50.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:49 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:49.002349+0000 mon.smithi045 (mon.0) 371 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:21:50.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:49 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:48.151089+0000 mgr.smithi045.zcmxfe (mgr.14164) 212 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-12-08T09:21:50.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:49 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:49.001526+0000 mon.smithi045 (mon.0) 370 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-08T09:21:50.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:49 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:49.002349+0000 mon.smithi045 (mon.0) 371 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:21:51.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:50 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:21:49.002969+0000 mgr.smithi045.zcmxfe (mgr.14164) 213 : cephadm [INF] Deploying daemon osd.3 on smithi045 2023-12-08T09:21:51.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:21:49.002969+0000 mgr.smithi045.zcmxfe (mgr.14164) 213 : cephadm [INF] Deploying daemon osd.3 on smithi045 2023-12-08T09:21:51.413 INFO:teuthology.orchestra.run.smithi045.stdout:Created osd(s) 3 on host 'smithi045' 2023-12-08T09:21:51.745 DEBUG:teuthology.orchestra.run.smithi045:osd.3> sudo journalctl -f -n 0 -u ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.3.service 2023-12-08T09:21:51.747 INFO:tasks.cephadm:Deploying osd.4 on smithi050 with /dev/vg_nvme/lv_4... 2023-12-08T09:21:51.747 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-08T09:21:51.782 INFO:journalctl@ceph.osd.3.smithi045.stdout:-- Logs begin at Fri 2023-12-08 09:04:55 UTC. -- 2023-12-08T09:21:52.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:51 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:50.151385+0000 mgr.smithi045.zcmxfe (mgr.14164) 214 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-12-08T09:21:52.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:51 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:51.405877+0000 mon.smithi045 (mon.0) 372 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:21:52.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:51 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:51.409596+0000 mon.smithi045 (mon.0) 373 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:21:52.110 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 08 09:21:51 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.3[123230]: debug 2023-12-08T09:21:51.869+0000 7f23e09df080 -1 Falling back to public interface 2023-12-08T09:21:52.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:51 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:50.151385+0000 mgr.smithi045.zcmxfe (mgr.14164) 214 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-12-08T09:21:52.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:51 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:51.405877+0000 mon.smithi045 (mon.0) 372 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:21:52.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:51 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:51.409596+0000 mon.smithi045 (mon.0) 373 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:21:53.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:51.411435+0000 mon.smithi045 (mon.0) 374 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2023-12-08T09:21:53.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:52.412785+0000 mon.smithi045 (mon.0) 375 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2023-12-08T09:21:53.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:52.412851+0000 mon.smithi045 (mon.0) 376 : cluster [DBG] osdmap e19: 4 total, 3 up, 4 in 2023-12-08T09:21:53.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:52.413015+0000 mon.smithi045 (mon.0) 377 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:21:53.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:52.413923+0000 mon.smithi045 (mon.0) 378 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T09:21:53.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:51.411435+0000 mon.smithi045 (mon.0) 374 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2023-12-08T09:21:53.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:52.412785+0000 mon.smithi045 (mon.0) 375 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2023-12-08T09:21:53.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:52.412851+0000 mon.smithi045 (mon.0) 376 : cluster [DBG] osdmap e19: 4 total, 3 up, 4 in 2023-12-08T09:21:53.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:52.413015+0000 mon.smithi045 (mon.0) 377 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:21:53.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:52.413923+0000 mon.smithi045 (mon.0) 378 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T09:21:53.504 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-08T09:21:53.504 INFO:teuthology.orchestra.run.smithi050.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-08T09:21:53.504 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10+0 records in 2023-12-08T09:21:53.504 INFO:teuthology.orchestra.run.smithi050.stderr:10+0 records out 2023-12-08T09:21:53.504 INFO:teuthology.orchestra.run.smithi050.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00886309 s, 1.2 GB/s 2023-12-08T09:21:53.504 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping successful for: 2023-12-08T09:21:53.857 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi050:vg_nvme/lv_4 2023-12-08T09:21:54.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:53 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:52.151700+0000 mgr.smithi045.zcmxfe (mgr.14164) 215 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-12-08T09:21:54.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:53 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:53.414358+0000 mon.smithi045 (mon.0) 379 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-08T09:21:54.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:53 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:53.414417+0000 mon.smithi045 (mon.0) 380 : cluster [DBG] osdmap e20: 4 total, 3 up, 4 in 2023-12-08T09:21:54.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:53 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:53.414594+0000 mon.smithi045 (mon.0) 381 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:21:54.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:52.151700+0000 mgr.smithi045.zcmxfe (mgr.14164) 215 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-12-08T09:21:54.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:53.414358+0000 mon.smithi045 (mon.0) 379 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-08T09:21:54.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:53.414417+0000 mon.smithi045 (mon.0) 380 : cluster [DBG] osdmap e20: 4 total, 3 up, 4 in 2023-12-08T09:21:54.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:53.414594+0000 mon.smithi045 (mon.0) 381 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:21:54.859 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 08 09:21:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.3[123230]: debug 2023-12-08T09:21:54.550+0000 7f23e09df080 -1 osd.3 0 log_to_monitors {default=true} 2023-12-08T09:21:55.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:54.152156+0000 mgr.smithi045.zcmxfe (mgr.14164) 216 : cluster [DBG] pgmap v201: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-12-08T09:21:55.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:54.415804+0000 mon.smithi045 (mon.0) 382 : cluster [DBG] osdmap e21: 4 total, 3 up, 4 in 2023-12-08T09:21:55.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:54.415969+0000 mon.smithi045 (mon.0) 383 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:21:55.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:54.554770+0000 mon.smithi045 (mon.0) 384 : audit [INF] from='osd.3 [v2:172.21.15.45:6826/2142980146,v1:172.21.15.45:6827/2142980146]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-08T09:21:55.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:55.293674+0000 mon.smithi045 (mon.0) 385 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:21:55.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:55.295588+0000 mon.smithi045 (mon.0) 386 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:21:55.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:55.296412+0000 mon.smithi045 (mon.0) 387 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:21:55.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:54.152156+0000 mgr.smithi045.zcmxfe (mgr.14164) 216 : cluster [DBG] pgmap v201: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-12-08T09:21:55.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:54.415804+0000 mon.smithi045 (mon.0) 382 : cluster [DBG] osdmap e21: 4 total, 3 up, 4 in 2023-12-08T09:21:55.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:54.415969+0000 mon.smithi045 (mon.0) 383 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:21:55.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:54.554770+0000 mon.smithi045 (mon.0) 384 : audit [INF] from='osd.3 [v2:172.21.15.45:6826/2142980146,v1:172.21.15.45:6827/2142980146]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-08T09:21:55.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:55.293674+0000 mon.smithi045 (mon.0) 385 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:21:55.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:55.295588+0000 mon.smithi045 (mon.0) 386 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:21:55.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:55.296412+0000 mon.smithi045 (mon.0) 387 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:21:56.673 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:56 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:55.292753+0000 mgr.smithi045.zcmxfe (mgr.14164) 217 : audit [DBG] from='client.24153 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:21:56.673 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:56 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:21:55.295304+0000 mgr.smithi045.zcmxfe (mgr.14164) 218 : cephadm [INF] Applying service osd.None on host smithi050... 2023-12-08T09:21:56.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:56 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:55.417327+0000 mon.smithi045 (mon.0) 388 : audit [INF] from='osd.3 [v2:172.21.15.45:6826/2142980146,v1:172.21.15.45:6827/2142980146]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-08T09:21:56.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:56 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:55.417386+0000 mon.smithi045 (mon.0) 389 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-12-08T09:21:56.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:56 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:55.417824+0000 mon.smithi045 (mon.0) 390 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:21:56.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:56 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:55.418192+0000 mon.smithi045 (mon.0) 391 : audit [INF] from='osd.3 [v2:172.21.15.45:6826/2142980146,v1:172.21.15.45:6827/2142980146]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-08T09:21:56.859 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 08 09:21:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.3[123230]: debug 2023-12-08T09:21:56.422+0000 7f23d6f50700 -1 osd.3 0 waiting for initial osdmap 2023-12-08T09:21:56.859 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 08 09:21:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.3[123230]: debug 2023-12-08T09:21:56.428+0000 7f23cf6c4700 -1 osd.3 23 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-08T09:21:56.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:55.292753+0000 mgr.smithi045.zcmxfe (mgr.14164) 217 : audit [DBG] from='client.24153 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:21:56.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:21:55.295304+0000 mgr.smithi045.zcmxfe (mgr.14164) 218 : cephadm [INF] Applying service osd.None on host smithi050... 2023-12-08T09:21:56.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:55.417327+0000 mon.smithi045 (mon.0) 388 : audit [INF] from='osd.3 [v2:172.21.15.45:6826/2142980146,v1:172.21.15.45:6827/2142980146]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-08T09:21:56.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:55.417386+0000 mon.smithi045 (mon.0) 389 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-12-08T09:21:56.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:55.417824+0000 mon.smithi045 (mon.0) 390 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:21:56.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:55.418192+0000 mon.smithi045 (mon.0) 391 : audit [INF] from='osd.3 [v2:172.21.15.45:6826/2142980146,v1:172.21.15.45:6827/2142980146]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-12-08T09:21:57.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:57 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:56.152530+0000 mgr.smithi045.zcmxfe (mgr.14164) 219 : cluster [DBG] pgmap v204: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-12-08T09:21:57.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:57 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:56.419049+0000 mon.smithi045 (mon.0) 392 : audit [INF] from='osd.3 [v2:172.21.15.45:6826/2142980146,v1:172.21.15.45:6827/2142980146]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-12-08T09:21:57.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:57 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:56.419111+0000 mon.smithi045 (mon.0) 393 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-08T09:21:57.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:57 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:56.419292+0000 mon.smithi045 (mon.0) 394 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:21:57.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:57 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:56.424446+0000 mon.smithi045 (mon.0) 395 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:21:57.923 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:57 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:56.152530+0000 mgr.smithi045.zcmxfe (mgr.14164) 219 : cluster [DBG] pgmap v204: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-12-08T09:21:57.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:57 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:56.419049+0000 mon.smithi045 (mon.0) 392 : audit [INF] from='osd.3 [v2:172.21.15.45:6826/2142980146,v1:172.21.15.45:6827/2142980146]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-12-08T09:21:57.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:57 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:56.419111+0000 mon.smithi045 (mon.0) 393 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-08T09:21:57.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:57 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:56.419292+0000 mon.smithi045 (mon.0) 394 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:21:57.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:57 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:56.424446+0000 mon.smithi045 (mon.0) 395 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:21:58.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:58 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:55.585899+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:21:58.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:58 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:55.586095+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:21:58.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:58 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:57.425895+0000 mon.smithi045 (mon.0) 396 : cluster [INF] osd.3 [v2:172.21.15.45:6826/2142980146,v1:172.21.15.45:6827/2142980146] boot 2023-12-08T09:21:58.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:58 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:57.425940+0000 mon.smithi045 (mon.0) 397 : cluster [DBG] osdmap e24: 4 total, 4 up, 4 in 2023-12-08T09:21:58.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:58 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:21:57.426471+0000 mon.smithi045 (mon.0) 398 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:21:58.923 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:58 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:55.585899+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:21:58.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:58 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:55.586095+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:21:58.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:58 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:57.425895+0000 mon.smithi045 (mon.0) 396 : cluster [INF] osd.3 [v2:172.21.15.45:6826/2142980146,v1:172.21.15.45:6827/2142980146] boot 2023-12-08T09:21:58.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:58 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:57.425940+0000 mon.smithi045 (mon.0) 397 : cluster [DBG] osdmap e24: 4 total, 4 up, 4 in 2023-12-08T09:21:58.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:58 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:21:57.426471+0000 mon.smithi045 (mon.0) 398 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T09:21:59.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:59 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:58.152907+0000 mgr.smithi045.zcmxfe (mgr.14164) 220 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-08T09:21:59.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:21:59 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:21:58.434801+0000 mon.smithi045 (mon.0) 399 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2023-12-08T09:21:59.923 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:59 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:58.152907+0000 mgr.smithi045.zcmxfe (mgr.14164) 220 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-08T09:21:59.923 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:21:59 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:21:58.434801+0000 mon.smithi045 (mon.0) 399 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2023-12-08T09:22:02.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:01 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:00.153427+0000 mgr.smithi045.zcmxfe (mgr.14164) 221 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:02.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:01 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:00.153427+0000 mgr.smithi045.zcmxfe (mgr.14164) 221 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:04.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:03 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:02.153979+0000 mgr.smithi045.zcmxfe (mgr.14164) 222 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:04.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:03 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:02.153979+0000 mgr.smithi045.zcmxfe (mgr.14164) 222 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:05.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:05 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:04.154467+0000 mgr.smithi045.zcmxfe (mgr.14164) 223 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:06.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:04.154467+0000 mgr.smithi045.zcmxfe (mgr.14164) 223 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:08.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:07 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:06.154934+0000 mgr.smithi045.zcmxfe (mgr.14164) 224 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:08.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:07 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:06.154934+0000 mgr.smithi045.zcmxfe (mgr.14164) 224 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:10.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:08.155428+0000 mgr.smithi045.zcmxfe (mgr.14164) 225 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:10.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:08.155428+0000 mgr.smithi045.zcmxfe (mgr.14164) 225 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:12.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:10.155825+0000 mgr.smithi045.zcmxfe (mgr.14164) 226 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:12.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:11 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:10.155825+0000 mgr.smithi045.zcmxfe (mgr.14164) 226 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:14.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:12.156371+0000 mgr.smithi045.zcmxfe (mgr.14164) 227 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:14.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:13 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:12.156371+0000 mgr.smithi045.zcmxfe (mgr.14164) 227 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:16.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:15 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:14.156913+0000 mgr.smithi045.zcmxfe (mgr.14164) 228 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:16.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:15 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:14.156913+0000 mgr.smithi045.zcmxfe (mgr.14164) 228 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:18.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:16.157409+0000 mgr.smithi045.zcmxfe (mgr.14164) 229 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:18.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:17 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:16.157409+0000 mgr.smithi045.zcmxfe (mgr.14164) 229 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:20.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:18.157856+0000 mgr.smithi045.zcmxfe (mgr.14164) 230 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:20.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:19 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:18.157856+0000 mgr.smithi045.zcmxfe (mgr.14164) 230 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:22.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:21 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:20.158368+0000 mgr.smithi045.zcmxfe (mgr.14164) 231 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:22.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:21 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:20.158368+0000 mgr.smithi045.zcmxfe (mgr.14164) 231 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:24.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:23 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:22.158732+0000 mgr.smithi045.zcmxfe (mgr.14164) 232 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:24.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:23 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:22.158732+0000 mgr.smithi045.zcmxfe (mgr.14164) 232 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:26.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:24.159174+0000 mgr.smithi045.zcmxfe (mgr.14164) 233 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:26.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:24.159174+0000 mgr.smithi045.zcmxfe (mgr.14164) 233 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:28.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:26.159529+0000 mgr.smithi045.zcmxfe (mgr.14164) 234 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:28.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:27 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:26.159529+0000 mgr.smithi045.zcmxfe (mgr.14164) 234 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:30.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:29 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:28.159877+0000 mgr.smithi045.zcmxfe (mgr.14164) 235 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:30.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:29 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:28.159877+0000 mgr.smithi045.zcmxfe (mgr.14164) 235 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:31.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:22:30.777567+0000 mon.smithi045 (mon.0) 400 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:22:31.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:22:30.778827+0000 mon.smithi045 (mon.0) 401 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:22:31.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:22:30.777567+0000 mon.smithi045 (mon.0) 400 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:22:31.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:22:30.778827+0000 mon.smithi045 (mon.0) 401 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:22:32.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:30.160374+0000 mgr.smithi045.zcmxfe (mgr.14164) 236 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:32.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:30.160374+0000 mgr.smithi045.zcmxfe (mgr.14164) 236 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:34.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:32.160837+0000 mgr.smithi045.zcmxfe (mgr.14164) 237 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:34.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:33 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:32.160837+0000 mgr.smithi045.zcmxfe (mgr.14164) 237 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:36.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:34.161281+0000 mgr.smithi045.zcmxfe (mgr.14164) 238 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:36.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:35 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:34.161281+0000 mgr.smithi045.zcmxfe (mgr.14164) 238 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:38.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:37 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:36.161754+0000 mgr.smithi045.zcmxfe (mgr.14164) 239 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:38.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:37 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:36.161754+0000 mgr.smithi045.zcmxfe (mgr.14164) 239 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:40.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:38.162083+0000 mgr.smithi045.zcmxfe (mgr.14164) 240 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:40.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:39 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:38.162083+0000 mgr.smithi045.zcmxfe (mgr.14164) 240 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:42.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:40.162407+0000 mgr.smithi045.zcmxfe (mgr.14164) 241 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:42.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:41 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:40.162407+0000 mgr.smithi045.zcmxfe (mgr.14164) 241 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:44.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:42.162954+0000 mgr.smithi045.zcmxfe (mgr.14164) 242 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:44.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:43 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:42.162954+0000 mgr.smithi045.zcmxfe (mgr.14164) 242 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:46.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:45 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:44.163402+0000 mgr.smithi045.zcmxfe (mgr.14164) 243 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:46.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:45 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:44.163402+0000 mgr.smithi045.zcmxfe (mgr.14164) 243 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:48.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:47 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:46.163885+0000 mgr.smithi045.zcmxfe (mgr.14164) 244 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:48.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:47 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:46.163885+0000 mgr.smithi045.zcmxfe (mgr.14164) 244 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:50.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:49 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:48.164417+0000 mgr.smithi045.zcmxfe (mgr.14164) 245 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:50.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:49 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:48.164417+0000 mgr.smithi045.zcmxfe (mgr.14164) 245 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:52.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:51 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:50.164961+0000 mgr.smithi045.zcmxfe (mgr.14164) 246 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:52.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:51 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:50.164961+0000 mgr.smithi045.zcmxfe (mgr.14164) 246 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:53.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:22:51.463712+0000 mgr.smithi045.zcmxfe (mgr.14164) 247 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi050 ... 2023-12-08T09:22:53.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Verifying port 9100 ... 2023-12-08T09:22:53.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Non-zero exit code 1 from systemctl start ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050 2023-12-08T09:22:53.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: systemctl: stderr Job for ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050.service failed because a timeout was exceeded. 2023-12-08T09:22:53.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: systemctl: stderr See "systemctl status ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050.service" and "journalctl -xe" for details. 2023-12-08T09:22:53.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Traceback (most recent call last): 2023-12-08T09:22:53.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:22:53.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: main() 2023-12-08T09:22:53.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:22:53.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: r = ctx.func(ctx) 2023-12-08T09:22:53.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:22:53.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: return func(ctx) 2023-12-08T09:22:53.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2023-12-08T09:22:53.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: ports=daemon_ports) 2023-12-08T09:22:53.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2023-12-08T09:22:53.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: c, osd_fsid=osd_fsid, ports=ports) 2023-12-08T09:22:53.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2023-12-08T09:22:53.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-12-08T09:22:53.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2023-12-08T09:22:53.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-08T09:22:53.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: RuntimeError: Failed command: systemctl start ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050 2023-12-08T09:22:53.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Traceback (most recent call last): 2023-12-08T09:22:53.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2023-12-08T09:22:53.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: yield (conn, connr) 2023-12-08T09:22:53.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2023-12-08T09:22:53.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: code, '\n'.join(err))) 2023-12-08T09:22:53.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi050 ... 2023-12-08T09:22:53.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Verifying port 9100 ... 2023-12-08T09:22:53.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Non-zero exit code 1 from systemctl start ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050 2023-12-08T09:22:53.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: systemctl: stderr Job for ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050.service failed because a timeout was exceeded. 2023-12-08T09:22:53.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: systemctl: stderr See "systemctl status ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050.service" and "journalctl -xe" for details. 2023-12-08T09:22:53.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Traceback (most recent call last): 2023-12-08T09:22:53.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:22:53.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: main() 2023-12-08T09:22:53.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:22:53.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: r = ctx.func(ctx) 2023-12-08T09:22:53.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:22:53.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: return func(ctx) 2023-12-08T09:22:53.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2023-12-08T09:22:53.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: ports=daemon_ports) 2023-12-08T09:22:53.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2023-12-08T09:22:53.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: c, osd_fsid=osd_fsid, ports=ports) 2023-12-08T09:22:53.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2023-12-08T09:22:53.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-12-08T09:22:53.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2023-12-08T09:22:53.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-08T09:22:53.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: RuntimeError: Failed command: systemctl start ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050 2023-12-08T09:22:53.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:22:51.468806+0000 mgr.smithi045.zcmxfe (mgr.14164) 248 : cephadm [INF] Deploying daemon prometheus.smithi050 on smithi050 2023-12-08T09:22:53.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:22:52.381522+0000 mon.smithi050 (mon.1) 4 : audit [INF] from='client.? 172.21.15.50:0/1854183751' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30bcab2b-ddd6-4ec2-84ac-2b5ef16a8f93"}]: dispatch 2023-12-08T09:22:53.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:22:52.382143+0000 mon.smithi045 (mon.0) 402 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30bcab2b-ddd6-4ec2-84ac-2b5ef16a8f93"}]: dispatch 2023-12-08T09:22:53.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:22:52.386734+0000 mon.smithi045 (mon.0) 403 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "30bcab2b-ddd6-4ec2-84ac-2b5ef16a8f93"}]': finished 2023-12-08T09:22:53.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:52.386849+0000 mon.smithi045 (mon.0) 404 : cluster [DBG] osdmap e26: 5 total, 4 up, 5 in 2023-12-08T09:22:53.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:22:52.387027+0000 mon.smithi045 (mon.0) 405 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:22:53.179 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:22:52.850476+0000 mon.smithi050 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.50:0/4080188115' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:22:53.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:22:51.463712+0000 mgr.smithi045.zcmxfe (mgr.14164) 247 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi050 ... 2023-12-08T09:22:53.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Verifying port 9100 ... 2023-12-08T09:22:53.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Non-zero exit code 1 from systemctl start ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050 2023-12-08T09:22:53.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: systemctl: stderr Job for ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050.service failed because a timeout was exceeded. 2023-12-08T09:22:53.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: systemctl: stderr See "systemctl status ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050.service" and "journalctl -xe" for details. 2023-12-08T09:22:53.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Traceback (most recent call last): 2023-12-08T09:22:53.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:22:53.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: main() 2023-12-08T09:22:53.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:22:53.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: r = ctx.func(ctx) 2023-12-08T09:22:53.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:22:53.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: return func(ctx) 2023-12-08T09:22:53.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2023-12-08T09:22:53.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: ports=daemon_ports) 2023-12-08T09:22:53.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2023-12-08T09:22:53.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: c, osd_fsid=osd_fsid, ports=ports) 2023-12-08T09:22:53.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2023-12-08T09:22:53.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-12-08T09:22:53.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2023-12-08T09:22:53.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-08T09:22:53.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: RuntimeError: Failed command: systemctl start ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050 2023-12-08T09:22:53.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Traceback (most recent call last): 2023-12-08T09:22:53.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2023-12-08T09:22:53.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: yield (conn, connr) 2023-12-08T09:22:53.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2023-12-08T09:22:53.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: code, '\n'.join(err))) 2023-12-08T09:22:53.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi050 ... 2023-12-08T09:22:53.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Verifying port 9100 ... 2023-12-08T09:22:53.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Non-zero exit code 1 from systemctl start ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050 2023-12-08T09:22:53.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: systemctl: stderr Job for ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050.service failed because a timeout was exceeded. 2023-12-08T09:22:53.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: systemctl: stderr See "systemctl status ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050.service" and "journalctl -xe" for details. 2023-12-08T09:22:53.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Traceback (most recent call last): 2023-12-08T09:22:53.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:22:53.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: main() 2023-12-08T09:22:53.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:22:53.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: r = ctx.func(ctx) 2023-12-08T09:22:53.363 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:22:53.363 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: return func(ctx) 2023-12-08T09:22:53.363 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2023-12-08T09:22:53.363 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: ports=daemon_ports) 2023-12-08T09:22:53.363 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2023-12-08T09:22:53.363 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: c, osd_fsid=osd_fsid, ports=ports) 2023-12-08T09:22:53.363 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2023-12-08T09:22:53.363 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-12-08T09:22:53.363 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2023-12-08T09:22:53.363 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-08T09:22:53.363 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: RuntimeError: Failed command: systemctl start ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050 2023-12-08T09:22:53.363 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:22:51.468806+0000 mgr.smithi045.zcmxfe (mgr.14164) 248 : cephadm [INF] Deploying daemon prometheus.smithi050 on smithi050 2023-12-08T09:22:53.363 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:22:52.381522+0000 mon.smithi050 (mon.1) 4 : audit [INF] from='client.? 172.21.15.50:0/1854183751' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30bcab2b-ddd6-4ec2-84ac-2b5ef16a8f93"}]: dispatch 2023-12-08T09:22:53.363 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:22:52.382143+0000 mon.smithi045 (mon.0) 402 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30bcab2b-ddd6-4ec2-84ac-2b5ef16a8f93"}]: dispatch 2023-12-08T09:22:53.363 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:22:52.386734+0000 mon.smithi045 (mon.0) 403 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "30bcab2b-ddd6-4ec2-84ac-2b5ef16a8f93"}]': finished 2023-12-08T09:22:53.363 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:52.386849+0000 mon.smithi045 (mon.0) 404 : cluster [DBG] osdmap e26: 5 total, 4 up, 5 in 2023-12-08T09:22:53.364 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:22:52.387027+0000 mon.smithi045 (mon.0) 405 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:22:53.364 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:22:52.850476+0000 mon.smithi050 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.50:0/4080188115' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:22:54.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:53 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:52.165246+0000 mgr.smithi045.zcmxfe (mgr.14164) 249 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:54.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:52.165246+0000 mgr.smithi045.zcmxfe (mgr.14164) 249 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:22:56.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:54.165694+0000 mgr.smithi045.zcmxfe (mgr.14164) 250 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:15.358 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:57 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:56.166081+0000 mgr.smithi045.zcmxfe (mgr.14164) 251 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:15.359 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:22:59 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:22:58.166511+0000 mgr.smithi045.zcmxfe (mgr.14164) 252 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:15.359 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:01 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:00.166908+0000 mgr.smithi045.zcmxfe (mgr.14164) 253 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:15.359 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:03 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:02.167244+0000 mgr.smithi045.zcmxfe (mgr.14164) 254 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:15.359 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:05 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:04.167663+0000 mgr.smithi045.zcmxfe (mgr.14164) 255 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:15.359 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:07 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:06.168037+0000 mgr.smithi045.zcmxfe (mgr.14164) 256 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:15.359 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:08.168529+0000 mgr.smithi045.zcmxfe (mgr.14164) 257 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:15.359 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:11 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:10.169008+0000 mgr.smithi045.zcmxfe (mgr.14164) 258 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:15.359 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:13 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:12.169529+0000 mgr.smithi045.zcmxfe (mgr.14164) 259 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:15.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:54.165694+0000 mgr.smithi045.zcmxfe (mgr.14164) 250 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:15.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:57 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:56.166081+0000 mgr.smithi045.zcmxfe (mgr.14164) 251 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:15.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:22:59 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:22:58.166511+0000 mgr.smithi045.zcmxfe (mgr.14164) 252 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:15.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:01 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:00.166908+0000 mgr.smithi045.zcmxfe (mgr.14164) 253 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:15.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:03 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:02.167244+0000 mgr.smithi045.zcmxfe (mgr.14164) 254 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:15.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:04.167663+0000 mgr.smithi045.zcmxfe (mgr.14164) 255 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:15.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:07 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:06.168037+0000 mgr.smithi045.zcmxfe (mgr.14164) 256 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:15.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:08.168529+0000 mgr.smithi045.zcmxfe (mgr.14164) 257 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:15.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:10.169008+0000 mgr.smithi045.zcmxfe (mgr.14164) 258 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:15.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:12.169529+0000 mgr.smithi045.zcmxfe (mgr.14164) 259 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:16.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:15 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:14.170109+0000 mgr.smithi045.zcmxfe (mgr.14164) 260 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:16.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:15 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:14.170109+0000 mgr.smithi045.zcmxfe (mgr.14164) 260 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:18.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:17 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:16.170529+0000 mgr.smithi045.zcmxfe (mgr.14164) 261 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:18.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:16.170529+0000 mgr.smithi045.zcmxfe (mgr.14164) 261 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:20.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:19 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:18.170967+0000 mgr.smithi045.zcmxfe (mgr.14164) 262 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:20.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:18.170967+0000 mgr.smithi045.zcmxfe (mgr.14164) 262 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:22.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:21 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:20.171313+0000 mgr.smithi045.zcmxfe (mgr.14164) 263 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:22.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:21 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:20.171313+0000 mgr.smithi045.zcmxfe (mgr.14164) 263 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:24.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:23 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:22.171810+0000 mgr.smithi045.zcmxfe (mgr.14164) 264 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:24.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:23 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:22.171810+0000 mgr.smithi045.zcmxfe (mgr.14164) 264 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:26.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:24.172237+0000 mgr.smithi045.zcmxfe (mgr.14164) 265 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:26.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:24.172237+0000 mgr.smithi045.zcmxfe (mgr.14164) 265 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:28.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:26.172688+0000 mgr.smithi045.zcmxfe (mgr.14164) 266 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:28.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:27 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:26.172688+0000 mgr.smithi045.zcmxfe (mgr.14164) 266 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:30.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:29 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:28.173186+0000 mgr.smithi045.zcmxfe (mgr.14164) 267 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:30.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:29 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:28.173186+0000 mgr.smithi045.zcmxfe (mgr.14164) 267 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:31.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:23:30.779947+0000 mon.smithi045 (mon.0) 406 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:23:31.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:23:30.780202+0000 mon.smithi045 (mon.0) 407 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:23:31.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:23:30.779947+0000 mon.smithi045 (mon.0) 406 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:23:31.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:23:30.780202+0000 mon.smithi045 (mon.0) 407 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:23:32.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:30.173641+0000 mgr.smithi045.zcmxfe (mgr.14164) 268 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:32.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:30.173641+0000 mgr.smithi045.zcmxfe (mgr.14164) 268 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:34.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:32.174129+0000 mgr.smithi045.zcmxfe (mgr.14164) 269 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:34.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:33 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:32.174129+0000 mgr.smithi045.zcmxfe (mgr.14164) 269 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:36.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:34.174672+0000 mgr.smithi045.zcmxfe (mgr.14164) 270 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:36.425 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:35 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:34.174672+0000 mgr.smithi045.zcmxfe (mgr.14164) 270 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:38.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:37 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:36.175136+0000 mgr.smithi045.zcmxfe (mgr.14164) 271 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:38.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:37 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:36.175136+0000 mgr.smithi045.zcmxfe (mgr.14164) 271 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:40.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:38.175462+0000 mgr.smithi045.zcmxfe (mgr.14164) 272 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:40.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:39 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:38.175462+0000 mgr.smithi045.zcmxfe (mgr.14164) 272 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:42.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:40.175883+0000 mgr.smithi045.zcmxfe (mgr.14164) 273 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:42.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:41 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:40.175883+0000 mgr.smithi045.zcmxfe (mgr.14164) 273 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:44.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:42.176197+0000 mgr.smithi045.zcmxfe (mgr.14164) 274 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:44.427 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:43 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:42.176197+0000 mgr.smithi045.zcmxfe (mgr.14164) 274 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:46.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:45 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:44.176536+0000 mgr.smithi045.zcmxfe (mgr.14164) 275 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:46.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:45 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:44.176536+0000 mgr.smithi045.zcmxfe (mgr.14164) 275 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:48.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:47 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:46.176852+0000 mgr.smithi045.zcmxfe (mgr.14164) 276 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:48.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:47 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:46.176852+0000 mgr.smithi045.zcmxfe (mgr.14164) 276 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:50.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:49 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:48.177324+0000 mgr.smithi045.zcmxfe (mgr.14164) 277 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:50.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:49 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:48.177324+0000 mgr.smithi045.zcmxfe (mgr.14164) 277 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:52.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:51 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:50.177763+0000 mgr.smithi045.zcmxfe (mgr.14164) 278 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:52.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:51 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:50.177763+0000 mgr.smithi045.zcmxfe (mgr.14164) 278 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:54.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:52.178272+0000 mgr.smithi045.zcmxfe (mgr.14164) 279 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:54.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:53 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:52.178272+0000 mgr.smithi045.zcmxfe (mgr.14164) 279 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:56.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:54.178814+0000 mgr.smithi045.zcmxfe (mgr.14164) 280 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:56.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:54.178814+0000 mgr.smithi045.zcmxfe (mgr.14164) 280 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:58.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:57 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:56.179334+0000 mgr.smithi045.zcmxfe (mgr.14164) 281 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:58.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:57 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:56.179334+0000 mgr.smithi045.zcmxfe (mgr.14164) 281 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:59.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:23:58 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:23:58.179840+0000 mgr.smithi045.zcmxfe (mgr.14164) 282 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:23:59.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:23:58 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:23:58.179840+0000 mgr.smithi045.zcmxfe (mgr.14164) 282 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:02.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:01 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:00.180337+0000 mgr.smithi045.zcmxfe (mgr.14164) 283 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:02.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:01 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:00.180337+0000 mgr.smithi045.zcmxfe (mgr.14164) 283 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:04.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:03 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:02.180684+0000 mgr.smithi045.zcmxfe (mgr.14164) 284 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:04.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:03 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:02.180684+0000 mgr.smithi045.zcmxfe (mgr.14164) 284 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:06.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:04.181143+0000 mgr.smithi045.zcmxfe (mgr.14164) 285 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:06.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:05 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:04.181143+0000 mgr.smithi045.zcmxfe (mgr.14164) 285 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:08.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:07 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:06.181483+0000 mgr.smithi045.zcmxfe (mgr.14164) 286 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:08.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:07 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:06.181483+0000 mgr.smithi045.zcmxfe (mgr.14164) 286 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:10.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:08.181850+0000 mgr.smithi045.zcmxfe (mgr.14164) 287 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:10.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:08.181850+0000 mgr.smithi045.zcmxfe (mgr.14164) 287 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:12.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:10.182373+0000 mgr.smithi045.zcmxfe (mgr.14164) 288 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:12.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:11 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:10.182373+0000 mgr.smithi045.zcmxfe (mgr.14164) 288 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:14.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:12.182855+0000 mgr.smithi045.zcmxfe (mgr.14164) 289 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:14.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:13 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:12.182855+0000 mgr.smithi045.zcmxfe (mgr.14164) 289 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:16.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:15 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:14.183327+0000 mgr.smithi045.zcmxfe (mgr.14164) 290 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:16.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:15 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:14.183327+0000 mgr.smithi045.zcmxfe (mgr.14164) 290 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:18.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:16.183679+0000 mgr.smithi045.zcmxfe (mgr.14164) 291 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:18.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:17 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:16.183679+0000 mgr.smithi045.zcmxfe (mgr.14164) 291 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:20.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:18.184148+0000 mgr.smithi045.zcmxfe (mgr.14164) 292 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:20.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:19 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:18.184148+0000 mgr.smithi045.zcmxfe (mgr.14164) 292 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:22.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:21 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:20.184522+0000 mgr.smithi045.zcmxfe (mgr.14164) 293 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:22.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:21 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:20.184522+0000 mgr.smithi045.zcmxfe (mgr.14164) 293 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:24.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:23 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:22.184924+0000 mgr.smithi045.zcmxfe (mgr.14164) 294 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:24.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:23 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:22.184924+0000 mgr.smithi045.zcmxfe (mgr.14164) 294 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:26.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:24.185321+0000 mgr.smithi045.zcmxfe (mgr.14164) 295 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:26.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:24.185321+0000 mgr.smithi045.zcmxfe (mgr.14164) 295 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:28.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:26.185695+0000 mgr.smithi045.zcmxfe (mgr.14164) 296 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:28.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:27 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:26.185695+0000 mgr.smithi045.zcmxfe (mgr.14164) 296 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:30.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:29 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:28.186124+0000 mgr.smithi045.zcmxfe (mgr.14164) 297 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:30.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:29 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:28.186124+0000 mgr.smithi045.zcmxfe (mgr.14164) 297 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:31.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:24:30.781458+0000 mon.smithi045 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:24:31.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:24:30.782297+0000 mon.smithi045 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:24:31.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:24:30.781458+0000 mon.smithi045 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:24:31.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:24:30.782297+0000 mon.smithi045 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:24:32.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:30.186500+0000 mgr.smithi045.zcmxfe (mgr.14164) 298 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:32.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:30.186500+0000 mgr.smithi045.zcmxfe (mgr.14164) 298 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:34.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:33 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:32.186902+0000 mgr.smithi045.zcmxfe (mgr.14164) 299 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:34.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:32.186902+0000 mgr.smithi045.zcmxfe (mgr.14164) 299 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:36.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:35 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:34.187318+0000 mgr.smithi045.zcmxfe (mgr.14164) 300 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:36.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:34.187318+0000 mgr.smithi045.zcmxfe (mgr.14164) 300 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:38.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:37 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:36.187838+0000 mgr.smithi045.zcmxfe (mgr.14164) 301 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:38.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:37 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:36.187838+0000 mgr.smithi045.zcmxfe (mgr.14164) 301 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:40.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:39 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:38.188220+0000 mgr.smithi045.zcmxfe (mgr.14164) 302 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:40.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:38.188220+0000 mgr.smithi045.zcmxfe (mgr.14164) 302 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:42.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:41 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:40.188633+0000 mgr.smithi045.zcmxfe (mgr.14164) 303 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:42.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:40.188633+0000 mgr.smithi045.zcmxfe (mgr.14164) 303 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:44.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:43 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:42.189145+0000 mgr.smithi045.zcmxfe (mgr.14164) 304 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:44.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:42.189145+0000 mgr.smithi045.zcmxfe (mgr.14164) 304 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:46.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:45 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:44.189479+0000 mgr.smithi045.zcmxfe (mgr.14164) 305 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:46.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:45 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:44.189479+0000 mgr.smithi045.zcmxfe (mgr.14164) 305 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:48.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:47 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:46.189849+0000 mgr.smithi045.zcmxfe (mgr.14164) 306 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:48.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:47 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:46.189849+0000 mgr.smithi045.zcmxfe (mgr.14164) 306 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:50.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:49 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:48.190152+0000 mgr.smithi045.zcmxfe (mgr.14164) 307 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:50.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:49 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:48.190152+0000 mgr.smithi045.zcmxfe (mgr.14164) 307 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:52.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:51 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:50.190478+0000 mgr.smithi045.zcmxfe (mgr.14164) 308 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:52.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:51 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:50.190478+0000 mgr.smithi045.zcmxfe (mgr.14164) 308 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:54.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:53 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:52.190861+0000 mgr.smithi045.zcmxfe (mgr.14164) 309 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:54.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:52.190861+0000 mgr.smithi045.zcmxfe (mgr.14164) 309 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:56.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:54.191328+0000 mgr.smithi045.zcmxfe (mgr.14164) 310 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:56.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:54.191328+0000 mgr.smithi045.zcmxfe (mgr.14164) 310 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:58.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:57 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:56.191791+0000 mgr.smithi045.zcmxfe (mgr.14164) 311 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:24:58.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:57 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:56.191791+0000 mgr.smithi045.zcmxfe (mgr.14164) 311 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:00.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:24:59 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:24:58.192338+0000 mgr.smithi045.zcmxfe (mgr.14164) 312 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:00.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:24:59 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:24:58.192338+0000 mgr.smithi045.zcmxfe (mgr.14164) 312 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:02.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:01 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:00.192832+0000 mgr.smithi045.zcmxfe (mgr.14164) 313 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:02.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:01 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:00.192832+0000 mgr.smithi045.zcmxfe (mgr.14164) 313 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:04.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:03 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:02.193207+0000 mgr.smithi045.zcmxfe (mgr.14164) 314 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:04.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:03 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:02.193207+0000 mgr.smithi045.zcmxfe (mgr.14164) 314 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:06.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:05 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:04.193693+0000 mgr.smithi045.zcmxfe (mgr.14164) 315 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:06.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:04.193693+0000 mgr.smithi045.zcmxfe (mgr.14164) 315 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:08.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:07 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:06.194093+0000 mgr.smithi045.zcmxfe (mgr.14164) 316 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:08.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:07 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:06.194093+0000 mgr.smithi045.zcmxfe (mgr.14164) 316 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:10.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:08.194445+0000 mgr.smithi045.zcmxfe (mgr.14164) 317 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:10.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:08.194445+0000 mgr.smithi045.zcmxfe (mgr.14164) 317 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:12.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:11 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:10.194790+0000 mgr.smithi045.zcmxfe (mgr.14164) 318 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:12.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:10.194790+0000 mgr.smithi045.zcmxfe (mgr.14164) 318 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:14.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:12.195140+0000 mgr.smithi045.zcmxfe (mgr.14164) 319 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:14.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:13 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:12.195140+0000 mgr.smithi045.zcmxfe (mgr.14164) 319 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:16.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:15 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:14.195646+0000 mgr.smithi045.zcmxfe (mgr.14164) 320 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:16.426 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:15 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:14.195646+0000 mgr.smithi045.zcmxfe (mgr.14164) 320 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:18.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:16.196054+0000 mgr.smithi045.zcmxfe (mgr.14164) 321 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:18.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:17 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:16.196054+0000 mgr.smithi045.zcmxfe (mgr.14164) 321 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:20.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:18.196566+0000 mgr.smithi045.zcmxfe (mgr.14164) 322 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:20.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:19 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:18.196566+0000 mgr.smithi045.zcmxfe (mgr.14164) 322 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:22.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:21 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:20.197096+0000 mgr.smithi045.zcmxfe (mgr.14164) 323 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:22.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:21 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:20.197096+0000 mgr.smithi045.zcmxfe (mgr.14164) 323 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:24.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:23 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:22.197563+0000 mgr.smithi045.zcmxfe (mgr.14164) 324 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:24.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:23 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:22.197563+0000 mgr.smithi045.zcmxfe (mgr.14164) 324 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:25.158 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:24 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:24.564252+0000 mon.smithi045 (mon.0) 410 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:25:25.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:24 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:24.564252+0000 mon.smithi045 (mon.0) 410 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:25:26.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:24.198052+0000 mgr.smithi045.zcmxfe (mgr.14164) 325 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:26.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:25:24.563625+0000 mgr.smithi045.zcmxfe (mgr.14164) 326 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi050 ... 2023-12-08T09:25:26.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi050 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2023-12-08T09:25:26.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2023-12-08T09:25:26.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr time="2023-12-08T09:23:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:25:26.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr time="2023-12-08T09:24:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:25:26.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr time="2023-12-08T09:24:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:25:26.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:25:26.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Traceback (most recent call last): 2023-12-08T09:25:26.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:25:26.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: main() 2023-12-08T09:25:26.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:25:26.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: r = ctx.func(ctx) 2023-12-08T09:25:26.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:25:26.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: return func(ctx) 2023-12-08T09:25:26.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2023-12-08T09:25:26.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-08T09:25:26.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4185, in extract_uid_gid_monitoring 2023-12-08T09:25:26.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2023-12-08T09:25:26.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2023-12-08T09:25:26.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: raise RuntimeError('uid/gid not found') 2023-12-08T09:25:26.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: RuntimeError: uid/gid not found 2023-12-08T09:25:26.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Traceback (most recent call last): 2023-12-08T09:25:26.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2023-12-08T09:25:26.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: yield (conn, connr) 2023-12-08T09:25:26.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2023-12-08T09:25:26.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: code, '\n'.join(err))) 2023-12-08T09:25:26.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi050 ... 2023-12-08T09:25:26.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi050 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2023-12-08T09:25:26.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2023-12-08T09:25:26.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr time="2023-12-08T09:23:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:25:26.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr time="2023-12-08T09:24:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:25:26.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr time="2023-12-08T09:24:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:25:26.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:25:26.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Traceback (most recent call last): 2023-12-08T09:25:26.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:25:26.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: main() 2023-12-08T09:25:26.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:25:26.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: r = ctx.func(ctx) 2023-12-08T09:25:26.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:25:26.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: return func(ctx) 2023-12-08T09:25:26.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2023-12-08T09:25:26.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-08T09:25:26.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4185, in extract_uid_gid_monitoring 2023-12-08T09:25:26.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2023-12-08T09:25:26.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2023-12-08T09:25:26.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: raise RuntimeError('uid/gid not found') 2023-12-08T09:25:26.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: RuntimeError: uid/gid not found 2023-12-08T09:25:26.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:25.700436+0000 mon.smithi045 (mon.0) 411 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T09:25:26.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:25.701398+0000 mon.smithi045 (mon.0) 412 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:25:26.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:25.803283+0000 mon.smithi045 (mon.0) 413 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:25:26.219 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:24.198052+0000 mgr.smithi045.zcmxfe (mgr.14164) 325 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:26.219 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:25:24.563625+0000 mgr.smithi045.zcmxfe (mgr.14164) 326 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi050 ... 2023-12-08T09:25:26.219 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi050 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2023-12-08T09:25:26.219 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2023-12-08T09:25:26.219 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: stat: stderr time="2023-12-08T09:23:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:25:26.219 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: stat: stderr time="2023-12-08T09:24:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:25:26.219 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: stat: stderr time="2023-12-08T09:24:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:25:26.219 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: stat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:25:26.220 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Traceback (most recent call last): 2023-12-08T09:25:26.220 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:25:26.220 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: main() 2023-12-08T09:25:26.220 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:25:26.220 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: r = ctx.func(ctx) 2023-12-08T09:25:26.220 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:25:26.220 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: return func(ctx) 2023-12-08T09:25:26.220 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2023-12-08T09:25:26.220 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-08T09:25:26.220 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4185, in extract_uid_gid_monitoring 2023-12-08T09:25:26.220 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2023-12-08T09:25:26.220 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2023-12-08T09:25:26.220 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: raise RuntimeError('uid/gid not found') 2023-12-08T09:25:26.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: RuntimeError: uid/gid not found 2023-12-08T09:25:26.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Traceback (most recent call last): 2023-12-08T09:25:26.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2023-12-08T09:25:26.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: yield (conn, connr) 2023-12-08T09:25:26.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2023-12-08T09:25:26.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: code, '\n'.join(err))) 2023-12-08T09:25:26.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi050 ... 2023-12-08T09:25:26.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi050 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2023-12-08T09:25:26.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2023-12-08T09:25:26.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: stat: stderr time="2023-12-08T09:23:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:25:26.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: stat: stderr time="2023-12-08T09:24:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:25:26.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: stat: stderr time="2023-12-08T09:24:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:25:26.221 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: stat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:25:26.222 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Traceback (most recent call last): 2023-12-08T09:25:26.222 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:25:26.222 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: main() 2023-12-08T09:25:26.222 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:25:26.222 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: r = ctx.func(ctx) 2023-12-08T09:25:26.222 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:25:26.222 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: return func(ctx) 2023-12-08T09:25:26.222 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2023-12-08T09:25:26.222 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-08T09:25:26.222 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4185, in extract_uid_gid_monitoring 2023-12-08T09:25:26.222 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2023-12-08T09:25:26.223 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2023-12-08T09:25:26.223 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: raise RuntimeError('uid/gid not found') 2023-12-08T09:25:26.223 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: RuntimeError: uid/gid not found 2023-12-08T09:25:26.223 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:25.700436+0000 mon.smithi045 (mon.0) 411 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T09:25:26.223 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:25.701398+0000 mon.smithi045 (mon.0) 412 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:25:26.223 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:25.803283+0000 mon.smithi045 (mon.0) 413 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:25:27.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:26 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:25:25.702180+0000 mgr.smithi045.zcmxfe (mgr.14164) 327 : cephadm [INF] Deploying daemon osd.4 on smithi050 2023-12-08T09:25:27.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:26 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:26.548487+0000 mon.smithi045 (mon.0) 414 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:25:27.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:26 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:25:25.702180+0000 mgr.smithi045.zcmxfe (mgr.14164) 327 : cephadm [INF] Deploying daemon osd.4 on smithi050 2023-12-08T09:25:27.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:26 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:26.548487+0000 mon.smithi045 (mon.0) 414 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:25:28.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:26.198444+0000 mgr.smithi045.zcmxfe (mgr.14164) 328 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:28.247 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:27 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:26.198444+0000 mgr.smithi045.zcmxfe (mgr.14164) 328 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:28.374 INFO:teuthology.orchestra.run.smithi050.stdout:Created osd(s) 4 on host 'smithi050' 2023-12-08T09:25:28.715 DEBUG:teuthology.orchestra.run.smithi050:osd.4> sudo journalctl -f -n 0 -u ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.4.service 2023-12-08T09:25:28.718 INFO:tasks.cephadm:Deploying osd.5 on smithi050 with /dev/vg_nvme/lv_3... 2023-12-08T09:25:28.718 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-08T09:25:28.756 INFO:journalctl@ceph.osd.4.smithi050.stdout:-- Logs begin at Fri 2023-12-08 09:05:02 UTC. -- 2023-12-08T09:25:28.923 INFO:journalctl@ceph.osd.4.smithi050.stdout:Dec 08 09:25:28 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.4[128964]: debug 2023-12-08T09:25:28.827+0000 7f4cc0ce4080 -1 Falling back to public interface 2023-12-08T09:25:29.673 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:29 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:28.198786+0000 mgr.smithi045.zcmxfe (mgr.14164) 329 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:29.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:29 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:28.367521+0000 mon.smithi045 (mon.0) 415 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:25:29.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:29 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:28.370980+0000 mon.smithi045 (mon.0) 416 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:25:29.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:29 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:29.261422+0000 mon.smithi045 (mon.0) 417 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:25:29.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:29 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:28.198786+0000 mgr.smithi045.zcmxfe (mgr.14164) 329 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:29.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:29 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:28.367521+0000 mon.smithi045 (mon.0) 415 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:25:29.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:29 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:28.370980+0000 mon.smithi045 (mon.0) 416 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:25:29.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:29 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:29.261422+0000 mon.smithi045 (mon.0) 417 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:25:30.244 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-08T09:25:30.244 INFO:teuthology.orchestra.run.smithi050.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-08T09:25:30.244 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10+0 records in 2023-12-08T09:25:30.244 INFO:teuthology.orchestra.run.smithi050.stderr:10+0 records out 2023-12-08T09:25:30.244 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112558 s, 932 MB/s 2023-12-08T09:25:30.244 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping successful for: 2023-12-08T09:25:30.576 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi050:vg_nvme/lv_3 2023-12-08T09:25:30.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:25:29.255881+0000 mgr.smithi045.zcmxfe (mgr.14164) 330 : cephadm [INF] Detected new or changed devices on smithi045 2023-12-08T09:25:30.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:29.533525+0000 mgr.smithi045.zcmxfe (mgr.14164) 331 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:30.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:29.537216+0000 mon.smithi045 (mon.0) 418 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:25:30.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:25:29.541453+0000 mgr.smithi045.zcmxfe (mgr.14164) 332 : cephadm [INF] Deploying daemon prometheus.smithi050 on smithi050 2023-12-08T09:25:30.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:30.367199+0000 mon.smithi045 (mon.0) 419 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-08T09:25:30.916 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:25:29.255881+0000 mgr.smithi045.zcmxfe (mgr.14164) 330 : cephadm [INF] Detected new or changed devices on smithi045 2023-12-08T09:25:30.916 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:29.533525+0000 mgr.smithi045.zcmxfe (mgr.14164) 331 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:30.916 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:29.537216+0000 mon.smithi045 (mon.0) 418 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:25:30.916 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:25:29.541453+0000 mgr.smithi045.zcmxfe (mgr.14164) 332 : cephadm [INF] Deploying daemon prometheus.smithi050 on smithi050 2023-12-08T09:25:30.916 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:30.367199+0000 mon.smithi045 (mon.0) 419 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-12-08T09:25:31.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:30.782808+0000 mon.smithi045 (mon.0) 420 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:25:31.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:30.783794+0000 mon.smithi045 (mon.0) 421 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:25:31.923 INFO:journalctl@ceph.osd.4.smithi050.stdout:Dec 08 09:25:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.4[128964]: debug 2023-12-08T09:25:31.560+0000 7f4cc0ce4080 -1 osd.4 0 log_to_monitors {default=true} 2023-12-08T09:25:31.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:30.782808+0000 mon.smithi045 (mon.0) 420 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:25:31.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:30.783794+0000 mon.smithi045 (mon.0) 421 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:25:32.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:31.533974+0000 mgr.smithi045.zcmxfe (mgr.14164) 333 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:32.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:31.565384+0000 mon.smithi050 (mon.1) 6 : audit [INF] from='osd.4 [v2:172.21.15.50:6800/1383346174,v1:172.21.15.50:6801/1383346174]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T09:25:32.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:31.565907+0000 mon.smithi045 (mon.0) 422 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T09:25:32.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:31.985146+0000 mgr.smithi045.zcmxfe (mgr.14164) 334 : audit [DBG] from='client.24171 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:25:32.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:31.986103+0000 mon.smithi045 (mon.0) 423 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:25:32.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:25:31.987625+0000 mgr.smithi045.zcmxfe (mgr.14164) 335 : cephadm [INF] Applying service osd.None on host smithi050... 2023-12-08T09:25:32.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:31.987964+0000 mon.smithi045 (mon.0) 424 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:25:32.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:31.988763+0000 mon.smithi045 (mon.0) 425 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:25:32.923 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:31.533974+0000 mgr.smithi045.zcmxfe (mgr.14164) 333 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:32.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:31.565384+0000 mon.smithi050 (mon.1) 6 : audit [INF] from='osd.4 [v2:172.21.15.50:6800/1383346174,v1:172.21.15.50:6801/1383346174]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T09:25:32.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:31.565907+0000 mon.smithi045 (mon.0) 422 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T09:25:32.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:31.985146+0000 mgr.smithi045.zcmxfe (mgr.14164) 334 : audit [DBG] from='client.24171 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:25:32.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:31.986103+0000 mon.smithi045 (mon.0) 423 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:25:32.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:25:31.987625+0000 mgr.smithi045.zcmxfe (mgr.14164) 335 : cephadm [INF] Applying service osd.None on host smithi050... 2023-12-08T09:25:32.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:31.987964+0000 mon.smithi045 (mon.0) 424 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:25:32.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:31.988763+0000 mon.smithi045 (mon.0) 425 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:25:33.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:32.548340+0000 mon.smithi045 (mon.0) 426 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-08T09:25:33.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:32.548404+0000 mon.smithi045 (mon.0) 427 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-12-08T09:25:33.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:32.548563+0000 mon.smithi045 (mon.0) 428 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:25:33.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:32.549053+0000 mon.smithi050 (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.50:6800/1383346174,v1:172.21.15.50:6801/1383346174]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-08T09:25:33.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:32.549513+0000 mon.smithi045 (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-08T09:25:33.923 INFO:journalctl@ceph.osd.4.smithi050.stdout:Dec 08 09:25:33 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.4[128964]: debug 2023-12-08T09:25:33.555+0000 7f4cb7255700 -1 osd.4 0 waiting for initial osdmap 2023-12-08T09:25:33.923 INFO:journalctl@ceph.osd.4.smithi050.stdout:Dec 08 09:25:33 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.4[128964]: debug 2023-12-08T09:25:33.561+0000 7f4cb39d1700 -1 osd.4 28 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-08T09:25:33.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:33 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:32.548340+0000 mon.smithi045 (mon.0) 426 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-08T09:25:33.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:33 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:32.548404+0000 mon.smithi045 (mon.0) 427 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-12-08T09:25:33.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:33 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:32.548563+0000 mon.smithi045 (mon.0) 428 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:25:33.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:33 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:32.549053+0000 mon.smithi050 (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.50:6800/1383346174,v1:172.21.15.50:6801/1383346174]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-08T09:25:33.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:33 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:32.549513+0000 mon.smithi045 (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-08T09:25:34.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:33.534335+0000 mgr.smithi045.zcmxfe (mgr.14164) 336 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:34.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:33.551212+0000 mon.smithi045 (mon.0) 430 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-12-08T09:25:34.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:33.551278+0000 mon.smithi045 (mon.0) 431 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-08T09:25:34.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:33.551854+0000 mon.smithi045 (mon.0) 432 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:25:34.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:33.556102+0000 mon.smithi045 (mon.0) 433 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:25:34.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:34.552164+0000 mon.smithi045 (mon.0) 434 : cluster [INF] osd.4 [v2:172.21.15.50:6800/1383346174,v1:172.21.15.50:6801/1383346174] boot 2023-12-08T09:25:34.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:34.552218+0000 mon.smithi045 (mon.0) 435 : cluster [DBG] osdmap e29: 5 total, 5 up, 5 in 2023-12-08T09:25:34.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:25:34.552427+0000 mon.smithi045 (mon.0) 436 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:25:34.927 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:34 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:33.534335+0000 mgr.smithi045.zcmxfe (mgr.14164) 336 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-12-08T09:25:34.927 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:34 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:33.551212+0000 mon.smithi045 (mon.0) 430 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-12-08T09:25:34.927 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:34 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:33.551278+0000 mon.smithi045 (mon.0) 431 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-08T09:25:34.927 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:34 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:33.551854+0000 mon.smithi045 (mon.0) 432 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:25:34.927 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:34 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:33.556102+0000 mon.smithi045 (mon.0) 433 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:25:34.927 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:34 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:34.552164+0000 mon.smithi045 (mon.0) 434 : cluster [INF] osd.4 [v2:172.21.15.50:6800/1383346174,v1:172.21.15.50:6801/1383346174] boot 2023-12-08T09:25:34.927 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:34 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:34.552218+0000 mon.smithi045 (mon.0) 435 : cluster [DBG] osdmap e29: 5 total, 5 up, 5 in 2023-12-08T09:25:34.928 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:34 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:25:34.552427+0000 mon.smithi045 (mon.0) 436 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T09:25:35.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:32.563362+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:25:35.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:32.563499+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:25:35.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:35.553679+0000 mon.smithi045 (mon.0) 437 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2023-12-08T09:25:35.923 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:35 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:32.563362+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:25:35.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:35 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:32.563499+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:25:35.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:35 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:35.553679+0000 mon.smithi045 (mon.0) 437 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2023-12-08T09:25:37.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:36 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:35.534738+0000 mgr.smithi045.zcmxfe (mgr.14164) 337 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:25:37.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:36 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:36.555159+0000 mon.smithi045 (mon.0) 438 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-08T09:25:37.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:36 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:35.534738+0000 mgr.smithi045.zcmxfe (mgr.14164) 337 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:25:37.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:36 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:36.555159+0000 mon.smithi045 (mon.0) 438 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-08T09:25:39.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:38 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:37.535272+0000 mgr.smithi045.zcmxfe (mgr.14164) 338 : cluster [DBG] pgmap v324: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:25:39.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:38 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:37.535272+0000 mgr.smithi045.zcmxfe (mgr.14164) 338 : cluster [DBG] pgmap v324: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:25:41.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:40 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:39.535832+0000 mgr.smithi045.zcmxfe (mgr.14164) 339 : cluster [DBG] pgmap v325: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:25:41.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:40 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:39.535832+0000 mgr.smithi045.zcmxfe (mgr.14164) 339 : cluster [DBG] pgmap v325: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:25:43.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:41.536230+0000 mgr.smithi045.zcmxfe (mgr.14164) 340 : cluster [DBG] pgmap v326: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:25:43.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:42 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:41.536230+0000 mgr.smithi045.zcmxfe (mgr.14164) 340 : cluster [DBG] pgmap v326: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:25:45.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:43.536626+0000 mgr.smithi045.zcmxfe (mgr.14164) 341 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:25:45.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:44 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:43.536626+0000 mgr.smithi045.zcmxfe (mgr.14164) 341 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:25:47.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:46 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:45.537043+0000 mgr.smithi045.zcmxfe (mgr.14164) 342 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:25:47.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:46 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:45.537043+0000 mgr.smithi045.zcmxfe (mgr.14164) 342 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:25:49.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:48 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:47.537549+0000 mgr.smithi045.zcmxfe (mgr.14164) 343 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:25:49.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:48 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:47.537549+0000 mgr.smithi045.zcmxfe (mgr.14164) 343 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:25:51.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:50 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:49.537899+0000 mgr.smithi045.zcmxfe (mgr.14164) 344 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:25:51.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:49.537899+0000 mgr.smithi045.zcmxfe (mgr.14164) 344 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:25:53.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:51.538237+0000 mgr.smithi045.zcmxfe (mgr.14164) 345 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:25:53.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:51.538237+0000 mgr.smithi045.zcmxfe (mgr.14164) 345 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:25:55.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:53.538676+0000 mgr.smithi045.zcmxfe (mgr.14164) 346 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:25:55.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:54 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:53.538676+0000 mgr.smithi045.zcmxfe (mgr.14164) 346 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:25:57.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:56 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:55.539222+0000 mgr.smithi045.zcmxfe (mgr.14164) 347 : cluster [DBG] pgmap v333: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:25:57.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:55.539222+0000 mgr.smithi045.zcmxfe (mgr.14164) 347 : cluster [DBG] pgmap v333: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:25:59.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:25:58 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:57.539652+0000 mgr.smithi045.zcmxfe (mgr.14164) 348 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:25:59.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:25:58 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:57.539652+0000 mgr.smithi045.zcmxfe (mgr.14164) 348 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:01.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:25:59.539984+0000 mgr.smithi045.zcmxfe (mgr.14164) 349 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:01.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:25:59.539984+0000 mgr.smithi045.zcmxfe (mgr.14164) 349 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:03.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:02 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:01.540398+0000 mgr.smithi045.zcmxfe (mgr.14164) 350 : cluster [DBG] pgmap v336: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:03.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:02 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:01.540398+0000 mgr.smithi045.zcmxfe (mgr.14164) 350 : cluster [DBG] pgmap v336: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:05.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:04 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:03.540940+0000 mgr.smithi045.zcmxfe (mgr.14164) 351 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:05.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:04 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:03.540940+0000 mgr.smithi045.zcmxfe (mgr.14164) 351 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:07.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:05.541350+0000 mgr.smithi045.zcmxfe (mgr.14164) 352 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:07.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:05.541350+0000 mgr.smithi045.zcmxfe (mgr.14164) 352 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:09.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:08 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:07.541757+0000 mgr.smithi045.zcmxfe (mgr.14164) 353 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:09.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:07.541757+0000 mgr.smithi045.zcmxfe (mgr.14164) 353 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:11.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:10 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:09.542202+0000 mgr.smithi045.zcmxfe (mgr.14164) 354 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:11.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:10 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:09.542202+0000 mgr.smithi045.zcmxfe (mgr.14164) 354 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:13.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:12 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:11.542717+0000 mgr.smithi045.zcmxfe (mgr.14164) 355 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:13.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:12 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:11.542717+0000 mgr.smithi045.zcmxfe (mgr.14164) 355 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:15.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:14 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:13.543161+0000 mgr.smithi045.zcmxfe (mgr.14164) 356 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:15.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:14 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:13.543161+0000 mgr.smithi045.zcmxfe (mgr.14164) 356 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:17.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:16 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:15.543491+0000 mgr.smithi045.zcmxfe (mgr.14164) 357 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:17.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:16 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:15.543491+0000 mgr.smithi045.zcmxfe (mgr.14164) 357 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:19.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:18 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:17.544021+0000 mgr.smithi045.zcmxfe (mgr.14164) 358 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:19.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:17.544021+0000 mgr.smithi045.zcmxfe (mgr.14164) 358 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:21.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:20 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:19.544584+0000 mgr.smithi045.zcmxfe (mgr.14164) 359 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:21.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:20 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:19.544584+0000 mgr.smithi045.zcmxfe (mgr.14164) 359 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:23.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:22 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:21.545062+0000 mgr.smithi045.zcmxfe (mgr.14164) 360 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:23.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:22 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:21.545062+0000 mgr.smithi045.zcmxfe (mgr.14164) 360 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:25.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:24 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:23.545533+0000 mgr.smithi045.zcmxfe (mgr.14164) 361 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:25.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:24 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:23.545533+0000 mgr.smithi045.zcmxfe (mgr.14164) 361 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:27.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:26 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:25.546094+0000 mgr.smithi045.zcmxfe (mgr.14164) 362 : cluster [DBG] pgmap v348: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:27.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:26 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:25.546094+0000 mgr.smithi045.zcmxfe (mgr.14164) 362 : cluster [DBG] pgmap v348: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:29.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:28 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:27.546587+0000 mgr.smithi045.zcmxfe (mgr.14164) 363 : cluster [DBG] pgmap v349: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:29.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:28 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:27.546587+0000 mgr.smithi045.zcmxfe (mgr.14164) 363 : cluster [DBG] pgmap v349: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:31.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:29.547118+0000 mgr.smithi045.zcmxfe (mgr.14164) 364 : cluster [DBG] pgmap v350: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:31.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:26:30.784689+0000 mon.smithi045 (mon.0) 439 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:26:31.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:26:30.785027+0000 mon.smithi045 (mon.0) 440 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:26:31.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:29.547118+0000 mgr.smithi045.zcmxfe (mgr.14164) 364 : cluster [DBG] pgmap v350: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:31.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:26:30.784689+0000 mon.smithi045 (mon.0) 439 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:26:31.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:26:30.785027+0000 mon.smithi045 (mon.0) 440 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:26:33.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:31.547613+0000 mgr.smithi045.zcmxfe (mgr.14164) 365 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:33.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:31.547613+0000 mgr.smithi045.zcmxfe (mgr.14164) 365 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:35.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:33.548031+0000 mgr.smithi045.zcmxfe (mgr.14164) 366 : cluster [DBG] pgmap v352: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:35.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:34 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:33.548031+0000 mgr.smithi045.zcmxfe (mgr.14164) 366 : cluster [DBG] pgmap v352: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:37.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:36 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:35.548452+0000 mgr.smithi045.zcmxfe (mgr.14164) 367 : cluster [DBG] pgmap v353: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:37.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:36 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:35.548452+0000 mgr.smithi045.zcmxfe (mgr.14164) 367 : cluster [DBG] pgmap v353: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:39.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:38 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:37.548988+0000 mgr.smithi045.zcmxfe (mgr.14164) 368 : cluster [DBG] pgmap v354: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:39.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:38 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:37.548988+0000 mgr.smithi045.zcmxfe (mgr.14164) 368 : cluster [DBG] pgmap v354: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:41.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:40 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:39.549466+0000 mgr.smithi045.zcmxfe (mgr.14164) 369 : cluster [DBG] pgmap v355: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:41.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:40 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:39.549466+0000 mgr.smithi045.zcmxfe (mgr.14164) 369 : cluster [DBG] pgmap v355: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:43.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:41.549841+0000 mgr.smithi045.zcmxfe (mgr.14164) 370 : cluster [DBG] pgmap v356: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:43.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:42 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:41.549841+0000 mgr.smithi045.zcmxfe (mgr.14164) 370 : cluster [DBG] pgmap v356: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:45.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:43.550354+0000 mgr.smithi045.zcmxfe (mgr.14164) 371 : cluster [DBG] pgmap v357: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:45.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:44 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:43.550354+0000 mgr.smithi045.zcmxfe (mgr.14164) 371 : cluster [DBG] pgmap v357: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:47.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:46 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:45.550787+0000 mgr.smithi045.zcmxfe (mgr.14164) 372 : cluster [DBG] pgmap v358: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:47.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:46 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:45.550787+0000 mgr.smithi045.zcmxfe (mgr.14164) 372 : cluster [DBG] pgmap v358: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:49.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:48 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:47.551198+0000 mgr.smithi045.zcmxfe (mgr.14164) 373 : cluster [DBG] pgmap v359: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:49.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:48 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:47.551198+0000 mgr.smithi045.zcmxfe (mgr.14164) 373 : cluster [DBG] pgmap v359: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:51.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:50 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:49.551711+0000 mgr.smithi045.zcmxfe (mgr.14164) 374 : cluster [DBG] pgmap v360: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:51.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:49.551711+0000 mgr.smithi045.zcmxfe (mgr.14164) 374 : cluster [DBG] pgmap v360: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:53.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:51.552130+0000 mgr.smithi045.zcmxfe (mgr.14164) 375 : cluster [DBG] pgmap v361: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:53.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:51.552130+0000 mgr.smithi045.zcmxfe (mgr.14164) 375 : cluster [DBG] pgmap v361: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:55.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:53.552511+0000 mgr.smithi045.zcmxfe (mgr.14164) 376 : cluster [DBG] pgmap v362: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:55.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:54 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:53.552511+0000 mgr.smithi045.zcmxfe (mgr.14164) 376 : cluster [DBG] pgmap v362: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:57.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:55.553046+0000 mgr.smithi045.zcmxfe (mgr.14164) 377 : cluster [DBG] pgmap v363: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:57.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:56 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:55.553046+0000 mgr.smithi045.zcmxfe (mgr.14164) 377 : cluster [DBG] pgmap v363: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:59.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:26:58 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:57.553622+0000 mgr.smithi045.zcmxfe (mgr.14164) 378 : cluster [DBG] pgmap v364: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:26:59.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:26:58 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:57.553622+0000 mgr.smithi045.zcmxfe (mgr.14164) 378 : cluster [DBG] pgmap v364: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:01.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:26:59.554005+0000 mgr.smithi045.zcmxfe (mgr.14164) 379 : cluster [DBG] pgmap v365: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:01.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:26:59.554005+0000 mgr.smithi045.zcmxfe (mgr.14164) 379 : cluster [DBG] pgmap v365: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:03.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:02 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:01.554392+0000 mgr.smithi045.zcmxfe (mgr.14164) 380 : cluster [DBG] pgmap v366: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:03.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:02 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:01.554392+0000 mgr.smithi045.zcmxfe (mgr.14164) 380 : cluster [DBG] pgmap v366: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:05.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:04 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:03.554781+0000 mgr.smithi045.zcmxfe (mgr.14164) 381 : cluster [DBG] pgmap v367: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:05.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:04 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:03.554781+0000 mgr.smithi045.zcmxfe (mgr.14164) 381 : cluster [DBG] pgmap v367: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:07.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:05.555177+0000 mgr.smithi045.zcmxfe (mgr.14164) 382 : cluster [DBG] pgmap v368: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:07.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:05.555177+0000 mgr.smithi045.zcmxfe (mgr.14164) 382 : cluster [DBG] pgmap v368: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:09.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:07.555669+0000 mgr.smithi045.zcmxfe (mgr.14164) 383 : cluster [DBG] pgmap v369: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:09.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:08 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:07.555669+0000 mgr.smithi045.zcmxfe (mgr.14164) 383 : cluster [DBG] pgmap v369: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:11.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:10 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:09.556207+0000 mgr.smithi045.zcmxfe (mgr.14164) 384 : cluster [DBG] pgmap v370: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:11.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:10 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:09.556207+0000 mgr.smithi045.zcmxfe (mgr.14164) 384 : cluster [DBG] pgmap v370: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:13.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:12 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:11.556788+0000 mgr.smithi045.zcmxfe (mgr.14164) 385 : cluster [DBG] pgmap v371: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:13.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:12 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:11.556788+0000 mgr.smithi045.zcmxfe (mgr.14164) 385 : cluster [DBG] pgmap v371: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:15.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:14 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:13.557252+0000 mgr.smithi045.zcmxfe (mgr.14164) 386 : cluster [DBG] pgmap v372: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:15.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:14 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:13.557252+0000 mgr.smithi045.zcmxfe (mgr.14164) 386 : cluster [DBG] pgmap v372: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:17.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:16 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:15.557745+0000 mgr.smithi045.zcmxfe (mgr.14164) 387 : cluster [DBG] pgmap v373: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:17.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:16 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:15.557745+0000 mgr.smithi045.zcmxfe (mgr.14164) 387 : cluster [DBG] pgmap v373: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:19.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:17.558075+0000 mgr.smithi045.zcmxfe (mgr.14164) 388 : cluster [DBG] pgmap v374: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:19.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:18 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:17.558075+0000 mgr.smithi045.zcmxfe (mgr.14164) 388 : cluster [DBG] pgmap v374: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:21.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:21 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:19.558540+0000 mgr.smithi045.zcmxfe (mgr.14164) 389 : cluster [DBG] pgmap v375: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:21.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:21 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:19.558540+0000 mgr.smithi045.zcmxfe (mgr.14164) 389 : cluster [DBG] pgmap v375: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:23.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:23 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:21.559060+0000 mgr.smithi045.zcmxfe (mgr.14164) 390 : cluster [DBG] pgmap v376: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:23.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:23 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:21.559060+0000 mgr.smithi045.zcmxfe (mgr.14164) 390 : cluster [DBG] pgmap v376: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:25.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:23.559532+0000 mgr.smithi045.zcmxfe (mgr.14164) 391 : cluster [DBG] pgmap v377: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:25.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:23.559532+0000 mgr.smithi045.zcmxfe (mgr.14164) 391 : cluster [DBG] pgmap v377: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:27.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:25.559904+0000 mgr.smithi045.zcmxfe (mgr.14164) 392 : cluster [DBG] pgmap v378: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:27.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:27 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:25.559904+0000 mgr.smithi045.zcmxfe (mgr.14164) 392 : cluster [DBG] pgmap v378: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:29.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:29 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:27.560436+0000 mgr.smithi045.zcmxfe (mgr.14164) 393 : cluster [DBG] pgmap v379: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:29.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:29 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:27.560436+0000 mgr.smithi045.zcmxfe (mgr.14164) 393 : cluster [DBG] pgmap v379: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:31.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:29.560993+0000 mgr.smithi045.zcmxfe (mgr.14164) 394 : cluster [DBG] pgmap v380: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:31.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:27:30.786039+0000 mon.smithi045 (mon.0) 441 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:27:31.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:27:30.786374+0000 mon.smithi045 (mon.0) 442 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:27:31.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:29.560993+0000 mgr.smithi045.zcmxfe (mgr.14164) 394 : cluster [DBG] pgmap v380: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:31.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:27:30.786039+0000 mon.smithi045 (mon.0) 441 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:27:31.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:27:30.786374+0000 mon.smithi045 (mon.0) 442 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:27:32.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:31.561387+0000 mgr.smithi045.zcmxfe (mgr.14164) 395 : cluster [DBG] pgmap v381: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:32.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:31.561387+0000 mgr.smithi045.zcmxfe (mgr.14164) 395 : cluster [DBG] pgmap v381: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:34.923 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:34 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:33.561782+0000 mgr.smithi045.zcmxfe (mgr.14164) 396 : cluster [DBG] pgmap v382: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:35.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:33.561782+0000 mgr.smithi045.zcmxfe (mgr.14164) 396 : cluster [DBG] pgmap v382: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:37.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:36 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:35.562187+0000 mgr.smithi045.zcmxfe (mgr.14164) 397 : cluster [DBG] pgmap v383: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:37.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:36 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:35.562187+0000 mgr.smithi045.zcmxfe (mgr.14164) 397 : cluster [DBG] pgmap v383: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:39.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:38 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:37.562586+0000 mgr.smithi045.zcmxfe (mgr.14164) 398 : cluster [DBG] pgmap v384: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:39.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:38 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:37.562586+0000 mgr.smithi045.zcmxfe (mgr.14164) 398 : cluster [DBG] pgmap v384: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:41.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:40 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:39.563107+0000 mgr.smithi045.zcmxfe (mgr.14164) 399 : cluster [DBG] pgmap v385: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:41.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:40 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:39.563107+0000 mgr.smithi045.zcmxfe (mgr.14164) 399 : cluster [DBG] pgmap v385: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:43.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:42 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:41.563508+0000 mgr.smithi045.zcmxfe (mgr.14164) 400 : cluster [DBG] pgmap v386: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:43.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:41.563508+0000 mgr.smithi045.zcmxfe (mgr.14164) 400 : cluster [DBG] pgmap v386: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:45.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:44 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:43.564011+0000 mgr.smithi045.zcmxfe (mgr.14164) 401 : cluster [DBG] pgmap v387: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:45.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:43.564011+0000 mgr.smithi045.zcmxfe (mgr.14164) 401 : cluster [DBG] pgmap v387: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:47.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:46 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:45.564343+0000 mgr.smithi045.zcmxfe (mgr.14164) 402 : cluster [DBG] pgmap v388: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:47.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:46 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:45.564343+0000 mgr.smithi045.zcmxfe (mgr.14164) 402 : cluster [DBG] pgmap v388: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:49.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:48 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:47.564812+0000 mgr.smithi045.zcmxfe (mgr.14164) 403 : cluster [DBG] pgmap v389: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:49.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:48 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:47.564812+0000 mgr.smithi045.zcmxfe (mgr.14164) 403 : cluster [DBG] pgmap v389: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:51.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:49.565297+0000 mgr.smithi045.zcmxfe (mgr.14164) 404 : cluster [DBG] pgmap v390: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:51.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:50 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:49.565297+0000 mgr.smithi045.zcmxfe (mgr.14164) 404 : cluster [DBG] pgmap v390: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:53.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:51.565715+0000 mgr.smithi045.zcmxfe (mgr.14164) 405 : cluster [DBG] pgmap v391: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:53.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:51.565715+0000 mgr.smithi045.zcmxfe (mgr.14164) 405 : cluster [DBG] pgmap v391: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:55.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:54 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:53.566139+0000 mgr.smithi045.zcmxfe (mgr.14164) 406 : cluster [DBG] pgmap v392: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:55.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:53.566139+0000 mgr.smithi045.zcmxfe (mgr.14164) 406 : cluster [DBG] pgmap v392: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:57.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:56 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:55.566555+0000 mgr.smithi045.zcmxfe (mgr.14164) 407 : cluster [DBG] pgmap v393: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:57.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:55.566555+0000 mgr.smithi045.zcmxfe (mgr.14164) 407 : cluster [DBG] pgmap v393: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:59.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:27:58 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:57.567034+0000 mgr.smithi045.zcmxfe (mgr.14164) 408 : cluster [DBG] pgmap v394: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:27:59.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:27:58 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:57.567034+0000 mgr.smithi045.zcmxfe (mgr.14164) 408 : cluster [DBG] pgmap v394: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:28:01.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:27:59.567524+0000 mgr.smithi045.zcmxfe (mgr.14164) 409 : cluster [DBG] pgmap v395: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:28:01.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:27:59.944364+0000 mgr.smithi045.zcmxfe (mgr.14164) 410 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi050 ... 2023-12-08T09:28:01.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi050 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2023-12-08T09:28:01.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2023-12-08T09:28:01.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr time="2023-12-08T09:26:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:28:01.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr time="2023-12-08T09:26:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:28:01.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr time="2023-12-08T09:27:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:28:01.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:28:01.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Traceback (most recent call last): 2023-12-08T09:28:01.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:28:01.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: main() 2023-12-08T09:28:01.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:28:01.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: r = ctx.func(ctx) 2023-12-08T09:28:01.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:28:01.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: return func(ctx) 2023-12-08T09:28:01.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2023-12-08T09:28:01.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-08T09:28:01.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4185, in extract_uid_gid_monitoring 2023-12-08T09:28:01.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2023-12-08T09:28:01.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2023-12-08T09:28:01.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: raise RuntimeError('uid/gid not found') 2023-12-08T09:28:01.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: RuntimeError: uid/gid not found 2023-12-08T09:28:01.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Traceback (most recent call last): 2023-12-08T09:28:01.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2023-12-08T09:28:01.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: yield (conn, connr) 2023-12-08T09:28:01.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2023-12-08T09:28:01.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: code, '\n'.join(err))) 2023-12-08T09:28:01.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi050 ... 2023-12-08T09:28:01.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi050 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2023-12-08T09:28:01.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2023-12-08T09:28:01.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr time="2023-12-08T09:26:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:28:01.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr time="2023-12-08T09:26:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:28:01.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr time="2023-12-08T09:27:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:28:01.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: stat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:28:01.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Traceback (most recent call last): 2023-12-08T09:28:01.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:28:01.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: main() 2023-12-08T09:28:01.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:28:01.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: r = ctx.func(ctx) 2023-12-08T09:28:01.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:28:01.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: return func(ctx) 2023-12-08T09:28:01.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2023-12-08T09:28:01.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-08T09:28:01.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4185, in extract_uid_gid_monitoring 2023-12-08T09:28:01.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2023-12-08T09:28:01.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2023-12-08T09:28:01.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: raise RuntimeError('uid/gid not found') 2023-12-08T09:28:01.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: RuntimeError: uid/gid not found 2023-12-08T09:28:01.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:27:59.944713+0000 mgr.smithi045.zcmxfe (mgr.14164) 411 : cephadm [INF] Reconfiguring mon.smithi045 (unknown last config time)... 2023-12-08T09:28:01.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:27:59.945121+0000 mon.smithi045 (mon.0) 443 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T09:28:01.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:27:59.946107+0000 mon.smithi045 (mon.0) 444 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T09:28:01.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:27:59.947001+0000 mon.smithi045 (mon.0) 445 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:28:01.115 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:27:59.947701+0000 mgr.smithi045.zcmxfe (mgr.14164) 412 : cephadm [INF] Reconfiguring daemon mon.smithi045 on smithi045 2023-12-08T09:28:01.115 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:00.883861+0000 mon.smithi050 (mon.1) 8 : audit [INF] from='client.? 172.21.15.50:0/2687122155' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "68983fbf-21ce-4949-a7a1-a4a9a1edf979"}]: dispatch 2023-12-08T09:28:01.115 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:00.884476+0000 mon.smithi045 (mon.0) 446 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "68983fbf-21ce-4949-a7a1-a4a9a1edf979"}]: dispatch 2023-12-08T09:28:01.115 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:00.888558+0000 mon.smithi045 (mon.0) 447 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "68983fbf-21ce-4949-a7a1-a4a9a1edf979"}]': finished 2023-12-08T09:28:01.115 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:00.888616+0000 mon.smithi045 (mon.0) 448 : cluster [DBG] osdmap e32: 6 total, 5 up, 6 in 2023-12-08T09:28:01.115 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:00.888748+0000 mon.smithi045 (mon.0) 449 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:28:01.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:27:59.567524+0000 mgr.smithi045.zcmxfe (mgr.14164) 409 : cluster [DBG] pgmap v395: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:28:01.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:27:59.944364+0000 mgr.smithi045.zcmxfe (mgr.14164) 410 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi050 ... 2023-12-08T09:28:01.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi050 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2023-12-08T09:28:01.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2023-12-08T09:28:01.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: stat: stderr time="2023-12-08T09:26:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:28:01.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: stat: stderr time="2023-12-08T09:26:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:28:01.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: stat: stderr time="2023-12-08T09:27:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:28:01.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: stat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:28:01.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Traceback (most recent call last): 2023-12-08T09:28:01.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:28:01.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: main() 2023-12-08T09:28:01.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:28:01.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: r = ctx.func(ctx) 2023-12-08T09:28:01.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:28:01.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: return func(ctx) 2023-12-08T09:28:01.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2023-12-08T09:28:01.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-08T09:28:01.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4185, in extract_uid_gid_monitoring 2023-12-08T09:28:01.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2023-12-08T09:28:01.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2023-12-08T09:28:01.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: raise RuntimeError('uid/gid not found') 2023-12-08T09:28:01.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: RuntimeError: uid/gid not found 2023-12-08T09:28:01.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Traceback (most recent call last): 2023-12-08T09:28:01.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2023-12-08T09:28:01.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: yield (conn, connr) 2023-12-08T09:28:01.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2023-12-08T09:28:01.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: code, '\n'.join(err))) 2023-12-08T09:28:01.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi050 ... 2023-12-08T09:28:01.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi050 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2023-12-08T09:28:01.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2023-12-08T09:28:01.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: stat: stderr time="2023-12-08T09:26:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:28:01.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: stat: stderr time="2023-12-08T09:26:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:28:01.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: stat: stderr time="2023-12-08T09:27:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T09:28:01.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: stat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-08T09:28:01.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Traceback (most recent call last): 2023-12-08T09:28:01.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:28:01.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: main() 2023-12-08T09:28:01.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:28:01.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: r = ctx.func(ctx) 2023-12-08T09:28:01.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:28:01.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: return func(ctx) 2023-12-08T09:28:01.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2023-12-08T09:28:01.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-12-08T09:28:01.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4185, in extract_uid_gid_monitoring 2023-12-08T09:28:01.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2023-12-08T09:28:01.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2023-12-08T09:28:01.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: raise RuntimeError('uid/gid not found') 2023-12-08T09:28:01.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: RuntimeError: uid/gid not found 2023-12-08T09:28:01.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:27:59.944713+0000 mgr.smithi045.zcmxfe (mgr.14164) 411 : cephadm [INF] Reconfiguring mon.smithi045 (unknown last config time)... 2023-12-08T09:28:01.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:27:59.945121+0000 mon.smithi045 (mon.0) 443 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T09:28:01.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:27:59.946107+0000 mon.smithi045 (mon.0) 444 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T09:28:01.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:27:59.947001+0000 mon.smithi045 (mon.0) 445 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:28:01.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:27:59.947701+0000 mgr.smithi045.zcmxfe (mgr.14164) 412 : cephadm [INF] Reconfiguring daemon mon.smithi045 on smithi045 2023-12-08T09:28:01.179 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:00.883861+0000 mon.smithi050 (mon.1) 8 : audit [INF] from='client.? 172.21.15.50:0/2687122155' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "68983fbf-21ce-4949-a7a1-a4a9a1edf979"}]: dispatch 2023-12-08T09:28:01.179 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:00.884476+0000 mon.smithi045 (mon.0) 446 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "68983fbf-21ce-4949-a7a1-a4a9a1edf979"}]: dispatch 2023-12-08T09:28:01.179 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:00.888558+0000 mon.smithi045 (mon.0) 447 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "68983fbf-21ce-4949-a7a1-a4a9a1edf979"}]': finished 2023-12-08T09:28:01.179 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:00.888616+0000 mon.smithi045 (mon.0) 448 : cluster [DBG] osdmap e32: 6 total, 5 up, 6 in 2023-12-08T09:28:01.179 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:00.888748+0000 mon.smithi045 (mon.0) 449 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:28:02.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:01 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:00.972713+0000 mon.smithi045 (mon.0) 450 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:28:02.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:01 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:28:00.973317+0000 mgr.smithi045.zcmxfe (mgr.14164) 413 : cephadm [INF] Reconfiguring mgr.smithi045.zcmxfe (unknown last config time)... 2023-12-08T09:28:02.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:01 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:00.973597+0000 mon.smithi045 (mon.0) 451 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi045.zcmxfe", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T09:28:02.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:01 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:00.974348+0000 mon.smithi045 (mon.0) 452 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T09:28:02.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:01 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:00.974994+0000 mon.smithi045 (mon.0) 453 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:28:02.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:01 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:28:00.975533+0000 mgr.smithi045.zcmxfe (mgr.14164) 414 : cephadm [INF] Reconfiguring daemon mgr.smithi045.zcmxfe on smithi045 2023-12-08T09:28:02.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:01 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:01.328307+0000 mon.smithi050 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.50:0/618835763' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:28:02.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:01 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:01.930913+0000 mon.smithi045 (mon.0) 454 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:28:02.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:01 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:00.972713+0000 mon.smithi045 (mon.0) 450 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:28:02.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:01 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:28:00.973317+0000 mgr.smithi045.zcmxfe (mgr.14164) 413 : cephadm [INF] Reconfiguring mgr.smithi045.zcmxfe (unknown last config time)... 2023-12-08T09:28:02.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:01 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:00.973597+0000 mon.smithi045 (mon.0) 451 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi045.zcmxfe", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T09:28:02.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:01 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:00.974348+0000 mon.smithi045 (mon.0) 452 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T09:28:02.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:01 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:00.974994+0000 mon.smithi045 (mon.0) 453 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:28:02.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:01 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:28:00.975533+0000 mgr.smithi045.zcmxfe (mgr.14164) 414 : cephadm [INF] Reconfiguring daemon mgr.smithi045.zcmxfe on smithi045 2023-12-08T09:28:02.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:01 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:01.328307+0000 mon.smithi050 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.50:0/618835763' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:28:02.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:01 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:01.930913+0000 mon.smithi045 (mon.0) 454 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:28:03.316 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:02 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:01.567910+0000 mgr.smithi045.zcmxfe (mgr.14164) 415 : cluster [DBG] pgmap v397: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:28:03.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:02 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:28:01.931614+0000 mgr.smithi045.zcmxfe (mgr.14164) 416 : cephadm [INF] Reconfiguring alertmanager.smithi045 (dependencies changed)... 2023-12-08T09:28:03.317 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:02 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:28:01.933910+0000 mgr.smithi045.zcmxfe (mgr.14164) 417 : cephadm [INF] Reconfiguring daemon alertmanager.smithi045 on smithi045 2023-12-08T09:28:03.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:02 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:01.567910+0000 mgr.smithi045.zcmxfe (mgr.14164) 415 : cluster [DBG] pgmap v397: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:28:03.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:02 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:28:01.931614+0000 mgr.smithi045.zcmxfe (mgr.14164) 416 : cephadm [INF] Reconfiguring alertmanager.smithi045 (dependencies changed)... 2023-12-08T09:28:03.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:02 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:28:01.933910+0000 mgr.smithi045.zcmxfe (mgr.14164) 417 : cephadm [INF] Reconfiguring daemon alertmanager.smithi045 on smithi045 2023-12-08T09:28:05.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:04 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:03.568393+0000 mgr.smithi045.zcmxfe (mgr.14164) 418 : cluster [DBG] pgmap v398: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:28:05.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:04 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:04.344443+0000 mon.smithi045 (mon.0) 455 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:28:05.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:04 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:04.345366+0000 mon.smithi045 (mon.0) 456 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T09:28:05.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:04 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:04.346188+0000 mon.smithi045 (mon.0) 457 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:28:05.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:04 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:03.568393+0000 mgr.smithi045.zcmxfe (mgr.14164) 418 : cluster [DBG] pgmap v398: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:28:05.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:04 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:04.344443+0000 mon.smithi045 (mon.0) 455 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:28:05.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:04 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:04.345366+0000 mon.smithi045 (mon.0) 456 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T09:28:05.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:04 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:04.346188+0000 mon.smithi045 (mon.0) 457 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:28:06.238 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:05 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:28:04.345094+0000 mgr.smithi045.zcmxfe (mgr.14164) 419 : cephadm [INF] Reconfiguring crash.smithi045 (monmap changed)... 2023-12-08T09:28:06.238 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:05 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:28:04.346788+0000 mgr.smithi045.zcmxfe (mgr.14164) 420 : cephadm [INF] Reconfiguring daemon crash.smithi045 on smithi045 2023-12-08T09:28:06.238 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:05 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:05.231517+0000 mon.smithi045 (mon.0) 458 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:28:06.238 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:05 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:05.699110+0000 mon.smithi045 (mon.0) 459 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T09:28:06.238 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:05 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:05.699914+0000 mon.smithi045 (mon.0) 460 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:28:06.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:28:04.345094+0000 mgr.smithi045.zcmxfe (mgr.14164) 419 : cephadm [INF] Reconfiguring crash.smithi045 (monmap changed)... 2023-12-08T09:28:06.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:28:04.346788+0000 mgr.smithi045.zcmxfe (mgr.14164) 420 : cephadm [INF] Reconfiguring daemon crash.smithi045 on smithi045 2023-12-08T09:28:06.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:05.231517+0000 mon.smithi045 (mon.0) 458 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:28:06.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:05.699110+0000 mon.smithi045 (mon.0) 459 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T09:28:06.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:05.699914+0000 mon.smithi045 (mon.0) 460 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:28:07.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:28:05.232231+0000 mgr.smithi045.zcmxfe (mgr.14164) 421 : cephadm [INF] Reconfiguring node-exporter.smithi045 (unknown last config time)... 2023-12-08T09:28:07.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:28:05.232359+0000 mgr.smithi045.zcmxfe (mgr.14164) 422 : cephadm [INF] Reconfiguring daemon node-exporter.smithi045 on smithi045 2023-12-08T09:28:07.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:05.568741+0000 mgr.smithi045.zcmxfe (mgr.14164) 423 : cluster [DBG] pgmap v399: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:28:07.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:28:05.700538+0000 mgr.smithi045.zcmxfe (mgr.14164) 424 : cephadm [INF] Deploying daemon osd.5 on smithi050 2023-12-08T09:28:07.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:28:05.232231+0000 mgr.smithi045.zcmxfe (mgr.14164) 421 : cephadm [INF] Reconfiguring node-exporter.smithi045 (unknown last config time)... 2023-12-08T09:28:07.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:28:05.232359+0000 mgr.smithi045.zcmxfe (mgr.14164) 422 : cephadm [INF] Reconfiguring daemon node-exporter.smithi045 on smithi045 2023-12-08T09:28:07.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:05.568741+0000 mgr.smithi045.zcmxfe (mgr.14164) 423 : cluster [DBG] pgmap v399: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:28:07.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:28:05.700538+0000 mgr.smithi045.zcmxfe (mgr.14164) 424 : cephadm [INF] Deploying daemon osd.5 on smithi050 2023-12-08T09:28:08.229 INFO:teuthology.orchestra.run.smithi050.stdout:Created osd(s) 5 on host 'smithi050' 2023-12-08T09:28:08.571 DEBUG:teuthology.orchestra.run.smithi050:osd.5> sudo journalctl -f -n 0 -u ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.5.service 2023-12-08T09:28:08.574 INFO:tasks.cephadm:Deploying osd.6 on smithi050 with /dev/vg_nvme/lv_2... 2023-12-08T09:28:08.574 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-08T09:28:08.611 INFO:journalctl@ceph.osd.5.smithi050.stdout:-- Logs begin at Fri 2023-12-08 09:05:02 UTC. -- 2023-12-08T09:28:08.954 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 08 09:28:08 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.5[131473]: debug 2023-12-08T09:28:08.676+0000 7f2b9ef8f080 -1 Falling back to public interface 2023-12-08T09:28:09.312 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:08 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:07.569255+0000 mgr.smithi045.zcmxfe (mgr.14164) 425 : cluster [DBG] pgmap v400: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:28:09.312 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:08 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:08.220710+0000 mon.smithi045 (mon.0) 461 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:28:09.312 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:08 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:08.224658+0000 mon.smithi045 (mon.0) 462 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:28:09.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:07.569255+0000 mgr.smithi045.zcmxfe (mgr.14164) 425 : cluster [DBG] pgmap v400: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:28:09.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:08.220710+0000 mon.smithi045 (mon.0) 461 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:28:09.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:08.224658+0000 mon.smithi045 (mon.0) 462 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:28:10.189 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-08T09:28:10.189 INFO:teuthology.orchestra.run.smithi050.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-08T09:28:10.189 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10+0 records in 2023-12-08T09:28:10.189 INFO:teuthology.orchestra.run.smithi050.stderr:10+0 records out 2023-12-08T09:28:10.189 INFO:teuthology.orchestra.run.smithi050.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.010005 s, 1.0 GB/s 2023-12-08T09:28:10.189 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 2023-12-08T09:28:10.189 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping successful for: 2023-12-08T09:28:10.531 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi050:vg_nvme/lv_2 2023-12-08T09:28:11.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:10 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:09.569795+0000 mgr.smithi045.zcmxfe (mgr.14164) 426 : cluster [DBG] pgmap v401: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:28:11.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:10 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:09.569795+0000 mgr.smithi045.zcmxfe (mgr.14164) 426 : cluster [DBG] pgmap v401: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:28:11.596 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 08 09:28:11 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.5[131473]: debug 2023-12-08T09:28:11.432+0000 7f2b9ef8f080 -1 osd.5 0 log_to_monitors {default=true} 2023-12-08T09:28:12.326 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:11 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:11.437612+0000 mon.smithi050 (mon.1) 10 : audit [INF] from='osd.5 [v2:172.21.15.50:6808/2434867386,v1:172.21.15.50:6809/2434867386]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T09:28:12.327 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:11 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:11.438151+0000 mon.smithi045 (mon.0) 463 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T09:28:12.327 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:11 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:11.968283+0000 mon.smithi045 (mon.0) 464 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:28:12.327 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:11 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:11.970092+0000 mon.smithi045 (mon.0) 465 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:28:12.327 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:11 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:11.970938+0000 mon.smithi045 (mon.0) 466 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:28:12.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:11.437612+0000 mon.smithi050 (mon.1) 10 : audit [INF] from='osd.5 [v2:172.21.15.50:6808/2434867386,v1:172.21.15.50:6809/2434867386]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T09:28:12.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:11.438151+0000 mon.smithi045 (mon.0) 463 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T09:28:12.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:11.968283+0000 mon.smithi045 (mon.0) 464 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:28:12.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:11.970092+0000 mon.smithi045 (mon.0) 465 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:28:12.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:11.970938+0000 mon.smithi045 (mon.0) 466 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:28:13.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:13 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:11.570126+0000 mgr.smithi045.zcmxfe (mgr.14164) 427 : cluster [DBG] pgmap v402: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:28:13.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:13 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:11.967300+0000 mgr.smithi045.zcmxfe (mgr.14164) 428 : audit [DBG] from='client.24189 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:28:13.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:13 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:28:11.969779+0000 mgr.smithi045.zcmxfe (mgr.14164) 429 : cephadm [INF] Applying service osd.None on host smithi050... 2023-12-08T09:28:13.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:13 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:12.000228+0000 mon.smithi045 (mon.0) 467 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-08T09:28:13.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:13 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:12.000288+0000 mon.smithi045 (mon.0) 468 : cluster [DBG] osdmap e33: 6 total, 5 up, 6 in 2023-12-08T09:28:13.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:13 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:12.000411+0000 mon.smithi045 (mon.0) 469 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:28:13.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:13 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:12.001169+0000 mon.smithi050 (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.50:6808/2434867386,v1:172.21.15.50:6809/2434867386]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-08T09:28:13.008 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:13 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:12.001651+0000 mon.smithi045 (mon.0) 470 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-08T09:28:13.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:11.570126+0000 mgr.smithi045.zcmxfe (mgr.14164) 427 : cluster [DBG] pgmap v402: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:28:13.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:11.967300+0000 mgr.smithi045.zcmxfe (mgr.14164) 428 : audit [DBG] from='client.24189 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:28:13.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:28:11.969779+0000 mgr.smithi045.zcmxfe (mgr.14164) 429 : cephadm [INF] Applying service osd.None on host smithi050... 2023-12-08T09:28:13.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:12.000228+0000 mon.smithi045 (mon.0) 467 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-08T09:28:13.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:12.000288+0000 mon.smithi045 (mon.0) 468 : cluster [DBG] osdmap e33: 6 total, 5 up, 6 in 2023-12-08T09:28:13.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:12.000411+0000 mon.smithi045 (mon.0) 469 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:28:13.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:12.001169+0000 mon.smithi050 (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.50:6808/2434867386,v1:172.21.15.50:6809/2434867386]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-08T09:28:13.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:12.001651+0000 mon.smithi045 (mon.0) 470 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-08T09:28:13.424 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 08 09:28:13 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.5[131473]: debug 2023-12-08T09:28:13.007+0000 7f2b95500700 -1 osd.5 0 waiting for initial osdmap 2023-12-08T09:28:13.424 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 08 09:28:13 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.5[131473]: debug 2023-12-08T09:28:13.013+0000 7f2b8fc78700 -1 osd.5 34 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-08T09:28:14.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:14 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:13.001999+0000 mon.smithi045 (mon.0) 471 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-12-08T09:28:14.312 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:14 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:13.002084+0000 mon.smithi045 (mon.0) 472 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2023-12-08T09:28:14.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:14 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:13.002585+0000 mon.smithi045 (mon.0) 473 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:28:14.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:14 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:13.007095+0000 mon.smithi045 (mon.0) 474 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:28:14.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:14 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:13.796537+0000 mon.smithi050 (mon.1) 12 : audit [INF] from='client.? 172.21.15.50:0/2752731499' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bdd9beb0-d20b-468e-8c59-abcb7a404d59"}]: dispatch 2023-12-08T09:28:14.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:14 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:13.797143+0000 mon.smithi045 (mon.0) 475 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bdd9beb0-d20b-468e-8c59-abcb7a404d59"}]: dispatch 2023-12-08T09:28:14.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:14 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:13.802006+0000 mon.smithi045 (mon.0) 476 : cluster [INF] osd.5 [v2:172.21.15.50:6808/2434867386,v1:172.21.15.50:6809/2434867386] boot 2023-12-08T09:28:14.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:14 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:13.802066+0000 mon.smithi045 (mon.0) 477 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bdd9beb0-d20b-468e-8c59-abcb7a404d59"}]': finished 2023-12-08T09:28:14.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:14 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:13.802139+0000 mon.smithi045 (mon.0) 478 : cluster [DBG] osdmap e35: 7 total, 6 up, 7 in 2023-12-08T09:28:14.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:14 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:13.802270+0000 mon.smithi045 (mon.0) 479 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:28:14.313 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:14 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:13.802635+0000 mon.smithi045 (mon.0) 480 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:28:14.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:14 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:13.001999+0000 mon.smithi045 (mon.0) 471 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-12-08T09:28:14.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:14 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:13.002084+0000 mon.smithi045 (mon.0) 472 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2023-12-08T09:28:14.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:14 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:13.002585+0000 mon.smithi045 (mon.0) 473 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:28:14.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:14 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:13.007095+0000 mon.smithi045 (mon.0) 474 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:28:14.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:14 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:13.796537+0000 mon.smithi050 (mon.1) 12 : audit [INF] from='client.? 172.21.15.50:0/2752731499' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bdd9beb0-d20b-468e-8c59-abcb7a404d59"}]: dispatch 2023-12-08T09:28:14.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:14 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:13.797143+0000 mon.smithi045 (mon.0) 475 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bdd9beb0-d20b-468e-8c59-abcb7a404d59"}]: dispatch 2023-12-08T09:28:14.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:14 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:13.802006+0000 mon.smithi045 (mon.0) 476 : cluster [INF] osd.5 [v2:172.21.15.50:6808/2434867386,v1:172.21.15.50:6809/2434867386] boot 2023-12-08T09:28:14.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:14 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:13.802066+0000 mon.smithi045 (mon.0) 477 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bdd9beb0-d20b-468e-8c59-abcb7a404d59"}]': finished 2023-12-08T09:28:14.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:14 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:13.802139+0000 mon.smithi045 (mon.0) 478 : cluster [DBG] osdmap e35: 7 total, 6 up, 7 in 2023-12-08T09:28:14.425 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:14 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:13.802270+0000 mon.smithi045 (mon.0) 479 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T09:28:14.425 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:14 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:13.802635+0000 mon.smithi045 (mon.0) 480 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:28:15.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:15 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:12.424710+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:28:15.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:15 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:12.424933+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:28:15.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:15 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:13.570526+0000 mgr.smithi045.zcmxfe (mgr.14164) 430 : cluster [DBG] pgmap v405: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:28:15.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:15 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:14.241497+0000 mon.smithi050 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.50:0/2533423475' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:28:15.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:15 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:14.803164+0000 mon.smithi045 (mon.0) 481 : cluster [DBG] osdmap e36: 7 total, 6 up, 7 in 2023-12-08T09:28:15.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:15 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:14.803328+0000 mon.smithi045 (mon.0) 482 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:28:15.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:15 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:12.424710+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:28:15.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:15 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:12.424933+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:28:15.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:15 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:13.570526+0000 mgr.smithi045.zcmxfe (mgr.14164) 430 : cluster [DBG] pgmap v405: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-12-08T09:28:15.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:15 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:14.241497+0000 mon.smithi050 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.50:0/2533423475' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:28:15.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:15 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:14.803164+0000 mon.smithi045 (mon.0) 481 : cluster [DBG] osdmap e36: 7 total, 6 up, 7 in 2023-12-08T09:28:15.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:15 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:14.803328+0000 mon.smithi045 (mon.0) 482 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:28:17.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:16 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:15.570929+0000 mgr.smithi045.zcmxfe (mgr.14164) 431 : cluster [DBG] pgmap v408: 1 pgs: 1 remapped+peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-12-08T09:28:17.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:16 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:15.805035+0000 mon.smithi045 (mon.0) 483 : cluster [DBG] osdmap e37: 7 total, 6 up, 7 in 2023-12-08T09:28:17.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:16 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:15.805239+0000 mon.smithi045 (mon.0) 484 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:28:17.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:16 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:16.011167+0000 mon.smithi045 (mon.0) 485 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-08T09:28:17.119 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:16 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:15.570929+0000 mgr.smithi045.zcmxfe (mgr.14164) 431 : cluster [DBG] pgmap v408: 1 pgs: 1 remapped+peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-12-08T09:28:17.119 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:16 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:15.805035+0000 mon.smithi045 (mon.0) 483 : cluster [DBG] osdmap e37: 7 total, 6 up, 7 in 2023-12-08T09:28:17.119 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:16 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:15.805239+0000 mon.smithi045 (mon.0) 484 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:28:17.119 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:16 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:16.011167+0000 mon.smithi045 (mon.0) 485 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-08T09:28:18.923 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:18 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:17.571236+0000 mgr.smithi045.zcmxfe (mgr.14164) 432 : cluster [DBG] pgmap v410: 1 pgs: 1 remapped+peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-12-08T09:28:18.923 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:18 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:18.706573+0000 mon.smithi045 (mon.0) 486 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T09:28:18.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:18 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:18.707426+0000 mon.smithi045 (mon.0) 487 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:28:19.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:17.571236+0000 mgr.smithi045.zcmxfe (mgr.14164) 432 : cluster [DBG] pgmap v410: 1 pgs: 1 remapped+peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-12-08T09:28:19.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:18.706573+0000 mon.smithi045 (mon.0) 486 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T09:28:19.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:18.707426+0000 mon.smithi045 (mon.0) 487 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:28:20.010 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:19 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:28:18.708092+0000 mgr.smithi045.zcmxfe (mgr.14164) 433 : cephadm [INF] Deploying daemon osd.6 on smithi050 2023-12-08T09:28:20.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:28:18.708092+0000 mgr.smithi045.zcmxfe (mgr.14164) 433 : cephadm [INF] Deploying daemon osd.6 on smithi050 2023-12-08T09:28:20.877 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:20 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:19.571710+0000 mgr.smithi045.zcmxfe (mgr.14164) 434 : cluster [DBG] pgmap v411: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-12-08T09:28:20.877 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:20 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:19.807495+0000 mon.smithi045 (mon.0) 488 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-08T09:28:21.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:20 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:19.571710+0000 mgr.smithi045.zcmxfe (mgr.14164) 434 : cluster [DBG] pgmap v411: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-12-08T09:28:21.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:20 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:19.807495+0000 mon.smithi045 (mon.0) 488 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-08T09:28:21.377 INFO:teuthology.orchestra.run.smithi050.stdout:Created osd(s) 6 on host 'smithi050' 2023-12-08T09:28:21.722 DEBUG:teuthology.orchestra.run.smithi050:osd.6> sudo journalctl -f -n 0 -u ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.6.service 2023-12-08T09:28:21.725 INFO:tasks.cephadm:Deploying osd.7 on smithi050 with /dev/vg_nvme/lv_1... 2023-12-08T09:28:21.725 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-08T09:28:21.761 INFO:journalctl@ceph.osd.6.smithi050.stdout:-- Logs begin at Fri 2023-12-08 09:05:02 UTC. -- 2023-12-08T09:28:22.174 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 08 09:28:21 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.6[133867]: debug 2023-12-08T09:28:21.831+0000 7f035f022080 -1 Falling back to public interface 2023-12-08T09:28:22.593 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:22 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:21.369195+0000 mon.smithi045 (mon.0) 489 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:28:22.593 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:22 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:21.373402+0000 mon.smithi045 (mon.0) 490 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:28:22.593 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:22 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:21.572103+0000 mgr.smithi045.zcmxfe (mgr.14164) 435 : cluster [DBG] pgmap v412: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2023-12-08T09:28:22.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:22 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:21.369195+0000 mon.smithi045 (mon.0) 489 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:28:22.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:22 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:21.373402+0000 mon.smithi045 (mon.0) 490 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:28:22.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:22 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:21.572103+0000 mgr.smithi045.zcmxfe (mgr.14164) 435 : cluster [DBG] pgmap v412: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2023-12-08T09:28:23.452 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-08T09:28:23.452 INFO:teuthology.orchestra.run.smithi050.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-08T09:28:23.452 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10+0 records in 2023-12-08T09:28:23.452 INFO:teuthology.orchestra.run.smithi050.stderr:10+0 records out 2023-12-08T09:28:23.452 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0124065 s, 845 MB/s 2023-12-08T09:28:23.452 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping successful for: 2023-12-08T09:28:23.813 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi050:vg_nvme/lv_1 2023-12-08T09:28:24.924 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 08 09:28:24 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.6[133867]: debug 2023-12-08T09:28:24.588+0000 7f035f022080 -1 osd.6 0 log_to_monitors {default=true} 2023-12-08T09:28:24.925 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:24 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:23.572425+0000 mgr.smithi045.zcmxfe (mgr.14164) 436 : cluster [DBG] pgmap v413: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2023-12-08T09:28:24.925 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:24 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:24.594065+0000 mon.smithi050 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.50:6816/145074369,v1:172.21.15.50:6817/145074369]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T09:28:24.925 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:24 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:24.594626+0000 mon.smithi045 (mon.0) 491 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T09:28:25.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:24 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:23.572425+0000 mgr.smithi045.zcmxfe (mgr.14164) 436 : cluster [DBG] pgmap v413: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2023-12-08T09:28:25.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:24 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:24.594065+0000 mon.smithi050 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.50:6816/145074369,v1:172.21.15.50:6817/145074369]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T09:28:25.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:24 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:24.594626+0000 mon.smithi045 (mon.0) 491 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T09:28:25.895 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 08 09:28:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.6[133867]: debug 2023-12-08T09:28:25.640+0000 7f0355593700 -1 osd.6 0 waiting for initial osdmap 2023-12-08T09:28:25.895 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 08 09:28:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.6[133867]: debug 2023-12-08T09:28:25.646+0000 7f034f50a700 -1 osd.6 39 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-08T09:28:25.895 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:24.632110+0000 mon.smithi045 (mon.0) 492 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-08T09:28:25.895 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:24.632218+0000 mon.smithi045 (mon.0) 493 : cluster [DBG] osdmap e38: 7 total, 6 up, 7 in 2023-12-08T09:28:25.895 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:24.632388+0000 mon.smithi045 (mon.0) 494 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:28:25.895 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:24.633020+0000 mon.smithi050 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.50:6816/145074369,v1:172.21.15.50:6817/145074369]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-08T09:28:25.895 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:24.633449+0000 mon.smithi045 (mon.0) 495 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-08T09:28:25.895 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:25.419672+0000 mon.smithi045 (mon.0) 496 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:28:25.896 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:25.421456+0000 mon.smithi045 (mon.0) 497 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:28:25.896 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:25.422217+0000 mon.smithi045 (mon.0) 498 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:28:26.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:24.632110+0000 mon.smithi045 (mon.0) 492 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-08T09:28:26.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:24.632218+0000 mon.smithi045 (mon.0) 493 : cluster [DBG] osdmap e38: 7 total, 6 up, 7 in 2023-12-08T09:28:26.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:24.632388+0000 mon.smithi045 (mon.0) 494 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:28:26.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:24.633020+0000 mon.smithi050 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.50:6816/145074369,v1:172.21.15.50:6817/145074369]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-08T09:28:26.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:24.633449+0000 mon.smithi045 (mon.0) 495 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-08T09:28:26.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:25.419672+0000 mon.smithi045 (mon.0) 496 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T09:28:26.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:25.421456+0000 mon.smithi045 (mon.0) 497 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T09:28:26.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:25.422217+0000 mon.smithi045 (mon.0) 498 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:28:26.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:26 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:25.418589+0000 mgr.smithi045.zcmxfe (mgr.14164) 437 : audit [DBG] from='client.24207 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:28:26.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:26 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:28:25.421168+0000 mgr.smithi045.zcmxfe (mgr.14164) 438 : cephadm [INF] Applying service osd.None on host smithi050... 2023-12-08T09:28:26.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:26 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:25.572890+0000 mgr.smithi045.zcmxfe (mgr.14164) 439 : cluster [DBG] pgmap v415: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2023-12-08T09:28:26.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:26 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:25.638458+0000 mon.smithi045 (mon.0) 499 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-12-08T09:28:26.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:26 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:25.638548+0000 mon.smithi045 (mon.0) 500 : cluster [DBG] osdmap e39: 7 total, 6 up, 7 in 2023-12-08T09:28:26.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:26 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:25.638866+0000 mon.smithi045 (mon.0) 501 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:28:26.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:26 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:25.642756+0000 mon.smithi045 (mon.0) 502 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:28:26.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:26 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:25.862018+0000 mon.smithi045 (mon.0) 503 : cluster [INF] osd.6 [v2:172.21.15.50:6816/145074369,v1:172.21.15.50:6817/145074369] boot 2023-12-08T09:28:26.925 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:26 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:25.862054+0000 mon.smithi045 (mon.0) 504 : cluster [DBG] osdmap e40: 7 total, 7 up, 7 in 2023-12-08T09:28:26.925 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:26 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:25.862373+0000 mon.smithi045 (mon.0) 505 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:28:27.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:26 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:25.418589+0000 mgr.smithi045.zcmxfe (mgr.14164) 437 : audit [DBG] from='client.24207 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T09:28:27.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:26 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:28:25.421168+0000 mgr.smithi045.zcmxfe (mgr.14164) 438 : cephadm [INF] Applying service osd.None on host smithi050... 2023-12-08T09:28:27.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:26 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:25.572890+0000 mgr.smithi045.zcmxfe (mgr.14164) 439 : cluster [DBG] pgmap v415: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2023-12-08T09:28:27.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:26 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:25.638458+0000 mon.smithi045 (mon.0) 499 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-12-08T09:28:27.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:26 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:25.638548+0000 mon.smithi045 (mon.0) 500 : cluster [DBG] osdmap e39: 7 total, 6 up, 7 in 2023-12-08T09:28:27.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:26 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:25.638866+0000 mon.smithi045 (mon.0) 501 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:28:27.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:26 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:25.642756+0000 mon.smithi045 (mon.0) 502 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:28:27.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:26 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:25.862018+0000 mon.smithi045 (mon.0) 503 : cluster [INF] osd.6 [v2:172.21.15.50:6816/145074369,v1:172.21.15.50:6817/145074369] boot 2023-12-08T09:28:27.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:26 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:25.862054+0000 mon.smithi045 (mon.0) 504 : cluster [DBG] osdmap e40: 7 total, 7 up, 7 in 2023-12-08T09:28:27.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:26 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:25.862373+0000 mon.smithi045 (mon.0) 505 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T09:28:28.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:27 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:25.628650+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:28:28.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:27 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:25.628763+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:28:28.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:27 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:26.867261+0000 mon.smithi045 (mon.0) 506 : cluster [DBG] osdmap e41: 7 total, 7 up, 7 in 2023-12-08T09:28:28.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:27 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:27.116029+0000 mon.smithi050 (mon.1) 16 : audit [INF] from='client.? 172.21.15.50:0/3780500581' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "879aa24b-757e-457f-b18e-1995f9f48169"}]: dispatch 2023-12-08T09:28:28.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:27 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:27.116677+0000 mon.smithi045 (mon.0) 507 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "879aa24b-757e-457f-b18e-1995f9f48169"}]: dispatch 2023-12-08T09:28:28.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:27 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:27.121308+0000 mon.smithi045 (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "879aa24b-757e-457f-b18e-1995f9f48169"}]': finished 2023-12-08T09:28:28.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:27 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:27.121401+0000 mon.smithi045 (mon.0) 509 : cluster [DBG] osdmap e42: 8 total, 7 up, 8 in 2023-12-08T09:28:28.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:27 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:27.121569+0000 mon.smithi045 (mon.0) 510 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:28:28.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:27 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:27.555580+0000 mon.smithi050 (mon.1) 17 : audit [DBG] from='client.? 172.21.15.50:0/747405048' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:28:28.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:25.628650+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:28:28.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:25.628763+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:28:28.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:26.867261+0000 mon.smithi045 (mon.0) 506 : cluster [DBG] osdmap e41: 7 total, 7 up, 7 in 2023-12-08T09:28:28.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:27.116029+0000 mon.smithi050 (mon.1) 16 : audit [INF] from='client.? 172.21.15.50:0/3780500581' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "879aa24b-757e-457f-b18e-1995f9f48169"}]: dispatch 2023-12-08T09:28:28.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:27.116677+0000 mon.smithi045 (mon.0) 507 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "879aa24b-757e-457f-b18e-1995f9f48169"}]: dispatch 2023-12-08T09:28:28.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:27.121308+0000 mon.smithi045 (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "879aa24b-757e-457f-b18e-1995f9f48169"}]': finished 2023-12-08T09:28:28.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:27.121401+0000 mon.smithi045 (mon.0) 509 : cluster [DBG] osdmap e42: 8 total, 7 up, 8 in 2023-12-08T09:28:28.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:27.121569+0000 mon.smithi045 (mon.0) 510 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:28:28.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:27.555580+0000 mon.smithi050 (mon.1) 17 : audit [DBG] from='client.? 172.21.15.50:0/747405048' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T09:28:29.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:28 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:27.573330+0000 mgr.smithi045.zcmxfe (mgr.14164) 440 : cluster [DBG] pgmap v420: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-12-08T09:28:29.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:28 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:27.573330+0000 mgr.smithi045.zcmxfe (mgr.14164) 440 : cluster [DBG] pgmap v420: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-12-08T09:28:31.104 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:29.573922+0000 mgr.smithi045.zcmxfe (mgr.14164) 441 : cluster [DBG] pgmap v421: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-12-08T09:28:31.104 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:30.790402+0000 mon.smithi045 (mon.0) 511 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:28:31.104 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:30.790643+0000 mon.smithi045 (mon.0) 512 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:28:31.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:29.573922+0000 mgr.smithi045.zcmxfe (mgr.14164) 441 : cluster [DBG] pgmap v421: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-12-08T09:28:31.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:30.790402+0000 mon.smithi045 (mon.0) 511 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:28:31.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:30.790643+0000 mon.smithi045 (mon.0) 512 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:28:32.923 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:31.574294+0000 mgr.smithi045.zcmxfe (mgr.14164) 442 : cluster [DBG] pgmap v422: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-12-08T09:28:32.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:31.929834+0000 mon.smithi045 (mon.0) 513 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-08T09:28:32.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:31.930640+0000 mon.smithi045 (mon.0) 514 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:28:32.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:28:31.931321+0000 mgr.smithi045.zcmxfe (mgr.14164) 443 : cephadm [INF] Deploying daemon osd.7 on smithi050 2023-12-08T09:28:33.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:31.574294+0000 mgr.smithi045.zcmxfe (mgr.14164) 442 : cluster [DBG] pgmap v422: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-12-08T09:28:33.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:31.929834+0000 mon.smithi045 (mon.0) 513 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-08T09:28:33.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:31.930640+0000 mon.smithi045 (mon.0) 514 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:28:33.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:28:31.931321+0000 mgr.smithi045.zcmxfe (mgr.14164) 443 : cephadm [INF] Deploying daemon osd.7 on smithi050 2023-12-08T09:28:34.727 INFO:teuthology.orchestra.run.smithi050.stdout:Created osd(s) 7 on host 'smithi050' 2023-12-08T09:28:34.923 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:34 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:33.574737+0000 mgr.smithi045.zcmxfe (mgr.14164) 444 : cluster [DBG] pgmap v423: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-12-08T09:28:34.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:34 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:34.718993+0000 mon.smithi045 (mon.0) 515 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:28:34.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:34 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:34.722961+0000 mon.smithi045 (mon.0) 516 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:28:35.103 DEBUG:teuthology.orchestra.run.smithi050:osd.7> sudo journalctl -f -n 0 -u ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.7.service 2023-12-08T09:28:35.105 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-08T09:28:35.106 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T09:28:35.141 INFO:journalctl@ceph.osd.7.smithi050.stdout:-- Logs begin at Fri 2023-12-08 09:05:02 UTC. -- 2023-12-08T09:28:35.147 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:33.574737+0000 mgr.smithi045.zcmxfe (mgr.14164) 444 : cluster [DBG] pgmap v423: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-12-08T09:28:35.147 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:34.718993+0000 mon.smithi045 (mon.0) 515 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:28:35.147 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:34.722961+0000 mon.smithi045 (mon.0) 516 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:28:35.423 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 08 09:28:35 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.7[136268]: debug 2023-12-08T09:28:35.170+0000 7fac7b600080 -1 Falling back to public interface 2023-12-08T09:28:36.463 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:28:36.840 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":42,"num_osds":8,"num_up_osds":7,"osd_up_since":1702027705,"num_in_osds":8,"osd_in_since":1702027707,"num_remapped_pgs":0} 2023-12-08T09:28:37.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:36 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:35.575161+0000 mgr.smithi045.zcmxfe (mgr.14164) 445 : cluster [DBG] pgmap v424: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-12-08T09:28:37.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:36 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:36.460852+0000 mon.smithi045 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.45:0/4288801856' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:28:37.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:36 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:35.575161+0000 mgr.smithi045.zcmxfe (mgr.14164) 445 : cluster [DBG] pgmap v424: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-12-08T09:28:37.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:36 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:36.460852+0000 mon.smithi045 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.45:0/4288801856' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:28:37.841 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T09:28:38.173 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 08 09:28:37 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.7[136268]: debug 2023-12-08T09:28:37.846+0000 7fac7b600080 -1 osd.7 0 log_to_monitors {default=true} 2023-12-08T09:28:38.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:37 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:37.851193+0000 mon.smithi050 (mon.1) 18 : audit [INF] from='osd.7 [v2:172.21.15.50:6824/2218793530,v1:172.21.15.50:6825/2218793530]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T09:28:38.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:37 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:37.851606+0000 mon.smithi045 (mon.0) 518 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T09:28:38.196 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:37 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:37.851193+0000 mon.smithi050 (mon.1) 18 : audit [INF] from='osd.7 [v2:172.21.15.50:6824/2218793530,v1:172.21.15.50:6825/2218793530]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T09:28:38.196 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:37 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:37.851606+0000 mon.smithi045 (mon.0) 518 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T09:28:39.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:38 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:37.575573+0000 mgr.smithi045.zcmxfe (mgr.14164) 446 : cluster [DBG] pgmap v425: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-12-08T09:28:39.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:38 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:37.891338+0000 mon.smithi045 (mon.0) 519 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-08T09:28:39.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:38 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:37.891405+0000 mon.smithi045 (mon.0) 520 : cluster [DBG] osdmap e43: 8 total, 7 up, 8 in 2023-12-08T09:28:39.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:38 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:37.891522+0000 mon.smithi045 (mon.0) 521 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:28:39.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:38 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:37.892068+0000 mon.smithi050 (mon.1) 19 : audit [INF] from='osd.7 [v2:172.21.15.50:6824/2218793530,v1:172.21.15.50:6825/2218793530]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-08T09:28:39.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:38 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:37.892427+0000 mon.smithi045 (mon.0) 522 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-08T09:28:39.173 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 08 09:28:38 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.7[136268]: debug 2023-12-08T09:28:38.897+0000 7fac71b71700 -1 osd.7 0 waiting for initial osdmap 2023-12-08T09:28:39.174 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 08 09:28:38 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.7[136268]: debug 2023-12-08T09:28:38.904+0000 7fac6b2e7700 -1 osd.7 44 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-08T09:28:39.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:38 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:37.575573+0000 mgr.smithi045.zcmxfe (mgr.14164) 446 : cluster [DBG] pgmap v425: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-12-08T09:28:39.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:38 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:37.891338+0000 mon.smithi045 (mon.0) 519 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-08T09:28:39.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:38 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:37.891405+0000 mon.smithi045 (mon.0) 520 : cluster [DBG] osdmap e43: 8 total, 7 up, 8 in 2023-12-08T09:28:39.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:38 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:37.891522+0000 mon.smithi045 (mon.0) 521 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:28:39.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:38 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:37.892068+0000 mon.smithi050 (mon.1) 19 : audit [INF] from='osd.7 [v2:172.21.15.50:6824/2218793530,v1:172.21.15.50:6825/2218793530]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-08T09:28:39.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:38 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:37.892427+0000 mon.smithi045 (mon.0) 522 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-08T09:28:39.251 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:28:39.616 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":44,"num_osds":8,"num_up_osds":7,"osd_up_since":1702027705,"num_in_osds":8,"osd_in_since":1702027707,"num_remapped_pgs":0} 2023-12-08T09:28:40.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:39 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:38.893013+0000 mon.smithi045 (mon.0) 523 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-12-08T09:28:40.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:39 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:38.893134+0000 mon.smithi045 (mon.0) 524 : cluster [DBG] osdmap e44: 8 total, 7 up, 8 in 2023-12-08T09:28:40.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:39 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:38.893589+0000 mon.smithi045 (mon.0) 525 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:28:40.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:39 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:38.897833+0000 mon.smithi045 (mon.0) 526 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:28:40.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:39 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:39.249346+0000 mon.smithi045 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.45:0/767970061' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:28:40.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:38.893013+0000 mon.smithi045 (mon.0) 523 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-12-08T09:28:40.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:38.893134+0000 mon.smithi045 (mon.0) 524 : cluster [DBG] osdmap e44: 8 total, 7 up, 8 in 2023-12-08T09:28:40.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:38.893589+0000 mon.smithi045 (mon.0) 525 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:28:40.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:38.897833+0000 mon.smithi045 (mon.0) 526 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:28:40.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:39.249346+0000 mon.smithi045 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.45:0/767970061' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:28:40.617 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T09:28:41.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:40 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:38.834060+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:28:41.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:40 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:38.834183+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:28:41.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:40 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:39.576161+0000 mgr.smithi045.zcmxfe (mgr.14164) 447 : cluster [DBG] pgmap v428: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-12-08T09:28:41.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:40 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:39.899444+0000 mon.smithi045 (mon.0) 528 : cluster [INF] osd.7 [v2:172.21.15.50:6824/2218793530,v1:172.21.15.50:6825/2218793530] boot 2023-12-08T09:28:41.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:40 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:39.899568+0000 mon.smithi045 (mon.0) 529 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-08T09:28:41.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:40 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:39.900156+0000 mon.smithi045 (mon.0) 530 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:28:41.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:40 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:40.866439+0000 mon.smithi045 (mon.0) 531 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-08T09:28:41.355 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:40 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:38.834060+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T09:28:41.355 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:40 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:38.834183+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T09:28:41.355 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:40 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:39.576161+0000 mgr.smithi045.zcmxfe (mgr.14164) 447 : cluster [DBG] pgmap v428: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-12-08T09:28:41.355 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:40 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:39.899444+0000 mon.smithi045 (mon.0) 528 : cluster [INF] osd.7 [v2:172.21.15.50:6824/2218793530,v1:172.21.15.50:6825/2218793530] boot 2023-12-08T09:28:41.355 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:40 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:39.899568+0000 mon.smithi045 (mon.0) 529 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-08T09:28:41.355 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:40 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:39.900156+0000 mon.smithi045 (mon.0) 530 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T09:28:41.355 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:40 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:40.866439+0000 mon.smithi045 (mon.0) 531 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-08T09:28:42.069 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:28:42.432 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":47,"num_osds":8,"num_up_osds":8,"osd_up_since":1702027719,"num_in_osds":8,"osd_in_since":1702027707,"num_remapped_pgs":0} 2023-12-08T09:28:42.432 INFO:tasks.cephadm:Setting up client nodes... 2023-12-08T09:28:42.433 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-08T09:28:43.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:41.576637+0000 mgr.smithi045.zcmxfe (mgr.14164) 448 : cluster [DBG] pgmap v431: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:28:43.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:41.871540+0000 mon.smithi045 (mon.0) 532 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-08T09:28:43.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:42.067823+0000 mon.smithi045 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.45:0/763335392' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:28:43.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:42 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:41.576637+0000 mgr.smithi045.zcmxfe (mgr.14164) 448 : cluster [DBG] pgmap v431: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:28:43.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:42 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:41.871540+0000 mon.smithi045 (mon.0) 532 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-08T09:28:43.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:42 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:42.067823+0000 mon.smithi045 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.45:0/763335392' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T09:28:43.787 INFO:teuthology.orchestra.run.smithi045.stdout:[client.0] 2023-12-08T09:28:43.787 INFO:teuthology.orchestra.run.smithi045.stdout: key = AQDL4XJl1PKkLhAAULeNt5BEOysOBxh61HcUfw== 2023-12-08T09:28:44.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:43.782354+0000 mon.smithi045 (mon.0) 534 : audit [INF] from='client.? 172.21.15.45:0/3809678796' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T09:28:44.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:43.785962+0000 mon.smithi045 (mon.0) 535 : audit [INF] from='client.? 172.21.15.45:0/3809678796' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T09:28:44.157 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-08T09:28:44.157 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-08T09:28:44.157 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-08T09:28:44.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:43 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:43.782354+0000 mon.smithi045 (mon.0) 534 : audit [INF] from='client.? 172.21.15.45:0/3809678796' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T09:28:44.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:43 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:43.785962+0000 mon.smithi045 (mon.0) 535 : audit [INF] from='client.? 172.21.15.45:0/3809678796' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T09:28:44.206 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T09:28:44.498 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:28:45.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:44 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:43.576963+0000 mgr.smithi045.zcmxfe (mgr.14164) 449 : cluster [DBG] pgmap v433: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:28:45.281 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:43.576963+0000 mgr.smithi045.zcmxfe (mgr.14164) 449 : cluster [DBG] pgmap v433: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:28:45.677 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:28:45.677 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":47,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","created":"2023-12-08T09:14:32.123753+0000","modified":"2023-12-08T09:28:41.867725+0000","last_up_change":"2023-12-08T09:28:39.894587+0000","last_in_change":"2023-12-08T09:28:27.117343+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-08T09:21:51.885071+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"a0366854-04f8-4d99-9bbe-74b7f3a17d83","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":3073214853},{"type":"v1","addr":"172.21.15.45:6803","nonce":3073214853}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":3073214853},{"type":"v1","addr":"172.21.15.45:6805","nonce":3073214853}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":3073214853},{"type":"v1","addr":"172.21.15.45:6809","nonce":3073214853}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":3073214853},{"type":"v1","addr":"172.21.15.45:6807","nonce":3073214853}]},"public_addr":"172.21.15.45:6803/3073214853","cluster_addr":"172.21.15.45:6805/3073214853","heartbeat_back_addr":"172.21.15.45:6809/3073214853","heartbeat_front_addr":"172.21.15.45:6807/3073214853","state":["exists","up"]},{"osd":1,"uuid":"c0a29cdc-0c9a-4c07-b3ec-b625cafb94bf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6810","nonce":116480581},{"type":"v1","addr":"172.21.15.45:6811","nonce":116480581}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6812","nonce":116480581},{"type":"v1","addr":"172.21.15.45:6813","nonce":116480581}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6816","nonce":116480581},{"type":"v1","addr":"172.21.15.45:6817","nonce":116480581}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6814","nonce":116480581},{"type":"v1","addr":"172.21.15.45:6815","nonce":116480581}]},"public_addr":"172.21.15.45:6811/116480581","cluster_addr":"172.21.15.45:6813/116480581","heartbeat_back_addr":"172.21.15.45:6817/116480581","heartbeat_front_addr":"172.21.15.45:6815/116480581","state":["exists","up"]},{"osd":2,"uuid":"133968a4-9ce5-4521-96fc-2cc8411c6cf3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6818","nonce":1919810488},{"type":"v1","addr":"172.21.15.45:6819","nonce":1919810488}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6820","nonce":1919810488},{"type":"v1","addr":"172.21.15.45:6821","nonce":1919810488}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6824","nonce":1919810488},{"type":"v1","addr":"172.21.15.45:6825","nonce":1919810488}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6822","nonce":1919810488},{"type":"v1","addr":"172.21.15.45:6823","nonce":1919810488}]},"public_addr":"172.21.15.45:6819/1919810488","cluster_addr":"172.21.15.45:6821/1919810488","heartbeat_back_addr":"172.21.15.45:6825/1919810488","heartbeat_front_addr":"172.21.15.45:6823/1919810488","state":["exists","up"]},{"osd":3,"uuid":"cf674941-8551-4777-81c3-b2e039be8dc7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6826","nonce":2142980146},{"type":"v1","addr":"172.21.15.45:6827","nonce":2142980146}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6828","nonce":2142980146},{"type":"v1","addr":"172.21.15.45:6829","nonce":2142980146}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6832","nonce":2142980146},{"type":"v1","addr":"172.21.15.45:6833","nonce":2142980146}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6830","nonce":2142980146},{"type":"v1","addr":"172.21.15.45:6831","nonce":2142980146}]},"public_addr":"172.21.15.45:6827/2142980146","cluster_addr":"172.21.15.45:6829/2142980146","heartbeat_back_addr":"172.21.15.45:6833/2142980146","heartbeat_front_addr":"172.21.15.45:6831/2142980146","state":["exists","up"]},{"osd":4,"uuid":"30bcab2b-ddd6-4ec2-84ac-2b5ef16a8f93","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6800","nonce":1383346174},{"type":"v1","addr":"172.21.15.50:6801","nonce":1383346174}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6802","nonce":1383346174},{"type":"v1","addr":"172.21.15.50:6803","nonce":1383346174}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6806","nonce":1383346174},{"type":"v1","addr":"172.21.15.50:6807","nonce":1383346174}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6804","nonce":1383346174},{"type":"v1","addr":"172.21.15.50:6805","nonce":1383346174}]},"public_addr":"172.21.15.50:6801/1383346174","cluster_addr":"172.21.15.50:6803/1383346174","heartbeat_back_addr":"172.21.15.50:6807/1383346174","heartbeat_front_addr":"172.21.15.50:6805/1383346174","state":["exists","up"]},{"osd":5,"uuid":"68983fbf-21ce-4949-a7a1-a4a9a1edf979","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6808","nonce":2434867386},{"type":"v1","addr":"172.21.15.50:6809","nonce":2434867386}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6810","nonce":2434867386},{"type":"v1","addr":"172.21.15.50:6811","nonce":2434867386}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6814","nonce":2434867386},{"type":"v1","addr":"172.21.15.50:6815","nonce":2434867386}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6812","nonce":2434867386},{"type":"v1","addr":"172.21.15.50:6813","nonce":2434867386}]},"public_addr":"172.21.15.50:6809/2434867386","cluster_addr":"172.21.15.50:6811/2434867386","heartbeat_back_addr":"172.21.15.50:6815/2434867386","heartbeat_front_addr":"172.21.15.50:6813/2434867386","state":["exists","up"]},{"osd":6,"uuid":"bdd9beb0-d20b-468e-8c59-abcb7a404d59","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6816","nonce":145074369},{"type":"v1","addr":"172.21.15.50:6817","nonce":145074369}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6818","nonce":145074369},{"type":"v1","addr":"172.21.15.50:6819","nonce":145074369}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6822","nonce":145074369},{"type":"v1","addr":"172.21.15.50:6823","nonce":145074369}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6820","nonce":145074369},{"type":"v1","addr":"172.21.15.50:6821","nonce":145074369}]},"public_addr":"172.21.15.50:6817/145074369","cluster_addr":"172.21.15.50:6819/145074369","heartbeat_back_addr":"172.21.15.50:6823/145074369","heartbeat_front_addr":"172.21.15.50:6821/145074369","state":["exists","up"]},{"osd":7,"uuid":"879aa24b-757e-457f-b18e-1995f9f48169","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6824","nonce":2218793530},{"type":"v1","addr":"172.21.15.50:6825","nonce":2218793530}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6826","nonce":2218793530},{"type":"v1","addr":"172.21.15.50:6827","nonce":2218793530}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6830","nonce":2218793530},{"type":"v1","addr":"172.21.15.50:6831","nonce":2218793530}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6828","nonce":2218793530},{"type":"v1","addr":"172.21.15.50:6829","nonce":2218793530}]},"public_addr":"172.21.15.50:6825/2218793530","cluster_addr":"172.21.15.50:6827/2218793530","heartbeat_back_addr":"172.21.15.50:6831/2218793530","heartbeat_front_addr":"172.21.15.50:6829/2218793530","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:21:17.735627+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:21:30.295824+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:21:42.977225+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:21:55.586101+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:25:32.563502+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:28:12.424939+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:28:25.628766+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:28:38.834186+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.45:6801/1465476743":"2023-12-09T09:15:30.553892+0000","172.21.15.45:0/10433579":"2023-12-09T09:15:30.553892+0000","172.21.15.45:0/3475331789":"2023-12-09T09:15:16.402015+0000","172.21.15.45:0/1063952513":"2023-12-09T09:15:16.402015+0000","172.21.15.45:6801/3073408895":"2023-12-09T09:15:16.402015+0000","172.21.15.45:6800/3073408895":"2023-12-09T09:15:16.402015+0000","172.21.15.45:0/1857811885":"2023-12-09T09:15:30.553892+0000","172.21.15.45:6800/1662494527":"2023-12-09T09:14:53.406730+0000","172.21.15.45:6801/1662494527":"2023-12-09T09:14:53.406730+0000","172.21.15.45:6800/1465476743":"2023-12-09T09:15:30.553892+0000","172.21.15.45:0/2950876889":"2023-12-09T09:14:53.406730+0000","172.21.15.45:0/2493777278":"2023-12-09T09:14:53.406730+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-08T09:28:45.949 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:45 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:45.674862+0000 mon.smithi045 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.45:0/594723409' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T09:28:46.031 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-08T09:21:51.885071+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-12-08T09:28:46.032 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-08T09:28:46.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:45 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:45.674862+0000 mon.smithi045 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.45:0/594723409' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T09:28:46.286 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:28:47.065 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:46 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:45.577336+0000 mgr.smithi045.zcmxfe (mgr.14164) 450 : cluster [DBG] pgmap v434: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:28:47.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:46 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:45.577336+0000 mgr.smithi045.zcmxfe (mgr.14164) 450 : cluster [DBG] pgmap v434: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:28:47.429 INFO:teuthology.orchestra.run.smithi045.stdout:pg_num: 1 2023-12-08T09:28:47.789 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-08T09:28:47.789 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-08T09:28:47.790 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph mgr dump --format=json 2023-12-08T09:28:48.042 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:28:48.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:47 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:47.427695+0000 mon.smithi045 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.45:0/2893607942' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-08T09:28:48.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:47 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:47.427695+0000 mon.smithi045 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.45:0/2893607942' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-08T09:28:49.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:48 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:47.577735+0000 mgr.smithi045.zcmxfe (mgr.14164) 451 : cluster [DBG] pgmap v435: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:28:49.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:48 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:47.577735+0000 mgr.smithi045.zcmxfe (mgr.14164) 451 : cluster [DBG] pgmap v435: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:28:49.257 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:28:49.630 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":18,"active_gid":14164,"active_name":"smithi045.zcmxfe","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6800","nonce":1745046605},{"type":"v1","addr":"172.21.15.45:6801","nonce":1745046605}]},"active_addr":"172.21.15.45:6801/1745046605","active_change":"2023-12-08T09:15:30.554203+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14380,"name":"smithi050.vrexpx","mgr_features":4540138297136906239,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/alertmanager:v0.20.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"docker.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"docker.io/ceph/ceph-grafana:6.7.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"haproxy","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Registry to which we should normalize unqualified image names","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository url","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"str","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/alertmanager:v0.20.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"docker.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"docker.io/ceph/ceph-grafana:6.7.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"haproxy","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Registry to which we should normalize unqualified image names","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository url","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"str","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://smithi045.front.sepia.ceph.com:8443/","prometheus":"http://smithi045.front.sepia.ceph.com:9283/"},"always_on_modules":{"nautilus":["balancer","crash","devicehealth","orchestrator_cli","progress","rbd_support","status","volumes"],"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":4,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.45:0","nonce":638829378}]},{"addrvec":[{"type":"v2","addr":"172.21.15.45:0","nonce":1330942073}]}]}} 2023-12-08T09:28:49.635 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-08T09:28:49.635 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-08T09:28:49.635 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T09:28:49.886 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:28:50.173 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:49 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:49.251360+0000 mon.smithi045 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.45:0/3855479175' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-08T09:28:50.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:49 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:49.251360+0000 mon.smithi045 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.45:0/3855479175' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-08T09:28:51.127 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:28:51.127 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":47,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","created":"2023-12-08T09:14:32.123753+0000","modified":"2023-12-08T09:28:41.867725+0000","last_up_change":"2023-12-08T09:28:39.894587+0000","last_in_change":"2023-12-08T09:28:27.117343+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-08T09:21:51.885071+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"a0366854-04f8-4d99-9bbe-74b7f3a17d83","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":3073214853},{"type":"v1","addr":"172.21.15.45:6803","nonce":3073214853}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":3073214853},{"type":"v1","addr":"172.21.15.45:6805","nonce":3073214853}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":3073214853},{"type":"v1","addr":"172.21.15.45:6809","nonce":3073214853}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":3073214853},{"type":"v1","addr":"172.21.15.45:6807","nonce":3073214853}]},"public_addr":"172.21.15.45:6803/3073214853","cluster_addr":"172.21.15.45:6805/3073214853","heartbeat_back_addr":"172.21.15.45:6809/3073214853","heartbeat_front_addr":"172.21.15.45:6807/3073214853","state":["exists","up"]},{"osd":1,"uuid":"c0a29cdc-0c9a-4c07-b3ec-b625cafb94bf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6810","nonce":116480581},{"type":"v1","addr":"172.21.15.45:6811","nonce":116480581}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6812","nonce":116480581},{"type":"v1","addr":"172.21.15.45:6813","nonce":116480581}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6816","nonce":116480581},{"type":"v1","addr":"172.21.15.45:6817","nonce":116480581}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6814","nonce":116480581},{"type":"v1","addr":"172.21.15.45:6815","nonce":116480581}]},"public_addr":"172.21.15.45:6811/116480581","cluster_addr":"172.21.15.45:6813/116480581","heartbeat_back_addr":"172.21.15.45:6817/116480581","heartbeat_front_addr":"172.21.15.45:6815/116480581","state":["exists","up"]},{"osd":2,"uuid":"133968a4-9ce5-4521-96fc-2cc8411c6cf3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6818","nonce":1919810488},{"type":"v1","addr":"172.21.15.45:6819","nonce":1919810488}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6820","nonce":1919810488},{"type":"v1","addr":"172.21.15.45:6821","nonce":1919810488}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6824","nonce":1919810488},{"type":"v1","addr":"172.21.15.45:6825","nonce":1919810488}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6822","nonce":1919810488},{"type":"v1","addr":"172.21.15.45:6823","nonce":1919810488}]},"public_addr":"172.21.15.45:6819/1919810488","cluster_addr":"172.21.15.45:6821/1919810488","heartbeat_back_addr":"172.21.15.45:6825/1919810488","heartbeat_front_addr":"172.21.15.45:6823/1919810488","state":["exists","up"]},{"osd":3,"uuid":"cf674941-8551-4777-81c3-b2e039be8dc7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6826","nonce":2142980146},{"type":"v1","addr":"172.21.15.45:6827","nonce":2142980146}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6828","nonce":2142980146},{"type":"v1","addr":"172.21.15.45:6829","nonce":2142980146}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6832","nonce":2142980146},{"type":"v1","addr":"172.21.15.45:6833","nonce":2142980146}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6830","nonce":2142980146},{"type":"v1","addr":"172.21.15.45:6831","nonce":2142980146}]},"public_addr":"172.21.15.45:6827/2142980146","cluster_addr":"172.21.15.45:6829/2142980146","heartbeat_back_addr":"172.21.15.45:6833/2142980146","heartbeat_front_addr":"172.21.15.45:6831/2142980146","state":["exists","up"]},{"osd":4,"uuid":"30bcab2b-ddd6-4ec2-84ac-2b5ef16a8f93","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6800","nonce":1383346174},{"type":"v1","addr":"172.21.15.50:6801","nonce":1383346174}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6802","nonce":1383346174},{"type":"v1","addr":"172.21.15.50:6803","nonce":1383346174}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6806","nonce":1383346174},{"type":"v1","addr":"172.21.15.50:6807","nonce":1383346174}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6804","nonce":1383346174},{"type":"v1","addr":"172.21.15.50:6805","nonce":1383346174}]},"public_addr":"172.21.15.50:6801/1383346174","cluster_addr":"172.21.15.50:6803/1383346174","heartbeat_back_addr":"172.21.15.50:6807/1383346174","heartbeat_front_addr":"172.21.15.50:6805/1383346174","state":["exists","up"]},{"osd":5,"uuid":"68983fbf-21ce-4949-a7a1-a4a9a1edf979","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6808","nonce":2434867386},{"type":"v1","addr":"172.21.15.50:6809","nonce":2434867386}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6810","nonce":2434867386},{"type":"v1","addr":"172.21.15.50:6811","nonce":2434867386}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6814","nonce":2434867386},{"type":"v1","addr":"172.21.15.50:6815","nonce":2434867386}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6812","nonce":2434867386},{"type":"v1","addr":"172.21.15.50:6813","nonce":2434867386}]},"public_addr":"172.21.15.50:6809/2434867386","cluster_addr":"172.21.15.50:6811/2434867386","heartbeat_back_addr":"172.21.15.50:6815/2434867386","heartbeat_front_addr":"172.21.15.50:6813/2434867386","state":["exists","up"]},{"osd":6,"uuid":"bdd9beb0-d20b-468e-8c59-abcb7a404d59","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6816","nonce":145074369},{"type":"v1","addr":"172.21.15.50:6817","nonce":145074369}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6818","nonce":145074369},{"type":"v1","addr":"172.21.15.50:6819","nonce":145074369}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6822","nonce":145074369},{"type":"v1","addr":"172.21.15.50:6823","nonce":145074369}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6820","nonce":145074369},{"type":"v1","addr":"172.21.15.50:6821","nonce":145074369}]},"public_addr":"172.21.15.50:6817/145074369","cluster_addr":"172.21.15.50:6819/145074369","heartbeat_back_addr":"172.21.15.50:6823/145074369","heartbeat_front_addr":"172.21.15.50:6821/145074369","state":["exists","up"]},{"osd":7,"uuid":"879aa24b-757e-457f-b18e-1995f9f48169","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6824","nonce":2218793530},{"type":"v1","addr":"172.21.15.50:6825","nonce":2218793530}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6826","nonce":2218793530},{"type":"v1","addr":"172.21.15.50:6827","nonce":2218793530}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6830","nonce":2218793530},{"type":"v1","addr":"172.21.15.50:6831","nonce":2218793530}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6828","nonce":2218793530},{"type":"v1","addr":"172.21.15.50:6829","nonce":2218793530}]},"public_addr":"172.21.15.50:6825/2218793530","cluster_addr":"172.21.15.50:6827/2218793530","heartbeat_back_addr":"172.21.15.50:6831/2218793530","heartbeat_front_addr":"172.21.15.50:6829/2218793530","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:21:17.735627+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:21:30.295824+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:21:42.977225+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:21:55.586101+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:25:32.563502+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:28:12.424939+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:28:25.628766+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:28:38.834186+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.45:6801/1465476743":"2023-12-09T09:15:30.553892+0000","172.21.15.45:0/10433579":"2023-12-09T09:15:30.553892+0000","172.21.15.45:0/3475331789":"2023-12-09T09:15:16.402015+0000","172.21.15.45:0/1063952513":"2023-12-09T09:15:16.402015+0000","172.21.15.45:6801/3073408895":"2023-12-09T09:15:16.402015+0000","172.21.15.45:6800/3073408895":"2023-12-09T09:15:16.402015+0000","172.21.15.45:0/1857811885":"2023-12-09T09:15:30.553892+0000","172.21.15.45:6800/1662494527":"2023-12-09T09:14:53.406730+0000","172.21.15.45:6801/1662494527":"2023-12-09T09:14:53.406730+0000","172.21.15.45:6800/1465476743":"2023-12-09T09:15:30.553892+0000","172.21.15.45:0/2950876889":"2023-12-09T09:14:53.406730+0000","172.21.15.45:0/2493777278":"2023-12-09T09:14:53.406730+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-08T09:28:51.150 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:50 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:49.578199+0000 mgr.smithi045.zcmxfe (mgr.14164) 452 : cluster [DBG] pgmap v436: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:28:51.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:49.578199+0000 mgr.smithi045.zcmxfe (mgr.14164) 452 : cluster [DBG] pgmap v436: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:28:51.497 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-08T09:28:51.497 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T09:28:51.750 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:28:52.100 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:51 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:51.124187+0000 mon.smithi045 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.45:0/340158087' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T09:28:52.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:51 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:51.124187+0000 mon.smithi045 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.45:0/340158087' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T09:28:52.970 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:28:52.970 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":47,"fsid":"21915d88-95aa-11ee-95a3-87774f69a715","created":"2023-12-08T09:14:32.123753+0000","modified":"2023-12-08T09:28:41.867725+0000","last_up_change":"2023-12-08T09:28:39.894587+0000","last_in_change":"2023-12-08T09:28:27.117343+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-08T09:21:51.885071+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"a0366854-04f8-4d99-9bbe-74b7f3a17d83","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":3073214853},{"type":"v1","addr":"172.21.15.45:6803","nonce":3073214853}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":3073214853},{"type":"v1","addr":"172.21.15.45:6805","nonce":3073214853}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":3073214853},{"type":"v1","addr":"172.21.15.45:6809","nonce":3073214853}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":3073214853},{"type":"v1","addr":"172.21.15.45:6807","nonce":3073214853}]},"public_addr":"172.21.15.45:6803/3073214853","cluster_addr":"172.21.15.45:6805/3073214853","heartbeat_back_addr":"172.21.15.45:6809/3073214853","heartbeat_front_addr":"172.21.15.45:6807/3073214853","state":["exists","up"]},{"osd":1,"uuid":"c0a29cdc-0c9a-4c07-b3ec-b625cafb94bf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6810","nonce":116480581},{"type":"v1","addr":"172.21.15.45:6811","nonce":116480581}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6812","nonce":116480581},{"type":"v1","addr":"172.21.15.45:6813","nonce":116480581}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6816","nonce":116480581},{"type":"v1","addr":"172.21.15.45:6817","nonce":116480581}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6814","nonce":116480581},{"type":"v1","addr":"172.21.15.45:6815","nonce":116480581}]},"public_addr":"172.21.15.45:6811/116480581","cluster_addr":"172.21.15.45:6813/116480581","heartbeat_back_addr":"172.21.15.45:6817/116480581","heartbeat_front_addr":"172.21.15.45:6815/116480581","state":["exists","up"]},{"osd":2,"uuid":"133968a4-9ce5-4521-96fc-2cc8411c6cf3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6818","nonce":1919810488},{"type":"v1","addr":"172.21.15.45:6819","nonce":1919810488}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6820","nonce":1919810488},{"type":"v1","addr":"172.21.15.45:6821","nonce":1919810488}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6824","nonce":1919810488},{"type":"v1","addr":"172.21.15.45:6825","nonce":1919810488}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6822","nonce":1919810488},{"type":"v1","addr":"172.21.15.45:6823","nonce":1919810488}]},"public_addr":"172.21.15.45:6819/1919810488","cluster_addr":"172.21.15.45:6821/1919810488","heartbeat_back_addr":"172.21.15.45:6825/1919810488","heartbeat_front_addr":"172.21.15.45:6823/1919810488","state":["exists","up"]},{"osd":3,"uuid":"cf674941-8551-4777-81c3-b2e039be8dc7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6826","nonce":2142980146},{"type":"v1","addr":"172.21.15.45:6827","nonce":2142980146}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6828","nonce":2142980146},{"type":"v1","addr":"172.21.15.45:6829","nonce":2142980146}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6832","nonce":2142980146},{"type":"v1","addr":"172.21.15.45:6833","nonce":2142980146}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6830","nonce":2142980146},{"type":"v1","addr":"172.21.15.45:6831","nonce":2142980146}]},"public_addr":"172.21.15.45:6827/2142980146","cluster_addr":"172.21.15.45:6829/2142980146","heartbeat_back_addr":"172.21.15.45:6833/2142980146","heartbeat_front_addr":"172.21.15.45:6831/2142980146","state":["exists","up"]},{"osd":4,"uuid":"30bcab2b-ddd6-4ec2-84ac-2b5ef16a8f93","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6800","nonce":1383346174},{"type":"v1","addr":"172.21.15.50:6801","nonce":1383346174}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6802","nonce":1383346174},{"type":"v1","addr":"172.21.15.50:6803","nonce":1383346174}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6806","nonce":1383346174},{"type":"v1","addr":"172.21.15.50:6807","nonce":1383346174}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6804","nonce":1383346174},{"type":"v1","addr":"172.21.15.50:6805","nonce":1383346174}]},"public_addr":"172.21.15.50:6801/1383346174","cluster_addr":"172.21.15.50:6803/1383346174","heartbeat_back_addr":"172.21.15.50:6807/1383346174","heartbeat_front_addr":"172.21.15.50:6805/1383346174","state":["exists","up"]},{"osd":5,"uuid":"68983fbf-21ce-4949-a7a1-a4a9a1edf979","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6808","nonce":2434867386},{"type":"v1","addr":"172.21.15.50:6809","nonce":2434867386}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6810","nonce":2434867386},{"type":"v1","addr":"172.21.15.50:6811","nonce":2434867386}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6814","nonce":2434867386},{"type":"v1","addr":"172.21.15.50:6815","nonce":2434867386}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6812","nonce":2434867386},{"type":"v1","addr":"172.21.15.50:6813","nonce":2434867386}]},"public_addr":"172.21.15.50:6809/2434867386","cluster_addr":"172.21.15.50:6811/2434867386","heartbeat_back_addr":"172.21.15.50:6815/2434867386","heartbeat_front_addr":"172.21.15.50:6813/2434867386","state":["exists","up"]},{"osd":6,"uuid":"bdd9beb0-d20b-468e-8c59-abcb7a404d59","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6816","nonce":145074369},{"type":"v1","addr":"172.21.15.50:6817","nonce":145074369}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6818","nonce":145074369},{"type":"v1","addr":"172.21.15.50:6819","nonce":145074369}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6822","nonce":145074369},{"type":"v1","addr":"172.21.15.50:6823","nonce":145074369}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6820","nonce":145074369},{"type":"v1","addr":"172.21.15.50:6821","nonce":145074369}]},"public_addr":"172.21.15.50:6817/145074369","cluster_addr":"172.21.15.50:6819/145074369","heartbeat_back_addr":"172.21.15.50:6823/145074369","heartbeat_front_addr":"172.21.15.50:6821/145074369","state":["exists","up"]},{"osd":7,"uuid":"879aa24b-757e-457f-b18e-1995f9f48169","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6824","nonce":2218793530},{"type":"v1","addr":"172.21.15.50:6825","nonce":2218793530}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6826","nonce":2218793530},{"type":"v1","addr":"172.21.15.50:6827","nonce":2218793530}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6830","nonce":2218793530},{"type":"v1","addr":"172.21.15.50:6831","nonce":2218793530}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6828","nonce":2218793530},{"type":"v1","addr":"172.21.15.50:6829","nonce":2218793530}]},"public_addr":"172.21.15.50:6825/2218793530","cluster_addr":"172.21.15.50:6827/2218793530","heartbeat_back_addr":"172.21.15.50:6831/2218793530","heartbeat_front_addr":"172.21.15.50:6829/2218793530","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:21:17.735627+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:21:30.295824+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:21:42.977225+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:21:55.586101+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:25:32.563502+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:28:12.424939+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:28:25.628766+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T09:28:38.834186+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.45:6801/1465476743":"2023-12-09T09:15:30.553892+0000","172.21.15.45:0/10433579":"2023-12-09T09:15:30.553892+0000","172.21.15.45:0/3475331789":"2023-12-09T09:15:16.402015+0000","172.21.15.45:0/1063952513":"2023-12-09T09:15:16.402015+0000","172.21.15.45:6801/3073408895":"2023-12-09T09:15:16.402015+0000","172.21.15.45:6800/3073408895":"2023-12-09T09:15:16.402015+0000","172.21.15.45:0/1857811885":"2023-12-09T09:15:30.553892+0000","172.21.15.45:6800/1662494527":"2023-12-09T09:14:53.406730+0000","172.21.15.45:6801/1662494527":"2023-12-09T09:14:53.406730+0000","172.21.15.45:6800/1465476743":"2023-12-09T09:15:30.553892+0000","172.21.15.45:0/2950876889":"2023-12-09T09:14:53.406730+0000","172.21.15.45:0/2493777278":"2023-12-09T09:14:53.406730+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-08T09:28:53.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:51.578584+0000 mgr.smithi045.zcmxfe (mgr.14164) 453 : cluster [DBG] pgmap v437: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:28:53.206 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:51.578584+0000 mgr.smithi045.zcmxfe (mgr.14164) 453 : cluster [DBG] pgmap v437: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:28:53.355 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-08T09:28:53.607 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:28:54.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:28:52.967616+0000 mon.smithi045 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.45:0/3640723668' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T09:28:54.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:53 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:28:52.967616+0000 mon.smithi045 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.45:0/3640723668' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T09:28:54.939 INFO:teuthology.orchestra.run.smithi045.stdout:38654705758 2023-12-08T09:28:54.940 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-08T09:28:55.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:53.578937+0000 mgr.smithi045.zcmxfe (mgr.14164) 454 : cluster [DBG] pgmap v438: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:28:55.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:54 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:53.578937+0000 mgr.smithi045.zcmxfe (mgr.14164) 454 : cluster [DBG] pgmap v438: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:28:55.192 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:28:56.497 INFO:teuthology.orchestra.run.smithi045.stdout:55834574939 2023-12-08T09:28:56.498 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-08T09:28:56.752 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:28:57.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:55.579294+0000 mgr.smithi045.zcmxfe (mgr.14164) 455 : cluster [DBG] pgmap v439: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:28:57.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:56 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:55.579294+0000 mgr.smithi045.zcmxfe (mgr.14164) 455 : cluster [DBG] pgmap v439: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:28:58.038 INFO:teuthology.orchestra.run.smithi045.stdout:73014444121 2023-12-08T09:28:58.038 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-08T09:28:58.291 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:28:59.088 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:28:58 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:57.579655+0000 mgr.smithi045.zcmxfe (mgr.14164) 456 : cluster [DBG] pgmap v440: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:28:59.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:28:58 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:57.579655+0000 mgr.smithi045.zcmxfe (mgr.14164) 456 : cluster [DBG] pgmap v440: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:28:59.679 INFO:teuthology.orchestra.run.smithi045.stdout:103079215192 2023-12-08T09:28:59.680 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-08T09:28:59.933 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:29:01.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:28:59.580196+0000 mgr.smithi045.zcmxfe (mgr.14164) 457 : cluster [DBG] pgmap v441: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:01.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:28:59.580196+0000 mgr.smithi045.zcmxfe (mgr.14164) 457 : cluster [DBG] pgmap v441: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:01.296 INFO:teuthology.orchestra.run.smithi045.stdout:124554051628 2023-12-08T09:29:01.296 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-08T09:29:01.551 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:29:02.853 INFO:teuthology.orchestra.run.smithi045.stdout:150323855371 2023-12-08T09:29:02.854 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-08T09:29:03.108 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:29:03.241 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:02 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:01.580587+0000 mgr.smithi045.zcmxfe (mgr.14164) 458 : cluster [DBG] pgmap v442: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:03.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:02 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:01.580587+0000 mgr.smithi045.zcmxfe (mgr.14164) 458 : cluster [DBG] pgmap v442: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:04.437 INFO:teuthology.orchestra.run.smithi045.stdout:171798691850 2023-12-08T09:29:04.437 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-08T09:29:04.689 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:29:05.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:04 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:03.581037+0000 mgr.smithi045.zcmxfe (mgr.14164) 459 : cluster [DBG] pgmap v443: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:05.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:04 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:03.581037+0000 mgr.smithi045.zcmxfe (mgr.14164) 459 : cluster [DBG] pgmap v443: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:06.020 INFO:teuthology.orchestra.run.smithi045.stdout:193273528328 2023-12-08T09:29:06.021 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-08T09:29:06.276 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:29:07.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:05.581381+0000 mgr.smithi045.zcmxfe (mgr.14164) 460 : cluster [DBG] pgmap v444: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:07.399 INFO:teuthology.orchestra.run.smithi045.stdout:38654705760 2023-12-08T09:29:07.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:05.581381+0000 mgr.smithi045.zcmxfe (mgr.14164) 460 : cluster [DBG] pgmap v444: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:07.794 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705758 got 38654705760 for osd.0 2023-12-08T09:29:07.794 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-08T09:29:08.049 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:29:08.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:07 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:29:07.398249+0000 mon.smithi045 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.45:0/1176877353' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-08T09:29:08.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:07 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:29:07.398249+0000 mon.smithi045 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.45:0/1176877353' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-08T09:29:09.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:07.581826+0000 mgr.smithi045.zcmxfe (mgr.14164) 461 : cluster [DBG] pgmap v445: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:09.154 INFO:teuthology.orchestra.run.smithi045.stdout:55834574942 2023-12-08T09:29:09.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:08 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:07.581826+0000 mgr.smithi045.zcmxfe (mgr.14164) 461 : cluster [DBG] pgmap v445: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:09.528 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574939 got 55834574942 for osd.1 2023-12-08T09:29:09.528 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-08T09:29:09.783 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:29:10.233 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:29:09.152831+0000 mon.smithi045 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.45:0/1084214825' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-08T09:29:10.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:29:09.152831+0000 mon.smithi045 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.45:0/1084214825' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-08T09:29:10.955 INFO:teuthology.orchestra.run.smithi045.stdout:73014444123 2023-12-08T09:29:11.262 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:10 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:09.582158+0000 mgr.smithi045.zcmxfe (mgr.14164) 462 : cluster [DBG] pgmap v446: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:11.369 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444121 got 73014444123 for osd.2 2023-12-08T09:29:11.370 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-08T09:29:11.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:10 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:09.582158+0000 mgr.smithi045.zcmxfe (mgr.14164) 462 : cluster [DBG] pgmap v446: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:11.621 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:29:12.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:29:10.953915+0000 mon.smithi045 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.45:0/3671471794' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-08T09:29:12.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:11 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:29:10.953915+0000 mon.smithi045 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.45:0/3671471794' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-08T09:29:12.754 INFO:teuthology.orchestra.run.smithi045.stdout:103079215194 2023-12-08T09:29:13.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:12 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:11.582557+0000 mgr.smithi045.zcmxfe (mgr.14164) 463 : cluster [DBG] pgmap v447: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:13.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:12 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:29:12.752909+0000 mon.smithi045 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.45:0/1870029325' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-08T09:29:13.128 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215192 got 103079215194 for osd.3 2023-12-08T09:29:13.128 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-08T09:29:13.380 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:29:13.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:12 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:11.582557+0000 mgr.smithi045.zcmxfe (mgr.14164) 463 : cluster [DBG] pgmap v447: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:13.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:12 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:29:12.752909+0000 mon.smithi045 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.45:0/1870029325' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-08T09:29:14.503 INFO:teuthology.orchestra.run.smithi045.stdout:124554051630 2023-12-08T09:29:14.878 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051628 got 124554051630 for osd.4 2023-12-08T09:29:14.878 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-08T09:29:15.131 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:29:15.232 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:14 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:13.582924+0000 mgr.smithi045.zcmxfe (mgr.14164) 464 : cluster [DBG] pgmap v448: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:15.232 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:14 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:29:14.502112+0000 mon.smithi045 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.45:0/2342540117' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-08T09:29:15.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:14 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:13.582924+0000 mgr.smithi045.zcmxfe (mgr.14164) 464 : cluster [DBG] pgmap v448: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:15.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:14 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:29:14.502112+0000 mon.smithi045 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.45:0/2342540117' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-08T09:29:16.209 INFO:teuthology.orchestra.run.smithi045.stdout:150323855374 2023-12-08T09:29:16.585 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855371 got 150323855374 for osd.5 2023-12-08T09:29:16.585 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-08T09:29:16.838 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:29:17.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:16 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:15.583382+0000 mgr.smithi045.zcmxfe (mgr.14164) 465 : cluster [DBG] pgmap v449: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:17.325 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:16 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:29:16.207193+0000 mon.smithi045 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.45:0/4125520843' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-08T09:29:17.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:16 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:15.583382+0000 mgr.smithi045.zcmxfe (mgr.14164) 465 : cluster [DBG] pgmap v449: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:17.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:16 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:29:16.207193+0000 mon.smithi045 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.45:0/4125520843' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-08T09:29:17.956 INFO:teuthology.orchestra.run.smithi045.stdout:171798691852 2023-12-08T09:29:18.258 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:29:17.954181+0000 mon.smithi045 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.45:0/1052531761' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-08T09:29:18.343 INFO:tasks.cephadm.ceph_manager.ceph:need seq 171798691850 got 171798691852 for osd.6 2023-12-08T09:29:18.344 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-08T09:29:18.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:17 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:29:17.954181+0000 mon.smithi045 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.45:0/1052531761' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-08T09:29:18.597 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:29:19.352 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:17.583757+0000 mgr.smithi045.zcmxfe (mgr.14164) 466 : cluster [DBG] pgmap v450: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:19.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:18 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:17.583757+0000 mgr.smithi045.zcmxfe (mgr.14164) 466 : cluster [DBG] pgmap v450: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:19.740 INFO:teuthology.orchestra.run.smithi045.stdout:193273528331 2023-12-08T09:29:20.134 INFO:tasks.cephadm.ceph_manager.ceph:need seq 193273528328 got 193273528331 for osd.7 2023-12-08T09:29:20.134 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-08T09:29:20.134 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph pg dump --format=json 2023-12-08T09:29:20.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:29:19.738584+0000 mon.smithi045 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.45:0/1918088295' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-08T09:29:20.387 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:29:20.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:19 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:29:19.738584+0000 mon.smithi045 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.45:0/1918088295' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-08T09:29:21.218 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:20 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:19.584113+0000 mgr.smithi045.zcmxfe (mgr.14164) 467 : cluster [DBG] pgmap v451: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:21.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:20 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:19.584113+0000 mgr.smithi045.zcmxfe (mgr.14164) 467 : cluster [DBG] pgmap v451: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:21.610 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:29:21.611 INFO:teuthology.orchestra.run.smithi045.stderr:dumped all 2023-12-08T09:29:22.001 INFO:teuthology.orchestra.run.smithi045.stdout:{"pg_ready":true,"pg_map":{"version":452,"stamp":"2023-12-08T09:29:21.584298+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":42908,"kb_used_data":3612,"kb_used_omap":0,"kb_used_meta":39232,"kb_avail":749918308,"statfs":{"total":767960285184,"available":767916347392,"internally_reserved":0,"allocated":3698688,"data_stored":1491013,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40173568},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":"10","reported_epoch":"47","state":"active+clean","last_fresh":"2023-12-08T09:28:42.125961+0000","last_change":"2023-12-08T09:28:42.125961+0000","last_active":"2023-12-08T09:28:42.125961+0000","last_peered":"2023-12-08T09:28:42.125961+0000","last_clean":"2023-12-08T09:28:42.125961+0000","last_became_active":"2023-12-08T09:28:42.125626+0000","last_became_peered":"2023-12-08T09:28:42.125626+0000","last_unstale":"2023-12-08T09:28:42.125961+0000","last_undegraded":"2023-12-08T09:28:42.125961+0000","last_fullsized":"2023-12-08T09:28:42.125961+0000","mapping_epoch":46,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":47,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-08T09:21:52.408253+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-08T09:21:52.408253+0000","last_clean_scrub_stamp":"2023-12-08T09:21:52.408253+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":45,"seq":193273528332,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5192,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739960,"statfs":{"total":95995035648,"available":95989719040,"internally_reserved":0,"allocated":458752,"data_stored":186101,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63400000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.74399999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.73199999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68500000000000005}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71899999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.78800000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.77100000000000002}]}]},{"osd":6,"up_from":40,"seq":171798691853,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5260,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739892,"statfs":{"total":95995035648,"available":95989649408,"internally_reserved":0,"allocated":462848,"data_stored":186416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60099999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.746}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70399999999999996}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63300000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66800000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.76400000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.83299999999999996}]}]},{"osd":1,"up_from":13,"seq":55834574944,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5516,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739636,"statfs":{"total":95995035648,"available":95989387264,"internally_reserved":0,"allocated":462848,"data_stored":186416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 09:28:39 2023","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.40000000000000002,"15min":0.39700000000000002},"min":{"1min":0.29799999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.57099999999999995,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.434,"5min":0.41699999999999998,"15min":0.40400000000000003},"min":{"1min":0.32200000000000001,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.56299999999999994,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.53700000000000003}]},{"osd":2,"last update":"Fri Dec 8 09:28:50 2023","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.41699999999999998,"15min":0.41299999999999998},"min":{"1min":0.31,"5min":0.30299999999999999,"15min":0.27700000000000002},"max":{"1min":0.57899999999999996,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.443,"15min":0.439},"min":{"1min":0.33500000000000002,"5min":0.317,"15min":0.29599999999999999},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.46600000000000003}]},{"osd":3,"last update":"Fri Dec 8 09:29:11 2023","interfaces":[{"interface":"back","average":{"1min":0.499,"5min":0.47099999999999997,"15min":0.45800000000000002},"min":{"1min":0.373,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.45300000000000001,"15min":0.44500000000000001},"min":{"1min":0.36399999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.64200000000000002,"5min":0.64900000000000002,"15min":0.69399999999999995},"last":0.48999999999999999}]},{"osd":4,"last update":"Fri Dec 8 09:28:39 2023","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.58199999999999996,"15min":0.57399999999999995},"min":{"1min":0.42799999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":1.155,"5min":1.155,"15min":1.155},"last":0.79800000000000004},{"interface":"front","average":{"1min":0.64200000000000002,"5min":0.59499999999999997,"15min":0.58399999999999996},"min":{"1min":0.437,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.21,"5min":1.21,"15min":1.21},"last":0.69699999999999995}]},{"osd":5,"last update":"Fri Dec 8 09:29:16 2023","interfaces":[{"interface":"back","average":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"min":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.2450000000000001,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":0.84999999999999998},{"interface":"front","average":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.1850000000000001,"5min":1.1850000000000001,"15min":1.1850000000000001},"last":0.876}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.72399999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.82199999999999995}]}]},{"osd":0,"up_from":9,"seq":38654705763,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5516,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739636,"statfs":{"total":95995035648,"available":95989387264,"internally_reserved":0,"allocated":462848,"data_stored":186416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Dec 8 09:28:42 2023","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39500000000000002,"15min":0.38100000000000001},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.25600000000000001},"max":{"1min":0.57999999999999996,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.42099999999999999,"5min":0.40999999999999998,"15min":0.38800000000000001},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.28199999999999997},"max":{"1min":0.56999999999999995,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.53100000000000003}]},{"osd":2,"last update":"Fri Dec 8 09:28:52 2023","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.43099999999999999,"15min":0.40999999999999998},"min":{"1min":0.309,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.35099999999999998},{"interface":"front","average":{"1min":0.442,"5min":0.42799999999999999,"15min":0.42599999999999999},"min":{"1min":0.28999999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":1.018,"5min":1.018,"15min":1.018},"last":0.46500000000000002}]},{"osd":3,"last update":"Fri Dec 8 09:29:14 2023","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.45000000000000001,"15min":0.442},"min":{"1min":0.378,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.94899999999999995,"5min":0.94899999999999995,"15min":0.94899999999999995},"last":0.37},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.46500000000000002,"15min":0.44900000000000001},"min":{"1min":0.379,"5min":0.309,"15min":0.309},"max":{"1min":0.98899999999999999,"5min":0.98899999999999999,"15min":0.98899999999999999},"last":0.48399999999999999}]},{"osd":4,"last update":"Fri Dec 8 09:28:42 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.58299999999999996,"15min":0.59999999999999998},"min":{"1min":0.38600000000000001,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.71799999999999997,"5min":0.755,"15min":0.755},"last":0.627},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.61099999999999999,"15min":0.629},"min":{"1min":0.45100000000000001,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.76100000000000001,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.85399999999999998}]},{"osd":5,"last update":"Fri Dec 8 09:29:14 2023","interfaces":[{"interface":"back","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.1439999999999999,"5min":1.1439999999999999,"15min":1.1439999999999999},"last":0.78600000000000003},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":1.081,"5min":1.081,"15min":1.081},"last":0.63900000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.93999999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.89900000000000002}]}]},{"osd":2,"up_from":17,"seq":73014444126,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5452,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739700,"statfs":{"total":95995035648,"available":95989452800,"internally_reserved":0,"allocated":462848,"data_stored":186416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 09:28:54 2023","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38400000000000001,"15min":0.36399999999999999},"min":{"1min":0.27700000000000002,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.55600000000000005,"5min":0.753,"15min":0.753},"last":0.29799999999999999},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.39800000000000002,"15min":0.38300000000000001},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.38300000000000001}]},{"osd":1,"last update":"Fri Dec 8 09:28:54 2023","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.434,"15min":0.436},"min":{"1min":0.29599999999999999,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.84799999999999998},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47099999999999997,"15min":0.45600000000000002},"min":{"1min":0.30299999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.69299999999999995,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.82199999999999995}]},{"osd":3,"last update":"Fri Dec 8 09:29:14 2023","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.439,"15min":0.442},"min":{"1min":0.32000000000000001,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.67300000000000004,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.74199999999999999},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.45900000000000002,"15min":0.44600000000000001},"min":{"1min":0.33900000000000002,"5min":0.312,"15min":0.312},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.40400000000000003}]},{"osd":4,"last update":"Fri Dec 8 09:28:40 2023","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.58799999999999997,"15min":0.57999999999999996},"min":{"1min":0.437,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.877,"5min":0.877,"15min":0.877},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58499999999999996,"15min":0.57699999999999996},"min":{"1min":0.442,"5min":0.436,"15min":0.436},"max":{"1min":0.89600000000000002,"5min":0.89600000000000002,"15min":0.89600000000000002},"last":0.78100000000000003}]},{"osd":5,"last update":"Fri Dec 8 09:29:14 2023","interfaces":[{"interface":"back","average":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":0.92700000000000005,"5min":0.92700000000000005,"15min":0.92700000000000005},"last":0.441},{"interface":"front","average":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":1.0349999999999999,"5min":1.0349999999999999,"15min":1.0349999999999999},"last":0.65100000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.0309999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71299999999999997}]}]},{"osd":3,"up_from":24,"seq":103079215196,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5324,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739828,"statfs":{"total":95995035648,"available":95989583872,"internally_reserved":0,"allocated":462848,"data_stored":186416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 09:29:09 2023","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.39500000000000002,"15min":0.41599999999999998},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.95399999999999996,"5min":0.95399999999999996,"15min":0.95399999999999996},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.433,"5min":0.41899999999999998,"15min":0.434},"min":{"1min":0.308,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.42099999999999999}]},{"osd":1,"last update":"Fri Dec 8 09:29:09 2023","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42799999999999999,"15min":0.46300000000000002},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.82199999999999995},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.436,"15min":0.45200000000000001},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":1.319,"5min":1.319,"15min":1.319},"last":0.39100000000000001}]},{"osd":2,"last update":"Fri Dec 8 09:29:09 2023","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.45500000000000002,"15min":0.47599999999999998},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":1.0800000000000001,"5min":1.0800000000000001,"15min":1.0800000000000001},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.44400000000000001,"15min":0.46200000000000002},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":1.153,"5min":1.153,"15min":1.153},"last":0.45900000000000002}]},{"osd":4,"last update":"Fri Dec 8 09:28:40 2023","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55100000000000005},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.70899999999999996},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.56299999999999994,"15min":0.56699999999999995},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.72099999999999997}]},{"osd":5,"last update":"Fri Dec 8 09:29:15 2023","interfaces":[{"interface":"back","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.81299999999999994},{"interface":"front","average":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.196,"5min":1.196,"15min":1.196},"last":0.64700000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.79700000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61799999999999999}]}]},{"osd":4,"up_from":29,"seq":124554051632,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5324,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739828,"statfs":{"total":95995035648,"available":95989583872,"internally_reserved":0,"allocated":462848,"data_stored":186416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 09:28:37 2023","interfaces":[{"interface":"back","average":{"1min":0.60199999999999998,"5min":0.61199999999999999,"15min":0.62},"min":{"1min":0.42899999999999999,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":1.0649999999999999,"5min":1.0649999999999999,"15min":1.0649999999999999},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.56699999999999995,"15min":0.55900000000000005},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.63400000000000001}]},{"osd":1,"last update":"Fri Dec 8 09:28:37 2023","interfaces":[{"interface":"back","average":{"1min":0.625,"5min":0.63,"15min":0.63900000000000001},"min":{"1min":0.40100000000000002,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.90600000000000003,"5min":0.90600000000000003,"15min":0.90600000000000003},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.62,"5min":0.59599999999999997,"15min":0.59699999999999998},"min":{"1min":0.46999999999999997,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.52700000000000002}]},{"osd":2,"last update":"Fri Dec 8 09:28:37 2023","interfaces":[{"interface":"back","average":{"1min":0.63400000000000001,"5min":0.60299999999999998,"15min":0.60099999999999998},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61399999999999999,"15min":0.61099999999999999},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.99099999999999999,"5min":0.99099999999999999,"15min":0.99099999999999999},"last":0.65200000000000002}]},{"osd":3,"last update":"Fri Dec 8 09:28:37 2023","interfaces":[{"interface":"back","average":{"1min":0.68400000000000005,"5min":0.65000000000000002,"15min":0.64900000000000002},"min":{"1min":0.54000000000000004,"5min":0.442,"15min":0.442},"max":{"1min":1.0449999999999999,"5min":1.0449999999999999,"15min":1.0449999999999999},"last":0.621},{"interface":"front","average":{"1min":0.62,"5min":0.622,"15min":0.628},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"last":0.55400000000000005}]},{"osd":5,"last update":"Fri Dec 8 09:29:13 2023","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.49299999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48399999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60299999999999998}]}]},{"osd":5,"up_from":35,"seq":150323855375,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5324,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739828,"statfs":{"total":95995035648,"available":95989583872,"internally_reserved":0,"allocated":462848,"data_stored":186416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 09:29:14 2023","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.94599999999999995,"5min":0.94599999999999995,"15min":0.94599999999999995},"last":0.46800000000000003}]},{"osd":1,"last update":"Fri Dec 8 09:29:14 2023","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.0089999999999999,"5min":1.0089999999999999,"15min":1.0089999999999999},"last":0.374},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.49399999999999999}]},{"osd":2,"last update":"Fri Dec 8 09:29:14 2023","interfaces":[{"interface":"back","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.98699999999999999,"5min":0.98699999999999999,"15min":0.98699999999999999},"last":0.51200000000000001},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.92700000000000005,"5min":0.92700000000000005,"15min":0.92700000000000005},"last":0.44600000000000001}]},{"osd":3,"last update":"Fri Dec 8 09:29:14 2023","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.96999999999999997,"5min":0.96999999999999997,"15min":0.96999999999999997},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.58599999999999997}]},{"osd":4,"last update":"Fri Dec 8 09:29:14 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.61699999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60499999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67000000000000004}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-08T09:29:22.003 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph pg dump --format=json 2023-12-08T09:29:22.257 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:29:23.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:22 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:21.584459+0000 mgr.smithi045.zcmxfe (mgr.14164) 468 : cluster [DBG] pgmap v452: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:23.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:22 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:29:21.606483+0000 mgr.smithi045.zcmxfe (mgr.14164) 469 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:29:23.379 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:29:23.381 INFO:teuthology.orchestra.run.smithi045.stderr:dumped all 2023-12-08T09:29:23.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:22 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:21.584459+0000 mgr.smithi045.zcmxfe (mgr.14164) 468 : cluster [DBG] pgmap v452: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:23.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:22 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:29:21.606483+0000 mgr.smithi045.zcmxfe (mgr.14164) 469 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:29:23.759 INFO:teuthology.orchestra.run.smithi045.stdout:{"pg_ready":true,"pg_map":{"version":452,"stamp":"2023-12-08T09:29:21.584298+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":42908,"kb_used_data":3612,"kb_used_omap":0,"kb_used_meta":39232,"kb_avail":749918308,"statfs":{"total":767960285184,"available":767916347392,"internally_reserved":0,"allocated":3698688,"data_stored":1491013,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40173568},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":"10","reported_epoch":"47","state":"active+clean","last_fresh":"2023-12-08T09:28:42.125961+0000","last_change":"2023-12-08T09:28:42.125961+0000","last_active":"2023-12-08T09:28:42.125961+0000","last_peered":"2023-12-08T09:28:42.125961+0000","last_clean":"2023-12-08T09:28:42.125961+0000","last_became_active":"2023-12-08T09:28:42.125626+0000","last_became_peered":"2023-12-08T09:28:42.125626+0000","last_unstale":"2023-12-08T09:28:42.125961+0000","last_undegraded":"2023-12-08T09:28:42.125961+0000","last_fullsized":"2023-12-08T09:28:42.125961+0000","mapping_epoch":46,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":47,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-08T09:21:52.408253+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-08T09:21:52.408253+0000","last_clean_scrub_stamp":"2023-12-08T09:21:52.408253+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":45,"seq":193273528332,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5192,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739960,"statfs":{"total":95995035648,"available":95989719040,"internally_reserved":0,"allocated":458752,"data_stored":186101,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63400000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.74399999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.73199999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68500000000000005}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71899999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.78800000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.77100000000000002}]}]},{"osd":6,"up_from":40,"seq":171798691853,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5260,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739892,"statfs":{"total":95995035648,"available":95989649408,"internally_reserved":0,"allocated":462848,"data_stored":186416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60099999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.746}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70399999999999996}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63300000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66800000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.76400000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.83299999999999996}]}]},{"osd":1,"up_from":13,"seq":55834574944,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5516,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739636,"statfs":{"total":95995035648,"available":95989387264,"internally_reserved":0,"allocated":462848,"data_stored":186416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 09:28:39 2023","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.40000000000000002,"15min":0.39700000000000002},"min":{"1min":0.29799999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.57099999999999995,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.434,"5min":0.41699999999999998,"15min":0.40400000000000003},"min":{"1min":0.32200000000000001,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.56299999999999994,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.53700000000000003}]},{"osd":2,"last update":"Fri Dec 8 09:28:50 2023","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.41699999999999998,"15min":0.41299999999999998},"min":{"1min":0.31,"5min":0.30299999999999999,"15min":0.27700000000000002},"max":{"1min":0.57899999999999996,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.443,"15min":0.439},"min":{"1min":0.33500000000000002,"5min":0.317,"15min":0.29599999999999999},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.46600000000000003}]},{"osd":3,"last update":"Fri Dec 8 09:29:11 2023","interfaces":[{"interface":"back","average":{"1min":0.499,"5min":0.47099999999999997,"15min":0.45800000000000002},"min":{"1min":0.373,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.45300000000000001,"15min":0.44500000000000001},"min":{"1min":0.36399999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.64200000000000002,"5min":0.64900000000000002,"15min":0.69399999999999995},"last":0.48999999999999999}]},{"osd":4,"last update":"Fri Dec 8 09:28:39 2023","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.58199999999999996,"15min":0.57399999999999995},"min":{"1min":0.42799999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":1.155,"5min":1.155,"15min":1.155},"last":0.79800000000000004},{"interface":"front","average":{"1min":0.64200000000000002,"5min":0.59499999999999997,"15min":0.58399999999999996},"min":{"1min":0.437,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.21,"5min":1.21,"15min":1.21},"last":0.69699999999999995}]},{"osd":5,"last update":"Fri Dec 8 09:29:16 2023","interfaces":[{"interface":"back","average":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"min":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.2450000000000001,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":0.84999999999999998},{"interface":"front","average":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.1850000000000001,"5min":1.1850000000000001,"15min":1.1850000000000001},"last":0.876}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.72399999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.82199999999999995}]}]},{"osd":0,"up_from":9,"seq":38654705763,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5516,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739636,"statfs":{"total":95995035648,"available":95989387264,"internally_reserved":0,"allocated":462848,"data_stored":186416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Dec 8 09:28:42 2023","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39500000000000002,"15min":0.38100000000000001},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.25600000000000001},"max":{"1min":0.57999999999999996,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.42099999999999999,"5min":0.40999999999999998,"15min":0.38800000000000001},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.28199999999999997},"max":{"1min":0.56999999999999995,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.53100000000000003}]},{"osd":2,"last update":"Fri Dec 8 09:28:52 2023","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.43099999999999999,"15min":0.40999999999999998},"min":{"1min":0.309,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.35099999999999998},{"interface":"front","average":{"1min":0.442,"5min":0.42799999999999999,"15min":0.42599999999999999},"min":{"1min":0.28999999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":1.018,"5min":1.018,"15min":1.018},"last":0.46500000000000002}]},{"osd":3,"last update":"Fri Dec 8 09:29:14 2023","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.45000000000000001,"15min":0.442},"min":{"1min":0.378,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.94899999999999995,"5min":0.94899999999999995,"15min":0.94899999999999995},"last":0.37},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.46500000000000002,"15min":0.44900000000000001},"min":{"1min":0.379,"5min":0.309,"15min":0.309},"max":{"1min":0.98899999999999999,"5min":0.98899999999999999,"15min":0.98899999999999999},"last":0.48399999999999999}]},{"osd":4,"last update":"Fri Dec 8 09:28:42 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.58299999999999996,"15min":0.59999999999999998},"min":{"1min":0.38600000000000001,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.71799999999999997,"5min":0.755,"15min":0.755},"last":0.627},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.61099999999999999,"15min":0.629},"min":{"1min":0.45100000000000001,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.76100000000000001,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.85399999999999998}]},{"osd":5,"last update":"Fri Dec 8 09:29:14 2023","interfaces":[{"interface":"back","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.1439999999999999,"5min":1.1439999999999999,"15min":1.1439999999999999},"last":0.78600000000000003},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":1.081,"5min":1.081,"15min":1.081},"last":0.63900000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.93999999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.89900000000000002}]}]},{"osd":2,"up_from":17,"seq":73014444126,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5452,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739700,"statfs":{"total":95995035648,"available":95989452800,"internally_reserved":0,"allocated":462848,"data_stored":186416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 09:28:54 2023","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38400000000000001,"15min":0.36399999999999999},"min":{"1min":0.27700000000000002,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.55600000000000005,"5min":0.753,"15min":0.753},"last":0.29799999999999999},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.39800000000000002,"15min":0.38300000000000001},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.38300000000000001}]},{"osd":1,"last update":"Fri Dec 8 09:28:54 2023","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.434,"15min":0.436},"min":{"1min":0.29599999999999999,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.84799999999999998},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47099999999999997,"15min":0.45600000000000002},"min":{"1min":0.30299999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.69299999999999995,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.82199999999999995}]},{"osd":3,"last update":"Fri Dec 8 09:29:14 2023","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.439,"15min":0.442},"min":{"1min":0.32000000000000001,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.67300000000000004,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.74199999999999999},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.45900000000000002,"15min":0.44600000000000001},"min":{"1min":0.33900000000000002,"5min":0.312,"15min":0.312},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.40400000000000003}]},{"osd":4,"last update":"Fri Dec 8 09:28:40 2023","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.58799999999999997,"15min":0.57999999999999996},"min":{"1min":0.437,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.877,"5min":0.877,"15min":0.877},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58499999999999996,"15min":0.57699999999999996},"min":{"1min":0.442,"5min":0.436,"15min":0.436},"max":{"1min":0.89600000000000002,"5min":0.89600000000000002,"15min":0.89600000000000002},"last":0.78100000000000003}]},{"osd":5,"last update":"Fri Dec 8 09:29:14 2023","interfaces":[{"interface":"back","average":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":0.92700000000000005,"5min":0.92700000000000005,"15min":0.92700000000000005},"last":0.441},{"interface":"front","average":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":1.0349999999999999,"5min":1.0349999999999999,"15min":1.0349999999999999},"last":0.65100000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.0309999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71299999999999997}]}]},{"osd":3,"up_from":24,"seq":103079215196,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5324,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739828,"statfs":{"total":95995035648,"available":95989583872,"internally_reserved":0,"allocated":462848,"data_stored":186416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 09:29:09 2023","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.39500000000000002,"15min":0.41599999999999998},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.95399999999999996,"5min":0.95399999999999996,"15min":0.95399999999999996},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.433,"5min":0.41899999999999998,"15min":0.434},"min":{"1min":0.308,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.42099999999999999}]},{"osd":1,"last update":"Fri Dec 8 09:29:09 2023","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42799999999999999,"15min":0.46300000000000002},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.82199999999999995},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.436,"15min":0.45200000000000001},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":1.319,"5min":1.319,"15min":1.319},"last":0.39100000000000001}]},{"osd":2,"last update":"Fri Dec 8 09:29:09 2023","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.45500000000000002,"15min":0.47599999999999998},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":1.0800000000000001,"5min":1.0800000000000001,"15min":1.0800000000000001},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.44400000000000001,"15min":0.46200000000000002},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":1.153,"5min":1.153,"15min":1.153},"last":0.45900000000000002}]},{"osd":4,"last update":"Fri Dec 8 09:28:40 2023","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55100000000000005},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.70899999999999996},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.56299999999999994,"15min":0.56699999999999995},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.72099999999999997}]},{"osd":5,"last update":"Fri Dec 8 09:29:15 2023","interfaces":[{"interface":"back","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.81299999999999994},{"interface":"front","average":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.196,"5min":1.196,"15min":1.196},"last":0.64700000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.79700000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61799999999999999}]}]},{"osd":4,"up_from":29,"seq":124554051632,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5324,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739828,"statfs":{"total":95995035648,"available":95989583872,"internally_reserved":0,"allocated":462848,"data_stored":186416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 09:28:37 2023","interfaces":[{"interface":"back","average":{"1min":0.60199999999999998,"5min":0.61199999999999999,"15min":0.62},"min":{"1min":0.42899999999999999,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":1.0649999999999999,"5min":1.0649999999999999,"15min":1.0649999999999999},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.56699999999999995,"15min":0.55900000000000005},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.63400000000000001}]},{"osd":1,"last update":"Fri Dec 8 09:28:37 2023","interfaces":[{"interface":"back","average":{"1min":0.625,"5min":0.63,"15min":0.63900000000000001},"min":{"1min":0.40100000000000002,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.90600000000000003,"5min":0.90600000000000003,"15min":0.90600000000000003},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.62,"5min":0.59599999999999997,"15min":0.59699999999999998},"min":{"1min":0.46999999999999997,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.52700000000000002}]},{"osd":2,"last update":"Fri Dec 8 09:28:37 2023","interfaces":[{"interface":"back","average":{"1min":0.63400000000000001,"5min":0.60299999999999998,"15min":0.60099999999999998},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61399999999999999,"15min":0.61099999999999999},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.99099999999999999,"5min":0.99099999999999999,"15min":0.99099999999999999},"last":0.65200000000000002}]},{"osd":3,"last update":"Fri Dec 8 09:28:37 2023","interfaces":[{"interface":"back","average":{"1min":0.68400000000000005,"5min":0.65000000000000002,"15min":0.64900000000000002},"min":{"1min":0.54000000000000004,"5min":0.442,"15min":0.442},"max":{"1min":1.0449999999999999,"5min":1.0449999999999999,"15min":1.0449999999999999},"last":0.621},{"interface":"front","average":{"1min":0.62,"5min":0.622,"15min":0.628},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"last":0.55400000000000005}]},{"osd":5,"last update":"Fri Dec 8 09:29:13 2023","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.49299999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48399999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60299999999999998}]}]},{"osd":5,"up_from":35,"seq":150323855375,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5324,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739828,"statfs":{"total":95995035648,"available":95989583872,"internally_reserved":0,"allocated":462848,"data_stored":186416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 09:29:14 2023","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.94599999999999995,"5min":0.94599999999999995,"15min":0.94599999999999995},"last":0.46800000000000003}]},{"osd":1,"last update":"Fri Dec 8 09:29:14 2023","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.0089999999999999,"5min":1.0089999999999999,"15min":1.0089999999999999},"last":0.374},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.49399999999999999}]},{"osd":2,"last update":"Fri Dec 8 09:29:14 2023","interfaces":[{"interface":"back","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.98699999999999999,"5min":0.98699999999999999,"15min":0.98699999999999999},"last":0.51200000000000001},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.92700000000000005,"5min":0.92700000000000005,"15min":0.92700000000000005},"last":0.44600000000000001}]},{"osd":3,"last update":"Fri Dec 8 09:29:14 2023","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.96999999999999997,"5min":0.96999999999999997,"15min":0.96999999999999997},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.58599999999999997}]},{"osd":4,"last update":"Fri Dec 8 09:29:14 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.61699999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60499999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67000000000000004}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-08T09:29:23.760 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-08T09:29:23.760 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-08T09:29:23.760 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-08T09:29:23.761 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:29:24.014 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:29:25.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:24 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:29:23.376124+0000 mgr.smithi045.zcmxfe (mgr.14164) 470 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:29:25.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:24 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:23.584857+0000 mgr.smithi045.zcmxfe (mgr.14164) 471 : cluster [DBG] pgmap v453: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:25.194 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:29:25.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:24 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:29:23.376124+0000 mgr.smithi045.zcmxfe (mgr.14164) 470 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T09:29:25.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:24 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:23.584857+0000 mgr.smithi045.zcmxfe (mgr.14164) 471 : cluster [DBG] pgmap v453: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:25.585 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:29:26.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:29:25.192581+0000 mon.smithi045 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.45:0/636831234' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:29:26.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:29:25.192581+0000 mon.smithi045 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.45:0/636831234' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:29:27.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:26 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:25.585279+0000 mgr.smithi045.zcmxfe (mgr.14164) 472 : cluster [DBG] pgmap v454: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:27.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:26 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:25.585279+0000 mgr.smithi045.zcmxfe (mgr.14164) 472 : cluster [DBG] pgmap v454: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:28.586 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:29:28.844 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:29:29.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:28 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:27.585625+0000 mgr.smithi045.zcmxfe (mgr.14164) 473 : cluster [DBG] pgmap v455: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:29.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:28 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:27.585625+0000 mgr.smithi045.zcmxfe (mgr.14164) 473 : cluster [DBG] pgmap v455: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:30.018 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:29:30.392 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:29:31.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:29.586049+0000 mgr.smithi045.zcmxfe (mgr.14164) 474 : cluster [DBG] pgmap v456: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:31.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:29:30.016383+0000 mon.smithi045 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.45:0/907953155' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:29:31.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:29:30.793012+0000 mon.smithi045 (mon.0) 551 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:29:31.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:29:30.793219+0000 mon.smithi045 (mon.0) 552 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:29:31.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:29.586049+0000 mgr.smithi045.zcmxfe (mgr.14164) 474 : cluster [DBG] pgmap v456: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:31.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:29:30.016383+0000 mon.smithi045 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.45:0/907953155' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:29:31.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:29:30.793012+0000 mon.smithi045 (mon.0) 551 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:29:31.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:29:30.793219+0000 mon.smithi045 (mon.0) 552 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:29:33.315 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:31.586922+0000 mgr.smithi045.zcmxfe (mgr.14164) 475 : cluster [DBG] pgmap v457: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:33.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:31.586922+0000 mgr.smithi045.zcmxfe (mgr.14164) 475 : cluster [DBG] pgmap v457: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:33.393 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:29:33.654 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:29:34.847 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:29:35.125 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:33.587235+0000 mgr.smithi045.zcmxfe (mgr.14164) 476 : cluster [DBG] pgmap v458: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:35.125 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:29:34.846042+0000 mon.smithi045 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.45:0/1240933710' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:29:35.225 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:29:35.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:35 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:33.587235+0000 mgr.smithi045.zcmxfe (mgr.14164) 476 : cluster [DBG] pgmap v458: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:35.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:35 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:29:34.846042+0000 mon.smithi045 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.45:0/1240933710' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:29:37.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:37 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:35.587680+0000 mgr.smithi045.zcmxfe (mgr.14164) 477 : cluster [DBG] pgmap v459: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:37.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:37 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:35.587680+0000 mgr.smithi045.zcmxfe (mgr.14164) 477 : cluster [DBG] pgmap v459: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:38.226 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:29:38.485 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:29:39.282 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:37.588104+0000 mgr.smithi045.zcmxfe (mgr.14164) 478 : cluster [DBG] pgmap v460: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:39.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:39 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:37.588104+0000 mgr.smithi045.zcmxfe (mgr.14164) 478 : cluster [DBG] pgmap v460: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:39.728 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:29:40.099 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:29:40.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:40 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:29:39.727130+0000 mon.smithi045 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.45:0/2182746212' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:29:40.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:40 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:29:39.727130+0000 mon.smithi045 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.45:0/2182746212' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:29:41.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:39.588430+0000 mgr.smithi045.zcmxfe (mgr.14164) 479 : cluster [DBG] pgmap v461: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:41.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:41 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:39.588430+0000 mgr.smithi045.zcmxfe (mgr.14164) 479 : cluster [DBG] pgmap v461: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:43.100 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:29:43.356 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:29:43.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:41.588958+0000 mgr.smithi045.zcmxfe (mgr.14164) 480 : cluster [DBG] pgmap v462: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:43.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:43 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:41.588958+0000 mgr.smithi045.zcmxfe (mgr.14164) 480 : cluster [DBG] pgmap v462: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:44.525 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:29:44.906 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:29:45.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:45 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:43.589442+0000 mgr.smithi045.zcmxfe (mgr.14164) 481 : cluster [DBG] pgmap v463: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:45.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:45 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:29:44.523617+0000 mon.smithi045 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.45:0/1438564502' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:29:45.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:45 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:43.589442+0000 mgr.smithi045.zcmxfe (mgr.14164) 481 : cluster [DBG] pgmap v463: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:45.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:45 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:29:44.523617+0000 mon.smithi045 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.45:0/1438564502' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:29:47.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:47 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:45.589927+0000 mgr.smithi045.zcmxfe (mgr.14164) 482 : cluster [DBG] pgmap v464: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:47.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:47 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:45.589927+0000 mgr.smithi045.zcmxfe (mgr.14164) 482 : cluster [DBG] pgmap v464: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:47.907 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:29:48.165 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:29:49.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:49 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:47.590411+0000 mgr.smithi045.zcmxfe (mgr.14164) 483 : cluster [DBG] pgmap v465: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:49.398 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:29:49.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:49 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:47.590411+0000 mgr.smithi045.zcmxfe (mgr.14164) 483 : cluster [DBG] pgmap v465: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:49.797 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:29:50.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:50 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:29:49.396689+0000 mon.smithi045 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.45:0/14667003' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:29:50.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:29:49.396689+0000 mon.smithi045 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.45:0/14667003' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:29:51.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:51 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:49.590942+0000 mgr.smithi045.zcmxfe (mgr.14164) 484 : cluster [DBG] pgmap v466: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:51.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:51 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:49.590942+0000 mgr.smithi045.zcmxfe (mgr.14164) 484 : cluster [DBG] pgmap v466: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:52.799 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:29:53.058 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:29:53.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:51.591426+0000 mgr.smithi045.zcmxfe (mgr.14164) 485 : cluster [DBG] pgmap v467: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:53.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:53 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:51.591426+0000 mgr.smithi045.zcmxfe (mgr.14164) 485 : cluster [DBG] pgmap v467: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:54.249 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:29:54.620 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:29:55.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:53.591957+0000 mgr.smithi045.zcmxfe (mgr.14164) 486 : cluster [DBG] pgmap v468: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:55.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:29:54.247594+0000 mon.smithi045 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.45:0/1861090234' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:29:55.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:53.591957+0000 mgr.smithi045.zcmxfe (mgr.14164) 486 : cluster [DBG] pgmap v468: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:55.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:29:54.247594+0000 mon.smithi045 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.45:0/1861090234' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:29:57.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:57 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:55.592439+0000 mgr.smithi045.zcmxfe (mgr.14164) 487 : cluster [DBG] pgmap v469: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:57.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:57 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:55.592439+0000 mgr.smithi045.zcmxfe (mgr.14164) 487 : cluster [DBG] pgmap v469: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:57.622 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:29:57.879 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:29:58.351 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:58 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:57.592995+0000 mgr.smithi045.zcmxfe (mgr.14164) 488 : cluster [DBG] pgmap v470: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:58.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:58 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:57.592995+0000 mgr.smithi045.zcmxfe (mgr.14164) 488 : cluster [DBG] pgmap v470: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:29:59.101 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:29:59.421 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:29:59 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:29:59.100162+0000 mon.smithi045 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.45:0/216698922' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:29:59.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:29:59 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:29:59.100162+0000 mon.smithi045 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.45:0/216698922' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:29:59.511 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:30:00.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:29:59.593523+0000 mgr.smithi045.zcmxfe (mgr.14164) 489 : cluster [DBG] pgmap v471: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:00.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:00.000182+0000 mon.smithi045 (mon.0) 559 : cluster [WRN] Health detail: HEALTH_WARN 2 failed cephadm daemon(s) 2023-12-08T09:30:00.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:00.000232+0000 mon.smithi045 (mon.0) 560 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2023-12-08T09:30:00.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:00.000253+0000 mon.smithi045 (mon.0) 561 : cluster [WRN] daemon node-exporter.smithi045 on smithi045 is in unknown state 2023-12-08T09:30:00.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:00.000281+0000 mon.smithi045 (mon.0) 562 : cluster [WRN] daemon node-exporter.smithi050 on smithi050 is in unknown state 2023-12-08T09:30:00.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:29:59.593523+0000 mgr.smithi045.zcmxfe (mgr.14164) 489 : cluster [DBG] pgmap v471: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:00.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:00.000182+0000 mon.smithi045 (mon.0) 559 : cluster [WRN] Health detail: HEALTH_WARN 2 failed cephadm daemon(s) 2023-12-08T09:30:00.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:00.000232+0000 mon.smithi045 (mon.0) 560 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2023-12-08T09:30:00.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:00.000253+0000 mon.smithi045 (mon.0) 561 : cluster [WRN] daemon node-exporter.smithi045 on smithi045 is in unknown state 2023-12-08T09:30:00.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:00.000281+0000 mon.smithi045 (mon.0) 562 : cluster [WRN] daemon node-exporter.smithi050 on smithi050 is in unknown state 2023-12-08T09:30:02.512 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:30:02.771 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:30:03.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:02 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:01.594138+0000 mgr.smithi045.zcmxfe (mgr.14164) 490 : cluster [DBG] pgmap v472: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:03.259 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:02 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:01.594138+0000 mgr.smithi045.zcmxfe (mgr.14164) 490 : cluster [DBG] pgmap v472: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:03.995 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:30:04.320 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:30:05.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:04 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:03.594503+0000 mgr.smithi045.zcmxfe (mgr.14164) 491 : cluster [DBG] pgmap v473: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:05.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:04 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:03.994449+0000 mon.smithi045 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.45:0/3330748257' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:05.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:04 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:03.594503+0000 mgr.smithi045.zcmxfe (mgr.14164) 491 : cluster [DBG] pgmap v473: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:05.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:04 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:03.994449+0000 mon.smithi045 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.45:0/3330748257' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:06.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:05 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:05.650754+0000 mon.smithi045 (mon.0) 564 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi050", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T09:30:06.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:05 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:05.651696+0000 mon.smithi045 (mon.0) 565 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:30:06.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:05.650754+0000 mon.smithi045 (mon.0) 564 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi050", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T09:30:06.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:05.651696+0000 mon.smithi045 (mon.0) 565 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:30:07.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:05.594962+0000 mgr.smithi045.zcmxfe (mgr.14164) 492 : cluster [DBG] pgmap v474: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:07.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:30:05.649701+0000 mgr.smithi045.zcmxfe (mgr.14164) 493 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Reconfig daemon node-exporter.smithi045 ... 2023-12-08T09:30:07.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Non-zero exit code 1 from systemctl restart ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045 2023-12-08T09:30:07.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: systemctl: stderr Job for ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045.service failed because a timeout was exceeded. 2023-12-08T09:30:07.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: systemctl: stderr See "systemctl status ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045.service" and "journalctl -xe" for details. 2023-12-08T09:30:07.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Traceback (most recent call last): 2023-12-08T09:30:07.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:30:07.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: main() 2023-12-08T09:30:07.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:30:07.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: r = ctx.func(ctx) 2023-12-08T09:30:07.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:30:07.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: return func(ctx) 2023-12-08T09:30:07.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2023-12-08T09:30:07.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: ports=daemon_ports) 2023-12-08T09:30:07.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2637, in deploy_daemon 2023-12-08T09:30:07.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-08T09:30:07.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2023-12-08T09:30:07.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-08T09:30:07.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: RuntimeError: Failed command: systemctl restart ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045 2023-12-08T09:30:07.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Traceback (most recent call last): 2023-12-08T09:30:07.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2023-12-08T09:30:07.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: yield (conn, connr) 2023-12-08T09:30:07.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2023-12-08T09:30:07.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: code, '\n'.join(err))) 2023-12-08T09:30:07.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Reconfig daemon node-exporter.smithi045 ... 2023-12-08T09:30:07.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Non-zero exit code 1 from systemctl restart ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045 2023-12-08T09:30:07.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: systemctl: stderr Job for ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045.service failed because a timeout was exceeded. 2023-12-08T09:30:07.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: systemctl: stderr See "systemctl status ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045.service" and "journalctl -xe" for details. 2023-12-08T09:30:07.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Traceback (most recent call last): 2023-12-08T09:30:07.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:30:07.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: main() 2023-12-08T09:30:07.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:30:07.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: r = ctx.func(ctx) 2023-12-08T09:30:07.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:30:07.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: return func(ctx) 2023-12-08T09:30:07.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2023-12-08T09:30:07.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: ports=daemon_ports) 2023-12-08T09:30:07.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2637, in deploy_daemon 2023-12-08T09:30:07.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-08T09:30:07.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2023-12-08T09:30:07.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-08T09:30:07.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: RuntimeError: Failed command: systemctl restart ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045 2023-12-08T09:30:07.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:30:05.650278+0000 mgr.smithi045.zcmxfe (mgr.14164) 494 : cephadm [INF] Reconfiguring crash.smithi050 (monmap changed)... 2023-12-08T09:30:07.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:30:05.652400+0000 mgr.smithi045.zcmxfe (mgr.14164) 495 : cephadm [INF] Reconfiguring daemon crash.smithi050 on smithi050 2023-12-08T09:30:07.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:06.601783+0000 mon.smithi045 (mon.0) 566 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:30:07.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:06.602784+0000 mon.smithi045 (mon.0) 567 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi050.vrexpx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T09:30:07.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:06.603683+0000 mon.smithi045 (mon.0) 568 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T09:30:07.178 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:06.604513+0000 mon.smithi045 (mon.0) 569 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:30:07.322 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:30:07.358 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:05.594962+0000 mgr.smithi045.zcmxfe (mgr.14164) 492 : cluster [DBG] pgmap v474: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:07.358 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:30:05.649701+0000 mgr.smithi045.zcmxfe (mgr.14164) 493 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Reconfig daemon node-exporter.smithi045 ... 2023-12-08T09:30:07.358 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Non-zero exit code 1 from systemctl restart ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045 2023-12-08T09:30:07.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: systemctl: stderr Job for ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045.service failed because a timeout was exceeded. 2023-12-08T09:30:07.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: systemctl: stderr See "systemctl status ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045.service" and "journalctl -xe" for details. 2023-12-08T09:30:07.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Traceback (most recent call last): 2023-12-08T09:30:07.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:30:07.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: main() 2023-12-08T09:30:07.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:30:07.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: r = ctx.func(ctx) 2023-12-08T09:30:07.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:30:07.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: return func(ctx) 2023-12-08T09:30:07.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2023-12-08T09:30:07.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: ports=daemon_ports) 2023-12-08T09:30:07.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2637, in deploy_daemon 2023-12-08T09:30:07.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-08T09:30:07.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2023-12-08T09:30:07.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-08T09:30:07.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: RuntimeError: Failed command: systemctl restart ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045 2023-12-08T09:30:07.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Traceback (most recent call last): 2023-12-08T09:30:07.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2023-12-08T09:30:07.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: yield (conn, connr) 2023-12-08T09:30:07.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2023-12-08T09:30:07.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: code, '\n'.join(err))) 2023-12-08T09:30:07.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Reconfig daemon node-exporter.smithi045 ... 2023-12-08T09:30:07.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Non-zero exit code 1 from systemctl restart ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045 2023-12-08T09:30:07.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: systemctl: stderr Job for ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045.service failed because a timeout was exceeded. 2023-12-08T09:30:07.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: systemctl: stderr See "systemctl status ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045.service" and "journalctl -xe" for details. 2023-12-08T09:30:07.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Traceback (most recent call last): 2023-12-08T09:30:07.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:30:07.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: main() 2023-12-08T09:30:07.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:30:07.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: r = ctx.func(ctx) 2023-12-08T09:30:07.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:30:07.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: return func(ctx) 2023-12-08T09:30:07.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2023-12-08T09:30:07.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: ports=daemon_ports) 2023-12-08T09:30:07.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2637, in deploy_daemon 2023-12-08T09:30:07.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-08T09:30:07.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2023-12-08T09:30:07.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-08T09:30:07.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: RuntimeError: Failed command: systemctl restart ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi045 2023-12-08T09:30:07.363 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:30:05.650278+0000 mgr.smithi045.zcmxfe (mgr.14164) 494 : cephadm [INF] Reconfiguring crash.smithi050 (monmap changed)... 2023-12-08T09:30:07.363 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:30:05.652400+0000 mgr.smithi045.zcmxfe (mgr.14164) 495 : cephadm [INF] Reconfiguring daemon crash.smithi050 on smithi050 2023-12-08T09:30:07.363 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:06.601783+0000 mon.smithi045 (mon.0) 566 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:30:07.363 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:06.602784+0000 mon.smithi045 (mon.0) 567 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi050.vrexpx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T09:30:07.363 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:06.603683+0000 mon.smithi045 (mon.0) 568 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T09:30:07.363 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:06.604513+0000 mon.smithi045 (mon.0) 569 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:30:07.581 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:30:08.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:07 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:30:06.602444+0000 mgr.smithi045.zcmxfe (mgr.14164) 496 : cephadm [INF] Reconfiguring mgr.smithi050.vrexpx (monmap changed)... 2023-12-08T09:30:08.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:07 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:30:06.605220+0000 mgr.smithi045.zcmxfe (mgr.14164) 497 : cephadm [INF] Reconfiguring daemon mgr.smithi050.vrexpx on smithi050 2023-12-08T09:30:08.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:07 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:07.516741+0000 mon.smithi045 (mon.0) 570 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:30:08.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:07 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:07.517501+0000 mon.smithi045 (mon.0) 571 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T09:30:08.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:07 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:07.518191+0000 mon.smithi045 (mon.0) 572 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T09:30:08.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:07 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:07.518846+0000 mon.smithi045 (mon.0) 573 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:30:08.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:07 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:30:06.602444+0000 mgr.smithi045.zcmxfe (mgr.14164) 496 : cephadm [INF] Reconfiguring mgr.smithi050.vrexpx (monmap changed)... 2023-12-08T09:30:08.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:07 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:30:06.605220+0000 mgr.smithi045.zcmxfe (mgr.14164) 497 : cephadm [INF] Reconfiguring daemon mgr.smithi050.vrexpx on smithi050 2023-12-08T09:30:08.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:07 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:07.516741+0000 mon.smithi045 (mon.0) 570 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:30:08.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:07 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:07.517501+0000 mon.smithi045 (mon.0) 571 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T09:30:08.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:07 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:07.518191+0000 mon.smithi045 (mon.0) 572 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T09:30:08.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:07 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:07.518846+0000 mon.smithi045 (mon.0) 573 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T09:30:08.725 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:30:09.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:30:07.517273+0000 mgr.smithi045.zcmxfe (mgr.14164) 498 : cephadm [INF] Reconfiguring mon.smithi050 (monmap changed)... 2023-12-08T09:30:09.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:30:07.519431+0000 mgr.smithi045.zcmxfe (mgr.14164) 499 : cephadm [INF] Reconfiguring daemon mon.smithi050 on smithi050 2023-12-08T09:30:09.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:07.595283+0000 mgr.smithi045.zcmxfe (mgr.14164) 500 : cluster [DBG] pgmap v475: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:09.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:08.432480+0000 mon.smithi045 (mon.0) 574 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:30:09.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:08.724102+0000 mon.smithi045 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.45:0/2818088160' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:09.120 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:30:09.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:08 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:30:07.517273+0000 mgr.smithi045.zcmxfe (mgr.14164) 498 : cephadm [INF] Reconfiguring mon.smithi050 (monmap changed)... 2023-12-08T09:30:09.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:08 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:30:07.519431+0000 mgr.smithi045.zcmxfe (mgr.14164) 499 : cephadm [INF] Reconfiguring daemon mon.smithi050 on smithi050 2023-12-08T09:30:09.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:08 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:07.595283+0000 mgr.smithi045.zcmxfe (mgr.14164) 500 : cluster [DBG] pgmap v475: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:09.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:08 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:08.432480+0000 mon.smithi045 (mon.0) 574 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:30:09.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:08 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:08.724102+0000 mon.smithi045 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.45:0/2818088160' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:10.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:30:08.433069+0000 mgr.smithi045.zcmxfe (mgr.14164) 501 : cephadm [INF] Reconfiguring node-exporter.smithi050 (unknown last config time)... 2023-12-08T09:30:10.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:30:08.433192+0000 mgr.smithi045.zcmxfe (mgr.14164) 502 : cephadm [INF] Reconfiguring daemon node-exporter.smithi050 on smithi050 2023-12-08T09:30:10.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:30:08.433069+0000 mgr.smithi045.zcmxfe (mgr.14164) 501 : cephadm [INF] Reconfiguring node-exporter.smithi050 (unknown last config time)... 2023-12-08T09:30:10.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:30:08.433192+0000 mgr.smithi045.zcmxfe (mgr.14164) 502 : cephadm [INF] Reconfiguring daemon node-exporter.smithi050 on smithi050 2023-12-08T09:30:11.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:10 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:09.595826+0000 mgr.smithi045.zcmxfe (mgr.14164) 503 : cluster [DBG] pgmap v476: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:11.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:10 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:09.595826+0000 mgr.smithi045.zcmxfe (mgr.14164) 503 : cluster [DBG] pgmap v476: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:12.122 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:30:12.379 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:30:13.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:12 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:11.596222+0000 mgr.smithi045.zcmxfe (mgr.14164) 504 : cluster [DBG] pgmap v477: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:13.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:12 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:11.596222+0000 mgr.smithi045.zcmxfe (mgr.14164) 504 : cluster [DBG] pgmap v477: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:13.548 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:30:13.928 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:30:14.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:13.546993+0000 mon.smithi045 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.45:0/850302310' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:14.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:13 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:13.546993+0000 mon.smithi045 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.45:0/850302310' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:15.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:14 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:13.596613+0000 mgr.smithi045.zcmxfe (mgr.14164) 505 : cluster [DBG] pgmap v478: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:15.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:14 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:13.596613+0000 mgr.smithi045.zcmxfe (mgr.14164) 505 : cluster [DBG] pgmap v478: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:16.929 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:30:17.190 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:30:17.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:16 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:15.596999+0000 mgr.smithi045.zcmxfe (mgr.14164) 506 : cluster [DBG] pgmap v479: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:17.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:16 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:15.596999+0000 mgr.smithi045.zcmxfe (mgr.14164) 506 : cluster [DBG] pgmap v479: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:18.355 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:30:18.726 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:30:19.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:17.597343+0000 mgr.smithi045.zcmxfe (mgr.14164) 507 : cluster [DBG] pgmap v480: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:19.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:18.353510+0000 mon.smithi045 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.45:0/214038178' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:19.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:18 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:17.597343+0000 mgr.smithi045.zcmxfe (mgr.14164) 507 : cluster [DBG] pgmap v480: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:19.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:18 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:18.353510+0000 mon.smithi045 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.45:0/214038178' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:21.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:20 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:19.598070+0000 mgr.smithi045.zcmxfe (mgr.14164) 508 : cluster [DBG] pgmap v481: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:21.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:20 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:19.598070+0000 mgr.smithi045.zcmxfe (mgr.14164) 508 : cluster [DBG] pgmap v481: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:21.728 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:30:21.983 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:30:23.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:22 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:21.598398+0000 mgr.smithi045.zcmxfe (mgr.14164) 509 : cluster [DBG] pgmap v482: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:23.240 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:30:23.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:22 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:21.598398+0000 mgr.smithi045.zcmxfe (mgr.14164) 509 : cluster [DBG] pgmap v482: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:23.650 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:30:24.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:23 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:23.238659+0000 mon.smithi045 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.45:0/1232332926' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:24.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:23 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:23.238659+0000 mon.smithi045 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.45:0/1232332926' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:25.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:24 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:23.598977+0000 mgr.smithi045.zcmxfe (mgr.14164) 510 : cluster [DBG] pgmap v483: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:25.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:24 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:23.598977+0000 mgr.smithi045.zcmxfe (mgr.14164) 510 : cluster [DBG] pgmap v483: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:26.651 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:30:26.910 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:30:27.225 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:26 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:25.599486+0000 mgr.smithi045.zcmxfe (mgr.14164) 511 : cluster [DBG] pgmap v484: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:27.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:26 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:25.599486+0000 mgr.smithi045.zcmxfe (mgr.14164) 511 : cluster [DBG] pgmap v484: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:28.165 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:30:28.526 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:30:29.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:28 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:27.600058+0000 mgr.smithi045.zcmxfe (mgr.14164) 512 : cluster [DBG] pgmap v485: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:29.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:28 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:28.163087+0000 mon.smithi045 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.45:0/3172814304' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:29.425 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:28 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:27.600058+0000 mgr.smithi045.zcmxfe (mgr.14164) 512 : cluster [DBG] pgmap v485: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:29.425 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:28 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:28.163087+0000 mon.smithi045 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.45:0/3172814304' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:31.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:29.600666+0000 mgr.smithi045.zcmxfe (mgr.14164) 513 : cluster [DBG] pgmap v486: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:31.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:30.796151+0000 mon.smithi045 (mon.0) 580 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:30:31.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:30.796389+0000 mon.smithi045 (mon.0) 581 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:30:31.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:29.600666+0000 mgr.smithi045.zcmxfe (mgr.14164) 513 : cluster [DBG] pgmap v486: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:31.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:30.796151+0000 mon.smithi045 (mon.0) 580 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:30:31.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:30.796389+0000 mon.smithi045 (mon.0) 581 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:30:31.527 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:30:31.785 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:30:32.945 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:30:33.216 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:31.601092+0000 mgr.smithi045.zcmxfe (mgr.14164) 514 : cluster [DBG] pgmap v487: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:33.216 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:32.943718+0000 mon.smithi045 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.45:0/3574456823' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:33.306 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:30:33.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:31.601092+0000 mgr.smithi045.zcmxfe (mgr.14164) 514 : cluster [DBG] pgmap v487: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:33.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:32.943718+0000 mon.smithi045 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.45:0/3574456823' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:35.295 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:33.601582+0000 mgr.smithi045.zcmxfe (mgr.14164) 515 : cluster [DBG] pgmap v488: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:35.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:34 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:33.601582+0000 mgr.smithi045.zcmxfe (mgr.14164) 515 : cluster [DBG] pgmap v488: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:36.307 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:30:36.564 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:30:37.323 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:36 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:35.602009+0000 mgr.smithi045.zcmxfe (mgr.14164) 516 : cluster [DBG] pgmap v489: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:37.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:36 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:35.602009+0000 mgr.smithi045.zcmxfe (mgr.14164) 516 : cluster [DBG] pgmap v489: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:37.779 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:30:38.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:37 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:37.777807+0000 mon.smithi045 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.45:0/2687063449' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:38.148 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:30:38.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:37 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:37.777807+0000 mon.smithi045 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.45:0/2687063449' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:39.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:38 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:37.602392+0000 mgr.smithi045.zcmxfe (mgr.14164) 517 : cluster [DBG] pgmap v490: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:39.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:38 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:37.602392+0000 mgr.smithi045.zcmxfe (mgr.14164) 517 : cluster [DBG] pgmap v490: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:41.150 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:30:41.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:40 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:39.602784+0000 mgr.smithi045.zcmxfe (mgr.14164) 518 : cluster [DBG] pgmap v491: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:41.407 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:30:41.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:40 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:39.602784+0000 mgr.smithi045.zcmxfe (mgr.14164) 518 : cluster [DBG] pgmap v491: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:42.755 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:30:43.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:41.603121+0000 mgr.smithi045.zcmxfe (mgr.14164) 519 : cluster [DBG] pgmap v492: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:43.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:42.753713+0000 mon.smithi045 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.45:0/793611892' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:43.165 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:30:43.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:42 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:41.603121+0000 mgr.smithi045.zcmxfe (mgr.14164) 519 : cluster [DBG] pgmap v492: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:43.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:42 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:42.753713+0000 mon.smithi045 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.45:0/793611892' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:45.267 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:44 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:43.603556+0000 mgr.smithi045.zcmxfe (mgr.14164) 520 : cluster [DBG] pgmap v493: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:45.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:43.603556+0000 mgr.smithi045.zcmxfe (mgr.14164) 520 : cluster [DBG] pgmap v493: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:46.166 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:30:46.421 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:30:47.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:46 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:45.604065+0000 mgr.smithi045.zcmxfe (mgr.14164) 521 : cluster [DBG] pgmap v494: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:47.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:46 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:45.604065+0000 mgr.smithi045.zcmxfe (mgr.14164) 521 : cluster [DBG] pgmap v494: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:47.630 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:30:48.047 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:30:48.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:47 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:47.629029+0000 mon.smithi045 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.45:0/4186403919' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:48.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:47 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:47.629029+0000 mon.smithi045 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.45:0/4186403919' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:49.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:48 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:47.604398+0000 mgr.smithi045.zcmxfe (mgr.14164) 522 : cluster [DBG] pgmap v495: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:49.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:48 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:47.604398+0000 mgr.smithi045.zcmxfe (mgr.14164) 522 : cluster [DBG] pgmap v495: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:51.049 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:30:51.304 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:30:51.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:51 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:49.604883+0000 mgr.smithi045.zcmxfe (mgr.14164) 523 : cluster [DBG] pgmap v496: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:51.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:51 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:49.604883+0000 mgr.smithi045.zcmxfe (mgr.14164) 523 : cluster [DBG] pgmap v496: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:52.541 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:30:52.937 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:30:53.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:51.605245+0000 mgr.smithi045.zcmxfe (mgr.14164) 524 : cluster [DBG] pgmap v497: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:53.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:52.539727+0000 mon.smithi045 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.45:0/1575030215' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:53.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:53 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:51.605245+0000 mgr.smithi045.zcmxfe (mgr.14164) 524 : cluster [DBG] pgmap v497: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:53.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:53 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:52.539727+0000 mon.smithi045 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.45:0/1575030215' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:55.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:53.605560+0000 mgr.smithi045.zcmxfe (mgr.14164) 525 : cluster [DBG] pgmap v498: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:55.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:53.605560+0000 mgr.smithi045.zcmxfe (mgr.14164) 525 : cluster [DBG] pgmap v498: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:55.937 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:30:56.197 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:30:57.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:57 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:55.606078+0000 mgr.smithi045.zcmxfe (mgr.14164) 526 : cluster [DBG] pgmap v499: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:57.361 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:30:57.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:57 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:55.606078+0000 mgr.smithi045.zcmxfe (mgr.14164) 526 : cluster [DBG] pgmap v499: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:57.745 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:30:58.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:58 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:30:57.359900+0000 mon.smithi045 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.45:0/471018330' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:58.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:58 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:30:57.359900+0000 mon.smithi045 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.45:0/471018330' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:30:59.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:30:59 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:57.606461+0000 mgr.smithi045.zcmxfe (mgr.14164) 527 : cluster [DBG] pgmap v500: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:30:59.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:30:59 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:57.606461+0000 mgr.smithi045.zcmxfe (mgr.14164) 527 : cluster [DBG] pgmap v500: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:00.747 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:31:01.005 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:31:01.108 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:01 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:30:59.606790+0000 mgr.smithi045.zcmxfe (mgr.14164) 528 : cluster [DBG] pgmap v501: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:01.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:01 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:30:59.606790+0000 mgr.smithi045.zcmxfe (mgr.14164) 528 : cluster [DBG] pgmap v501: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:02.296 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:31:02.678 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:31:03.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:03 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:01.607224+0000 mgr.smithi045.zcmxfe (mgr.14164) 529 : cluster [DBG] pgmap v502: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:03.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:03 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:31:02.294629+0000 mon.smithi045 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.45:0/1572417430' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:03.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:03 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:01.607224+0000 mgr.smithi045.zcmxfe (mgr.14164) 529 : cluster [DBG] pgmap v502: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:03.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:03 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:31:02.294629+0000 mon.smithi045 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.45:0/1572417430' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:05.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:03.607637+0000 mgr.smithi045.zcmxfe (mgr.14164) 530 : cluster [DBG] pgmap v503: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:05.426 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:05 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:03.607637+0000 mgr.smithi045.zcmxfe (mgr.14164) 530 : cluster [DBG] pgmap v503: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:05.679 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:31:05.937 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:31:07.118 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:31:07.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:07 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:05.608052+0000 mgr.smithi045.zcmxfe (mgr.14164) 531 : cluster [DBG] pgmap v504: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:07.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:07 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:05.608052+0000 mgr.smithi045.zcmxfe (mgr.14164) 531 : cluster [DBG] pgmap v504: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:07.494 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:31:08.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:31:07.116806+0000 mon.smithi045 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.45:0/563017158' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:08.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:08 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:31:07.116806+0000 mon.smithi045 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.45:0/563017158' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:09.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:07.608642+0000 mgr.smithi045.zcmxfe (mgr.14164) 532 : cluster [DBG] pgmap v505: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:09.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:07.608642+0000 mgr.smithi045.zcmxfe (mgr.14164) 532 : cluster [DBG] pgmap v505: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:10.494 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:31:10.749 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:31:11.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:09.609053+0000 mgr.smithi045.zcmxfe (mgr.14164) 533 : cluster [DBG] pgmap v506: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:11.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:11 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:09.609053+0000 mgr.smithi045.zcmxfe (mgr.14164) 533 : cluster [DBG] pgmap v506: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:11.942 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:31:12.277 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:12 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:31:11.940110+0000 mon.smithi050 (mon.1) 20 : audit [DBG] from='client.? 172.21.15.45:0/2345397969' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:12.360 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:31:12.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:12 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:31:11.940110+0000 mon.smithi050 (mon.1) 20 : audit [DBG] from='client.? 172.21.15.45:0/2345397969' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:13.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:11.609471+0000 mgr.smithi045.zcmxfe (mgr.14164) 534 : cluster [DBG] pgmap v507: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:13.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:13 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:11.609471+0000 mgr.smithi045.zcmxfe (mgr.14164) 534 : cluster [DBG] pgmap v507: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:15.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:15 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:13.610203+0000 mgr.smithi045.zcmxfe (mgr.14164) 535 : cluster [DBG] pgmap v508: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:15.361 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:31:15.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:15 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:13.610203+0000 mgr.smithi045.zcmxfe (mgr.14164) 535 : cluster [DBG] pgmap v508: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:15.617 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:31:16.828 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:31:17.102 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:15.610598+0000 mgr.smithi045.zcmxfe (mgr.14164) 536 : cluster [DBG] pgmap v509: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:17.102 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:31:16.826728+0000 mon.smithi045 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.45:0/2881407540' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:17.208 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:31:17.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:17 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:15.610598+0000 mgr.smithi045.zcmxfe (mgr.14164) 536 : cluster [DBG] pgmap v509: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:17.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:17 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:31:16.826728+0000 mon.smithi045 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.45:0/2881407540' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:18.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:18 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:17.611173+0000 mgr.smithi045.zcmxfe (mgr.14164) 537 : cluster [DBG] pgmap v510: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:18.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:18 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:17.611173+0000 mgr.smithi045.zcmxfe (mgr.14164) 537 : cluster [DBG] pgmap v510: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:20.209 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:31:20.466 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:31:20.860 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:20 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:19.611652+0000 mgr.smithi045.zcmxfe (mgr.14164) 538 : cluster [DBG] pgmap v511: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:20.924 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:20 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:19.611652+0000 mgr.smithi045.zcmxfe (mgr.14164) 538 : cluster [DBG] pgmap v511: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:21.683 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:31:22.098 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:21 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:31:21.681950+0000 mon.smithi045 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.45:0/3175689148' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:22.100 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:31:22.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:21 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:31:21.681950+0000 mon.smithi045 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.45:0/3175689148' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:23.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:22 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:21.611991+0000 mgr.smithi045.zcmxfe (mgr.14164) 539 : cluster [DBG] pgmap v512: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:23.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:22 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:21.611991+0000 mgr.smithi045.zcmxfe (mgr.14164) 539 : cluster [DBG] pgmap v512: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:25.101 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:31:25.358 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:31:25.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:24 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:23.612553+0000 mgr.smithi045.zcmxfe (mgr.14164) 540 : cluster [DBG] pgmap v513: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:25.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:24 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:23.612553+0000 mgr.smithi045.zcmxfe (mgr.14164) 540 : cluster [DBG] pgmap v513: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:26.500 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:31:26.874 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:31:27.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:26 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:25.612991+0000 mgr.smithi045.zcmxfe (mgr.14164) 541 : cluster [DBG] pgmap v514: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:27.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:26 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:31:26.499030+0000 mon.smithi045 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.45:0/209149052' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:27.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:26 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:25.612991+0000 mgr.smithi045.zcmxfe (mgr.14164) 541 : cluster [DBG] pgmap v514: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:27.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:26 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:31:26.499030+0000 mon.smithi045 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.45:0/209149052' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:29.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:28 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:27.613865+0000 mgr.smithi045.zcmxfe (mgr.14164) 542 : cluster [DBG] pgmap v515: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:29.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:28 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:27.613865+0000 mgr.smithi045.zcmxfe (mgr.14164) 542 : cluster [DBG] pgmap v515: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:29.875 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:31:30.134 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:31:31.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:29.614307+0000 mgr.smithi045.zcmxfe (mgr.14164) 543 : cluster [DBG] pgmap v516: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:31.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:31:30.799762+0000 mon.smithi045 (mon.0) 593 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:31:31.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:31:30.799980+0000 mon.smithi045 (mon.0) 594 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:31:31.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:29.614307+0000 mgr.smithi045.zcmxfe (mgr.14164) 543 : cluster [DBG] pgmap v516: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:31.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:31:30.799762+0000 mon.smithi045 (mon.0) 593 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:31:31.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:31:30.799980+0000 mon.smithi045 (mon.0) 594 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:31:31.447 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:31:31.849 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:31:32.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:31:31.445473+0000 mon.smithi045 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.45:0/768461635' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:32.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:31:31.445473+0000 mon.smithi045 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.45:0/768461635' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:33.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:31.614733+0000 mgr.smithi045.zcmxfe (mgr.14164) 544 : cluster [DBG] pgmap v517: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:33.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:32 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:31.614733+0000 mgr.smithi045.zcmxfe (mgr.14164) 544 : cluster [DBG] pgmap v517: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:34.850 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:31:35.109 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:31:35.211 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:34 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:33.615177+0000 mgr.smithi045.zcmxfe (mgr.14164) 545 : cluster [DBG] pgmap v518: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:35.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:34 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:33.615177+0000 mgr.smithi045.zcmxfe (mgr.14164) 545 : cluster [DBG] pgmap v518: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:36.273 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:31:36.639 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:31:37.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:36 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:35.615572+0000 mgr.smithi045.zcmxfe (mgr.14164) 546 : cluster [DBG] pgmap v519: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:37.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:36 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:31:36.270908+0000 mon.smithi045 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.45:0/149464433' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:37.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:36 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:35.615572+0000 mgr.smithi045.zcmxfe (mgr.14164) 546 : cluster [DBG] pgmap v519: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:37.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:36 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:31:36.270908+0000 mon.smithi045 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.45:0/149464433' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:39.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:38 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:37.616026+0000 mgr.smithi045.zcmxfe (mgr.14164) 547 : cluster [DBG] pgmap v520: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:39.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:38 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:37.616026+0000 mgr.smithi045.zcmxfe (mgr.14164) 547 : cluster [DBG] pgmap v520: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:39.640 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:31:39.897 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:31:41.073 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:31:41.252 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:40 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:39.616397+0000 mgr.smithi045.zcmxfe (mgr.14164) 548 : cluster [DBG] pgmap v521: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:41.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:40 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:39.616397+0000 mgr.smithi045.zcmxfe (mgr.14164) 548 : cluster [DBG] pgmap v521: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:41.446 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:31:42.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:31:41.071693+0000 mon.smithi045 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.45:0/3250152579' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:42.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:41 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:31:41.071693+0000 mon.smithi045 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.45:0/3250152579' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:43.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:41.616980+0000 mgr.smithi045.zcmxfe (mgr.14164) 549 : cluster [DBG] pgmap v522: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:43.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:42 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:41.616980+0000 mgr.smithi045.zcmxfe (mgr.14164) 549 : cluster [DBG] pgmap v522: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:44.447 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:31:44.702 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:31:45.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:43.617333+0000 mgr.smithi045.zcmxfe (mgr.14164) 550 : cluster [DBG] pgmap v523: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:45.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:44 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:43.617333+0000 mgr.smithi045.zcmxfe (mgr.14164) 550 : cluster [DBG] pgmap v523: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:45.944 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:31:46.321 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:31:47.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:46 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:45.617683+0000 mgr.smithi045.zcmxfe (mgr.14164) 551 : cluster [DBG] pgmap v524: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:47.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:46 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:31:45.942715+0000 mon.smithi045 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.45:0/3588279622' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:47.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:46 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:45.617683+0000 mgr.smithi045.zcmxfe (mgr.14164) 551 : cluster [DBG] pgmap v524: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:47.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:46 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:31:45.942715+0000 mon.smithi045 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.45:0/3588279622' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:49.323 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:31:49.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:48 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:47.618072+0000 mgr.smithi045.zcmxfe (mgr.14164) 552 : cluster [DBG] pgmap v525: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:49.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:48 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:47.618072+0000 mgr.smithi045.zcmxfe (mgr.14164) 552 : cluster [DBG] pgmap v525: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:49.581 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:31:50.724 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:31:51.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:50 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:49.618437+0000 mgr.smithi045.zcmxfe (mgr.14164) 553 : cluster [DBG] pgmap v526: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:51.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:50 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:31:50.722610+0000 mon.smithi045 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.45:0/164527770' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:51.115 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:31:51.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:49.618437+0000 mgr.smithi045.zcmxfe (mgr.14164) 553 : cluster [DBG] pgmap v526: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:51.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:31:50.722610+0000 mon.smithi045 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.45:0/164527770' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:53.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:51.618976+0000 mgr.smithi045.zcmxfe (mgr.14164) 554 : cluster [DBG] pgmap v527: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:53.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:51.618976+0000 mgr.smithi045.zcmxfe (mgr.14164) 554 : cluster [DBG] pgmap v527: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:54.117 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:31:54.372 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:31:55.103 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:53.619432+0000 mgr.smithi045.zcmxfe (mgr.14164) 555 : cluster [DBG] pgmap v528: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:55.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:54 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:53.619432+0000 mgr.smithi045.zcmxfe (mgr.14164) 555 : cluster [DBG] pgmap v528: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:55.546 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:31:55.971 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:31:56.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:55 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:31:55.543535+0000 mon.smithi045 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.45:0/1448930259' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:56.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:55 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:31:55.543535+0000 mon.smithi045 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.45:0/1448930259' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:31:57.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:55.619766+0000 mgr.smithi045.zcmxfe (mgr.14164) 556 : cluster [DBG] pgmap v529: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:57.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:56 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:55.619766+0000 mgr.smithi045.zcmxfe (mgr.14164) 556 : cluster [DBG] pgmap v529: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:58.972 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:31:59.229 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:31:59.332 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:31:58 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:57.620316+0000 mgr.smithi045.zcmxfe (mgr.14164) 557 : cluster [DBG] pgmap v530: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:31:59.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:31:58 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:57.620316+0000 mgr.smithi045.zcmxfe (mgr.14164) 557 : cluster [DBG] pgmap v530: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:00.406 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:32:00.778 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:32:01.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:31:59.620756+0000 mgr.smithi045.zcmxfe (mgr.14164) 558 : cluster [DBG] pgmap v531: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:01.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:00.403977+0000 mon.smithi045 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.45:0/3454336363' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:01.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:31:59.620756+0000 mgr.smithi045.zcmxfe (mgr.14164) 558 : cluster [DBG] pgmap v531: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:01.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:00.403977+0000 mon.smithi045 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.45:0/3454336363' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:03.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:02 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:01.621157+0000 mgr.smithi045.zcmxfe (mgr.14164) 559 : cluster [DBG] pgmap v532: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:03.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:02 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:01.621157+0000 mgr.smithi045.zcmxfe (mgr.14164) 559 : cluster [DBG] pgmap v532: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:03.779 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:32:04.034 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:32:05.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:04 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:03.621715+0000 mgr.smithi045.zcmxfe (mgr.14164) 560 : cluster [DBG] pgmap v533: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:05.274 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:32:05.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:04 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:03.621715+0000 mgr.smithi045.zcmxfe (mgr.14164) 560 : cluster [DBG] pgmap v533: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:05.644 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:32:06.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:05 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:05.272341+0000 mon.smithi045 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.45:0/4078479654' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:06.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:05 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:05.272341+0000 mon.smithi045 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.45:0/4078479654' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:07.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:05.622126+0000 mgr.smithi045.zcmxfe (mgr.14164) 561 : cluster [DBG] pgmap v534: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:07.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:05.622126+0000 mgr.smithi045.zcmxfe (mgr.14164) 561 : cluster [DBG] pgmap v534: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:08.645 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:32:08.901 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:32:09.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:07.622614+0000 mgr.smithi045.zcmxfe (mgr.14164) 562 : cluster [DBG] pgmap v535: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:09.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:08.964182+0000 mon.smithi045 (mon.0) 603 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T09:32:09.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:08.965546+0000 mon.smithi045 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.45:9093"}]: dispatch 2023-12-08T09:32:09.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:08 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:07.622614+0000 mgr.smithi045.zcmxfe (mgr.14164) 562 : cluster [DBG] pgmap v535: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:09.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:08 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:08.964182+0000 mon.smithi045 (mon.0) 603 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T09:32:09.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:08 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:08.965546+0000 mon.smithi045 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.45:9093"}]: dispatch 2023-12-08T09:32:10.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:32:08.961811+0000 mgr.smithi045.zcmxfe (mgr.14164) 563 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Reconfig daemon node-exporter.smithi050 ... 2023-12-08T09:32:10.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Non-zero exit code 1 from systemctl restart ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050 2023-12-08T09:32:10.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: systemctl: stderr Job for ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050.service failed because a timeout was exceeded. 2023-12-08T09:32:10.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: systemctl: stderr See "systemctl status ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050.service" and "journalctl -xe" for details. 2023-12-08T09:32:10.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Traceback (most recent call last): 2023-12-08T09:32:10.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:32:10.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: main() 2023-12-08T09:32:10.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:32:10.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: r = ctx.func(ctx) 2023-12-08T09:32:10.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:32:10.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: return func(ctx) 2023-12-08T09:32:10.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2023-12-08T09:32:10.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: ports=daemon_ports) 2023-12-08T09:32:10.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2637, in deploy_daemon 2023-12-08T09:32:10.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-08T09:32:10.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2023-12-08T09:32:10.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-08T09:32:10.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: RuntimeError: Failed command: systemctl restart ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050 2023-12-08T09:32:10.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Traceback (most recent call last): 2023-12-08T09:32:10.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2023-12-08T09:32:10.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: yield (conn, connr) 2023-12-08T09:32:10.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2023-12-08T09:32:10.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: code, '\n'.join(err))) 2023-12-08T09:32:10.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Reconfig daemon node-exporter.smithi050 ... 2023-12-08T09:32:10.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Non-zero exit code 1 from systemctl restart ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050 2023-12-08T09:32:10.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: systemctl: stderr Job for ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050.service failed because a timeout was exceeded. 2023-12-08T09:32:10.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: systemctl: stderr See "systemctl status ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050.service" and "journalctl -xe" for details. 2023-12-08T09:32:10.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: Traceback (most recent call last): 2023-12-08T09:32:10.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:32:10.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: main() 2023-12-08T09:32:10.112 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:32:10.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: r = ctx.func(ctx) 2023-12-08T09:32:10.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:32:10.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: return func(ctx) 2023-12-08T09:32:10.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2023-12-08T09:32:10.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: ports=daemon_ports) 2023-12-08T09:32:10.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2637, in deploy_daemon 2023-12-08T09:32:10.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-08T09:32:10.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2023-12-08T09:32:10.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-08T09:32:10.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: RuntimeError: Failed command: systemctl restart ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050 2023-12-08T09:32:10.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:08.964577+0000 mgr.smithi045.zcmxfe (mgr.14164) 564 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T09:32:10.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:08.965787+0000 mgr.smithi045.zcmxfe (mgr.14164) 565 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.45:9093"}]: dispatch 2023-12-08T09:32:10.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:08.969786+0000 mon.smithi045 (mon.0) 605 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:32:10.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:08.973891+0000 mon.smithi045 (mon.0) 606 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T09:32:10.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:08.974219+0000 mgr.smithi045.zcmxfe (mgr.14164) 566 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T09:32:10.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:08.981460+0000 mon.smithi045 (mon.0) 607 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.45:3000"}]: dispatch 2023-12-08T09:32:10.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:08.981736+0000 mgr.smithi045.zcmxfe (mgr.14164) 567 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.45:3000"}]: dispatch 2023-12-08T09:32:10.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:08.985457+0000 mon.smithi045 (mon.0) 608 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:32:10.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:08.987932+0000 mon.smithi045 (mon.0) 609 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:32:10.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:09.240683+0000 mon.smithi045 (mon.0) 610 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:32:10.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:09.297180+0000 mon.smithi045 (mon.0) 611 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:32:10.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:32:08.961811+0000 mgr.smithi045.zcmxfe (mgr.14164) 563 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Reconfig daemon node-exporter.smithi050 ... 2023-12-08T09:32:10.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Non-zero exit code 1 from systemctl restart ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050 2023-12-08T09:32:10.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: systemctl: stderr Job for ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050.service failed because a timeout was exceeded. 2023-12-08T09:32:10.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: systemctl: stderr See "systemctl status ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050.service" and "journalctl -xe" for details. 2023-12-08T09:32:10.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Traceback (most recent call last): 2023-12-08T09:32:10.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:32:10.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: main() 2023-12-08T09:32:10.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:32:10.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: r = ctx.func(ctx) 2023-12-08T09:32:10.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:32:10.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: return func(ctx) 2023-12-08T09:32:10.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2023-12-08T09:32:10.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: ports=daemon_ports) 2023-12-08T09:32:10.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2637, in deploy_daemon 2023-12-08T09:32:10.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-08T09:32:10.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2023-12-08T09:32:10.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-08T09:32:10.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: RuntimeError: Failed command: systemctl restart ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050 2023-12-08T09:32:10.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Traceback (most recent call last): 2023-12-08T09:32:10.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2023-12-08T09:32:10.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: yield (conn, connr) 2023-12-08T09:32:10.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2023-12-08T09:32:10.175 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: code, '\n'.join(err))) 2023-12-08T09:32:10.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Reconfig daemon node-exporter.smithi050 ... 2023-12-08T09:32:10.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Non-zero exit code 1 from systemctl restart ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050 2023-12-08T09:32:10.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: systemctl: stderr Job for ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050.service failed because a timeout was exceeded. 2023-12-08T09:32:10.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: systemctl: stderr See "systemctl status ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050.service" and "journalctl -xe" for details. 2023-12-08T09:32:10.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: Traceback (most recent call last): 2023-12-08T09:32:10.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-12-08T09:32:10.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: main() 2023-12-08T09:32:10.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-12-08T09:32:10.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: r = ctx.func(ctx) 2023-12-08T09:32:10.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-12-08T09:32:10.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: return func(ctx) 2023-12-08T09:32:10.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2023-12-08T09:32:10.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: ports=daemon_ports) 2023-12-08T09:32:10.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2637, in deploy_daemon 2023-12-08T09:32:10.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: get_unit_name(fsid, daemon_type, daemon_id)]) 2023-12-08T09:32:10.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: File "/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2023-12-08T09:32:10.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-12-08T09:32:10.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: RuntimeError: Failed command: systemctl restart ceph-21915d88-95aa-11ee-95a3-87774f69a715@node-exporter.smithi050 2023-12-08T09:32:10.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:08.964577+0000 mgr.smithi045.zcmxfe (mgr.14164) 564 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T09:32:10.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:08.965787+0000 mgr.smithi045.zcmxfe (mgr.14164) 565 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.45:9093"}]: dispatch 2023-12-08T09:32:10.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:08.969786+0000 mon.smithi045 (mon.0) 605 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:32:10.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:08.973891+0000 mon.smithi045 (mon.0) 606 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T09:32:10.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:08.974219+0000 mgr.smithi045.zcmxfe (mgr.14164) 566 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T09:32:10.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:08.981460+0000 mon.smithi045 (mon.0) 607 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.45:3000"}]: dispatch 2023-12-08T09:32:10.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:08.981736+0000 mgr.smithi045.zcmxfe (mgr.14164) 567 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.45:3000"}]: dispatch 2023-12-08T09:32:10.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:08.985457+0000 mon.smithi045 (mon.0) 608 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:32:10.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:08.987932+0000 mon.smithi045 (mon.0) 609 : audit [DBG] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T09:32:10.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:09.240683+0000 mon.smithi045 (mon.0) 610 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:32:10.177 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:09.297180+0000 mon.smithi045 (mon.0) 611 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:32:10.210 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:32:10.596 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:32:11.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:10 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:09.622947+0000 mgr.smithi045.zcmxfe (mgr.14164) 568 : cluster [DBG] pgmap v536: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:11.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:10 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:10.208797+0000 mon.smithi045 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.45:0/1613187616' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:11.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:10 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:10.444827+0000 mon.smithi045 (mon.0) 613 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:32:11.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:10 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:09.622947+0000 mgr.smithi045.zcmxfe (mgr.14164) 568 : cluster [DBG] pgmap v536: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:11.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:10 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:10.208797+0000 mon.smithi045 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.45:0/1613187616' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:11.172 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:10 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:10.444827+0000 mon.smithi045 (mon.0) 613 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:32:12.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:12 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:11.605365+0000 mon.smithi045 (mon.0) 614 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:32:12.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:12 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:11.623334+0000 mgr.smithi045.zcmxfe (mgr.14164) 569 : cluster [DBG] pgmap v537: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:12.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:12 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:11.605365+0000 mon.smithi045 (mon.0) 614 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:32:12.859 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:12 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:11.623334+0000 mgr.smithi045.zcmxfe (mgr.14164) 569 : cluster [DBG] pgmap v537: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:13.597 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:32:13.860 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:32:14.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:14 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:32:13.006524+0000 mgr.smithi045.zcmxfe (mgr.14164) 570 : cephadm [INF] Detected new or changed devices on smithi050 2023-12-08T09:32:14.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:14 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:13.012049+0000 mon.smithi045 (mon.0) 615 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:32:14.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:14 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:32:13.006524+0000 mgr.smithi045.zcmxfe (mgr.14164) 570 : cephadm [INF] Detected new or changed devices on smithi050 2023-12-08T09:32:14.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:14 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:13.012049+0000 mon.smithi045 (mon.0) 615 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:32:15.135 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:32:15.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:15 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:13.623752+0000 mgr.smithi045.zcmxfe (mgr.14164) 571 : cluster [DBG] pgmap v538: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:15.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:15 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:14.072173+0000 mon.smithi045 (mon.0) 616 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:32:15.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:15 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:14.394682+0000 mon.smithi045 (mon.0) 617 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:32:15.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:15 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:13.623752+0000 mgr.smithi045.zcmxfe (mgr.14164) 571 : cluster [DBG] pgmap v538: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:15.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:15 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:14.072173+0000 mon.smithi045 (mon.0) 616 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:32:15.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:15 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:14.394682+0000 mon.smithi045 (mon.0) 617 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' 2023-12-08T09:32:15.509 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:32:16.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:16 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cephadm 2023-12-08T09:32:14.398915+0000 mgr.smithi045.zcmxfe (mgr.14164) 572 : cephadm [INF] Deploying daemon prometheus.smithi050 on smithi050 2023-12-08T09:32:16.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:16 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:15.133183+0000 mon.smithi045 (mon.0) 618 : audit [DBG] from='client.? 172.21.15.45:0/1031531787' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:16.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:16 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cephadm 2023-12-08T09:32:14.398915+0000 mgr.smithi045.zcmxfe (mgr.14164) 572 : cephadm [INF] Deploying daemon prometheus.smithi050 on smithi050 2023-12-08T09:32:16.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:16 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:15.133183+0000 mon.smithi045 (mon.0) 618 : audit [DBG] from='client.? 172.21.15.45:0/1031531787' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:17.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:15.624150+0000 mgr.smithi045.zcmxfe (mgr.14164) 573 : cluster [DBG] pgmap v539: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:17.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:17 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:15.624150+0000 mgr.smithi045.zcmxfe (mgr.14164) 573 : cluster [DBG] pgmap v539: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:18.510 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:32:18.769 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:32:19.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:19 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:17.624580+0000 mgr.smithi045.zcmxfe (mgr.14164) 574 : cluster [DBG] pgmap v540: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:19.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:17.624580+0000 mgr.smithi045.zcmxfe (mgr.14164) 574 : cluster [DBG] pgmap v540: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:20.245 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:32:20.657 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:32:21.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:21 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:19.624954+0000 mgr.smithi045.zcmxfe (mgr.14164) 575 : cluster [DBG] pgmap v541: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:21.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:21 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:20.244240+0000 mon.smithi045 (mon.0) 619 : audit [DBG] from='client.? 172.21.15.45:0/721685974' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:21.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:21 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:19.624954+0000 mgr.smithi045.zcmxfe (mgr.14164) 575 : cluster [DBG] pgmap v541: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:21.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:21 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:20.244240+0000 mon.smithi045 (mon.0) 619 : audit [DBG] from='client.? 172.21.15.45:0/721685974' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:23.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:23 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:21.625478+0000 mgr.smithi045.zcmxfe (mgr.14164) 576 : cluster [DBG] pgmap v542: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:23.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:23 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:21.625478+0000 mgr.smithi045.zcmxfe (mgr.14164) 576 : cluster [DBG] pgmap v542: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:23.658 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:32:23.916 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:32:25.031 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:32:25.309 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:23.626144+0000 mgr.smithi045.zcmxfe (mgr.14164) 577 : cluster [DBG] pgmap v543: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:25.309 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:25.029288+0000 mon.smithi045 (mon.0) 620 : audit [DBG] from='client.? 172.21.15.45:0/2315378382' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:25.415 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:32:25.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:23.626144+0000 mgr.smithi045.zcmxfe (mgr.14164) 577 : cluster [DBG] pgmap v543: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:25.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:25.029288+0000 mon.smithi045 (mon.0) 620 : audit [DBG] from='client.? 172.21.15.45:0/2315378382' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:27.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:25.626545+0000 mgr.smithi045.zcmxfe (mgr.14164) 578 : cluster [DBG] pgmap v544: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:27.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:27 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:25.626545+0000 mgr.smithi045.zcmxfe (mgr.14164) 578 : cluster [DBG] pgmap v544: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:28.416 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:32:28.678 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:32:29.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:29 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:27.626952+0000 mgr.smithi045.zcmxfe (mgr.14164) 579 : cluster [DBG] pgmap v545: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:29.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:29 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:27.626952+0000 mgr.smithi045.zcmxfe (mgr.14164) 579 : cluster [DBG] pgmap v545: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:29.879 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:32:30.207 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:29.877323+0000 mon.smithi045 (mon.0) 621 : audit [DBG] from='client.? 172.21.15.45:0/362832668' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:30.256 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:32:30.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:30 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:29.877323+0000 mon.smithi045 (mon.0) 621 : audit [DBG] from='client.? 172.21.15.45:0/362832668' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:31.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:29.627279+0000 mgr.smithi045.zcmxfe (mgr.14164) 580 : cluster [DBG] pgmap v546: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:31.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:30.801711+0000 mon.smithi045 (mon.0) 622 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:32:31.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:30.801944+0000 mon.smithi045 (mon.0) 623 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:32:31.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:29.627279+0000 mgr.smithi045.zcmxfe (mgr.14164) 580 : cluster [DBG] pgmap v546: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:31.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:30.801711+0000 mon.smithi045 (mon.0) 622 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:32:31.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:30.801944+0000 mon.smithi045 (mon.0) 623 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:32:33.257 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:32:33.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:31.627673+0000 mgr.smithi045.zcmxfe (mgr.14164) 581 : cluster [DBG] pgmap v547: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:33.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:33 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:31.627673+0000 mgr.smithi045.zcmxfe (mgr.14164) 581 : cluster [DBG] pgmap v547: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:33.514 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:32:34.694 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:32:35.064 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:32:35.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:33.628116+0000 mgr.smithi045.zcmxfe (mgr.14164) 582 : cluster [DBG] pgmap v548: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:35.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:34.691812+0000 mon.smithi045 (mon.0) 624 : audit [DBG] from='client.? 172.21.15.45:0/284829637' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:35.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:35 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:33.628116+0000 mgr.smithi045.zcmxfe (mgr.14164) 582 : cluster [DBG] pgmap v548: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:35.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:35 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:34.691812+0000 mon.smithi045 (mon.0) 624 : audit [DBG] from='client.? 172.21.15.45:0/284829637' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:37.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:37 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:35.628671+0000 mgr.smithi045.zcmxfe (mgr.14164) 583 : cluster [DBG] pgmap v549: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:37.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:37 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:35.628671+0000 mgr.smithi045.zcmxfe (mgr.14164) 583 : cluster [DBG] pgmap v549: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:38.065 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:32:38.319 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:32:39.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:37.629166+0000 mgr.smithi045.zcmxfe (mgr.14164) 584 : cluster [DBG] pgmap v550: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:39.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:39 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:37.629166+0000 mgr.smithi045.zcmxfe (mgr.14164) 584 : cluster [DBG] pgmap v550: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:39.460 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:32:39.837 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:32:40.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:40 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:39.458549+0000 mon.smithi045 (mon.0) 625 : audit [DBG] from='client.? 172.21.15.45:0/3604220527' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:40.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:40 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:39.458549+0000 mon.smithi045 (mon.0) 625 : audit [DBG] from='client.? 172.21.15.45:0/3604220527' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:41.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:39.629559+0000 mgr.smithi045.zcmxfe (mgr.14164) 585 : cluster [DBG] pgmap v551: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:41.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:41 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:39.629559+0000 mgr.smithi045.zcmxfe (mgr.14164) 585 : cluster [DBG] pgmap v551: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:42.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:42 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:41.629963+0000 mgr.smithi045.zcmxfe (mgr.14164) 586 : cluster [DBG] pgmap v552: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:42.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:42 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:41.629963+0000 mgr.smithi045.zcmxfe (mgr.14164) 586 : cluster [DBG] pgmap v552: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:42.839 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:32:43.097 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:32:44.284 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:32:44.620 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:32:44.863 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:43.630476+0000 mgr.smithi045.zcmxfe (mgr.14164) 587 : cluster [DBG] pgmap v553: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:44.863 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:44 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:44.283061+0000 mon.smithi045 (mon.0) 626 : audit [DBG] from='client.? 172.21.15.45:0/3111799156' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:45.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:44 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:43.630476+0000 mgr.smithi045.zcmxfe (mgr.14164) 587 : cluster [DBG] pgmap v553: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:45.174 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:44 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:44.283061+0000 mon.smithi045 (mon.0) 626 : audit [DBG] from='client.? 172.21.15.45:0/3111799156' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:47.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:46 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:45.631038+0000 mgr.smithi045.zcmxfe (mgr.14164) 588 : cluster [DBG] pgmap v554: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:47.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:46 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:45.631038+0000 mgr.smithi045.zcmxfe (mgr.14164) 588 : cluster [DBG] pgmap v554: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:47.622 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:32:47.878 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:32:49.090 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:32:49.276 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:48 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:47.631411+0000 mgr.smithi045.zcmxfe (mgr.14164) 589 : cluster [DBG] pgmap v555: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:49.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:48 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:47.631411+0000 mgr.smithi045.zcmxfe (mgr.14164) 589 : cluster [DBG] pgmap v555: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:49.479 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:32:50.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:49 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:49.088322+0000 mon.smithi045 (mon.0) 627 : audit [DBG] from='client.? 172.21.15.45:0/4139310663' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:50.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:49 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:49.088322+0000 mon.smithi045 (mon.0) 627 : audit [DBG] from='client.? 172.21.15.45:0/4139310663' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:51.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:50 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:49.631942+0000 mgr.smithi045.zcmxfe (mgr.14164) 590 : cluster [DBG] pgmap v556: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:51.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:49.631942+0000 mgr.smithi045.zcmxfe (mgr.14164) 590 : cluster [DBG] pgmap v556: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:52.480 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:32:52.738 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:32:53.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:51.632381+0000 mgr.smithi045.zcmxfe (mgr.14164) 591 : cluster [DBG] pgmap v557: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:53.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:51.632381+0000 mgr.smithi045.zcmxfe (mgr.14164) 591 : cluster [DBG] pgmap v557: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:53.880 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:32:54.226 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:53 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:53.878223+0000 mon.smithi045 (mon.0) 628 : audit [DBG] from='client.? 172.21.15.45:0/601723805' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:54.260 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:53 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:53.878223+0000 mon.smithi045 (mon.0) 628 : audit [DBG] from='client.? 172.21.15.45:0/601723805' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:54.261 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:32:55.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:53.632721+0000 mgr.smithi045.zcmxfe (mgr.14164) 592 : cluster [DBG] pgmap v558: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:55.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:54 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:53.632721+0000 mgr.smithi045.zcmxfe (mgr.14164) 592 : cluster [DBG] pgmap v558: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:57.262 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:32:57.297 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:55.633248+0000 mgr.smithi045.zcmxfe (mgr.14164) 593 : cluster [DBG] pgmap v559: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:57.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:56 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:55.633248+0000 mgr.smithi045.zcmxfe (mgr.14164) 593 : cluster [DBG] pgmap v559: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:57.520 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:32:58.783 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:32:59.070 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:58 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:57.633597+0000 mgr.smithi045.zcmxfe (mgr.14164) 594 : cluster [DBG] pgmap v560: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:59.070 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:32:58 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:32:58.781287+0000 mon.smithi045 (mon.0) 629 : audit [DBG] from='client.? 172.21.15.45:0/4128574259' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:32:59.177 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:32:59.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:58 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:57.633597+0000 mgr.smithi045.zcmxfe (mgr.14164) 594 : cluster [DBG] pgmap v560: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:32:59.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:32:58 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:32:58.781287+0000 mon.smithi045 (mon.0) 629 : audit [DBG] from='client.? 172.21.15.45:0/4128574259' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:01.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:32:59.634009+0000 mgr.smithi045.zcmxfe (mgr.14164) 595 : cluster [DBG] pgmap v561: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:01.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:32:59.634009+0000 mgr.smithi045.zcmxfe (mgr.14164) 595 : cluster [DBG] pgmap v561: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:02.178 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:33:02.433 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:33:03.175 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:02 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:01.634467+0000 mgr.smithi045.zcmxfe (mgr.14164) 596 : cluster [DBG] pgmap v562: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:03.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:02 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:01.634467+0000 mgr.smithi045.zcmxfe (mgr.14164) 596 : cluster [DBG] pgmap v562: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:03.603 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:33:03.977 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:33:04.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:03 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:33:03.602181+0000 mon.smithi045 (mon.0) 630 : audit [DBG] from='client.? 172.21.15.45:0/181765457' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:04.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:03 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:33:03.602181+0000 mon.smithi045 (mon.0) 630 : audit [DBG] from='client.? 172.21.15.45:0/181765457' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:05.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:04 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:03.634791+0000 mgr.smithi045.zcmxfe (mgr.14164) 597 : cluster [DBG] pgmap v563: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:05.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:04 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:03.634791+0000 mgr.smithi045.zcmxfe (mgr.14164) 597 : cluster [DBG] pgmap v563: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:06.978 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:33:07.238 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:33:07.354 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:05.635328+0000 mgr.smithi045.zcmxfe (mgr.14164) 598 : cluster [DBG] pgmap v564: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:07.425 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:05.635328+0000 mgr.smithi045.zcmxfe (mgr.14164) 598 : cluster [DBG] pgmap v564: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:08.533 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:33:08.910 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:33:09.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:07.635966+0000 mgr.smithi045.zcmxfe (mgr.14164) 599 : cluster [DBG] pgmap v565: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:09.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:08 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:33:08.530997+0000 mon.smithi045 (mon.0) 631 : audit [DBG] from='client.? 172.21.15.45:0/2925134097' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:09.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:08 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:07.635966+0000 mgr.smithi045.zcmxfe (mgr.14164) 599 : cluster [DBG] pgmap v565: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:09.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:08 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:33:08.530997+0000 mon.smithi045 (mon.0) 631 : audit [DBG] from='client.? 172.21.15.45:0/2925134097' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:11.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:10 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:09.636347+0000 mgr.smithi045.zcmxfe (mgr.14164) 600 : cluster [DBG] pgmap v566: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:11.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:10 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:09.636347+0000 mgr.smithi045.zcmxfe (mgr.14164) 600 : cluster [DBG] pgmap v566: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:11.910 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:33:12.169 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:33:13.334 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:33:13.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:11.636738+0000 mgr.smithi045.zcmxfe (mgr.14164) 601 : cluster [DBG] pgmap v567: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:13.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:13 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:11.636738+0000 mgr.smithi045.zcmxfe (mgr.14164) 601 : cluster [DBG] pgmap v567: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:13.709 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:33:14.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:14 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:33:13.331983+0000 mon.smithi045 (mon.0) 632 : audit [DBG] from='client.? 172.21.15.45:0/2767820269' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:14.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:14 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:33:13.331983+0000 mon.smithi045 (mon.0) 632 : audit [DBG] from='client.? 172.21.15.45:0/2767820269' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:15.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:15 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:13.637162+0000 mgr.smithi045.zcmxfe (mgr.14164) 602 : cluster [DBG] pgmap v568: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:15.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:15 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:13.637162+0000 mgr.smithi045.zcmxfe (mgr.14164) 602 : cluster [DBG] pgmap v568: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:16.710 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:33:16.966 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:33:17.303 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:15.637635+0000 mgr.smithi045.zcmxfe (mgr.14164) 603 : cluster [DBG] pgmap v569: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:17.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:17 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:15.637635+0000 mgr.smithi045.zcmxfe (mgr.14164) 603 : cluster [DBG] pgmap v569: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:18.243 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:33:18.632 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:33:19.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:17.638030+0000 mgr.smithi045.zcmxfe (mgr.14164) 604 : cluster [DBG] pgmap v570: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:19.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:33:18.241366+0000 mon.smithi045 (mon.0) 633 : audit [DBG] from='client.? 172.21.15.45:0/4098442931' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:19.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:19 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:17.638030+0000 mgr.smithi045.zcmxfe (mgr.14164) 604 : cluster [DBG] pgmap v570: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:19.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:19 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:33:18.241366+0000 mon.smithi045 (mon.0) 633 : audit [DBG] from='client.? 172.21.15.45:0/4098442931' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:21.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:21 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:19.638483+0000 mgr.smithi045.zcmxfe (mgr.14164) 605 : cluster [DBG] pgmap v571: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:21.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:21 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:19.638483+0000 mgr.smithi045.zcmxfe (mgr.14164) 605 : cluster [DBG] pgmap v571: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:21.633 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:33:21.889 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:33:23.074 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:33:23.333 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:23 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:21.638850+0000 mgr.smithi045.zcmxfe (mgr.14164) 606 : cluster [DBG] pgmap v572: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:23.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:23 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:21.638850+0000 mgr.smithi045.zcmxfe (mgr.14164) 606 : cluster [DBG] pgmap v572: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:23.432 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:33:24.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:24 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:33:23.073464+0000 mon.smithi045 (mon.0) 634 : audit [DBG] from='client.? 172.21.15.45:0/539117589' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:24.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:24 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:33:23.073464+0000 mon.smithi045 (mon.0) 634 : audit [DBG] from='client.? 172.21.15.45:0/539117589' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:25.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:23.639226+0000 mgr.smithi045.zcmxfe (mgr.14164) 607 : cluster [DBG] pgmap v573: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:25.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:23.639226+0000 mgr.smithi045.zcmxfe (mgr.14164) 607 : cluster [DBG] pgmap v573: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:26.433 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:33:26.692 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:33:27.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:27 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:25.639592+0000 mgr.smithi045.zcmxfe (mgr.14164) 608 : cluster [DBG] pgmap v574: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:27.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:27 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:25.639592+0000 mgr.smithi045.zcmxfe (mgr.14164) 608 : cluster [DBG] pgmap v574: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:27.884 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:33:28.165 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:28 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:33:27.882933+0000 mon.smithi045 (mon.0) 635 : audit [DBG] from='client.? 172.21.15.45:0/2089934727' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:28.257 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:33:28.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:28 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:33:27.882933+0000 mon.smithi045 (mon.0) 635 : audit [DBG] from='client.? 172.21.15.45:0/2089934727' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:29.173 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:29 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:27.639908+0000 mgr.smithi045.zcmxfe (mgr.14164) 609 : cluster [DBG] pgmap v575: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:29.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:29 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:27.639908+0000 mgr.smithi045.zcmxfe (mgr.14164) 609 : cluster [DBG] pgmap v575: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:31.259 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:33:31.294 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:29.640278+0000 mgr.smithi045.zcmxfe (mgr.14164) 610 : cluster [DBG] pgmap v576: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:31.294 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:33:30.803204+0000 mon.smithi045 (mon.0) 636 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:33:31.295 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:31 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:33:30.803696+0000 mon.smithi045 (mon.0) 637 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:33:31.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:29.640278+0000 mgr.smithi045.zcmxfe (mgr.14164) 610 : cluster [DBG] pgmap v576: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:31.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:33:30.803204+0000 mon.smithi045 (mon.0) 636 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/mirror_snapshot_schedule"}]: dispatch 2023-12-08T09:33:31.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:31 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:33:30.803696+0000 mon.smithi045 (mon.0) 637 : audit [INF] from='mgr.14164 172.21.15.45:0/1637396' entity='mgr.smithi045.zcmxfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.zcmxfe/trash_purge_schedule"}]: dispatch 2023-12-08T09:33:31.515 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:33:32.715 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:33:33.089 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:33:33.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:31.640687+0000 mgr.smithi045.zcmxfe (mgr.14164) 611 : cluster [DBG] pgmap v577: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:33.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:33 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:33:32.713786+0000 mon.smithi045 (mon.0) 638 : audit [DBG] from='client.? 172.21.15.45:0/2290109783' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:33.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:33 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:31.640687+0000 mgr.smithi045.zcmxfe (mgr.14164) 611 : cluster [DBG] pgmap v577: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:33.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:33 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:33:32.713786+0000 mon.smithi045 (mon.0) 638 : audit [DBG] from='client.? 172.21.15.45:0/2290109783' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:35.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:35 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:33.641202+0000 mgr.smithi045.zcmxfe (mgr.14164) 612 : cluster [DBG] pgmap v578: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:35.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:35 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:33.641202+0000 mgr.smithi045.zcmxfe (mgr.14164) 612 : cluster [DBG] pgmap v578: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:36.091 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:33:36.347 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:33:37.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:37 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:35.641771+0000 mgr.smithi045.zcmxfe (mgr.14164) 613 : cluster [DBG] pgmap v579: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:37.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:37 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:35.641771+0000 mgr.smithi045.zcmxfe (mgr.14164) 613 : cluster [DBG] pgmap v579: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:37.522 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:33:37.879 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:33:38.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:38 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:33:37.520944+0000 mon.smithi045 (mon.0) 639 : audit [DBG] from='client.? 172.21.15.45:0/3293886313' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:38.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:38 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:33:37.520944+0000 mon.smithi045 (mon.0) 639 : audit [DBG] from='client.? 172.21.15.45:0/3293886313' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:39.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:39 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:37.642181+0000 mgr.smithi045.zcmxfe (mgr.14164) 614 : cluster [DBG] pgmap v580: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:39.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:39 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:37.642181+0000 mgr.smithi045.zcmxfe (mgr.14164) 614 : cluster [DBG] pgmap v580: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:40.881 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:33:41.141 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:33:41.241 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:41 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:39.642666+0000 mgr.smithi045.zcmxfe (mgr.14164) 615 : cluster [DBG] pgmap v581: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:41.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:41 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:39.642666+0000 mgr.smithi045.zcmxfe (mgr.14164) 615 : cluster [DBG] pgmap v581: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:42.343 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:33:42.712 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:33:43.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:41.643103+0000 mgr.smithi045.zcmxfe (mgr.14164) 616 : cluster [DBG] pgmap v582: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:43.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:43 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:33:42.341301+0000 mon.smithi045 (mon.0) 640 : audit [DBG] from='client.? 172.21.15.45:0/475350198' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:43.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:43 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:41.643103+0000 mgr.smithi045.zcmxfe (mgr.14164) 616 : cluster [DBG] pgmap v582: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:43.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:43 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:33:42.341301+0000 mon.smithi045 (mon.0) 640 : audit [DBG] from='client.? 172.21.15.45:0/475350198' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:45.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:45 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:43.643485+0000 mgr.smithi045.zcmxfe (mgr.14164) 617 : cluster [DBG] pgmap v583: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:45.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:45 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:43.643485+0000 mgr.smithi045.zcmxfe (mgr.14164) 617 : cluster [DBG] pgmap v583: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:45.713 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:33:45.983 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:33:47.195 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:33:47.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:47 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:45.643955+0000 mgr.smithi045.zcmxfe (mgr.14164) 618 : cluster [DBG] pgmap v584: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:47.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:47 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:45.643955+0000 mgr.smithi045.zcmxfe (mgr.14164) 618 : cluster [DBG] pgmap v584: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:47.561 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:33:48.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:48 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:33:47.193113+0000 mon.smithi045 (mon.0) 641 : audit [DBG] from='client.? 172.21.15.45:0/1252621619' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:48.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:48 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:33:47.193113+0000 mon.smithi045 (mon.0) 641 : audit [DBG] from='client.? 172.21.15.45:0/1252621619' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:49.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:49 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:47.644415+0000 mgr.smithi045.zcmxfe (mgr.14164) 619 : cluster [DBG] pgmap v585: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:49.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:49 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:47.644415+0000 mgr.smithi045.zcmxfe (mgr.14164) 619 : cluster [DBG] pgmap v585: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:50.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:50 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:49.644851+0000 mgr.smithi045.zcmxfe (mgr.14164) 620 : cluster [DBG] pgmap v586: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:50.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:50 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:49.644851+0000 mgr.smithi045.zcmxfe (mgr.14164) 620 : cluster [DBG] pgmap v586: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:50.563 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:33:50.821 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:33:52.040 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:33:52.451 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:33:53.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:51.645262+0000 mgr.smithi045.zcmxfe (mgr.14164) 621 : cluster [DBG] pgmap v587: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:53.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:52 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:33:52.038899+0000 mon.smithi045 (mon.0) 642 : audit [DBG] from='client.? 172.21.15.45:0/2470654233' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:53.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:51.645262+0000 mgr.smithi045.zcmxfe (mgr.14164) 621 : cluster [DBG] pgmap v587: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:53.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:52 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:33:52.038899+0000 mon.smithi045 (mon.0) 642 : audit [DBG] from='client.? 172.21.15.45:0/2470654233' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:55.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:54 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:53.646013+0000 mgr.smithi045.zcmxfe (mgr.14164) 622 : cluster [DBG] pgmap v588: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:55.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:54 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:53.646013+0000 mgr.smithi045.zcmxfe (mgr.14164) 622 : cluster [DBG] pgmap v588: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:55.453 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:33:55.711 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:33:57.116 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:33:57.281 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:56 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:55.646370+0000 mgr.smithi045.zcmxfe (mgr.14164) 623 : cluster [DBG] pgmap v589: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:57.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:56 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:55.646370+0000 mgr.smithi045.zcmxfe (mgr.14164) 623 : cluster [DBG] pgmap v589: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:57.477 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:33:58.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:57 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:33:57.113803+0000 mon.smithi045 (mon.0) 643 : audit [DBG] from='client.? 172.21.15.45:0/896754243' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:58.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:57 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:33:57.113803+0000 mon.smithi045 (mon.0) 643 : audit [DBG] from='client.? 172.21.15.45:0/896754243' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:33:59.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:33:58 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:57.646812+0000 mgr.smithi045.zcmxfe (mgr.14164) 624 : cluster [DBG] pgmap v590: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:33:59.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:33:58 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:57.646812+0000 mgr.smithi045.zcmxfe (mgr.14164) 624 : cluster [DBG] pgmap v590: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:00.478 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:34:00.739 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:34:01.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:34:00 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:33:59.647214+0000 mgr.smithi045.zcmxfe (mgr.14164) 625 : cluster [DBG] pgmap v591: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:01.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:34:00 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:33:59.647214+0000 mgr.smithi045.zcmxfe (mgr.14164) 625 : cluster [DBG] pgmap v591: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:01.951 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:34:02.310 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:34:01 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:34:01.949470+0000 mon.smithi045 (mon.0) 644 : audit [DBG] from='client.? 172.21.15.45:0/2292093921' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:34:02.353 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:34:02.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:34:01 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:34:01.949470+0000 mon.smithi045 (mon.0) 644 : audit [DBG] from='client.? 172.21.15.45:0/2292093921' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:34:03.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:34:02 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:34:01.647563+0000 mgr.smithi045.zcmxfe (mgr.14164) 626 : cluster [DBG] pgmap v592: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:03.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:34:02 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:34:01.647563+0000 mgr.smithi045.zcmxfe (mgr.14164) 626 : cluster [DBG] pgmap v592: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:05.354 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:34:05.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:34:04 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:34:03.648044+0000 mgr.smithi045.zcmxfe (mgr.14164) 627 : cluster [DBG] pgmap v593: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:05.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:34:04 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:34:03.648044+0000 mgr.smithi045.zcmxfe (mgr.14164) 627 : cluster [DBG] pgmap v593: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:05.610 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:34:06.821 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:34:07.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:34:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:34:05.648541+0000 mgr.smithi045.zcmxfe (mgr.14164) 628 : cluster [DBG] pgmap v594: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:07.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:34:06 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:34:06.819959+0000 mon.smithi045 (mon.0) 645 : audit [DBG] from='client.? 172.21.15.45:0/2801613564' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:34:07.184 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:34:07.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:34:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:34:05.648541+0000 mgr.smithi045.zcmxfe (mgr.14164) 628 : cluster [DBG] pgmap v594: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:07.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:34:06 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:34:06.819959+0000 mon.smithi045 (mon.0) 645 : audit [DBG] from='client.? 172.21.15.45:0/2801613564' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:34:09.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:34:09 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:34:07.648999+0000 mgr.smithi045.zcmxfe (mgr.14164) 629 : cluster [DBG] pgmap v595: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:09.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:34:09 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:34:07.648999+0000 mgr.smithi045.zcmxfe (mgr.14164) 629 : cluster [DBG] pgmap v595: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:10.185 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:34:10.441 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:34:11.232 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:34:11 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:34:09.649485+0000 mgr.smithi045.zcmxfe (mgr.14164) 630 : cluster [DBG] pgmap v596: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:11.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:34:11 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:34:09.649485+0000 mgr.smithi045.zcmxfe (mgr.14164) 630 : cluster [DBG] pgmap v596: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:11.690 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:34:12.058 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:34:12.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:34:12 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:34:11.689267+0000 mon.smithi045 (mon.0) 646 : audit [DBG] from='client.? 172.21.15.45:0/2617660888' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:34:12.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:34:12 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:34:11.689267+0000 mon.smithi045 (mon.0) 646 : audit [DBG] from='client.? 172.21.15.45:0/2617660888' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:34:13.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:34:13 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:34:11.649821+0000 mgr.smithi045.zcmxfe (mgr.14164) 631 : cluster [DBG] pgmap v597: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:13.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:34:13 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:34:11.649821+0000 mgr.smithi045.zcmxfe (mgr.14164) 631 : cluster [DBG] pgmap v597: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:15.059 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:34:15.314 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:34:15.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:34:15 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:34:13.650322+0000 mgr.smithi045.zcmxfe (mgr.14164) 632 : cluster [DBG] pgmap v598: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:15.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:34:15 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:34:13.650322+0000 mgr.smithi045.zcmxfe (mgr.14164) 632 : cluster [DBG] pgmap v598: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:16.477 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:34:16.840 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:34:17.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:34:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:34:15.650754+0000 mgr.smithi045.zcmxfe (mgr.14164) 633 : cluster [DBG] pgmap v599: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:17.109 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:34:17 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:34:16.474854+0000 mon.smithi045 (mon.0) 647 : audit [DBG] from='client.? 172.21.15.45:0/2479123263' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:34:17.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:34:17 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:34:15.650754+0000 mgr.smithi045.zcmxfe (mgr.14164) 633 : cluster [DBG] pgmap v599: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:17.424 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:34:17 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:34:16.474854+0000 mon.smithi045 (mon.0) 647 : audit [DBG] from='client.? 172.21.15.45:0/2479123263' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:34:19.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:34:19 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:34:17.651216+0000 mgr.smithi045.zcmxfe (mgr.14164) 634 : cluster [DBG] pgmap v600: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:19.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:34:19 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:34:17.651216+0000 mgr.smithi045.zcmxfe (mgr.14164) 634 : cluster [DBG] pgmap v600: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:19.841 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:34:20.099 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:34:21.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:34:21 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:34:19.651659+0000 mgr.smithi045.zcmxfe (mgr.14164) 635 : cluster [DBG] pgmap v601: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:21.259 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:34:21.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:34:21 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:34:19.651659+0000 mgr.smithi045.zcmxfe (mgr.14164) 635 : cluster [DBG] pgmap v601: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:21.639 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:34:22.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:34:22 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: audit 2023-12-08T09:34:21.257249+0000 mon.smithi045 (mon.0) 648 : audit [DBG] from='client.? 172.21.15.45:0/1227743594' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:34:22.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:34:22 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: audit 2023-12-08T09:34:21.257249+0000 mon.smithi045 (mon.0) 648 : audit [DBG] from='client.? 172.21.15.45:0/1227743594' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T09:34:23.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:34:23 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:34:21.652248+0000 mgr.smithi045.zcmxfe (mgr.14164) 636 : cluster [DBG] pgmap v602: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:23.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:34:23 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:34:21.652248+0000 mgr.smithi045.zcmxfe (mgr.14164) 636 : cluster [DBG] pgmap v602: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:24.640 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid 21915d88-95aa-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T09:34:24.899 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/mon.smithi045/config 2023-12-08T09:34:25.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:34:25 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: cluster 2023-12-08T09:34:23.652712+0000 mgr.smithi045.zcmxfe (mgr.14164) 637 : cluster [DBG] pgmap v603: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:25.423 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:34:25 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: cluster 2023-12-08T09:34:23.652712+0000 mgr.smithi045.zcmxfe (mgr.14164) 637 : cluster [DBG] pgmap v603: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-12-08T09:34:26.090 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-08T09:34:26.432 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"2 failed cephadm daemon(s)","count":2},"muted":false}},"mutes":[]} 2023-12-08T09:34:26.433 INFO:tasks.cephadm:Teardown begin 2023-12-08T09:34:26.433 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 32, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 1502, in task healthy(ctx=ctx, config=config) File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/ceph.py", line 1482, in healthy manager.wait_until_healthy(timeout=300) File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/ceph_manager.py", line 3184, in wait_until_healthy assert time.time() - start < timeout, \ AssertionError: timeout expired in wait_until_healthy 2023-12-08T09:34:26.435 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T09:34:26.473 DEBUG:teuthology.orchestra.run.smithi050:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T09:34:26.516 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-08T09:34:26.516 DEBUG:teuthology.orchestra.run.smithi045:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-08T09:34:26.539 DEBUG:teuthology.orchestra.run.smithi050:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-08T09:34:26.579 INFO:tasks.cephadm:Stopping all daemons... 2023-12-08T09:34:26.581 INFO:tasks.cephadm.mon.smithi045:Stopping mon.smithi045... 2023-12-08T09:34:26.581 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-21915d88-95aa-11ee-95a3-87774f69a715@mon.smithi045 2023-12-08T09:34:26.727 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:34:26 smithi045 systemd[1]: Stopping Ceph mon.smithi045 for 21915d88-95aa-11ee-95a3-87774f69a715... 2023-12-08T09:34:27.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:34:26 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:34:26.724+0000 7fd9a15c3700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi045 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-08T09:34:27.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Dec 08 09:34:26 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi045[107494]: debug 2023-12-08T09:34:26.724+0000 7fd9a15c3700 -1 mon.smithi045@0(leader) e2 *** Got Signal Terminated *** 2023-12-08T09:34:27.182 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-21915d88-95aa-11ee-95a3-87774f69a715@mon.smithi045.service' 2023-12-08T09:34:27.248 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T09:34:27.248 INFO:tasks.cephadm.mon.smithi045:Stopped mon.smithi045 2023-12-08T09:34:27.249 INFO:tasks.cephadm.mon.smithi050:Stopping mon.smithi050... 2023-12-08T09:34:27.249 DEBUG:teuthology.orchestra.run.smithi050:> sudo systemctl stop ceph-21915d88-95aa-11ee-95a3-87774f69a715@mon.smithi050 2023-12-08T09:34:27.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:34:27 smithi050 systemd[1]: Stopping Ceph mon.smithi050 for 21915d88-95aa-11ee-95a3-87774f69a715... 2023-12-08T09:34:27.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:34:27 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:34:27.485+0000 7f2df0f4d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi050 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-08T09:34:27.674 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 08 09:34:27 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-mon.smithi050[125976]: debug 2023-12-08T09:34:27.485+0000 7f2df0f4d700 -1 mon.smithi050@1(peon) e2 *** Got Signal Terminated *** 2023-12-08T09:34:27.858 DEBUG:teuthology.orchestra.run.smithi050:> sudo pkill -f 'journalctl -f -n 0 -u ceph-21915d88-95aa-11ee-95a3-87774f69a715@mon.smithi050.service' 2023-12-08T09:34:27.911 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T09:34:27.911 INFO:tasks.cephadm.mon.smithi050:Stopped mon.smithi050 2023-12-08T09:34:27.911 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-08T09:34:27.911 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.0 2023-12-08T09:34:28.284 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 08 09:34:27 smithi045 systemd[1]: Stopping Ceph osd.0 for 21915d88-95aa-11ee-95a3-87774f69a715... 2023-12-08T09:34:28.284 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 08 09:34:28 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.0[116043]: debug 2023-12-08T09:34:28.032+0000 7f071b49f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-08T09:34:28.284 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 08 09:34:28 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.0[116043]: debug 2023-12-08T09:34:28.032+0000 7f071b49f700 -1 osd.0 47 *** Got signal Terminated *** 2023-12-08T09:34:28.284 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 08 09:34:28 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.0[116043]: debug 2023-12-08T09:34:28.032+0000 7f071b49f700 -1 osd.0 47 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T09:34:28.543 INFO:journalctl@ceph.osd.0.smithi045.stdout:Dec 08 09:34:28 smithi045 podman[144155]: ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.0 2023-12-08T09:34:29.236 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.0.service' 2023-12-08T09:34:29.284 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T09:34:29.284 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-08T09:34:29.285 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-08T09:34:29.285 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.1 2023-12-08T09:34:29.569 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 08 09:34:29 smithi045 systemd[1]: Stopping Ceph osd.1 for 21915d88-95aa-11ee-95a3-87774f69a715... 2023-12-08T09:34:29.569 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 08 09:34:29 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.1[118442]: debug 2023-12-08T09:34:29.379+0000 7fd095c5e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-08T09:34:29.569 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 08 09:34:29 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.1[118442]: debug 2023-12-08T09:34:29.379+0000 7fd095c5e700 -1 osd.1 47 *** Got signal Terminated *** 2023-12-08T09:34:29.569 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 08 09:34:29 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.1[118442]: debug 2023-12-08T09:34:29.379+0000 7fd095c5e700 -1 osd.1 47 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T09:34:29.861 INFO:journalctl@ceph.osd.1.smithi045.stdout:Dec 08 09:34:29 smithi045 podman[144336]: ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.1 2023-12-08T09:34:30.620 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.1.service' 2023-12-08T09:34:30.669 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T09:34:30.669 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-08T09:34:30.669 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-08T09:34:30.669 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.2 2023-12-08T09:34:30.911 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 08 09:34:30 smithi045 systemd[1]: Stopping Ceph osd.2 for 21915d88-95aa-11ee-95a3-87774f69a715... 2023-12-08T09:34:30.911 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 08 09:34:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.2[120834]: debug 2023-12-08T09:34:30.778+0000 7fefe7e37700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-08T09:34:30.912 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 08 09:34:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.2[120834]: debug 2023-12-08T09:34:30.778+0000 7fefe7e37700 -1 osd.2 47 *** Got signal Terminated *** 2023-12-08T09:34:30.912 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 08 09:34:30 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.2[120834]: debug 2023-12-08T09:34:30.778+0000 7fefe7e37700 -1 osd.2 47 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T09:34:31.226 INFO:journalctl@ceph.osd.2.smithi045.stdout:Dec 08 09:34:30 smithi045 podman[144518]: ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.2 2023-12-08T09:34:31.987 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.2.service' 2023-12-08T09:34:32.035 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T09:34:32.036 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-08T09:34:32.036 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-08T09:34:32.036 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.3 2023-12-08T09:34:32.243 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 08 09:34:32 smithi045 systemd[1]: Stopping Ceph osd.3 for 21915d88-95aa-11ee-95a3-87774f69a715... 2023-12-08T09:34:32.243 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 08 09:34:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.3[123230]: debug 2023-12-08T09:34:32.128+0000 7f23d7f52700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-08T09:34:32.243 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 08 09:34:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.3[123230]: debug 2023-12-08T09:34:32.128+0000 7f23d7f52700 -1 osd.3 47 *** Got signal Terminated *** 2023-12-08T09:34:32.243 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 08 09:34:32 smithi045 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.3[123230]: debug 2023-12-08T09:34:32.128+0000 7f23d7f52700 -1 osd.3 47 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T09:34:32.561 INFO:journalctl@ceph.osd.3.smithi045.stdout:Dec 08 09:34:32 smithi045 podman[144700]: ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.3 2023-12-08T09:34:33.279 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.3.service' 2023-12-08T09:34:33.329 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T09:34:33.330 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-08T09:34:33.330 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-08T09:34:33.330 DEBUG:teuthology.orchestra.run.smithi050:> sudo systemctl stop ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.4 2023-12-08T09:34:33.674 INFO:journalctl@ceph.osd.4.smithi050.stdout:Dec 08 09:34:33 smithi050 systemd[1]: Stopping Ceph osd.4 for 21915d88-95aa-11ee-95a3-87774f69a715... 2023-12-08T09:34:33.674 INFO:journalctl@ceph.osd.4.smithi050.stdout:Dec 08 09:34:33 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.4[128964]: debug 2023-12-08T09:34:33.450+0000 7f4cb8257700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-08T09:34:33.674 INFO:journalctl@ceph.osd.4.smithi050.stdout:Dec 08 09:34:33 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.4[128964]: debug 2023-12-08T09:34:33.450+0000 7f4cb8257700 -1 osd.4 47 *** Got signal Terminated *** 2023-12-08T09:34:33.674 INFO:journalctl@ceph.osd.4.smithi050.stdout:Dec 08 09:34:33 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.4[128964]: debug 2023-12-08T09:34:33.450+0000 7f4cb8257700 -1 osd.4 47 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T09:34:33.674 INFO:journalctl@ceph.osd.4.smithi050.stdout:Dec 08 09:34:33 smithi050 podman[138058]: ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.4 2023-12-08T09:34:34.670 DEBUG:teuthology.orchestra.run.smithi050:> sudo pkill -f 'journalctl -f -n 0 -u ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.4.service' 2023-12-08T09:34:34.719 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T09:34:34.719 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-08T09:34:34.720 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-08T09:34:34.720 DEBUG:teuthology.orchestra.run.smithi050:> sudo systemctl stop ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.5 2023-12-08T09:34:34.924 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 08 09:34:34 smithi050 systemd[1]: Stopping Ceph osd.5 for 21915d88-95aa-11ee-95a3-87774f69a715... 2023-12-08T09:34:34.924 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 08 09:34:34 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.5[131473]: debug 2023-12-08T09:34:34.832+0000 7f2b96502700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-08T09:34:34.924 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 08 09:34:34 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.5[131473]: debug 2023-12-08T09:34:34.832+0000 7f2b96502700 -1 osd.5 47 *** Got signal Terminated *** 2023-12-08T09:34:34.924 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 08 09:34:34 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.5[131473]: debug 2023-12-08T09:34:34.832+0000 7f2b96502700 -1 osd.5 47 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T09:34:35.326 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 08 09:34:34 smithi050 podman[138242]: ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.5 2023-12-08T09:34:36.028 DEBUG:teuthology.orchestra.run.smithi050:> sudo pkill -f 'journalctl -f -n 0 -u ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.5.service' 2023-12-08T09:34:36.078 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T09:34:36.079 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-08T09:34:36.079 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-08T09:34:36.079 DEBUG:teuthology.orchestra.run.smithi050:> sudo systemctl stop ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.6 2023-12-08T09:34:36.378 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 08 09:34:36 smithi050 systemd[1]: Stopping Ceph osd.6 for 21915d88-95aa-11ee-95a3-87774f69a715... 2023-12-08T09:34:36.378 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 08 09:34:36 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.6[133867]: debug 2023-12-08T09:34:36.191+0000 7f0356595700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-08T09:34:36.378 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 08 09:34:36 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.6[133867]: debug 2023-12-08T09:34:36.191+0000 7f0356595700 -1 osd.6 47 *** Got signal Terminated *** 2023-12-08T09:34:36.378 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 08 09:34:36 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.6[133867]: debug 2023-12-08T09:34:36.191+0000 7f0356595700 -1 osd.6 47 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T09:34:36.673 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 08 09:34:36 smithi050 podman[138427]: ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.6 2023-12-08T09:34:37.479 DEBUG:teuthology.orchestra.run.smithi050:> sudo pkill -f 'journalctl -f -n 0 -u ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.6.service' 2023-12-08T09:34:37.529 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T09:34:37.529 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-08T09:34:37.529 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-08T09:34:37.529 DEBUG:teuthology.orchestra.run.smithi050:> sudo systemctl stop ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.7 2023-12-08T09:34:37.760 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 08 09:34:37 smithi050 systemd[1]: Stopping Ceph osd.7 for 21915d88-95aa-11ee-95a3-87774f69a715... 2023-12-08T09:34:37.760 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 08 09:34:37 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.7[136268]: debug 2023-12-08T09:34:37.621+0000 7fac72b73700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-08T09:34:37.760 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 08 09:34:37 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.7[136268]: debug 2023-12-08T09:34:37.621+0000 7fac72b73700 -1 osd.7 47 *** Got signal Terminated *** 2023-12-08T09:34:37.760 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 08 09:34:37 smithi050 ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.7[136268]: debug 2023-12-08T09:34:37.621+0000 7fac72b73700 -1 osd.7 47 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T09:34:38.075 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 08 09:34:37 smithi050 podman[138608]: ceph-21915d88-95aa-11ee-95a3-87774f69a715-osd.7 2023-12-08T09:34:38.778 DEBUG:teuthology.orchestra.run.smithi050:> sudo pkill -f 'journalctl -f -n 0 -u ceph-21915d88-95aa-11ee-95a3-87774f69a715@osd.7.service' 2023-12-08T09:34:38.827 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T09:34:38.828 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-08T09:34:38.828 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 21915d88-95aa-11ee-95a3-87774f69a715 --force --keep-logs 2023-12-08T09:34:41.907 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 21915d88-95aa-11ee-95a3-87774f69a715 --force --keep-logs 2023-12-08T09:34:45.838 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T09:34:45.880 DEBUG:teuthology.orchestra.run.smithi050:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T09:34:45.916 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-08T09:34:45.918 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483329/remote/ubuntu@smithi045.front.sepia.ceph.com/crash 2023-12-08T09:34:45.919 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/crash -- . 2023-12-08T09:34:45.972 INFO:teuthology.orchestra.run.smithi045.stderr:tar: /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/crash: Cannot open: No such file or directory 2023-12-08T09:34:45.972 INFO:teuthology.orchestra.run.smithi045.stderr:tar: Error is not recoverable: exiting now 2023-12-08T09:34:45.974 DEBUG:teuthology.misc:Transferring archived files from smithi050:/var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483329/remote/ubuntu@smithi050.front.sepia.ceph.com/crash 2023-12-08T09:34:45.975 DEBUG:teuthology.orchestra.run.smithi050:> sudo tar c -f - -C /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/crash -- . 2023-12-08T09:34:46.021 INFO:teuthology.orchestra.run.smithi050.stderr:tar: /var/lib/ceph/21915d88-95aa-11ee-95a3-87774f69a715/crash: Cannot open: No such file or directory 2023-12-08T09:34:46.021 INFO:teuthology.orchestra.run.smithi050.stderr:tar: Error is not recoverable: exiting now 2023-12-08T09:34:46.022 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-08T09:34:46.022 DEBUG:teuthology.orchestra.run.smithi045:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-08T09:34:46.057 INFO:teuthology.orchestra.run.smithi045.stderr:grep: /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph.log: No such file or directory 2023-12-08T09:34:46.058 INFO:tasks.cephadm:Compressing logs... 2023-12-08T09:34:46.059 DEBUG:teuthology.orchestra.run.smithi045:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-08T09:34:46.102 DEBUG:teuthology.orchestra.run.smithi050:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-08T09:34:46.134 INFO:teuthology.orchestra.run.smithi045.stderr:find: ‘/var/log/rbd-target-api’: No such file or directorygzip 2023-12-08T09:34:46.134 INFO:teuthology.orchestra.run.smithi045.stderr:-5 --verbose -- /var/log/ceph/cephadm.log 2023-12-08T09:34:46.134 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-mon.smithi045.log 2023-12-08T09:34:46.135 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-volume.log 2023-12-08T09:34:46.135 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-mon.smithi045.log: gzip -5 --verbose -- /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.2.log 2023-12-08T09:34:46.135 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.3.log 2023-12-08T09:34:46.136 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.0.log 2023-12-08T09:34:46.137 INFO:teuthology.orchestra.run.smithi050.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-08T09:34:46.137 INFO:teuthology.orchestra.run.smithi050.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-08T09:34:46.137 INFO:teuthology.orchestra.run.smithi050.stderr:gzip -5 --verbose -- /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.6.log 2023-12-08T09:34:46.138 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.3.log: /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.0.log: 90.8% -- replaced with /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-volume.log.gz 2023-12-08T09:34:46.138 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-mgr.smithi045.zcmxfe.log 2023-12-08T09:34:46.139 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-volume.log 2023-12-08T09:34:46.139 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.7.log 2023-12-08T09:34:46.139 INFO:teuthology.orchestra.run.smithi050.stderr:gzip -5 --verbose -- /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-mon.smithi050.log 2023-12-08T09:34:46.139 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-volume.log: /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-mgr.smithi050.vrexpx.log 2023-12-08T09:34:46.140 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.1.log 2023-12-08T09:34:46.140 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-mon.smithi050.log: gzip -5 --verbose -- /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.4.log 2023-12-08T09:34:46.141 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-mgr.smithi050.vrexpx.log: 90.7% -- replaced with /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-volume.log.gz 2023-12-08T09:34:46.141 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.5.log 2023-12-08T09:34:46.142 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-mgr.smithi045.zcmxfe.log: /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.1.log: 90.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-08T09:34:46.146 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.5.log: 92.5% -- replaced with /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-mgr.smithi050.vrexpx.log.gz 2023-12-08T09:34:46.148 INFO:teuthology.orchestra.run.smithi050.stderr: 95.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-08T09:34:46.185 INFO:teuthology.orchestra.run.smithi050.stderr: 92.0% -- replaced with /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.6.log.gz 2023-12-08T09:34:46.188 INFO:teuthology.orchestra.run.smithi050.stderr: 92.1% -- replaced with /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.7.log.gz 2023-12-08T09:34:46.189 INFO:teuthology.orchestra.run.smithi050.stderr: 92.3% -- replaced with /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.5.log.gz 2023-12-08T09:34:46.198 INFO:teuthology.orchestra.run.smithi045.stderr: 92.4% -- replaced with /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.3.log.gz 2023-12-08T09:34:46.216 INFO:teuthology.orchestra.run.smithi050.stderr: 92.2% -- replaced with /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.4.log.gz 2023-12-08T09:34:46.232 INFO:teuthology.orchestra.run.smithi045.stderr: 92.2% -- replaced with /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.2.log.gz 2023-12-08T09:34:46.241 INFO:teuthology.orchestra.run.smithi045.stderr: 91.9% -- replaced with /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.0.log.gz 2023-12-08T09:34:46.245 INFO:teuthology.orchestra.run.smithi045.stderr: 92.1% -- replaced with /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-osd.1.log.gz 2023-12-08T09:34:46.283 INFO:teuthology.orchestra.run.smithi050.stderr: 92.9% -- replaced with /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-mon.smithi050.log.gz 2023-12-08T09:34:46.285 INFO:teuthology.orchestra.run.smithi050.stderr: 2023-12-08T09:34:46.285 INFO:teuthology.orchestra.run.smithi050.stderr:real 0m0.161s 2023-12-08T09:34:46.285 INFO:teuthology.orchestra.run.smithi050.stderr:user 0m0.376s 2023-12-08T09:34:46.285 INFO:teuthology.orchestra.run.smithi050.stderr:sys 0m0.035s 2023-12-08T09:34:46.359 INFO:teuthology.orchestra.run.smithi045.stderr: 93.1% -- replaced with /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-mgr.smithi045.zcmxfe.log.gz 2023-12-08T09:34:46.533 INFO:teuthology.orchestra.run.smithi045.stderr: 90.4% -- replaced with /var/log/ceph/21915d88-95aa-11ee-95a3-87774f69a715/ceph-mon.smithi045.log.gz 2023-12-08T09:34:46.535 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-12-08T09:34:46.535 INFO:teuthology.orchestra.run.smithi045.stderr:real 0m0.414s 2023-12-08T09:34:46.535 INFO:teuthology.orchestra.run.smithi045.stderr:user 0m0.968s 2023-12-08T09:34:46.535 INFO:teuthology.orchestra.run.smithi045.stderr:sys 0m0.056s 2023-12-08T09:34:46.535 INFO:tasks.cephadm:Archiving logs... 2023-12-08T09:34:46.535 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483329/remote/ubuntu@smithi045.front.sepia.ceph.com/log 2023-12-08T09:34:46.536 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-08T09:34:46.764 DEBUG:teuthology.misc:Transferring archived files from smithi050:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483329/remote/ubuntu@smithi050.front.sepia.ceph.com/log 2023-12-08T09:34:46.766 DEBUG:teuthology.orchestra.run.smithi050:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-08T09:34:46.872 INFO:tasks.cephadm:Removing cluster... 2023-12-08T09:34:46.872 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 21915d88-95aa-11ee-95a3-87774f69a715 --force 2023-12-08T09:34:47.210 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 21915d88-95aa-11ee-95a3-87774f69a715 --force 2023-12-08T09:34:47.554 INFO:tasks.cephadm:Removing cephadm ... 2023-12-08T09:34:47.554 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-08T09:34:47.578 DEBUG:teuthology.orchestra.run.smithi050:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-08T09:34:47.599 INFO:tasks.cephadm:Teardown complete 2023-12-08T09:34:47.599 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 1502, in task healthy(ctx=ctx, config=config) File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/ceph.py", line 1482, in healthy manager.wait_until_healthy(timeout=300) File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/ceph_manager.py", line 3184, in wait_until_healthy assert time.time() - start < timeout, \ AssertionError: timeout expired in wait_until_healthy 2023-12-08T09:34:47.686 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=3ddc408433604f499787300eefc56e3b Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 1502, in task healthy(ctx=ctx, config=config) File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/ceph.py", line 1482, in healthy manager.wait_until_healthy(timeout=300) File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/ceph_manager.py", line 3184, in wait_until_healthy assert time.time() - start < timeout, \ AssertionError: timeout expired in wait_until_healthy 2023-12-08T09:34:47.688 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-08T09:34:47.697 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-08T09:34:47.704 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-08T09:34:47.704 DEBUG:teuthology.orchestra.run.smithi045:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T09:34:47.716 DEBUG:teuthology.orchestra.run.smithi050:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T09:34:47.729 INFO:teuthology.orchestra.run.smithi045.stderr:bash: ntpq: command not found 2023-12-08T09:34:47.734 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T09:34:47.734 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2023-12-08T09:34:47.734 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 25 +546us[ +546us] +/- 72ms 2023-12-08T09:34:47.734 INFO:teuthology.orchestra.run.smithi045.stdout:^* hv02.front.sepia.ceph.com 3 6 377 27 -500us[ -507us] +/- 59ms 2023-12-08T09:34:47.734 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 26 +90us[ +90us] +/- 69ms 2023-12-08T09:34:47.734 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:34:47.738 INFO:teuthology.orchestra.run.smithi050.stderr:bash: ntpq: command not found 2023-12-08T09:34:47.744 INFO:teuthology.orchestra.run.smithi050.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T09:34:47.744 INFO:teuthology.orchestra.run.smithi050.stdout:=============================================================================== 2023-12-08T09:34:47.744 INFO:teuthology.orchestra.run.smithi050.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 28 +577us[ +577us] +/- 72ms 2023-12-08T09:34:47.744 INFO:teuthology.orchestra.run.smithi050.stdout:^* hv02.front.sepia.ceph.com 3 7 377 93 -459us[ -446us] +/- 58ms 2023-12-08T09:34:47.744 INFO:teuthology.orchestra.run.smithi050.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 26 +118us[ +118us] +/- 69ms 2023-12-08T09:34:47.744 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T09:34:47.746 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-08T09:34:47.755 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-08T09:34:47.755 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-08T09:34:47.764 DEBUG:teuthology.orchestra.run.smithi045:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-08T09:34:47.881 DEBUG:teuthology.orchestra.run.smithi050:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-08T09:34:47.989 DEBUG:teuthology.orchestra.run.smithi045:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-08T09:34:48.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:34:48.029 DEBUG:teuthology.orchestra.run.smithi050:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-08T09:34:48.066 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:34:48.067 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-08T09:34:48.089 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-08T09:34:48.150 INFO:teuthology.task.internal:Duration was 1763.288085 seconds 2023-12-08T09:34:48.151 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-08T09:34:48.183 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-08T09:34:48.183 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-08T09:34:48.186 DEBUG:teuthology.orchestra.run.smithi050:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-08T09:34:48.241 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T09:34:48.244 INFO:teuthology.orchestra.run.smithi050.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T09:34:48.688 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-08T09:34:48.689 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi045.front.sepia.ceph.com 2023-12-08T09:34:48.689 DEBUG:teuthology.orchestra.run.smithi045:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-08T09:34:48.718 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi050.front.sepia.ceph.com 2023-12-08T09:34:48.718 DEBUG:teuthology.orchestra.run.smithi050:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-08T09:34:48.748 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-08T09:34:48.749 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-08T09:34:48.761 DEBUG:teuthology.orchestra.run.smithi050:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-08T09:34:48.847 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-08T09:34:48.847 DEBUG:teuthology.orchestra.run.smithi045:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-08T09:34:48.850 DEBUG:teuthology.orchestra.run.smithi050:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-08T09:34:48.962 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-08T09:34:48.973 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-08T09:34:48.973 DEBUG:teuthology.orchestra.run.smithi045:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-08T09:34:49.006 DEBUG:teuthology.orchestra.run.smithi050:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-08T09:34:49.041 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-08T09:34:49.052 DEBUG:teuthology.orchestra.run.smithi045:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-08T09:34:49.054 DEBUG:teuthology.orchestra.run.smithi050:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-08T09:34:49.085 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = core 2023-12-08T09:34:49.117 INFO:teuthology.orchestra.run.smithi050.stdout:kernel.core_pattern = core 2023-12-08T09:34:49.147 DEBUG:teuthology.orchestra.run.smithi045:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-08T09:34:49.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:34:49.170 DEBUG:teuthology.orchestra.run.smithi050:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-08T09:34:49.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T09:34:49.211 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-08T09:34:49.226 INFO:teuthology.task.internal:Transferring archived files... 2023-12-08T09:34:49.227 DEBUG:teuthology.misc:Transferring archived files from smithi045:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483329/remote/smithi045 2023-12-08T09:34:49.228 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-08T09:34:49.279 DEBUG:teuthology.misc:Transferring archived files from smithi050:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483329/remote/smithi050 2023-12-08T09:34:49.283 DEBUG:teuthology.orchestra.run.smithi050:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-08T09:34:49.333 INFO:teuthology.task.internal:Removing archive directory... 2023-12-08T09:34:49.334 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-08T09:34:49.337 DEBUG:teuthology.orchestra.run.smithi050:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-08T09:34:49.388 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-08T09:34:49.398 INFO:teuthology.task.internal:Not uploading archives. 2023-12-08T09:34:49.398 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-08T09:34:49.495 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-08T09:34:49.496 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-08T09:34:49.498 DEBUG:teuthology.orchestra.run.smithi050:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-08T09:34:49.524 INFO:teuthology.orchestra.run.smithi050.stdout: 525855 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 8 09:34 /home/ubuntu/cephtest 2023-12-08T09:34:49.525 INFO:teuthology.orchestra.run.smithi045.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 8 09:34 /home/ubuntu/cephtest 2023-12-08T09:34:49.525 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-08T09:34:49.536 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-08T09:34:49.556 INFO:teuthology.nuke:Checking targets against current locks 2023-12-08T09:34:49.581 DEBUG:teuthology.nuke:shortname: smithi045 2023-12-08T09:34:49.582 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T09:34:49.605 DEBUG:teuthology.nuke:shortname: smithi050 2023-12-08T09:34:49.605 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T09:34:49.613 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483329', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-08 08:57:17.064948', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIV/Szf2OMr7Pm4OeQUzVe272eZDWhqRh8wJXYKJXo+QvEYFH+z/36+2UpZFn/aojTZd3TvpBbjiV5FTX/ssIbo='} 2023-12-08T09:34:49.638 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi050.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483329', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-08 08:57:17.062966', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDdrb0jxYna0osFp5Xodr7x0c56+LO+AY0ToOcnsV82xvJotUt7cYPpzDoFFh+Dl49NMdd3wVeLvqxKjviiteKM='} 2023-12-08T09:34:49.662 INFO:teuthology.orchestra.console.smithi045:Power off 2023-12-08T09:34:49.662 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-08T09:34:49.690 DEBUG:teuthology.orchestra.console.smithi045:power off output: Chassis Power Control: Down/Off 2023-12-08T09:34:49.690 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T09:34:49.709 INFO:teuthology.orchestra.console.smithi050:Power off 2023-12-08T09:34:49.710 DEBUG:teuthology.orchestra.console.smithi050:pexpect command: ipmitool -H smithi050.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-08T09:34:49.725 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2023-12-08T09:34:49.738 DEBUG:teuthology.orchestra.console.smithi050:power off output: Chassis Power Control: Down/Off 2023-12-08T09:34:49.739 DEBUG:teuthology.orchestra.console.smithi050:pexpect command: ipmitool -H smithi050.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T09:34:49.764 DEBUG:teuthology.orchestra.console.smithi050:check power output: Chassis Power is on 2023-12-08T09:34:53.727 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T09:34:53.766 DEBUG:teuthology.orchestra.console.smithi050:pexpect command: ipmitool -H smithi050.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T09:34:53.839 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2023-12-08T09:34:53.877 DEBUG:teuthology.orchestra.console.smithi050:check power output: Chassis Power is on 2023-12-08T09:34:57.843 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T09:34:57.878 DEBUG:teuthology.orchestra.console.smithi050:pexpect command: ipmitool -H smithi050.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T09:34:57.955 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is off 2023-12-08T09:34:57.992 DEBUG:teuthology.orchestra.console.smithi050:check power output: Chassis Power is off 2023-12-08T09:34:58.056 INFO:teuthology.orchestra.console.smithi045:Power off completed 2023-12-08T09:34:58.093 INFO:teuthology.orchestra.console.smithi050:Power off completed 2023-12-08T09:34:58.197 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1763.2880854606628 failure_reason: timeout expired in wait_until_healthy owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=3ddc408433604f499787300eefc56e3b status: fail success: false 2023-12-08T09:34:58.198 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-08T09:34:58.285 INFO:teuthology.run:FAIL