2024-01-21T06:41:37.023 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-21T06:41:37.023 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524194 --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} --owner scheduled_yuriw@teuthology --name yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi --verbose -- /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524194/orig.config.yaml 2024-01-21T06:41:37.060 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T06:41:37.139 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524194 branch: wip-yuri4-testing-2024-01-18-1257-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} email: yweinste@redhat.com first_in_suite: false job_id: '7524194' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri4-testing-2024-01-18-1257-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri4-testing-2024-01-18-1257-pacific sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 8186 sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2024-01-18-1257-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec targets: smithi144.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAM/kKTWvzuo8/i2JIYZ7lQ5hm8kQoo7Gvg11MYWzYR8Dcg/H2FkDGYssEeD9ifaRdalS89OzWRCGf25++mZNfM= smithi177.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMUyBU2QWqeX+fIH/aWcB4xR0zk2Jx/fnVe1zxAl6RFDnK/nHj7P9Mkc3XcRfxDXRRUDWwFp/zcxz1kNS4ilBJk= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v16.2.5 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.5 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-19_23:17:02 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2024-01-21T06:41:37.139 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa; will attempt to use it 2024-01-21T06:41:37.140 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks 2024-01-21T06:41:37.140 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-21T06:41:37.142 INFO:teuthology.task.internal:Checking packages... 2024-01-21T06:41:37.167 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec' 2024-01-21T06:41:37.167 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-21T06:41:37.167 INFO:teuthology.packaging:ref: None 2024-01-21T06:41:37.167 INFO:teuthology.packaging:tag: None 2024-01-21T06:41:37.167 INFO:teuthology.packaging:branch: wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T06:41:37.167 INFO:teuthology.packaging:sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T06:41:37.167 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T06:41:37.519 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454.gea310589 2024-01-21T06:41:37.521 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-21T06:41:37.528 INFO:teuthology.task.internal:no buildpackages task found 2024-01-21T06:41:37.528 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-21T06:41:37.534 INFO:teuthology.task.internal:Saving configuration 2024-01-21T06:41:37.548 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-21T06:41:37.554 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T06:41:37.579 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi144.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524194', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 06:36:23.049633', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAM/kKTWvzuo8/i2JIYZ7lQ5hm8kQoo7Gvg11MYWzYR8Dcg/H2FkDGYssEeD9ifaRdalS89OzWRCGf25++mZNfM='} 2024-01-21T06:41:37.603 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524194', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 06:36:23.048213', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMUyBU2QWqeX+fIH/aWcB4xR0zk2Jx/fnVe1zxAl6RFDnK/nHj7P9Mkc3XcRfxDXRRUDWwFp/zcxz1kNS4ilBJk='} 2024-01-21T06:41:37.603 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-21T06:41:37.609 INFO:teuthology.task.internal:roles: ubuntu@smithi144.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-01-21T06:41:37.609 INFO:teuthology.task.internal:roles: ubuntu@smithi177.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-01-21T06:41:37.609 INFO:teuthology.run_tasks:Running task console_log... 2024-01-21T06:41:37.677 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1d8a7f6f70>, signals=[15]) 2024-01-21T06:41:37.677 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-21T06:41:37.682 INFO:teuthology.task.internal:Opening connections... 2024-01-21T06:41:37.682 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi144.front.sepia.ceph.com 2024-01-21T06:41:37.684 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T06:41:37.757 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi177.front.sepia.ceph.com 2024-01-21T06:41:37.758 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T06:41:37.830 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-21T06:41:37.836 DEBUG:teuthology.orchestra.run.smithi144:> uname -m 2024-01-21T06:41:37.858 INFO:teuthology.orchestra.run.smithi144.stdout:x86_64 2024-01-21T06:41:37.858 DEBUG:teuthology.orchestra.run.smithi144:> cat /etc/os-release 2024-01-21T06:41:37.918 INFO:teuthology.orchestra.run.smithi144.stdout:NAME="CentOS Stream" 2024-01-21T06:41:37.919 INFO:teuthology.orchestra.run.smithi144.stdout:VERSION="8" 2024-01-21T06:41:37.919 INFO:teuthology.orchestra.run.smithi144.stdout:ID="centos" 2024-01-21T06:41:37.919 INFO:teuthology.orchestra.run.smithi144.stdout:ID_LIKE="rhel fedora" 2024-01-21T06:41:37.919 INFO:teuthology.orchestra.run.smithi144.stdout:VERSION_ID="8" 2024-01-21T06:41:37.919 INFO:teuthology.orchestra.run.smithi144.stdout:PLATFORM_ID="platform:el8" 2024-01-21T06:41:37.919 INFO:teuthology.orchestra.run.smithi144.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-21T06:41:37.919 INFO:teuthology.orchestra.run.smithi144.stdout:ANSI_COLOR="0;31" 2024-01-21T06:41:37.919 INFO:teuthology.orchestra.run.smithi144.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-21T06:41:37.919 INFO:teuthology.orchestra.run.smithi144.stdout:HOME_URL="https://centos.org/" 2024-01-21T06:41:37.919 INFO:teuthology.orchestra.run.smithi144.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-21T06:41:37.919 INFO:teuthology.orchestra.run.smithi144.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-21T06:41:37.919 INFO:teuthology.orchestra.run.smithi144.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-21T06:41:37.920 INFO:teuthology.lock.ops:Updating smithi144.front.sepia.ceph.com on lock server 2024-01-21T06:41:37.948 DEBUG:teuthology.orchestra.run.smithi177:> uname -m 2024-01-21T06:41:37.970 INFO:teuthology.orchestra.run.smithi177.stdout:x86_64 2024-01-21T06:41:37.970 DEBUG:teuthology.orchestra.run.smithi177:> cat /etc/os-release 2024-01-21T06:41:38.032 INFO:teuthology.orchestra.run.smithi177.stdout:NAME="CentOS Stream" 2024-01-21T06:41:38.032 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION="8" 2024-01-21T06:41:38.032 INFO:teuthology.orchestra.run.smithi177.stdout:ID="centos" 2024-01-21T06:41:38.032 INFO:teuthology.orchestra.run.smithi177.stdout:ID_LIKE="rhel fedora" 2024-01-21T06:41:38.032 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION_ID="8" 2024-01-21T06:41:38.032 INFO:teuthology.orchestra.run.smithi177.stdout:PLATFORM_ID="platform:el8" 2024-01-21T06:41:38.032 INFO:teuthology.orchestra.run.smithi177.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-21T06:41:38.032 INFO:teuthology.orchestra.run.smithi177.stdout:ANSI_COLOR="0;31" 2024-01-21T06:41:38.032 INFO:teuthology.orchestra.run.smithi177.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-21T06:41:38.032 INFO:teuthology.orchestra.run.smithi177.stdout:HOME_URL="https://centos.org/" 2024-01-21T06:41:38.032 INFO:teuthology.orchestra.run.smithi177.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-21T06:41:38.032 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-21T06:41:38.032 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-21T06:41:38.033 INFO:teuthology.lock.ops:Updating smithi177.front.sepia.ceph.com on lock server 2024-01-21T06:41:38.065 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-21T06:41:38.073 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-21T06:41:38.078 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-21T06:41:38.078 DEBUG:teuthology.orchestra.run.smithi144:> test '!' -e /home/ubuntu/cephtest 2024-01-21T06:41:38.080 DEBUG:teuthology.orchestra.run.smithi177:> test '!' -e /home/ubuntu/cephtest 2024-01-21T06:41:38.100 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-21T06:41:38.106 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-21T06:41:38.106 DEBUG:teuthology.orchestra.run.smithi144:> test -z $(ls -A /var/lib/ceph) 2024-01-21T06:41:38.141 DEBUG:teuthology.orchestra.run.smithi177:> test -z $(ls -A /var/lib/ceph) 2024-01-21T06:41:38.180 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-21T06:41:38.236 INFO:teuthology.run_tasks:Running task kernel... 2024-01-21T06:41:38.250 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-21T06:41:38.250 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-21T06:41:38.250 DEBUG:teuthology.orchestra.run.smithi144:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T06:41:38.251 DEBUG:teuthology.orchestra.run.smithi177:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T06:41:38.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T06:41:38.271 DEBUG:teuthology.orchestra.run.smithi144:> uname -r 2024-01-21T06:41:38.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T06:41:38.272 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2024-01-21T06:41:38.332 INFO:teuthology.orchestra.run.smithi144.stdout:4.18.0-489.el8.x86_64 2024-01-21T06:41:38.333 INFO:teuthology.task.kernel:Running kernel on smithi144: 4.18.0-489.el8.x86_64 2024-01-21T06:41:38.333 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum install -y kernel 2024-01-21T06:41:38.334 INFO:teuthology.orchestra.run.smithi177.stdout:4.18.0-489.el8.x86_64 2024-01-21T06:41:38.334 INFO:teuthology.task.kernel:Running kernel on smithi177: 4.18.0-489.el8.x86_64 2024-01-21T06:41:38.334 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum install -y kernel 2024-01-21T06:41:42.703 INFO:teuthology.orchestra.run.smithi144.stdout:CentOS Stream 8 - AppStream 15 MB/s | 26 MB 00:01 2024-01-21T06:41:43.135 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 8 - AppStream 12 MB/s | 26 MB 00:02 2024-01-21T06:42:15.414 INFO:teuthology.orchestra.run.smithi144.stdout:CentOS Stream 8 - BaseOS 375 kB/s | 10 MB 00:28 2024-01-21T06:42:15.797 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 8 - BaseOS 375 kB/s | 10 MB 00:28 2024-01-21T06:42:17.439 INFO:teuthology.orchestra.run.smithi144.stdout:CentOS Stream 8 - Extras 41 kB/s | 18 kB 00:00 2024-01-21T06:42:17.806 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 8 - Extras 42 kB/s | 18 kB 00:00 2024-01-21T06:42:18.131 INFO:teuthology.orchestra.run.smithi144.stdout:CentOS Stream 8 - Extras common packages 12 kB/s | 6.9 kB 00:00 2024-01-21T06:42:18.348 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 8 - Extras common packages 16 kB/s | 6.9 kB 00:00 2024-01-21T06:42:18.374 INFO:teuthology.orchestra.run.smithi144.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2024-01-21T06:42:18.583 INFO:teuthology.orchestra.run.smithi177.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-01-21T06:42:20.675 INFO:teuthology.orchestra.run.smithi144.stdout:Extra Packages for Enterprise Linux 7.3 MB/s | 16 MB 00:02 2024-01-21T06:42:24.500 INFO:teuthology.orchestra.run.smithi144.stdout:lab-extras 382 kB/s | 24 kB 00:00 2024-01-21T06:42:25.253 INFO:teuthology.orchestra.run.smithi177.stdout:Extra Packages for Enterprise Linux 2.5 MB/s | 16 MB 00:06 2024-01-21T06:42:27.396 INFO:teuthology.orchestra.run.smithi144.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-21T06:42:27.397 INFO:teuthology.orchestra.run.smithi144.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-21T06:42:27.504 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-01-21T06:42:27.504 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-01-21T06:42:27.504 INFO:teuthology.orchestra.run.smithi144.stdout: Package Architecture Version Repository Size 2024-01-21T06:42:27.504 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-01-21T06:42:27.505 INFO:teuthology.orchestra.run.smithi144.stdout:Installing: 2024-01-21T06:42:27.505 INFO:teuthology.orchestra.run.smithi144.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-21T06:42:27.505 INFO:teuthology.orchestra.run.smithi144.stdout:Installing dependencies: 2024-01-21T06:42:27.505 INFO:teuthology.orchestra.run.smithi144.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-21T06:42:27.505 INFO:teuthology.orchestra.run.smithi144.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-21T06:42:27.505 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T06:42:27.505 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-01-21T06:42:27.505 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-01-21T06:42:27.505 INFO:teuthology.orchestra.run.smithi144.stdout:Install 3 Packages 2024-01-21T06:42:27.505 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T06:42:27.506 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 89 M 2024-01-21T06:42:27.506 INFO:teuthology.orchestra.run.smithi144.stdout:Installed size: 96 M 2024-01-21T06:42:27.506 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2024-01-21T06:42:28.767 INFO:teuthology.orchestra.run.smithi144.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 8.4 MB/s | 10 MB 00:01 2024-01-21T06:42:29.033 INFO:teuthology.orchestra.run.smithi177.stdout:lab-extras 548 kB/s | 24 kB 00:00 2024-01-21T06:42:29.917 INFO:teuthology.orchestra.run.smithi144.stdout:(2/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 15 MB/s | 36 MB 00:02 2024-01-21T06:42:30.376 INFO:teuthology.orchestra.run.smithi144.stdout:(3/3): kernel-core-4.18.0-535.el8.x86_64.rpm 15 MB/s | 43 MB 00:02 2024-01-21T06:42:30.377 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2024-01-21T06:42:30.377 INFO:teuthology.orchestra.run.smithi144.stdout:Total 31 MB/s | 89 MB 00:02 2024-01-21T06:42:31.056 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-01-21T06:42:31.466 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-01-21T06:42:31.467 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-01-21T06:42:31.897 INFO:teuthology.orchestra.run.smithi177.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-21T06:42:31.897 INFO:teuthology.orchestra.run.smithi177.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-21T06:42:31.999 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-01-21T06:42:32.000 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-01-21T06:42:32.000 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-01-21T06:42:32.000 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-01-21T06:42:32.000 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-01-21T06:42:32.001 INFO:teuthology.orchestra.run.smithi177.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-21T06:42:32.001 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-01-21T06:42:32.001 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-21T06:42:32.001 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-21T06:42:32.001 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:42:32.001 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-01-21T06:42:32.001 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-01-21T06:42:32.001 INFO:teuthology.orchestra.run.smithi177.stdout:Install 3 Packages 2024-01-21T06:42:32.001 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:42:32.002 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 89 M 2024-01-21T06:42:32.002 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 96 M 2024-01-21T06:42:32.002 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-01-21T06:42:32.686 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-01-21T06:42:32.712 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-01-21T06:42:32.834 INFO:teuthology.orchestra.run.smithi177.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 13 MB/s | 10 MB 00:00 2024-01-21T06:42:33.660 INFO:teuthology.orchestra.run.smithi177.stdout:(2/3): kernel-core-4.18.0-535.el8.x86_64.rpm 27 MB/s | 43 MB 00:01 2024-01-21T06:42:33.969 INFO:teuthology.orchestra.run.smithi177.stdout:(3/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 19 MB/s | 36 MB 00:01 2024-01-21T06:42:33.969 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-01-21T06:42:33.969 INFO:teuthology.orchestra.run.smithi177.stdout:Total 45 MB/s | 89 MB 00:01 2024-01-21T06:42:34.644 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-01-21T06:42:35.072 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-01-21T06:42:35.072 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-01-21T06:42:35.459 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-01-21T06:42:36.000 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T06:42:36.306 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-01-21T06:42:36.334 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-01-21T06:42:39.084 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-01-21T06:42:39.554 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T06:42:39.561 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T06:42:39.941 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T06:42:43.090 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T06:42:43.370 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T06:42:43.494 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T06:42:43.630 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T06:42:46.919 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T06:42:47.209 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T06:43:05.399 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-21T06:43:05.424 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T06:43:05.769 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T06:43:05.769 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-21T06:43:05.769 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-21T06:43:06.268 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T06:43:06.268 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T06:43:06.268 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2024-01-21T06:43:06.268 INFO:teuthology.orchestra.run.smithi144.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-21T06:43:06.268 INFO:teuthology.orchestra.run.smithi144.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-21T06:43:06.268 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T06:43:06.268 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-01-21T06:43:06.416 DEBUG:teuthology.orchestra.run.smithi144:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T06:43:06.635 INFO:teuthology.orchestra.run.smithi144.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T06:43:06.635 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T06:43:06.635 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-21T06:43:06.635 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-21T06:43:06.635 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-21T06:43:06.636 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-21T06:43:06.636 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi144.front.sepia.ceph.com, path=None, version=distro) 2024-01-21T06:43:06.636 DEBUG:teuthology.orchestra.run.smithi144:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T06:43:06.844 INFO:teuthology.orchestra.run.smithi144.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T06:43:06.845 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T06:43:06.846 DEBUG:teuthology.orchestra.run.smithi144:> sudo rpm -qi grub2-tools 2024-01-21T06:43:06.879 INFO:teuthology.orchestra.run.smithi144.stdout:Name : grub2-tools 2024-01-21T06:43:06.879 INFO:teuthology.orchestra.run.smithi144.stdout:Epoch : 1 2024-01-21T06:43:06.879 INFO:teuthology.orchestra.run.smithi144.stdout:Version : 2.02 2024-01-21T06:43:06.879 INFO:teuthology.orchestra.run.smithi144.stdout:Release : 129.el8 2024-01-21T06:43:06.879 INFO:teuthology.orchestra.run.smithi144.stdout:Architecture: x86_64 2024-01-21T06:43:06.879 INFO:teuthology.orchestra.run.smithi144.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-21T06:43:06.880 INFO:teuthology.orchestra.run.smithi144.stdout:Group : System Environment/Base 2024-01-21T06:43:06.880 INFO:teuthology.orchestra.run.smithi144.stdout:Size : 9265586 2024-01-21T06:43:06.880 INFO:teuthology.orchestra.run.smithi144.stdout:License : GPLv3+ 2024-01-21T06:43:06.880 INFO:teuthology.orchestra.run.smithi144.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-21T06:43:06.880 INFO:teuthology.orchestra.run.smithi144.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-21T06:43:06.880 INFO:teuthology.orchestra.run.smithi144.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-21T06:43:06.880 INFO:teuthology.orchestra.run.smithi144.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-21T06:43:06.880 INFO:teuthology.orchestra.run.smithi144.stdout:Relocations : (not relocatable) 2024-01-21T06:43:06.880 INFO:teuthology.orchestra.run.smithi144.stdout:Packager : CentOS BuildSystem 2024-01-21T06:43:06.880 INFO:teuthology.orchestra.run.smithi144.stdout:Vendor : CentOS 2024-01-21T06:43:06.880 INFO:teuthology.orchestra.run.smithi144.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-21T06:43:06.880 INFO:teuthology.orchestra.run.smithi144.stdout:Summary : Support tools for GRUB. 2024-01-21T06:43:06.880 INFO:teuthology.orchestra.run.smithi144.stdout:Description : 2024-01-21T06:43:06.880 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T06:43:06.881 INFO:teuthology.orchestra.run.smithi144.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-21T06:43:06.881 INFO:teuthology.orchestra.run.smithi144.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-21T06:43:06.881 INFO:teuthology.orchestra.run.smithi144.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-21T06:43:06.881 INFO:teuthology.orchestra.run.smithi144.stdout:hardware devices. 2024-01-21T06:43:06.881 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T06:43:06.881 INFO:teuthology.orchestra.run.smithi144.stdout:This subpackage provides tools for support of all platforms. 2024-01-21T06:43:06.882 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-21T06:43:06.882 INFO:teuthology.task.kernel:Updating grub on smithi144 to boot 4.18.0-535.el8.x86_64 2024-01-21T06:43:06.882 DEBUG:teuthology.orchestra.run.smithi144:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-21T06:43:08.542 INFO:teuthology.orchestra.run.smithi144.stderr:Generating grub configuration file ... 2024-01-21T06:43:09.194 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-21T06:43:09.220 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T06:43:09.573 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T06:43:09.573 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-21T06:43:09.573 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-21T06:43:10.071 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T06:43:10.071 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:43:10.071 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-01-21T06:43:10.071 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-21T06:43:10.071 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-21T06:43:10.071 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:43:10.071 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-01-21T06:43:10.221 DEBUG:teuthology.orchestra.run.smithi177:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T06:43:10.439 INFO:teuthology.orchestra.run.smithi177.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T06:43:10.440 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T06:43:10.440 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-21T06:43:10.441 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-21T06:43:10.441 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-21T06:43:10.441 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-21T06:43:10.441 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi177.front.sepia.ceph.com, path=None, version=distro) 2024-01-21T06:43:10.441 DEBUG:teuthology.orchestra.run.smithi177:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T06:43:10.648 INFO:teuthology.orchestra.run.smithi177.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T06:43:10.648 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T06:43:10.648 DEBUG:teuthology.orchestra.run.smithi177:> sudo rpm -qi grub2-tools 2024-01-21T06:43:10.679 INFO:teuthology.orchestra.run.smithi144.stderr:done 2024-01-21T06:43:10.680 DEBUG:teuthology.orchestra.run.smithi144:> mktemp 2024-01-21T06:43:10.681 INFO:teuthology.orchestra.run.smithi177.stdout:Name : grub2-tools 2024-01-21T06:43:10.682 INFO:teuthology.orchestra.run.smithi177.stdout:Epoch : 1 2024-01-21T06:43:10.682 INFO:teuthology.orchestra.run.smithi177.stdout:Version : 2.02 2024-01-21T06:43:10.682 INFO:teuthology.orchestra.run.smithi177.stdout:Release : 129.el8 2024-01-21T06:43:10.682 INFO:teuthology.orchestra.run.smithi177.stdout:Architecture: x86_64 2024-01-21T06:43:10.682 INFO:teuthology.orchestra.run.smithi177.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-21T06:43:10.682 INFO:teuthology.orchestra.run.smithi177.stdout:Group : System Environment/Base 2024-01-21T06:43:10.682 INFO:teuthology.orchestra.run.smithi177.stdout:Size : 9265586 2024-01-21T06:43:10.682 INFO:teuthology.orchestra.run.smithi177.stdout:License : GPLv3+ 2024-01-21T06:43:10.682 INFO:teuthology.orchestra.run.smithi177.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-21T06:43:10.682 INFO:teuthology.orchestra.run.smithi177.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-21T06:43:10.682 INFO:teuthology.orchestra.run.smithi177.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-21T06:43:10.682 INFO:teuthology.orchestra.run.smithi177.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-21T06:43:10.682 INFO:teuthology.orchestra.run.smithi177.stdout:Relocations : (not relocatable) 2024-01-21T06:43:10.682 INFO:teuthology.orchestra.run.smithi177.stdout:Packager : CentOS BuildSystem 2024-01-21T06:43:10.682 INFO:teuthology.orchestra.run.smithi177.stdout:Vendor : CentOS 2024-01-21T06:43:10.683 INFO:teuthology.orchestra.run.smithi177.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-21T06:43:10.683 INFO:teuthology.orchestra.run.smithi177.stdout:Summary : Support tools for GRUB. 2024-01-21T06:43:10.683 INFO:teuthology.orchestra.run.smithi177.stdout:Description : 2024-01-21T06:43:10.683 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:43:10.683 INFO:teuthology.orchestra.run.smithi177.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-21T06:43:10.683 INFO:teuthology.orchestra.run.smithi177.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-21T06:43:10.683 INFO:teuthology.orchestra.run.smithi177.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-21T06:43:10.683 INFO:teuthology.orchestra.run.smithi177.stdout:hardware devices. 2024-01-21T06:43:10.683 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:43:10.683 INFO:teuthology.orchestra.run.smithi177.stdout:This subpackage provides tools for support of all platforms. 2024-01-21T06:43:10.684 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-21T06:43:10.685 INFO:teuthology.task.kernel:Updating grub on smithi177 to boot 4.18.0-535.el8.x86_64 2024-01-21T06:43:10.685 DEBUG:teuthology.orchestra.run.smithi177:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-21T06:43:10.705 INFO:teuthology.orchestra.run.smithi144.stdout:/tmp/tmp.cJldetgLA5 2024-01-21T06:43:10.706 DEBUG:teuthology.orchestra.run.smithi144:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.cJldetgLA5 2024-01-21T06:43:10.779 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod 0666 /tmp/tmp.cJldetgLA5 2024-01-21T06:43:10.924 DEBUG:teuthology.orchestra.remote:smithi144:/tmp/tmp.cJldetgLA5 is 6KB 2024-01-21T06:43:10.973 DEBUG:teuthology.orchestra.run.smithi144:> rm -fr /tmp/tmp.cJldetgLA5 2024-01-21T06:43:10.990 DEBUG:teuthology.orchestra.run.smithi144:> sudo /bin/ls /boot/loader/entries || true 2024-01-21T06:43:11.056 INFO:teuthology.orchestra.run.smithi144.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-21T06:43:11.056 INFO:teuthology.orchestra.run.smithi144.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-21T06:43:11.056 INFO:teuthology.orchestra.run.smithi144.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-21T06:43:11.056 INFO:teuthology.orchestra.run.smithi144.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-21T06:43:11.057 DEBUG:teuthology.orchestra.run.smithi144:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-21T06:43:11.262 DEBUG:teuthology.orchestra.run.smithi144:> sudo shutdown -r now 2024-01-21T06:43:12.358 INFO:teuthology.orchestra.run.smithi177.stderr:Generating grub configuration file ... 2024-01-21T06:43:14.554 INFO:teuthology.orchestra.run.smithi177.stderr:done 2024-01-21T06:43:14.555 DEBUG:teuthology.orchestra.run.smithi177:> mktemp 2024-01-21T06:43:14.581 INFO:teuthology.orchestra.run.smithi177.stdout:/tmp/tmp.sf1kPCMiab 2024-01-21T06:43:14.581 DEBUG:teuthology.orchestra.run.smithi177:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.sf1kPCMiab 2024-01-21T06:43:14.654 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 0666 /tmp/tmp.sf1kPCMiab 2024-01-21T06:43:14.801 DEBUG:teuthology.orchestra.remote:smithi177:/tmp/tmp.sf1kPCMiab is 6KB 2024-01-21T06:43:14.849 DEBUG:teuthology.orchestra.run.smithi177:> rm -fr /tmp/tmp.sf1kPCMiab 2024-01-21T06:43:14.866 DEBUG:teuthology.orchestra.run.smithi177:> sudo /bin/ls /boot/loader/entries || true 2024-01-21T06:43:14.934 INFO:teuthology.orchestra.run.smithi177.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-21T06:43:14.934 INFO:teuthology.orchestra.run.smithi177.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-21T06:43:14.934 INFO:teuthology.orchestra.run.smithi177.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-21T06:43:14.934 INFO:teuthology.orchestra.run.smithi177.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-21T06:43:14.935 DEBUG:teuthology.orchestra.run.smithi177:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-21T06:43:15.096 DEBUG:teuthology.orchestra.run.smithi177:> sudo shutdown -r now 2024-01-21T06:43:41.291 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-21T06:43:41.292 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-01-21T06:43:41.293 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T06:43:45.100 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-21T06:43:45.100 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-01-21T06:43:45.101 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T06:44:19.644 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.177 2024-01-21T06:44:28.652 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-01-21T06:44:28.653 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T06:44:41.300 DEBUG:teuthology.orchestra.remote:timed out 2024-01-21T06:44:47.036 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.177 2024-01-21T06:44:50.307 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-01-21T06:44:50.307 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T06:44:50.650 DEBUG:teuthology.orchestra.run.smithi144:> true 2024-01-21T06:44:51.025 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-01-21T06:44:51.025 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-535.el8.x86_64"... 2024-01-21T06:44:51.025 DEBUG:teuthology.orchestra.run.smithi144:> uname -r 2024-01-21T06:44:51.042 INFO:teuthology.orchestra.run.smithi144.stdout:4.18.0-535.el8.x86_64 2024-01-21T06:44:51.042 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-21T06:44:51.042 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-21T06:44:51.042 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-21T06:44:52.043 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-21T06:44:52.043 DEBUG:teuthology.orchestra.run.smithi144:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T06:44:52.123 INFO:teuthology.orchestra.run.smithi144.stdout:ttyS1 2024-01-21T06:44:52.137 DEBUG:teuthology.parallel:result is None 2024-01-21T06:44:59.037 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-01-21T06:44:59.038 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T06:44:59.401 DEBUG:teuthology.orchestra.run.smithi177:> true 2024-01-21T06:44:59.665 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-01-21T06:44:59.665 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-535.el8.x86_64"... 2024-01-21T06:44:59.665 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2024-01-21T06:44:59.682 INFO:teuthology.orchestra.run.smithi177.stdout:4.18.0-535.el8.x86_64 2024-01-21T06:44:59.682 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-21T06:44:59.682 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-21T06:44:59.682 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-21T06:45:00.683 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-21T06:45:00.683 DEBUG:teuthology.orchestra.run.smithi177:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T06:45:00.758 INFO:teuthology.orchestra.run.smithi177.stdout:ttyS1 2024-01-21T06:45:00.772 DEBUG:teuthology.parallel:result is None 2024-01-21T06:45:00.773 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-21T06:45:00.783 INFO:teuthology.task.internal:Creating test directory... 2024-01-21T06:45:00.783 DEBUG:teuthology.orchestra.run.smithi144:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T06:45:00.786 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T06:45:00.807 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-21T06:45:00.815 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-21T06:45:00.835 INFO:teuthology.task.internal:Creating archive directory... 2024-01-21T06:45:00.835 DEBUG:teuthology.orchestra.run.smithi144:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T06:45:00.850 DEBUG:teuthology.orchestra.run.smithi177:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T06:45:00.879 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-21T06:45:00.886 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-21T06:45:00.886 DEBUG:teuthology.orchestra.run.smithi144:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-21T06:45:00.917 DEBUG:teuthology.orchestra.run.smithi177:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-21T06:45:00.945 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T06:45:00.955 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T06:45:00.959 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T06:45:00.971 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T06:45:00.972 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-21T06:45:00.980 INFO:teuthology.task.internal:Configuring sudo... 2024-01-21T06:45:00.980 DEBUG:teuthology.orchestra.run.smithi144:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T06:45:00.983 DEBUG:teuthology.orchestra.run.smithi177:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T06:45:01.028 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-21T06:45:01.037 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-21T06:45:01.037 DEBUG:teuthology.orchestra.run.smithi144:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T06:45:01.052 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T06:45:01.089 DEBUG:teuthology.orchestra.run.smithi144:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T06:45:01.155 DEBUG:teuthology.orchestra.run.smithi144:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T06:45:01.206 DEBUG:teuthology.orchestra.run.smithi144:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T06:45:01.286 DEBUG:teuthology.orchestra.run.smithi144:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T06:45:01.332 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T06:45:01.333 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T06:45:01.399 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T06:45:01.445 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T06:45:01.500 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T06:45:01.588 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T06:45:01.677 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-21T06:45:01.677 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T06:45:01.834 DEBUG:teuthology.orchestra.run.smithi144:> sudo service rsyslog restart 2024-01-21T06:45:01.837 DEBUG:teuthology.orchestra.run.smithi177:> sudo service rsyslog restart 2024-01-21T06:45:01.900 INFO:teuthology.orchestra.run.smithi144.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T06:45:02.494 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T06:45:02.561 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-21T06:45:02.569 INFO:teuthology.task.internal:Starting timer... 2024-01-21T06:45:02.569 INFO:teuthology.run_tasks:Running task pcp... 2024-01-21T06:45:02.579 INFO:teuthology.run_tasks:Running task selinux... 2024-01-21T06:45:02.588 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-21T06:45:02.588 DEBUG:teuthology.orchestra.run.smithi144:> sudo service auditd rotate 2024-01-21T06:45:02.686 INFO:teuthology.orchestra.run.smithi144.stdout:Rotating logs: 2024-01-21T06:45:02.688 DEBUG:teuthology.orchestra.run.smithi177:> sudo service auditd rotate 2024-01-21T06:45:03.434 INFO:teuthology.orchestra.run.smithi177.stdout:Rotating logs: 2024-01-21T06:45:03.436 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-21T06:45:03.436 DEBUG:teuthology.orchestra.run.smithi144:> /usr/sbin/getenforce 2024-01-21T06:45:03.467 INFO:teuthology.orchestra.run.smithi144.stdout:Permissive 2024-01-21T06:45:03.468 DEBUG:teuthology.orchestra.run.smithi177:> /usr/sbin/getenforce 2024-01-21T06:45:03.491 INFO:teuthology.orchestra.run.smithi177.stdout:Permissive 2024-01-21T06:45:03.491 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi144.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi177.front.sepia.ceph.com': 'permissive'} 2024-01-21T06:45:03.491 DEBUG:teuthology.orchestra.run.smithi144:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-21T06:45:03.534 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T06:45:03.535 DEBUG:teuthology.orchestra.run.smithi177:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-21T06:45:03.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T06:45:03.564 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-21T06:45:03.564 DEBUG:teuthology.orchestra.run.smithi144:> sudo /usr/sbin/setenforce permissive 2024-01-21T06:45:03.602 DEBUG:teuthology.orchestra.run.smithi177:> sudo /usr/sbin/setenforce permissive 2024-01-21T06:45:03.659 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-21T06:45:03.669 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-21T06:45:03.686 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-01-21T06:45:03.687 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi144.front.sepia.ceph.com,smithi177.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-21T06:50:53.261 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi144.front.sepia.ceph.com'), Remote(name='ubuntu@smithi177.front.sepia.ceph.com')] 2024-01-21T06:50:53.262 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-01-21T06:50:53.263 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T06:50:53.336 DEBUG:teuthology.orchestra.run.smithi144:> true 2024-01-21T06:50:53.410 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-01-21T06:50:53.411 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-01-21T06:50:53.411 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T06:50:53.483 DEBUG:teuthology.orchestra.run.smithi177:> true 2024-01-21T06:50:53.549 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-01-21T06:50:53.550 INFO:teuthology.run_tasks:Running task clock... 2024-01-21T06:50:53.561 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-21T06:50:53.561 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T06:50:53.562 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T06:50:53.564 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T06:50:53.564 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T06:50:53.593 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-21T06:50:53.607 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-21T06:50:53.621 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-21T06:50:53.635 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-21T06:50:53.665 INFO:teuthology.orchestra.run.smithi144.stderr:sudo: ntpd: command not found 2024-01-21T06:50:53.676 INFO:teuthology.orchestra.run.smithi144.stdout:506 Cannot talk to daemon 2024-01-21T06:50:53.689 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-21T06:50:53.702 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-21T06:50:53.703 INFO:teuthology.orchestra.run.smithi177.stderr:sudo: ntpd: command not found 2024-01-21T06:50:53.713 INFO:teuthology.orchestra.run.smithi177.stdout:506 Cannot talk to daemon 2024-01-21T06:50:53.727 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-21T06:50:53.740 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-21T06:50:53.777 INFO:teuthology.orchestra.run.smithi144.stderr:bash: ntpq: command not found 2024-01-21T06:50:53.780 INFO:teuthology.orchestra.run.smithi144.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T06:50:53.781 INFO:teuthology.orchestra.run.smithi144.stdout:=============================================================================== 2024-01-21T06:50:53.781 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T06:50:53.781 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T06:50:53.781 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T06:50:53.781 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T06:50:53.802 INFO:teuthology.orchestra.run.smithi177.stderr:bash: ntpq: command not found 2024-01-21T06:50:53.806 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T06:50:53.806 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2024-01-21T06:50:53.807 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T06:50:53.807 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T06:50:53.807 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T06:50:53.807 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T06:50:53.807 INFO:teuthology.run_tasks:Running task pexec... 2024-01-21T06:50:53.816 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-21T06:50:53.817 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi144.front.sepia.ceph.com 2024-01-21T06:50:53.817 DEBUG:teuthology.orchestra.run.smithi144:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-21T06:50:53.817 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi177.front.sepia.ceph.com 2024-01-21T06:50:53.817 DEBUG:teuthology.orchestra.run.smithi177:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-21T06:50:54.580 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:35 ago on Sun 21 Jan 2024 06:49:19 AM UTC. 2024-01-21T06:50:54.605 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:35 ago on Sun 21 Jan 2024 06:49:19 AM UTC. 2024-01-21T06:50:56.510 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-01-21T06:50:56.511 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-01-21T06:50:56.511 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-01-21T06:50:56.511 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-01-21T06:50:56.511 INFO:teuthology.orchestra.run.smithi177.stdout:Resetting modules: 2024-01-21T06:50:56.511 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools 2024-01-21T06:50:56.511 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:50:56.511 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-01-21T06:50:56.511 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-01-21T06:50:56.511 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:50:56.522 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-01-21T06:50:56.523 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-01-21T06:50:56.523 INFO:teuthology.orchestra.run.smithi144.stdout: Package Architecture Version Repository Size 2024-01-21T06:50:56.523 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-01-21T06:50:56.523 INFO:teuthology.orchestra.run.smithi144.stdout:Resetting modules: 2024-01-21T06:50:56.524 INFO:teuthology.orchestra.run.smithi144.stdout: container-tools 2024-01-21T06:50:56.524 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T06:50:56.524 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-01-21T06:50:56.524 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-01-21T06:50:56.524 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T06:50:56.770 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-01-21T06:50:56.773 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-01-21T06:50:57.577 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:38 ago on Sun 21 Jan 2024 06:49:19 AM UTC. 2024-01-21T06:50:57.597 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:38 ago on Sun 21 Jan 2024 06:49:19 AM UTC. 2024-01-21T06:50:59.522 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-01-21T06:50:59.542 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-01-21T06:50:59.557 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-01-21T06:50:59.557 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-01-21T06:50:59.557 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-01-21T06:50:59.557 INFO:teuthology.orchestra.run.smithi177.stdout:Installing group/module packages: 2024-01-21T06:50:59.558 INFO:teuthology.orchestra.run.smithi177.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-21T06:50:59.558 INFO:teuthology.orchestra.run.smithi177.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-21T06:50:59.558 INFO:teuthology.orchestra.run.smithi177.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-21T06:50:59.558 INFO:teuthology.orchestra.run.smithi177.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-21T06:50:59.558 INFO:teuthology.orchestra.run.smithi177.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-21T06:50:59.558 INFO:teuthology.orchestra.run.smithi177.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-21T06:50:59.558 INFO:teuthology.orchestra.run.smithi177.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-21T06:50:59.558 INFO:teuthology.orchestra.run.smithi177.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-21T06:50:59.558 INFO:teuthology.orchestra.run.smithi177.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-21T06:50:59.558 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-01-21T06:50:59.558 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-21T06:50:59.558 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-21T06:50:59.558 INFO:teuthology.orchestra.run.smithi177.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-21T06:50:59.558 INFO:teuthology.orchestra.run.smithi177.stdout:Installing weak dependencies: 2024-01-21T06:50:59.559 INFO:teuthology.orchestra.run.smithi177.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-21T06:50:59.559 INFO:teuthology.orchestra.run.smithi177.stdout:Installing module profiles: 2024-01-21T06:50:59.559 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools/common 2024-01-21T06:50:59.559 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:50:59.559 INFO:teuthology.orchestra.run.smithi177.stdout:Enabling module streams: 2024-01-21T06:50:59.559 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools rhel8 2024-01-21T06:50:59.559 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:50:59.559 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-01-21T06:50:59.559 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-01-21T06:50:59.559 INFO:teuthology.orchestra.run.smithi177.stdout:Install 13 Packages 2024-01-21T06:50:59.559 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:50:59.560 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 27 M 2024-01-21T06:50:59.560 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 89 M 2024-01-21T06:50:59.560 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-01-21T06:50:59.577 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-01-21T06:50:59.577 INFO:teuthology.orchestra.run.smithi144.stdout: Package Arch Version Repository Size 2024-01-21T06:50:59.577 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-01-21T06:50:59.577 INFO:teuthology.orchestra.run.smithi144.stdout:Installing group/module packages: 2024-01-21T06:50:59.578 INFO:teuthology.orchestra.run.smithi144.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-21T06:50:59.578 INFO:teuthology.orchestra.run.smithi144.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-21T06:50:59.578 INFO:teuthology.orchestra.run.smithi144.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-21T06:50:59.578 INFO:teuthology.orchestra.run.smithi144.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-21T06:50:59.578 INFO:teuthology.orchestra.run.smithi144.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-21T06:50:59.578 INFO:teuthology.orchestra.run.smithi144.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-21T06:50:59.578 INFO:teuthology.orchestra.run.smithi144.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-21T06:50:59.578 INFO:teuthology.orchestra.run.smithi144.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-21T06:50:59.578 INFO:teuthology.orchestra.run.smithi144.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-21T06:50:59.578 INFO:teuthology.orchestra.run.smithi144.stdout:Installing dependencies: 2024-01-21T06:50:59.578 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-21T06:50:59.578 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-21T06:50:59.578 INFO:teuthology.orchestra.run.smithi144.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-21T06:50:59.578 INFO:teuthology.orchestra.run.smithi144.stdout:Installing weak dependencies: 2024-01-21T06:50:59.579 INFO:teuthology.orchestra.run.smithi144.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-21T06:50:59.579 INFO:teuthology.orchestra.run.smithi144.stdout:Installing module profiles: 2024-01-21T06:50:59.579 INFO:teuthology.orchestra.run.smithi144.stdout: container-tools/common 2024-01-21T06:50:59.579 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T06:50:59.579 INFO:teuthology.orchestra.run.smithi144.stdout:Enabling module streams: 2024-01-21T06:50:59.579 INFO:teuthology.orchestra.run.smithi144.stdout: container-tools rhel8 2024-01-21T06:50:59.579 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T06:50:59.579 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-01-21T06:50:59.579 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-01-21T06:50:59.579 INFO:teuthology.orchestra.run.smithi144.stdout:Install 13 Packages 2024-01-21T06:50:59.579 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T06:50:59.580 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 27 M 2024-01-21T06:50:59.580 INFO:teuthology.orchestra.run.smithi144.stdout:Installed size: 89 M 2024-01-21T06:50:59.580 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2024-01-21T06:50:59.862 INFO:teuthology.orchestra.run.smithi177.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.8 MB/s | 750 kB 00:00 2024-01-21T06:50:59.896 INFO:teuthology.orchestra.run.smithi177.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.4 MB/s | 1.0 MB 00:00 2024-01-21T06:50:59.921 INFO:teuthology.orchestra.run.smithi177.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 647 kB/s | 38 kB 00:00 2024-01-21T06:50:59.954 INFO:teuthology.orchestra.run.smithi177.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2024-01-21T06:51:00.021 INFO:teuthology.orchestra.run.smithi177.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.6 MB/s | 178 kB 00:00 2024-01-21T06:51:00.077 INFO:teuthology.orchestra.run.smithi144.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.4 MB/s | 750 kB 00:00 2024-01-21T06:51:00.111 INFO:teuthology.orchestra.run.smithi144.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.0 MB/s | 1.0 MB 00:00 2024-01-21T06:51:00.136 INFO:teuthology.orchestra.run.smithi144.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 650 kB/s | 38 kB 00:00 2024-01-21T06:51:00.147 INFO:teuthology.orchestra.run.smithi177.stdout:(6/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 17 MB/s | 3.9 MB 00:00 2024-01-21T06:51:00.170 INFO:teuthology.orchestra.run.smithi144.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2024-01-21T06:51:00.172 INFO:teuthology.orchestra.run.smithi177.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 165 kB/s | 25 kB 00:00 2024-01-21T06:51:00.228 INFO:teuthology.orchestra.run.smithi144.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.0 MB/s | 178 kB 00:00 2024-01-21T06:51:00.272 INFO:teuthology.orchestra.run.smithi177.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 14 MB/s | 9.6 MB 00:00 2024-01-21T06:51:00.298 INFO:teuthology.orchestra.run.smithi177.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 623 kB/s | 94 kB 00:00 2024-01-21T06:51:00.371 INFO:teuthology.orchestra.run.smithi144.stdout:(6/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 17 MB/s | 3.9 MB 00:00 2024-01-21T06:51:00.373 INFO:teuthology.orchestra.run.smithi177.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 25 MB/s | 2.5 MB 00:00 2024-01-21T06:51:00.387 INFO:teuthology.orchestra.run.smithi144.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 156 kB/s | 25 kB 00:00 2024-01-21T06:51:00.399 INFO:teuthology.orchestra.run.smithi177.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 525 kB/s | 53 kB 00:00 2024-01-21T06:51:00.431 INFO:teuthology.orchestra.run.smithi177.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 700 kB/s | 41 kB 00:00 2024-01-21T06:51:00.488 INFO:teuthology.orchestra.run.smithi144.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 13 MB/s | 9.6 MB 00:00 2024-01-21T06:51:00.513 INFO:teuthology.orchestra.run.smithi144.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 660 kB/s | 94 kB 00:00 2024-01-21T06:51:00.566 INFO:teuthology.orchestra.run.smithi177.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 21 MB/s | 8.1 MB 00:00 2024-01-21T06:51:00.566 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-01-21T06:51:00.566 INFO:teuthology.orchestra.run.smithi177.stdout:Total 26 MB/s | 27 MB 00:01 2024-01-21T06:51:00.588 INFO:teuthology.orchestra.run.smithi144.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 25 MB/s | 2.5 MB 00:00 2024-01-21T06:51:00.613 INFO:teuthology.orchestra.run.smithi144.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 524 kB/s | 53 kB 00:00 2024-01-21T06:51:00.639 INFO:teuthology.orchestra.run.smithi144.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 819 kB/s | 41 kB 00:00 2024-01-21T06:51:00.781 INFO:teuthology.orchestra.run.smithi144.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 21 MB/s | 8.1 MB 00:00 2024-01-21T06:51:00.781 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2024-01-21T06:51:00.781 INFO:teuthology.orchestra.run.smithi144.stdout:Total 22 MB/s | 27 MB 00:01 2024-01-21T06:51:00.829 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-01-21T06:51:00.850 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-01-21T06:51:00.850 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-01-21T06:51:01.042 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-01-21T06:51:01.062 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-01-21T06:51:01.062 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-01-21T06:51:01.104 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-01-21T06:51:01.106 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-01-21T06:51:01.324 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-01-21T06:51:01.386 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-01-21T06:51:01.790 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-01-21T06:51:01.985 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-21T06:51:02.013 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-01-21T06:51:02.188 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-21T06:51:02.218 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-21T06:51:02.370 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-21T06:51:02.379 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-21T06:51:02.585 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-21T06:51:02.615 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T06:51:02.815 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T06:51:03.150 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-21T06:51:03.360 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-21T06:51:04.352 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T06:51:04.489 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T06:51:04.609 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-21T06:51:04.740 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-21T06:51:04.814 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-21T06:51:04.949 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-21T06:51:05.117 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-21T06:51:05.200 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-21T06:51:05.516 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-21T06:51:05.610 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-21T06:51:06.395 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T06:51:06.512 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T06:51:06.629 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-21T06:51:06.714 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-21T06:51:06.811 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T06:51:06.937 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T06:51:07.215 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T06:51:07.216 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-21T06:51:07.216 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-21T06:51:07.216 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-21T06:51:07.216 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T06:51:07.216 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-21T06:51:07.216 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T06:51:07.216 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-21T06:51:07.216 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-21T06:51:07.216 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-21T06:51:07.216 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-21T06:51:07.216 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T06:51:07.216 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-21T06:51:07.376 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T06:51:07.377 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-21T06:51:07.377 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-21T06:51:07.377 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-21T06:51:07.377 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T06:51:07.377 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-21T06:51:07.377 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T06:51:07.377 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-21T06:51:07.377 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-21T06:51:07.377 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-21T06:51:07.377 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-21T06:51:07.377 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T06:51:07.377 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-21T06:51:07.720 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-21T06:51:07.720 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T06:51:07.720 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2024-01-21T06:51:07.720 INFO:teuthology.orchestra.run.smithi144.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T06:51:07.720 INFO:teuthology.orchestra.run.smithi144.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T06:51:07.720 INFO:teuthology.orchestra.run.smithi144.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-21T06:51:07.721 INFO:teuthology.orchestra.run.smithi144.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-21T06:51:07.721 INFO:teuthology.orchestra.run.smithi144.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T06:51:07.721 INFO:teuthology.orchestra.run.smithi144.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-21T06:51:07.721 INFO:teuthology.orchestra.run.smithi144.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-21T06:51:07.721 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-21T06:51:07.721 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-21T06:51:07.721 INFO:teuthology.orchestra.run.smithi144.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T06:51:07.721 INFO:teuthology.orchestra.run.smithi144.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-21T06:51:07.721 INFO:teuthology.orchestra.run.smithi144.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-21T06:51:07.721 INFO:teuthology.orchestra.run.smithi144.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-21T06:51:07.721 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T06:51:07.721 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-01-21T06:51:07.901 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-21T06:51:07.901 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:51:07.901 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-01-21T06:51:07.901 INFO:teuthology.orchestra.run.smithi177.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T06:51:07.901 INFO:teuthology.orchestra.run.smithi177.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T06:51:07.901 INFO:teuthology.orchestra.run.smithi177.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-21T06:51:07.901 INFO:teuthology.orchestra.run.smithi177.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-21T06:51:07.901 INFO:teuthology.orchestra.run.smithi177.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T06:51:07.901 INFO:teuthology.orchestra.run.smithi177.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-21T06:51:07.901 INFO:teuthology.orchestra.run.smithi177.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-21T06:51:07.901 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-21T06:51:07.902 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-21T06:51:07.902 INFO:teuthology.orchestra.run.smithi177.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T06:51:07.902 INFO:teuthology.orchestra.run.smithi177.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-21T06:51:07.902 INFO:teuthology.orchestra.run.smithi177.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-21T06:51:07.902 INFO:teuthology.orchestra.run.smithi177.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-21T06:51:07.902 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:51:07.902 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-01-21T06:51:07.978 DEBUG:teuthology.parallel:result is None 2024-01-21T06:51:08.194 DEBUG:teuthology.parallel:result is None 2024-01-21T06:51:08.194 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-21T06:51:08.260 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v16.2.5', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.5', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec'} 2024-01-21T06:51:08.261 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2024-01-21T06:51:08.261 INFO:tasks.cephadm:Cluster fsid is 747d7f30-b829-11ee-95b0-87774f69a715 2024-01-21T06:51:08.261 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-21T06:51:08.261 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-21T06:51:08.262 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi144': '172.21.15.144', 'mon.smithi177': '172.21.15.177'} 2024-01-21T06:51:08.262 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-21T06:51:08.262 DEBUG:teuthology.orchestra.run.smithi144:> sudo hostname $(hostname -s) 2024-01-21T06:51:08.289 DEBUG:teuthology.orchestra.run.smithi177:> sudo hostname $(hostname -s) 2024-01-21T06:51:08.317 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2024-01-21T06:51:08.317 DEBUG:teuthology.orchestra.run.smithi144:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-21T06:51:08.606 INFO:teuthology.orchestra.run.smithi144.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Jan 21 06:51 /home/ubuntu/cephtest/cephadm 2024-01-21T06:51:08.607 DEBUG:teuthology.orchestra.run.smithi177:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-21T06:51:08.782 INFO:teuthology.orchestra.run.smithi177.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Jan 21 06:51 /home/ubuntu/cephtest/cephadm 2024-01-21T06:51:08.783 DEBUG:teuthology.orchestra.run.smithi144:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T06:51:08.801 DEBUG:teuthology.orchestra.run.smithi177:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T06:51:08.830 DEBUG:teuthology.orchestra.run.smithi144:> sudo mkdir -p /etc/ceph 2024-01-21T06:51:08.868 DEBUG:teuthology.orchestra.run.smithi177:> sudo mkdir -p /etc/ceph 2024-01-21T06:51:08.895 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod 777 /etc/ceph 2024-01-21T06:51:08.935 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 777 /etc/ceph 2024-01-21T06:51:08.962 INFO:tasks.cephadm:Writing seed config... 2024-01-21T06:51:08.963 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-21T06:51:08.963 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-21T06:51:08.963 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-21T06:51:08.963 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-21T06:51:08.963 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-21T06:51:08.963 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-21T06:51:08.963 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-21T06:51:08.963 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-21T06:51:08.964 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T06:51:08.964 DEBUG:teuthology.orchestra.run.smithi144:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-21T06:51:08.992 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 = 747d7f30-b829-11ee-95b0-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-21T06:51:08.993 DEBUG:teuthology.orchestra.run.smithi144:mon.smithi144> sudo journalctl -f -n 0 -u ceph-747d7f30-b829-11ee-95b0-87774f69a715@mon.smithi144.service 2024-01-21T06:51:09.035 INFO:tasks.cephadm:Bootstrapping... 2024-01-21T06:51:09.035 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 747d7f30-b829-11ee-95b0-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.144 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-21T06:51:09.060 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:-- Logs begin at Sun 2024-01-21 06:44:35 UTC. -- 2024-01-21T06:51:09.312 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-21T06:51:10.677 INFO:teuthology.orchestra.run.smithi144.stderr:/bin/podman: 4.6.1 2024-01-21T06:51:10.687 INFO:teuthology.orchestra.run.smithi144.stderr:Verifying podman|docker is present... 2024-01-21T06:51:10.687 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-21T06:51:10.712 INFO:teuthology.orchestra.run.smithi144.stderr:/bin/podman: 4.6.1 2024-01-21T06:51:10.723 INFO:teuthology.orchestra.run.smithi144.stderr:Verifying lvm2 is present... 2024-01-21T06:51:10.723 INFO:teuthology.orchestra.run.smithi144.stderr:Verifying time synchronization is in place... 2024-01-21T06:51:10.723 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-enabled chrony.service 2024-01-21T06:51:10.730 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T06:51:10.731 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-active chrony.service 2024-01-21T06:51:10.737 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: inactive 2024-01-21T06:51:10.737 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-enabled chronyd.service 2024-01-21T06:51:10.743 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: enabled 2024-01-21T06:51:10.744 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-active chronyd.service 2024-01-21T06:51:10.749 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: active 2024-01-21T06:51:10.750 INFO:teuthology.orchestra.run.smithi144.stderr:Unit chronyd.service is enabled and running 2024-01-21T06:51:10.750 INFO:teuthology.orchestra.run.smithi144.stderr:Repeating the final host check... 2024-01-21T06:51:10.750 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-21T06:51:10.771 INFO:teuthology.orchestra.run.smithi144.stderr:/bin/podman: 4.6.1 2024-01-21T06:51:10.779 INFO:teuthology.orchestra.run.smithi144.stderr:podman|docker (/bin/podman) is present 2024-01-21T06:51:10.780 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl is present 2024-01-21T06:51:10.780 INFO:teuthology.orchestra.run.smithi144.stderr:lvcreate is present 2024-01-21T06:51:10.780 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-enabled chrony.service 2024-01-21T06:51:10.785 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T06:51:10.786 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-active chrony.service 2024-01-21T06:51:10.791 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: inactive 2024-01-21T06:51:10.792 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-enabled chronyd.service 2024-01-21T06:51:10.797 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: enabled 2024-01-21T06:51:10.798 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-active chronyd.service 2024-01-21T06:51:10.803 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: active 2024-01-21T06:51:10.804 INFO:teuthology.orchestra.run.smithi144.stderr:Unit chronyd.service is enabled and running 2024-01-21T06:51:10.804 INFO:teuthology.orchestra.run.smithi144.stderr:Host looks OK 2024-01-21T06:51:10.804 INFO:teuthology.orchestra.run.smithi144.stderr:Cluster fsid: 747d7f30-b829-11ee-95b0-87774f69a715 2024-01-21T06:51:10.804 INFO:teuthology.orchestra.run.smithi144.stderr:Acquiring lock 140614807945344 on /run/cephadm/747d7f30-b829-11ee-95b0-87774f69a715.lock 2024-01-21T06:51:10.804 INFO:teuthology.orchestra.run.smithi144.stderr:Lock 140614807945344 acquired on /run/cephadm/747d7f30-b829-11ee-95b0-87774f69a715.lock 2024-01-21T06:51:10.804 INFO:teuthology.orchestra.run.smithi144.stderr:Verifying IP 172.21.15.144 port 3300 ... 2024-01-21T06:51:10.805 INFO:teuthology.orchestra.run.smithi144.stderr:Verifying IP 172.21.15.144 port 6789 ... 2024-01-21T06:51:10.805 INFO:teuthology.orchestra.run.smithi144.stderr:Base mon IP is 172.21.15.144, final addrv is [v2:172.21.15.144:3300,v1:172.21.15.144:6789] 2024-01-21T06:51:10.805 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /sbin/ip route ls 2024-01-21T06:51:10.807 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.144 metric 100 2024-01-21T06:51:10.807 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.144 metric 100 2024-01-21T06:51:10.808 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /sbin/ip -6 route ls 2024-01-21T06:51:10.810 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-21T06:51:10.810 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-21T06:51:10.810 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1789sec hoplimit 64 pref medium 2024-01-21T06:51:10.810 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /sbin/ip -6 addr ls 2024-01-21T06:51:10.813 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-21T06:51:10.813 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-21T06:51:10.813 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T06:51:10.813 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-21T06:51:10.813 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:7f5f/64 scope link 2024-01-21T06:51:10.813 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T06:51:10.814 INFO:teuthology.orchestra.run.smithi144.stderr:Mon IP `172.21.15.144` is in CIDR network `172.21.0.0/20` 2024-01-21T06:51:10.814 INFO:teuthology.orchestra.run.smithi144.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-21T06:51:10.815 INFO:teuthology.orchestra.run.smithi144.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2024-01-21T06:51:10.815 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2024-01-21T06:51:10.903 INFO:teuthology.orchestra.run.smithi144.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2024-01-21T06:51:17.828 INFO:teuthology.orchestra.run.smithi144.stderr:/bin/podman: Getting image source signatures 2024-01-21T06:51:17.834 INFO:teuthology.orchestra.run.smithi144.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2024-01-21T06:51:17.834 INFO:teuthology.orchestra.run.smithi144.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-01-21T06:51:31.866 INFO:teuthology.orchestra.run.smithi144.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-01-21T06:51:31.924 INFO:teuthology.orchestra.run.smithi144.stderr:/bin/podman: Writing manifest to image destination 2024-01-21T06:51:32.291 INFO:teuthology.orchestra.run.smithi144.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-01-21T06:51:32.300 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2024-01-21T06:51:32.841 INFO:teuthology.orchestra.run.smithi144.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-01-21T06:51:33.179 INFO:teuthology.orchestra.run.smithi144.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-01-21T06:51:33.179 INFO:teuthology.orchestra.run.smithi144.stderr:Extracting ceph user uid/gid from container image... 2024-01-21T06:51:33.180 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2024-01-21T06:51:33.447 INFO:teuthology.orchestra.run.smithi144.stderr:stat: 167 167 2024-01-21T06:51:33.804 INFO:teuthology.orchestra.run.smithi144.stderr:Creating initial keys... 2024-01-21T06:51:33.804 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-01-21T06:51:34.055 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-authtool: AQD2vqxltv7WAhAA89IaEcvza5+gac2zbui+Fw== 2024-01-21T06:51:34.394 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-01-21T06:51:34.680 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-authtool: AQD2vqxlENppJxAAQcaFHyus9qmbLfOc2WgrUw== 2024-01-21T06:51:35.006 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-01-21T06:51:35.271 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-authtool: AQD3vqxlvCjBDxAAnbpMo7CDnPWNC1qz0GVBkw== 2024-01-21T06:51:35.600 INFO:teuthology.orchestra.run.smithi144.stderr:Creating initial monmap... 2024-01-21T06:51:35.600 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmp8cm813ub:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid 747d7f30-b829-11ee-95b0-87774f69a715 --addv smithi144 [v2:172.21.15.144:3300,v1:172.21.15.144:6789] /tmp/monmap 2024-01-21T06:51:35.871 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T06:51:35.871 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 747d7f30-b829-11ee-95b0-87774f69a715 2024-01-21T06:51:35.871 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T06:51:36.206 INFO:teuthology.orchestra.run.smithi144.stderr:monmaptool for smithi144 [v2:172.21.15.144:3300,v1:172.21.15.144:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T06:51:36.206 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/monmaptool: set fsid to 747d7f30-b829-11ee-95b0-87774f69a715 2024-01-21T06:51:36.207 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T06:51:36.207 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-01-21T06:51:36.207 INFO:teuthology.orchestra.run.smithi144.stderr:Creating mon... 2024-01-21T06:51:36.208 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144:/var/lib/ceph/mon/ceph-smithi144:z -v /tmp/ceph-tmps045ouff:/tmp/keyring:z -v /tmp/ceph-tmp8cm813ub:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi144 --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2024-01-21T06:51:36.522 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.485+0000 7fad0109b700 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T06:51:36.522 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 1 imported monmap: 2024-01-21T06:51:36.522 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-21T06:51:36.522 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: fsid 747d7f30-b829-11ee-95b0-87774f69a715 2024-01-21T06:51:36.522 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: last_changed 2024-01-21T06:51:35.869334+0000 2024-01-21T06:51:36.522 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: created 2024-01-21T06:51:35.869334+0000 2024-01-21T06:51:36.522 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-21T06:51:36.522 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-21T06:51:36.522 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] mon.smithi144 2024-01-21T06:51:36.523 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T06:51:36.523 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 0 /usr/bin/ceph-mon: set fsid to 747d7f30-b829-11ee-95b0-87774f69a715 2024-01-21T06:51:36.523 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T06:51:36.523 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T06:51:36.523 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T06:51:36.523 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Compile date Jul 8 2021 2024-01-21T06:51:36.523 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: DB SUMMARY 2024-01-21T06:51:36.523 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T06:51:36.523 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi144/store.db dir, Total Num: 0, files: 2024-01-21T06:51:36.523 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T06:51:36.523 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi144/store.db: 2024-01-21T06:51:36.523 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T06:51:36.523 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.error_if_exists: 0 2024-01-21T06:51:36.523 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.create_if_missing: 1 2024-01-21T06:51:36.523 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T06:51:36.524 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.env: 0x55bb325ca1c0 2024-01-21T06:51:36.524 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.fs: Posix File System 2024-01-21T06:51:36.524 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.info_log: 0x55bb33975000 2024-01-21T06:51:36.524 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T06:51:36.524 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.statistics: (nil) 2024-01-21T06:51:36.524 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.use_fsync: 0 2024-01-21T06:51:36.524 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T06:51:36.524 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T06:51:36.524 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T06:51:36.524 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T06:51:36.524 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T06:51:36.524 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T06:51:36.524 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T06:51:36.525 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T06:51:36.525 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T06:51:36.525 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T06:51:36.525 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T06:51:36.525 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.db_log_dir: 2024-01-21T06:51:36.525 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi144/store.db 2024-01-21T06:51:36.525 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T06:51:36.525 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T06:51:36.525 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T06:51:36.525 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T06:51:36.525 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T06:51:36.525 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T06:51:36.525 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T06:51:36.525 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T06:51:36.525 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T06:51:36.526 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T06:51:36.526 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.write_buffer_manager: 0x55bb3397d530 2024-01-21T06:51:36.526 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T06:51:36.526 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T06:51:36.526 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T06:51:36.526 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T06:51:36.526 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T06:51:36.526 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T06:51:36.526 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T06:51:36.526 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T06:51:36.526 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T06:51:36.526 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.unordered_write: 0 2024-01-21T06:51:36.526 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T06:51:36.526 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T06:51:36.526 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T06:51:36.527 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T06:51:36.527 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.row_cache: None 2024-01-21T06:51:36.527 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.wal_filter: None 2024-01-21T06:51:36.527 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T06:51:36.527 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T06:51:36.527 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T06:51:36.527 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.two_write_queues: 0 2024-01-21T06:51:36.527 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T06:51:36.527 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.atomic_flush: 0 2024-01-21T06:51:36.527 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T06:51:36.527 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T06:51:36.527 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T06:51:36.527 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T06:51:36.527 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T06:51:36.528 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T06:51:36.528 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T06:51:36.528 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T06:51:36.528 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T06:51:36.528 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T06:51:36.528 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T06:51:36.528 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T06:51:36.528 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T06:51:36.528 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T06:51:36.528 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T06:51:36.528 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.max_open_files: -1 2024-01-21T06:51:36.528 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T06:51:36.528 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T06:51:36.528 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T06:51:36.529 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T06:51:36.529 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Compression algorithms supported: 2024-01-21T06:51:36.529 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T06:51:36.529 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: kZSTD supported: 0 2024-01-21T06:51:36.529 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: kXpressCompression supported: 0 2024-01-21T06:51:36.529 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T06:51:36.529 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T06:51:36.529 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T06:51:36.529 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: kZlibCompression supported: 1 2024-01-21T06:51:36.529 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T06:51:36.529 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.486+0000 7fad0109b700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T06:51:36.529 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-21T06:51:36.529 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T06:51:36.529 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi144/store.db/MANIFEST-000001 2024-01-21T06:51:36.529 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T06:51:36.530 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T06:51:36.530 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T06:51:36.530 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T06:51:36.530 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.merge_operator: 2024-01-21T06:51:36.530 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.compaction_filter: None 2024-01-21T06:51:36.530 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T06:51:36.530 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T06:51:36.530 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T06:51:36.530 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55bb3388e160) 2024-01-21T06:51:36.530 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-21T06:51:36.530 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T06:51:36.530 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T06:51:36.530 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-21T06:51:36.530 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-21T06:51:36.530 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-21T06:51:36.530 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-21T06:51:36.531 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-21T06:51:36.531 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-21T06:51:36.531 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-21T06:51:36.531 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-21T06:51:36.531 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_cache: 0x55bb338c4d10 2024-01-21T06:51:36.531 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-21T06:51:36.531 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-21T06:51:36.531 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-21T06:51:36.531 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-21T06:51:36.531 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-21T06:51:36.531 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-21T06:51:36.531 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-21T06:51:36.531 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-21T06:51:36.531 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-21T06:51:36.532 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-21T06:51:36.532 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-21T06:51:36.532 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-21T06:51:36.532 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-21T06:51:36.532 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-21T06:51:36.532 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-21T06:51:36.532 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T06:51:36.532 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-21T06:51:36.532 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-21T06:51:36.532 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-21T06:51:36.532 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-21T06:51:36.532 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-21T06:51:36.532 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-21T06:51:36.532 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T06:51:36.532 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T06:51:36.533 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T06:51:36.533 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.compression: NoCompression 2024-01-21T06:51:36.533 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T06:51:36.533 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T06:51:36.533 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T06:51:36.533 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.num_levels: 7 2024-01-21T06:51:36.533 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T06:51:36.533 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T06:51:36.533 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T06:51:36.533 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T06:51:36.533 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T06:51:36.533 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T06:51:36.533 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T06:51:36.533 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T06:51:36.533 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T06:51:36.534 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T06:51:36.534 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T06:51:36.534 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T06:51:36.534 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T06:51:36.534 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T06:51:36.534 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T06:51:36.534 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T06:51:36.534 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T06:51:36.534 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T06:51:36.534 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T06:51:36.534 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T06:51:36.534 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T06:51:36.534 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T06:51:36.534 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T06:51:36.535 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T06:51:36.535 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T06:51:36.535 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T06:51:36.535 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T06:51:36.535 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T06:51:36.535 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T06:51:36.535 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T06:51:36.535 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T06:51:36.535 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T06:51:36.535 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T06:51:36.535 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T06:51:36.535 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T06:51:36.535 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T06:51:36.535 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T06:51:36.535 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T06:51:36.536 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T06:51:36.536 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T06:51:36.536 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T06:51:36.536 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T06:51:36.536 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T06:51:36.536 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T06:51:36.536 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T06:51:36.536 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T06:51:36.536 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T06:51:36.536 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.table_properties_collectors: 2024-01-21T06:51:36.536 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T06:51:36.536 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T06:51:36.536 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T06:51:36.536 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T06:51:36.537 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T06:51:36.537 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.bloom_locality: 0 2024-01-21T06:51:36.537 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T06:51:36.537 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T06:51:36.537 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T06:51:36.537 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T06:51:36.537 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T06:51:36.537 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.ttl: 2592000 2024-01-21T06:51:36.537 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.487+0000 7fad0109b700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T06:51:36.537 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.488+0000 7fad0109b700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi144/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-21T06:51:36.537 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T06:51:36.537 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.488+0000 7fad0109b700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-21T06:51:36.537 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T06:51:36.537 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.490+0000 7fad0109b700 4 rocksdb: DB pointer 0x55bb33989800 2024-01-21T06:51:36.538 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.490+0000 7face9f24700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T06:51:36.538 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.490+0000 7face9f24700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T06:51:36.538 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-21T06:51:36.538 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T06:51:36.538 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-21T06:51:36.538 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T06:51:36.538 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T06:51:36.538 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-21T06:51:36.538 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T06:51:36.538 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T06:51:36.538 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T06:51:36.538 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T06:51:36.538 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T06:51:36.538 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:51:36.538 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T06:51:36.539 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T06:51:36.539 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T06:51:36.539 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T06:51:36.539 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T06:51:36.539 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:51:36.539 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T06:51:36.539 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T06:51:36.539 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T06:51:36.539 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T06:51:36.539 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T06:51:36.539 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T06:51:36.539 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T06:51:36.539 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T06:51:36.539 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T06:51:36.539 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T06:51:36.540 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T06:51:36.540 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T06:51:36.540 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T06:51:36.540 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T06:51:36.540 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:51:36.540 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T06:51:36.540 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T06:51:36.540 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T06:51:36.540 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T06:51:36.540 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T06:51:36.540 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:51:36.540 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T06:51:36.540 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T06:51:36.540 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T06:51:36.541 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T06:51:36.541 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T06:51:36.541 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T06:51:36.541 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T06:51:36.541 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T06:51:36.541 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T06:51:36.541 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T06:51:36.541 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T06:51:36.541 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T06:51:36.541 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.492+0000 7fad0109b700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-21T06:51:36.541 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.492+0000 7fad0109b700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-21T06:51:36.541 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T06:51:36.492+0000 7fad0109b700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi144 for mon.smithi144 2024-01-21T06:51:36.896 INFO:teuthology.orchestra.run.smithi144.stderr:create mon.smithi144 on 2024-01-21T06:51:36.897 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/747d7f30-b829-11ee-95b0-87774f69a715 2024-01-21T06:51:36.901 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl disable ceph.target 2024-01-21T06:51:36.990 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl enable ceph.target 2024-01-21T06:51:36.997 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-21T06:51:37.074 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl start ceph.target 2024-01-21T06:51:37.082 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl enable ceph-747d7f30-b829-11ee-95b0-87774f69a715.target 2024-01-21T06:51:37.088 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-747d7f30-b829-11ee-95b0-87774f69a715.target → /etc/systemd/system/ceph-747d7f30-b829-11ee-95b0-87774f69a715.target. 2024-01-21T06:51:37.088 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-747d7f30-b829-11ee-95b0-87774f69a715.target → /etc/systemd/system/ceph-747d7f30-b829-11ee-95b0-87774f69a715.target. 2024-01-21T06:51:37.166 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl start ceph-747d7f30-b829-11ee-95b0-87774f69a715.target 2024-01-21T06:51:37.173 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl daemon-reload 2024-01-21T06:51:37.255 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl stop ceph-747d7f30-b829-11ee-95b0-87774f69a715@mon.smithi144 2024-01-21T06:51:37.286 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl reset-failed ceph-747d7f30-b829-11ee-95b0-87774f69a715@mon.smithi144 2024-01-21T06:51:37.290 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Failed to reset failed state of unit ceph-747d7f30-b829-11ee-95b0-87774f69a715@mon.smithi144.service: Unit ceph-747d7f30-b829-11ee-95b0-87774f69a715@mon.smithi144.service not loaded. 2024-01-21T06:51:37.291 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl enable ceph-747d7f30-b829-11ee-95b0-87774f69a715@mon.smithi144 2024-01-21T06:51:37.297 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Created symlink /etc/systemd/system/ceph-747d7f30-b829-11ee-95b0-87774f69a715.target.wants/ceph-747d7f30-b829-11ee-95b0-87774f69a715@mon.smithi144.service → /etc/systemd/system/ceph-747d7f30-b829-11ee-95b0-87774f69a715@.service. 2024-01-21T06:51:37.379 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl start ceph-747d7f30-b829-11ee-95b0-87774f69a715@mon.smithi144 2024-01-21T06:51:37.758 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-21T06:51:37.766 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: disabled 2024-01-21T06:51:37.767 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-active firewalld.service 2024-01-21T06:51:37.773 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: inactive 2024-01-21T06:51:37.774 INFO:teuthology.orchestra.run.smithi144.stderr:firewalld.service is not enabled 2024-01-21T06:51:37.774 INFO:teuthology.orchestra.run.smithi144.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T06:51:37.775 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for mon to start... 2024-01-21T06:51:37.775 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for mon... 2024-01-21T06:51:37.775 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144:/var/lib/ceph/mon/ceph-smithi144:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2024-01-21T06:51:38.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:37 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34074]: cluster 2024-01-21T06:51:37.772525+0000 mon.smithi144 (mon.0) 1 : cluster [INF] mon.smithi144 is new leader, mons smithi144 in quorum (ranks 0) 2024-01-21T06:51:38.243 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: cluster: 2024-01-21T06:51:38.243 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: id: 747d7f30-b829-11ee-95b0-87774f69a715 2024-01-21T06:51:38.243 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-21T06:51:38.243 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T06:51:38.244 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: services: 2024-01-21T06:51:38.244 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi144 (age 0.444613s) 2024-01-21T06:51:38.244 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-21T06:51:38.244 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-21T06:51:38.244 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T06:51:38.244 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: data: 2024-01-21T06:51:38.244 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-21T06:51:38.244 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-21T06:51:38.244 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-21T06:51:38.244 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: pgs: 2024-01-21T06:51:38.244 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T06:51:38.573 INFO:teuthology.orchestra.run.smithi144.stderr:mon is available 2024-01-21T06:51:38.573 INFO:teuthology.orchestra.run.smithi144.stderr:Assimilating anything we can from ceph.conf... 2024-01-21T06:51:38.573 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z -v /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144:/var/lib/ceph/mon/ceph-smithi144:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi144/config 2024-01-21T06:51:39.015 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T06:51:39.015 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: [global] 2024-01-21T06:51:39.015 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: fsid = 747d7f30-b829-11ee-95b0-87774f69a715 2024-01-21T06:51:39.015 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.144:3300,v1:172.21.15.144:6789] 2024-01-21T06:51:39.016 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-21T06:51:39.016 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-21T06:51:39.016 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-21T06:51:39.016 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-21T06:51:39.016 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T06:51:39.016 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: [mgr] 2024-01-21T06:51:39.016 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-21T06:51:39.016 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T06:51:39.016 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: [osd] 2024-01-21T06:51:39.016 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-21T06:51:39.016 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-21T06:51:39.035 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34074]: cluster 2024-01-21T06:51:37.795253+0000 mon.smithi144 (mon.0) 2 : cluster [INF] mon.smithi144 is new leader, mons smithi144 in quorum (ranks 0) 2024-01-21T06:51:39.035 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34074]: cluster 2024-01-21T06:51:37.795490+0000 mon.smithi144 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi144=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0]} 2024-01-21T06:51:39.035 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34074]: cluster 2024-01-21T06:51:37.798765+0000 mon.smithi144 (mon.0) 4 : cluster [DBG] fsmap 2024-01-21T06:51:39.035 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34074]: cluster 2024-01-21T06:51:37.802606+0000 mon.smithi144 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-21T06:51:39.035 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34074]: cluster 2024-01-21T06:51:37.803200+0000 mon.smithi144 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T06:51:39.035 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34074]: audit 2024-01-21T06:51:38.239831+0000 mon.smithi144 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.144:0/529997638' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-21T06:51:39.381 INFO:teuthology.orchestra.run.smithi144.stderr:Generating new minimal ceph.conf... 2024-01-21T06:51:39.381 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z -v /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144:/var/lib/ceph/mon/ceph-smithi144:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi144/config 2024-01-21T06:51:40.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34074]: audit 2024-01-21T06:51:39.009224+0000 mon.smithi144 (mon.0) 8 : audit [INF] from='client.? 172.21.15.144:0/1894271954' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T06:51:40.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34074]: audit 2024-01-21T06:51:39.012446+0000 mon.smithi144 (mon.0) 9 : audit [INF] from='client.? 172.21.15.144:0/1894271954' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-21T06:51:40.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34074]: audit 2024-01-21T06:51:39.800791+0000 mon.smithi144 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.144:0/948210247' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:51:40.165 INFO:teuthology.orchestra.run.smithi144.stderr:Restarting the monitor... 2024-01-21T06:51:40.165 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@mon.smithi144 2024-01-21T06:51:40.379 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 systemd[1]: Stopping Ceph mon.smithi144 for 747d7f30-b829-11ee-95b0-87774f69a715... 2024-01-21T06:51:40.379 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34074]: debug 2024-01-21T06:51:40.224+0000 7f29c0716700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi144 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-21T06:51:40.379 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34074]: debug 2024-01-21T06:51:40.224+0000 7f29c0716700 -1 mon.smithi144@0(leader) e1 *** Got Signal Terminated *** 2024-01-21T06:51:40.698 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 podman[34397]: ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144 2024-01-21T06:51:40.698 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 systemd[1]: ceph-747d7f30-b829-11ee-95b0-87774f69a715@mon.smithi144.service: Succeeded. 2024-01-21T06:51:40.698 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 systemd[1]: Stopped Ceph mon.smithi144 for 747d7f30-b829-11ee-95b0-87774f69a715. 2024-01-21T06:51:40.698 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 systemd[1]: Starting Ceph mon.smithi144 for 747d7f30-b829-11ee-95b0-87774f69a715... 2024-01-21T06:51:40.756 INFO:teuthology.orchestra.run.smithi144.stderr:Setting mon public_network to 172.21.0.0/20 2024-01-21T06:51:40.757 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2024-01-21T06:51:41.108 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 bash[34471]: 00c560c9590930fa4a02fd22adc351309f57310c7d1008101498d935ca813715 2024-01-21T06:51:41.108 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 systemd[1]: Started Ceph mon.smithi144 for 747d7f30-b829-11ee-95b0-87774f69a715. 2024-01-21T06:51:41.108 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.754+0000 7f1194e4b700 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T06:51:41.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.754+0000 7f1194e4b700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-01-21T06:51:41.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.754+0000 7f1194e4b700 0 pidfile_write: ignore empty --pid-file 2024-01-21T06:51:41.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.758+0000 7f1194e4b700 0 load: jerasure load: lrc load: isa 2024-01-21T06:51:41.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T06:51:41.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: 2024-01-21T06:51:41.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T06:51:41.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Compile date Jul 8 2021 2024-01-21T06:51:41.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: DB SUMMARY 2024-01-21T06:51:41.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: 2024-01-21T06:51:41.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: CURRENT file: CURRENT 2024-01-21T06:51:41.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: 2024-01-21T06:51:41.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: IDENTITY file: IDENTITY 2024-01-21T06:51:41.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: 2024-01-21T06:51:41.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-21T06:51:41.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: 2024-01-21T06:51:41.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi144/store.db dir, Total Num: 1, files: 000004.sst 2024-01-21T06:51:41.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: 2024-01-21T06:51:41.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi144/store.db: 000006.log size: 80946 ; 2024-01-21T06:51:41.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: 2024-01-21T06:51:41.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.error_if_exists: 0 2024-01-21T06:51:41.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.create_if_missing: 0 2024-01-21T06:51:41.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T06:51:41.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.env: 0x5611bd5a11c0 2024-01-21T06:51:41.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.fs: Posix File System 2024-01-21T06:51:41.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.info_log: 0x5611bf77ba40 2024-01-21T06:51:41.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T06:51:41.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.statistics: (nil) 2024-01-21T06:51:41.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.use_fsync: 0 2024-01-21T06:51:41.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T06:51:41.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T06:51:41.111 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T06:51:41.111 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T06:51:41.111 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T06:51:41.111 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T06:51:41.111 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T06:51:41.111 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T06:51:41.111 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T06:51:41.111 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T06:51:41.111 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T06:51:41.111 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.db_log_dir: 2024-01-21T06:51:41.111 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi144/store.db 2024-01-21T06:51:41.111 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T06:51:41.111 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T06:51:41.111 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T06:51:41.111 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T06:51:41.112 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T06:51:41.112 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T06:51:41.112 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T06:51:41.112 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T06:51:41.112 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T06:51:41.112 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T06:51:41.112 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.write_buffer_manager: 0x5611bf783fb0 2024-01-21T06:51:41.112 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T06:51:41.112 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T06:51:41.112 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T06:51:41.112 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T06:51:41.112 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T06:51:41.112 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T06:51:41.112 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T06:51:41.113 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T06:51:41.113 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T06:51:41.113 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.unordered_write: 0 2024-01-21T06:51:41.113 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T06:51:41.113 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T06:51:41.113 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T06:51:41.113 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T06:51:41.113 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.row_cache: None 2024-01-21T06:51:41.113 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.wal_filter: None 2024-01-21T06:51:41.113 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T06:51:41.113 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T06:51:41.113 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T06:51:41.113 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.two_write_queues: 0 2024-01-21T06:51:41.113 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T06:51:41.113 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.atomic_flush: 0 2024-01-21T06:51:41.113 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T06:51:41.114 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T06:51:41.114 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T06:51:41.114 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T06:51:41.114 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T06:51:41.114 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T06:51:41.114 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T06:51:41.114 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T06:51:41.114 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T06:51:41.114 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T06:51:41.114 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T06:51:41.114 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T06:51:41.114 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T06:51:41.114 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T06:51:41.114 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T06:51:41.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.max_open_files: -1 2024-01-21T06:51:41.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T06:51:41.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T06:51:41.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T06:51:41.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T06:51:41.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Compression algorithms supported: 2024-01-21T06:51:41.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T06:51:41.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: kZSTD supported: 0 2024-01-21T06:51:41.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: kXpressCompression supported: 0 2024-01-21T06:51:41.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T06:51:41.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T06:51:41.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T06:51:41.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: kZlibCompression supported: 1 2024-01-21T06:51:41.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T06:51:41.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T06:51:41.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.759+0000 7f1194e4b700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi144/store.db/MANIFEST-000005 2024-01-21T06:51:41.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: 2024-01-21T06:51:41.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T06:51:41.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: 2024-01-21T06:51:41.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T06:51:41.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.merge_operator: 2024-01-21T06:51:41.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.compaction_filter: None 2024-01-21T06:51:41.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T06:51:41.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T06:51:41.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T06:51:41.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5611bf695cc0) 2024-01-21T06:51:41.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cache_index_and_filter_blocks: 1 2024-01-21T06:51:41.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T06:51:41.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T06:51:41.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: pin_top_level_index_and_filter: 1 2024-01-21T06:51:41.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: index_type: 0 2024-01-21T06:51:41.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: data_block_index_type: 0 2024-01-21T06:51:41.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: index_shortening: 1 2024-01-21T06:51:41.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: data_block_hash_table_util_ratio: 0.750000 2024-01-21T06:51:41.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: hash_index_allow_collision: 1 2024-01-21T06:51:41.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: checksum: 1 2024-01-21T06:51:41.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: no_block_cache: 0 2024-01-21T06:51:41.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: block_cache: 0x5611bf6caf10 2024-01-21T06:51:41.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: block_cache_name: BinnedLRUCache 2024-01-21T06:51:41.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: block_cache_options: 2024-01-21T06:51:41.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: capacity : 536870912 2024-01-21T06:51:41.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: num_shard_bits : 4 2024-01-21T06:51:41.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: strict_capacity_limit : 0 2024-01-21T06:51:41.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: high_pri_pool_ratio: 0.000 2024-01-21T06:51:41.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: block_cache_compressed: (nil) 2024-01-21T06:51:41.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: persistent_cache: (nil) 2024-01-21T06:51:41.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: block_size: 4096 2024-01-21T06:51:41.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: block_size_deviation: 10 2024-01-21T06:51:41.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: block_restart_interval: 16 2024-01-21T06:51:41.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: index_block_restart_interval: 1 2024-01-21T06:51:41.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: metadata_block_size: 4096 2024-01-21T06:51:41.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: partition_filters: 0 2024-01-21T06:51:41.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: use_delta_encoding: 1 2024-01-21T06:51:41.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T06:51:41.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: whole_key_filtering: 1 2024-01-21T06:51:41.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: verify_compression: 0 2024-01-21T06:51:41.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: read_amp_bytes_per_bit: 0 2024-01-21T06:51:41.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: format_version: 2 2024-01-21T06:51:41.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: enable_index_compression: 1 2024-01-21T06:51:41.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: block_align: 0 2024-01-21T06:51:41.119 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: 2024-01-21T06:51:41.119 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T06:51:41.119 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T06:51:41.119 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.compression: NoCompression 2024-01-21T06:51:41.119 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T06:51:41.119 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T06:51:41.119 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T06:51:41.119 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.num_levels: 7 2024-01-21T06:51:41.119 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T06:51:41.119 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T06:51:41.119 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T06:51:41.119 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T06:51:41.119 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T06:51:41.119 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T06:51:41.119 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T06:51:41.120 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T06:51:41.120 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T06:51:41.120 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T06:51:41.120 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T06:51:41.120 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T06:51:41.120 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T06:51:41.120 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T06:51:41.120 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T06:51:41.120 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T06:51:41.120 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T06:51:41.120 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T06:51:41.120 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T06:51:41.120 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T06:51:41.120 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T06:51:41.121 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T06:51:41.121 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T06:51:41.121 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T06:51:41.121 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T06:51:41.121 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T06:51:41.121 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T06:51:41.121 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T06:51:41.121 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T06:51:41.121 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T06:51:41.121 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T06:51:41.121 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T06:51:41.121 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T06:51:41.121 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T06:51:41.121 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T06:51:41.121 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T06:51:41.121 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T06:51:41.122 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T06:51:41.122 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T06:51:41.122 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T06:51:41.122 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T06:51:41.122 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T06:51:41.122 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T06:51:41.122 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T06:51:41.122 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T06:51:41.122 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T06:51:41.122 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T06:51:41.122 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.table_properties_collectors: 2024-01-21T06:51:41.122 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T06:51:41.122 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T06:51:41.122 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T06:51:41.123 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T06:51:41.123 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T06:51:41.123 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.bloom_locality: 0 2024-01-21T06:51:41.123 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T06:51:41.123 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T06:51:41.123 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T06:51:41.123 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T06:51:41.123 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T06:51:41.123 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.ttl: 2592000 2024-01-21T06:51:41.123 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T06:51:41.123 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi144/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-21T06:51:41.123 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: 2024-01-21T06:51:41.123 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-21T06:51:41.123 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: 2024-01-21T06:51:41.123 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705819900761564, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-21T06:51:41.124 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.760+0000 7f1194e4b700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-21T06:51:41.124 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.761+0000 7f1194e4b700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-21T06:51:41.124 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.761+0000 7f1194e4b700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705819900762433, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 77869, "table_properties": {"data_size": 76166, "index_size": 308, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9283, "raw_average_key_size": 47, "raw_value_size": 70813, "raw_average_value_size": 363, "num_data_blocks": 10, "num_entries": 195, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1705819900, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-21T06:51:41.124 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.761+0000 7f1194e4b700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-21T06:51:41.124 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: 2024-01-21T06:51:41.124 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.762+0000 7f1194e4b700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705819900762812, "job": 1, "event": "recovery_finished"} 2024-01-21T06:51:41.124 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.762+0000 7f1194e4b700 4 rocksdb: DB pointer 0x5611bf78f800 2024-01-21T06:51:41.124 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.762+0000 7f117bc53700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T06:51:41.124 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.762+0000 7f117bc53700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T06:51:41.124 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: ** DB Stats ** 2024-01-21T06:51:41.124 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T06:51:41.124 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-21T06:51:41.124 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T06:51:41.124 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T06:51:41.125 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-21T06:51:41.125 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T06:51:41.125 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T06:51:41.125 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: 2024-01-21T06:51:41.125 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: ** Compaction Stats [default] ** 2024-01-21T06:51:41.125 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T06:51:41.125 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:51:41.125 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: L0 2/0 77.74 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.9 0.00 0.00 1 0.001 0 0 2024-01-21T06:51:41.125 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Sum 2/0 77.74 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.9 0.00 0.00 1 0.001 0 0 2024-01-21T06:51:41.125 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.9 0.00 0.00 1 0.001 0 0 2024-01-21T06:51:41.125 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: 2024-01-21T06:51:41.125 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: ** Compaction Stats [default] ** 2024-01-21T06:51:41.125 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T06:51:41.125 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:51:41.125 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 128.9 0.00 0.00 1 0.001 0 0 2024-01-21T06:51:41.126 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T06:51:41.126 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T06:51:41.126 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T06:51:41.126 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T06:51:41.126 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T06:51:41.126 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T06:51:41.126 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Cumulative compaction: 0.00 GB write, 26.10 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T06:51:41.126 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Interval compaction: 0.00 GB write, 26.10 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T06:51:41.126 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T06:51:41.126 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: 2024-01-21T06:51:41.126 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T06:51:41.126 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: 2024-01-21T06:51:41.126 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: ** Compaction Stats [default] ** 2024-01-21T06:51:41.126 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T06:51:41.126 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:51:41.127 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: L0 2/0 77.74 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.9 0.00 0.00 1 0.001 0 0 2024-01-21T06:51:41.127 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Sum 2/0 77.74 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.9 0.00 0.00 1 0.001 0 0 2024-01-21T06:51:41.127 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T06:51:41.127 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: 2024-01-21T06:51:41.127 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: ** Compaction Stats [default] ** 2024-01-21T06:51:41.127 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T06:51:41.127 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:51:41.127 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 128.9 0.00 0.00 1 0.001 0 0 2024-01-21T06:51:41.127 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T06:51:41.127 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T06:51:41.127 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T06:51:41.127 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T06:51:41.127 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T06:51:41.127 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T06:51:41.127 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Cumulative compaction: 0.00 GB write, 25.83 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T06:51:41.127 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T06:51:41.128 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T06:51:41.128 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: 2024-01-21T06:51:41.128 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T06:51:41.128 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: 2024-01-21T06:51:41.128 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.763+0000 7f1194e4b700 0 starting mon.smithi144 rank 0 at public addrs [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] at bind addrs [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi144 fsid 747d7f30-b829-11ee-95b0-87774f69a715 2024-01-21T06:51:41.128 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.764+0000 7f1194e4b700 1 mon.smithi144@-1(???) e1 preinit fsid 747d7f30-b829-11ee-95b0-87774f69a715 2024-01-21T06:51:41.128 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.765+0000 7f1194e4b700 0 mon.smithi144@-1(???).mds e1 new map 2024-01-21T06:51:41.128 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.765+0000 7f1194e4b700 0 mon.smithi144@-1(???).mds e1 print_map 2024-01-21T06:51:41.128 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: e1 2024-01-21T06:51:41.128 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-21T06:51:41.128 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-21T06:51:41.128 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: legacy client fscid: -1 2024-01-21T06:51:41.128 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: 2024-01-21T06:51:41.128 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: No filesystems configured 2024-01-21T06:51:41.129 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: 2024-01-21T06:51:41.129 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.765+0000 7f1194e4b700 0 mon.smithi144@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-21T06:51:41.129 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.765+0000 7f1194e4b700 0 mon.smithi144@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T06:51:41.129 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.765+0000 7f1194e4b700 0 mon.smithi144@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T06:51:41.129 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.765+0000 7f1194e4b700 0 mon.smithi144@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T06:51:41.129 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:39.009224+0000 mon.smithi144 (mon.0) 8 : audit [INF] from='client.? 172.21.15.144:0/1894271954' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T06:51:41.129 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:39.012446+0000 mon.smithi144 (mon.0) 9 : audit [INF] from='client.? 172.21.15.144:0/1894271954' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-21T06:51:41.129 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:39.800791+0000 mon.smithi144 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.144:0/948210247' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:51:41.129 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.765+0000 7f1194e4b700 1 mon.smithi144@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-21T06:51:41.129 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.766+0000 7f1194e4b700 20 expand_channel_meta expand map: {default=false} 2024-01-21T06:51:41.129 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.766+0000 7f1194e4b700 20 expand_channel_meta from 'false' to 'false' 2024-01-21T06:51:41.129 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.766+0000 7f1194e4b700 20 expand_channel_meta expanded map: {default=false} 2024-01-21T06:51:41.129 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.766+0000 7f1194e4b700 20 expand_channel_meta expand map: {default=info} 2024-01-21T06:51:41.129 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.766+0000 7f1194e4b700 20 expand_channel_meta from 'info' to 'info' 2024-01-21T06:51:41.129 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.766+0000 7f1194e4b700 20 expand_channel_meta expanded map: {default=info} 2024-01-21T06:51:41.130 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.766+0000 7f1194e4b700 20 expand_channel_meta expand map: {default=daemon} 2024-01-21T06:51:41.130 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.766+0000 7f1194e4b700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-01-21T06:51:41.130 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.766+0000 7f1194e4b700 20 expand_channel_meta expanded map: {default=daemon} 2024-01-21T06:51:41.130 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.766+0000 7f1194e4b700 20 expand_channel_meta expand map: {default=debug} 2024-01-21T06:51:41.130 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.766+0000 7f1194e4b700 20 expand_channel_meta from 'debug' to 'debug' 2024-01-21T06:51:41.130 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T06:51:40.766+0000 7f1194e4b700 20 expand_channel_meta expanded map: {default=debug} 2024-01-21T06:51:41.130 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:51:40.781389+0000 mon.smithi144 (mon.0) 1 : cluster [INF] mon.smithi144 is new leader, mons smithi144 in quorum (ranks 0) 2024-01-21T06:51:41.130 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:51:40.781486+0000 mon.smithi144 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi144=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0]} 2024-01-21T06:51:41.130 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:51:40.781543+0000 mon.smithi144 (mon.0) 3 : cluster [DBG] fsmap 2024-01-21T06:51:41.130 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:51:40.781578+0000 mon.smithi144 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-21T06:51:41.130 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:51:40.782017+0000 mon.smithi144 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T06:51:41.466 INFO:teuthology.orchestra.run.smithi144.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-21T06:51:41.466 INFO:teuthology.orchestra.run.smithi144.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-21T06:51:41.466 INFO:teuthology.orchestra.run.smithi144.stderr:Creating mgr... 2024-01-21T06:51:41.467 INFO:teuthology.orchestra.run.smithi144.stderr:Verifying port 9283 ... 2024-01-21T06:51:41.469 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl daemon-reload 2024-01-21T06:51:41.560 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl stop ceph-747d7f30-b829-11ee-95b0-87774f69a715@mgr.smithi144.yddnfz 2024-01-21T06:51:41.582 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl reset-failed ceph-747d7f30-b829-11ee-95b0-87774f69a715@mgr.smithi144.yddnfz 2024-01-21T06:51:41.587 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Failed to reset failed state of unit ceph-747d7f30-b829-11ee-95b0-87774f69a715@mgr.smithi144.yddnfz.service: Unit ceph-747d7f30-b829-11ee-95b0-87774f69a715@mgr.smithi144.yddnfz.service not loaded. 2024-01-21T06:51:41.587 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl enable ceph-747d7f30-b829-11ee-95b0-87774f69a715@mgr.smithi144.yddnfz 2024-01-21T06:51:41.593 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Created symlink /etc/systemd/system/ceph-747d7f30-b829-11ee-95b0-87774f69a715.target.wants/ceph-747d7f30-b829-11ee-95b0-87774f69a715@mgr.smithi144.yddnfz.service → /etc/systemd/system/ceph-747d7f30-b829-11ee-95b0-87774f69a715@.service. 2024-01-21T06:51:41.677 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl start ceph-747d7f30-b829-11ee-95b0-87774f69a715@mgr.smithi144.yddnfz 2024-01-21T06:51:42.358 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-21T06:51:42.367 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: disabled 2024-01-21T06:51:42.367 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-active firewalld.service 2024-01-21T06:51:42.374 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: inactive 2024-01-21T06:51:42.375 INFO:teuthology.orchestra.run.smithi144.stderr:firewalld.service is not enabled 2024-01-21T06:51:42.375 INFO:teuthology.orchestra.run.smithi144.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T06:51:42.375 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-21T06:51:42.382 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: disabled 2024-01-21T06:51:42.383 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-active firewalld.service 2024-01-21T06:51:42.389 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: inactive 2024-01-21T06:51:42.390 INFO:teuthology.orchestra.run.smithi144.stderr:firewalld.service is not enabled 2024-01-21T06:51:42.390 INFO:teuthology.orchestra.run.smithi144.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-21T06:51:42.391 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for mgr to start... 2024-01-21T06:51:42.391 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for mgr... 2024-01-21T06:51:42.391 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-01-21T06:51:42.489 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:42 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:41.160112+0000 mon.smithi144 (mon.0) 6 : audit [INF] from='client.? 172.21.15.144:0/2245892724' entity='client.admin' 2024-01-21T06:51:42.855 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T06:51:42.855 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: { 2024-01-21T06:51:42.855 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "fsid": "747d7f30-b829-11ee-95b0-87774f69a715", 2024-01-21T06:51:42.855 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "health": { 2024-01-21T06:51:42.856 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T06:51:42.856 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T06:51:42.856 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T06:51:42.856 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:42.856 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T06:51:42.856 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T06:51:42.856 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 0 2024-01-21T06:51:42.856 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2024-01-21T06:51:42.856 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T06:51:42.856 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "smithi144" 2024-01-21T06:51:42.856 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2024-01-21T06:51:42.856 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-01-21T06:51:42.856 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T06:51:42.856 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:51:42.856 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T06:51:42.857 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T06:51:42.857 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:42.857 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T06:51:42.857 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:51:42.857 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T06:51:42.857 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T06:51:42.857 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T06:51:42.857 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T06:51:42.857 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T06:51:42.857 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T06:51:42.857 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:42.857 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T06:51:42.857 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T06:51:42.857 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T06:51:42.857 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T06:51:42.857 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T06:51:42.858 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T06:51:42.858 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T06:51:42.858 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T06:51:42.858 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T06:51:42.858 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:42.858 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T06:51:42.858 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:51:42.858 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T06:51:42.858 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T06:51:42.858 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:42.858 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T06:51:42.858 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "available": false, 2024-01-21T06:51:42.858 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T06:51:42.858 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T06:51:42.858 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "iostat", 2024-01-21T06:51:42.858 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "nfs", 2024-01-21T06:51:42.859 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "restful" 2024-01-21T06:51:42.859 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2024-01-21T06:51:42.859 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "services": {} 2024-01-21T06:51:42.859 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:42.859 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T06:51:42.859 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:51:42.859 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "modified": "2024-01-21T06:51:37.796995+0000", 2024-01-21T06:51:42.859 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "services": {} 2024-01-21T06:51:42.859 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:42.859 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T06:51:42.859 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: } 2024-01-21T06:51:43.215 INFO:teuthology.orchestra.run.smithi144.stderr:mgr not available, waiting (1/15)... 2024-01-21T06:51:43.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:43 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:42.848126+0000 mon.smithi144 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.144:0/3445129377' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T06:51:45.218 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-01-21T06:51:45.653 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T06:51:45.653 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: { 2024-01-21T06:51:45.653 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "fsid": "747d7f30-b829-11ee-95b0-87774f69a715", 2024-01-21T06:51:45.653 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "health": { 2024-01-21T06:51:45.653 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T06:51:45.653 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T06:51:45.653 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T06:51:45.653 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:45.654 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T06:51:45.654 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T06:51:45.654 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 0 2024-01-21T06:51:45.654 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2024-01-21T06:51:45.654 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T06:51:45.654 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "smithi144" 2024-01-21T06:51:45.654 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2024-01-21T06:51:45.654 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-01-21T06:51:45.654 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T06:51:45.654 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:51:45.654 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T06:51:45.654 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T06:51:45.654 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:45.654 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T06:51:45.654 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:51:45.655 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T06:51:45.655 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T06:51:45.655 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T06:51:45.655 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T06:51:45.658 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T06:51:45.658 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T06:51:45.658 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:45.658 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T06:51:45.658 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T06:51:45.658 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T06:51:45.659 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T06:51:45.659 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T06:51:45.659 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T06:51:45.659 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T06:51:45.659 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T06:51:45.659 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T06:51:45.659 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:45.659 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T06:51:45.659 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:51:45.659 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T06:51:45.659 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T06:51:45.659 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:45.659 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T06:51:45.659 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "available": false, 2024-01-21T06:51:45.659 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T06:51:45.659 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T06:51:45.660 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "iostat", 2024-01-21T06:51:45.660 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "nfs", 2024-01-21T06:51:45.660 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "restful" 2024-01-21T06:51:45.660 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2024-01-21T06:51:45.660 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "services": {} 2024-01-21T06:51:45.660 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:45.660 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T06:51:45.660 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:51:45.660 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "modified": "2024-01-21T06:51:37.796995+0000", 2024-01-21T06:51:45.660 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "services": {} 2024-01-21T06:51:45.660 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:45.660 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T06:51:45.660 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: } 2024-01-21T06:51:45.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:45 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:45.648718+0000 mon.smithi144 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.144:0/416694979' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T06:51:46.004 INFO:teuthology.orchestra.run.smithi144.stderr:mgr not available, waiting (2/15)... 2024-01-21T06:51:47.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:51:47.473546+0000 mon.smithi144 (mon.0) 9 : cluster [INF] Activating manager daemon smithi144.yddnfz 2024-01-21T06:51:47.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:51:47.476355+0000 mon.smithi144 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi144.yddnfz(active, starting, since 0.00291433s) 2024-01-21T06:51:47.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:47.477179+0000 mon.smithi144 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.144:0/3602828812' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T06:51:47.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:47.477339+0000 mon.smithi144 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.144:0/3602828812' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T06:51:47.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:47.477518+0000 mon.smithi144 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.144:0/3602828812' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T06:51:47.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:47.477707+0000 mon.smithi144 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.144:0/3602828812' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-01-21T06:51:47.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:47.478045+0000 mon.smithi144 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.144:0/3602828812' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mgr metadata", "who": "smithi144.yddnfz", "id": "smithi144.yddnfz"}]: dispatch 2024-01-21T06:51:47.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:51:47.490969+0000 mon.smithi144 (mon.0) 16 : cluster [INF] Manager daemon smithi144.yddnfz is now available 2024-01-21T06:51:47.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:47.502070+0000 mon.smithi144 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.144:0/3602828812' entity='mgr.smithi144.yddnfz' 2024-01-21T06:51:47.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:47.503444+0000 mon.smithi144 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.144:0/3602828812' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T06:51:47.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:47.504574+0000 mon.smithi144 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.144:0/3602828812' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T06:51:47.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:47.511534+0000 mon.smithi144 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.144:0/3602828812' entity='mgr.smithi144.yddnfz' 2024-01-21T06:51:47.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:47.516588+0000 mon.smithi144 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.144:0/3602828812' entity='mgr.smithi144.yddnfz' 2024-01-21T06:51:48.007 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-01-21T06:51:48.396 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T06:51:48.396 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: { 2024-01-21T06:51:48.396 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "fsid": "747d7f30-b829-11ee-95b0-87774f69a715", 2024-01-21T06:51:48.396 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "health": { 2024-01-21T06:51:48.397 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T06:51:48.397 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T06:51:48.397 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T06:51:48.397 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:48.397 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T06:51:48.397 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T06:51:48.397 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 0 2024-01-21T06:51:48.397 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2024-01-21T06:51:48.397 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T06:51:48.397 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "smithi144" 2024-01-21T06:51:48.397 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2024-01-21T06:51:48.397 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum_age": 7, 2024-01-21T06:51:48.397 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T06:51:48.397 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:51:48.397 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T06:51:48.398 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T06:51:48.398 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:48.398 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T06:51:48.398 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:51:48.398 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T06:51:48.398 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T06:51:48.398 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T06:51:48.398 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T06:51:48.401 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T06:51:48.401 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T06:51:48.402 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:48.402 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T06:51:48.402 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T06:51:48.402 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T06:51:48.402 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T06:51:48.402 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T06:51:48.402 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T06:51:48.402 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T06:51:48.402 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T06:51:48.402 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T06:51:48.402 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:48.402 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T06:51:48.402 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:51:48.402 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T06:51:48.402 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T06:51:48.402 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:48.402 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T06:51:48.403 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "available": false, 2024-01-21T06:51:48.403 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T06:51:48.403 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T06:51:48.403 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "iostat", 2024-01-21T06:51:48.403 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "nfs", 2024-01-21T06:51:48.403 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "restful" 2024-01-21T06:51:48.403 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2024-01-21T06:51:48.403 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "services": {} 2024-01-21T06:51:48.403 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:48.403 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T06:51:48.403 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:51:48.403 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "modified": "2024-01-21T06:51:37.796995+0000", 2024-01-21T06:51:48.403 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "services": {} 2024-01-21T06:51:48.403 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:48.404 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T06:51:48.404 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: } 2024-01-21T06:51:48.721 INFO:teuthology.orchestra.run.smithi144.stderr:mgr not available, waiting (3/15)... 2024-01-21T06:51:48.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:48 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:48.392738+0000 mon.smithi144 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.144:0/3919336354' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T06:51:48.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:48 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:51:48.478399+0000 mon.smithi144 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi144.yddnfz(active, since 1.00496s) 2024-01-21T06:51:50.723 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-01-21T06:51:50.817 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:51:49.534741+0000 mon.smithi144 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi144.yddnfz(active, since 2s) 2024-01-21T06:51:51.281 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T06:51:51.281 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: { 2024-01-21T06:51:51.281 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "fsid": "747d7f30-b829-11ee-95b0-87774f69a715", 2024-01-21T06:51:51.281 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "health": { 2024-01-21T06:51:51.281 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T06:51:51.282 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T06:51:51.282 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T06:51:51.282 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:51.282 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T06:51:51.282 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T06:51:51.282 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 0 2024-01-21T06:51:51.282 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2024-01-21T06:51:51.282 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T06:51:51.282 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "smithi144" 2024-01-21T06:51:51.282 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2024-01-21T06:51:51.282 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-01-21T06:51:51.282 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T06:51:51.282 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:51:51.282 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T06:51:51.282 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T06:51:51.282 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:51.283 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T06:51:51.283 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:51:51.283 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T06:51:51.283 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T06:51:51.283 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T06:51:51.283 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T06:51:51.286 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T06:51:51.286 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T06:51:51.286 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:51.286 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T06:51:51.286 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T06:51:51.286 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T06:51:51.286 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T06:51:51.286 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T06:51:51.286 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T06:51:51.287 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T06:51:51.287 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T06:51:51.287 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T06:51:51.287 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:51.287 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T06:51:51.287 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:51:51.287 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T06:51:51.287 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T06:51:51.287 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:51.287 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T06:51:51.287 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "available": true, 2024-01-21T06:51:51.287 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T06:51:51.287 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T06:51:51.287 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "iostat", 2024-01-21T06:51:51.287 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "nfs", 2024-01-21T06:51:51.287 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "restful" 2024-01-21T06:51:51.287 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2024-01-21T06:51:51.288 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "services": {} 2024-01-21T06:51:51.288 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:51.288 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T06:51:51.288 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T06:51:51.288 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "modified": "2024-01-21T06:51:37.796995+0000", 2024-01-21T06:51:51.288 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "services": {} 2024-01-21T06:51:51.288 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T06:51:51.288 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T06:51:51.288 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: } 2024-01-21T06:51:51.629 INFO:teuthology.orchestra.run.smithi144.stderr:mgr is available 2024-01-21T06:51:51.629 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z -v /tmp/tmpgsqnw1g8:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2024-01-21T06:51:51.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:51 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:51.277652+0000 mon.smithi144 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.144:0/1266705125' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T06:51:52.108 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T06:51:52.108 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: [global] 2024-01-21T06:51:52.108 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: fsid = 747d7f30-b829-11ee-95b0-87774f69a715 2024-01-21T06:51:52.108 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-21T06:51:52.108 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-21T06:51:52.108 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-21T06:51:52.109 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-21T06:51:52.109 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T06:51:52.109 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: [mgr] 2024-01-21T06:51:52.109 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-21T06:51:52.109 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T06:51:52.109 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: [osd] 2024-01-21T06:51:52.109 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-21T06:51:52.109 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-21T06:51:52.445 INFO:teuthology.orchestra.run.smithi144.stderr:Enabling cephadm module... 2024-01-21T06:51:52.446 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2024-01-21T06:51:53.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:52.105237+0000 mon.smithi144 (mon.0) 26 : audit [INF] from='client.? 172.21.15.144:0/1780761354' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T06:51:54.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:53 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:53.918959+0000 mon.smithi144 (mon.0) 27 : audit [INF] from='client.? 172.21.15.144:0/3973084994' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-21T06:51:54.895 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-01-21T06:51:55.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:54 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:53.972097+0000 mon.smithi144 (mon.0) 28 : audit [INF] from='client.? 172.21.15.144:0/3973084994' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-21T06:51:55.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:54 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:51:53.972143+0000 mon.smithi144 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi144.yddnfz(active, since 6s) 2024-01-21T06:51:55.457 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: { 2024-01-21T06:51:55.457 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-21T06:51:55.458 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "available": true, 2024-01-21T06:51:55.458 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "active_name": "smithi144.yddnfz", 2024-01-21T06:51:55.458 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T06:51:55.458 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: } 2024-01-21T06:51:55.820 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for the mgr to restart... 2024-01-21T06:51:55.820 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for mgr epoch 5... 2024-01-21T06:51:55.820 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-01-21T06:51:56.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:55 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:55.455665+0000 mon.smithi144 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.144:0/961819081' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T06:51:59.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:59 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:51:59.036618+0000 mon.smithi144 (mon.0) 31 : cluster [INF] Active manager daemon smithi144.yddnfz restarted 2024-01-21T06:51:59.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:59 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:51:59.036997+0000 mon.smithi144 (mon.0) 32 : cluster [INF] Activating manager daemon smithi144.yddnfz 2024-01-21T06:51:59.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:51:59 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:51:59.038716+0000 mon.smithi144 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-21T06:52:00.108 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: { 2024-01-21T06:52:00.108 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-21T06:52:00.108 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T06:52:00.108 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: } 2024-01-21T06:52:00.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:51:59.091709+0000 mon.smithi144 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi144.yddnfz(active, starting, since 0.0547774s) 2024-01-21T06:52:00.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:59.094041+0000 mon.smithi144 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.144:0/1309490316' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-01-21T06:52:00.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:59.094671+0000 mon.smithi144 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.144:0/1309490316' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mgr metadata", "who": "smithi144.yddnfz", "id": "smithi144.yddnfz"}]: dispatch 2024-01-21T06:52:00.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:59.095448+0000 mon.smithi144 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.144:0/1309490316' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T06:52:00.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:59.095592+0000 mon.smithi144 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.144:0/1309490316' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T06:52:00.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:59.095727+0000 mon.smithi144 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.144:0/1309490316' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T06:52:00.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:51:59.108960+0000 mon.smithi144 (mon.0) 40 : cluster [INF] Manager daemon smithi144.yddnfz is now available 2024-01-21T06:52:00.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:59.121859+0000 mon.smithi144 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.144:0/1309490316' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:00.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:59.124349+0000 mon.smithi144 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.144:0/1309490316' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:00.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:59.126820+0000 mon.smithi144 (mon.0) 43 : audit [INF] from='mgr.14118 172.21.15.144:0/1309490316' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:00.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:59.213374+0000 mon.smithi144 (mon.0) 44 : audit [INF] from='mgr.14118 172.21.15.144:0/1309490316' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:00.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:59.214048+0000 mon.smithi144 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.144:0/1309490316' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:52:00.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:59.215024+0000 mon.smithi144 (mon.0) 46 : audit [DBG] from='mgr.14118 172.21.15.144:0/1309490316' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:52:00.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:59.216367+0000 mon.smithi144 (mon.0) 47 : audit [DBG] from='mgr.14118 172.21.15.144:0/1309490316' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:52:00.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:59.226869+0000 mon.smithi144 (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.144:0/1309490316' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T06:52:00.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:51:59.227964+0000 mon.smithi144 (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.144:0/1309490316' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T06:52:01.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:01 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:00.099203+0000 mgr.smithi144.yddnfz (mgr.14118) 1 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T06:52:01.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:01 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:52:00.099460+0000 mon.smithi144 (mon.0) 50 : cluster [DBG] mgrmap e7: smithi144.yddnfz(active, since 1.06253s) 2024-01-21T06:52:01.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:01 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:00.105957+0000 mgr.smithi144.yddnfz (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T06:52:01.698 INFO:teuthology.orchestra.run.smithi144.stderr:mgr epoch 5 is available 2024-01-21T06:52:01.698 INFO:teuthology.orchestra.run.smithi144.stderr:Setting orchestrator backend to cephadm... 2024-01-21T06:52:01.698 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2024-01-21T06:52:03.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:02 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:52:01.774727+0000 mon.smithi144 (mon.0) 51 : cluster [DBG] mgrmap e8: smithi144.yddnfz(active, since 2s) 2024-01-21T06:52:04.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:02.992662+0000 mgr.smithi144.yddnfz (mgr.14118) 3 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:52:04.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:02.997243+0000 mon.smithi144 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.144:0/1309490316' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:04.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:03.000385+0000 mon.smithi144 (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.144:0/1309490316' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:52:05.287 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2024-01-21T06:52:06.533 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: value unchanged 2024-01-21T06:52:07.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:07 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:06.531553+0000 mgr.smithi144.yddnfz (mgr.14118) 4 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:52:08.160 INFO:teuthology.orchestra.run.smithi144.stderr:Generating ssh key... 2024-01-21T06:52:08.160 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2024-01-21T06:52:10.226 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2024-01-21T06:52:10.711 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD38ObDjzRUwo7oWuYlsivYEk/LkNEvYmBI4azbG486PzH9HGidhjFlISegSQPyqjd/RwduOjNfYR5TPkjwe6HmdaL0A7CvboKYdzHQCYaG6TXUJDwyXnKTJSZ8pgNB05IZCCZNnPw1qn8GWKDPwK31f+LkR4CO76JQwrQo71r1OMMlgTd+4yXfKop8MWL4rs4YkRLvEVenXlcradfN8l+cxK+HEdJGeyGOr958Is/4LjzTeINY+DnYCQ91ZH8MdR77RwefNXyaIgF3V4BalTqocBH6rLu9XT80Gi6RYp6lmQDbBs++pIhW5T5cBCfrosQMhq2Iq9TzXY3S0h8B4ATALHTnhq/HbfNsC3C0mOKqHgAA7OceUbTJiXW8J4iMrP9pr9ioB1A5VAB88tYdTx5nZ7s1feBmGDr91GwT59NYOsKSnnUyMknr7JZyUvT+X0P/jwxiQCCXKelY58xBoUyJU/+UFKmeOed9ZNKMQs6zfetlO0CAbA5vatylyO+MDwk= ceph-747d7f30-b829-11ee-95b0-87774f69a715 2024-01-21T06:52:11.003 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:10 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:52:09.691161+0000 mgr.smithi144.yddnfz (mgr.14118) 6 : cephadm [INF] Generating ssh key... 2024-01-21T06:52:11.003 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:10 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:09.852221+0000 mon.smithi144 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.144:0/1309490316' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:11.003 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:10 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:09.853834+0000 mon.smithi144 (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.144:0/1309490316' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:11.059 INFO:teuthology.orchestra.run.smithi144.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-21T06:52:11.059 INFO:teuthology.orchestra.run.smithi144.stderr:Adding key to root@localhost authorized_keys... 2024-01-21T06:52:11.059 INFO:teuthology.orchestra.run.smithi144.stderr:Adding host smithi144... 2024-01-21T06:52:11.059 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi144 172.21.15.144 2024-01-21T06:52:12.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:11 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:10.709978+0000 mgr.smithi144.yddnfz (mgr.14118) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:52:12.121 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Added host 'smithi144' with addr '172.21.15.144' 2024-01-21T06:52:12.423 INFO:teuthology.orchestra.run.smithi144.stderr:Deploying mon service with default placement... 2024-01-21T06:52:12.423 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2024-01-21T06:52:12.944 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-21T06:52:13.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:11.542197+0000 mgr.smithi144.yddnfz (mgr.14118) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi144", "addr": "172.21.15.144", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:52:13.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:12.118708+0000 mon.smithi144 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.144:0/1309490316' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:13.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:12.119205+0000 mon.smithi144 (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.144:0/1309490316' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:52:13.292 INFO:teuthology.orchestra.run.smithi144.stderr:Deploying mgr service with default placement... 2024-01-21T06:52:13.292 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2024-01-21T06:52:13.825 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-21T06:52:14.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:13 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:52:12.118971+0000 mgr.smithi144.yddnfz (mgr.14118) 9 : cephadm [INF] Added host smithi144 2024-01-21T06:52:14.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:13 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:12.939151+0000 mgr.smithi144.yddnfz (mgr.14118) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:52:14.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:13 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:52:12.939879+0000 mgr.smithi144.yddnfz (mgr.14118) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-21T06:52:14.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:13 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:12.942090+0000 mon.smithi144 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.144:0/1309490316' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:14.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:13 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:13.823999+0000 mon.smithi144 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.144:0/1309490316' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:14.233 INFO:teuthology.orchestra.run.smithi144.stderr:Deploying crash service with default placement... 2024-01-21T06:52:14.233 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2024-01-21T06:52:14.862 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-21T06:52:15.177 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:14 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:13.821257+0000 mgr.smithi144.yddnfz (mgr.14118) 12 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:52:15.177 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:14 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:52:13.821805+0000 mgr.smithi144.yddnfz (mgr.14118) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-21T06:52:15.177 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:14 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:14.860865+0000 mon.smithi144 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.144:0/1309490316' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:15.250 INFO:teuthology.orchestra.run.smithi144.stderr:Enabling mgr prometheus module... 2024-01-21T06:52:15.250 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2024-01-21T06:52:16.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:15 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:14.858049+0000 mgr.smithi144.yddnfz (mgr.14118) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:52:16.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:15 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:52:14.858735+0000 mgr.smithi144.yddnfz (mgr.14118) 15 : cephadm [INF] Saving service crash spec with placement * 2024-01-21T06:52:16.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:15 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:15.792438+0000 mon.smithi144 (mon.0) 61 : audit [INF] from='client.? 172.21.15.144:0/2532112383' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-21T06:52:17.116 INFO:teuthology.orchestra.run.smithi144.stderr:Deploying prometheus service with default placement... 2024-01-21T06:52:17.116 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2024-01-21T06:52:18.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:17 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:16.777994+0000 mon.smithi144 (mon.0) 62 : audit [INF] from='client.? 172.21.15.144:0/2532112383' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-21T06:52:18.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:17 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:52:16.778052+0000 mon.smithi144 (mon.0) 63 : cluster [DBG] mgrmap e9: smithi144.yddnfz(active, since 17s) 2024-01-21T06:52:22.944 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-21T06:52:23.234 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:52:21.882718+0000 mon.smithi144 (mon.0) 64 : cluster [INF] Active manager daemon smithi144.yddnfz restarted 2024-01-21T06:52:23.234 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:52:21.883190+0000 mon.smithi144 (mon.0) 65 : cluster [INF] Activating manager daemon smithi144.yddnfz 2024-01-21T06:52:23.234 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:52:21.885434+0000 mon.smithi144 (mon.0) 66 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-21T06:52:23.234 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:52:21.936387+0000 mon.smithi144 (mon.0) 67 : cluster [DBG] mgrmap e10: smithi144.yddnfz(active, starting, since 0.0532876s) 2024-01-21T06:52:23.234 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:21.937408+0000 mon.smithi144 (mon.0) 68 : audit [DBG] from='mgr.14146 172.21.15.144:0/2688218810' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-01-21T06:52:23.235 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:21.938082+0000 mon.smithi144 (mon.0) 69 : audit [DBG] from='mgr.14146 172.21.15.144:0/2688218810' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mgr metadata", "who": "smithi144.yddnfz", "id": "smithi144.yddnfz"}]: dispatch 2024-01-21T06:52:23.235 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:21.938687+0000 mon.smithi144 (mon.0) 70 : audit [DBG] from='mgr.14146 172.21.15.144:0/2688218810' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T06:52:23.235 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:21.938855+0000 mon.smithi144 (mon.0) 71 : audit [DBG] from='mgr.14146 172.21.15.144:0/2688218810' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T06:52:23.235 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:21.938981+0000 mon.smithi144 (mon.0) 72 : audit [DBG] from='mgr.14146 172.21.15.144:0/2688218810' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T06:52:23.235 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:52:21.940696+0000 mon.smithi144 (mon.0) 73 : cluster [INF] Manager daemon smithi144.yddnfz is now available 2024-01-21T06:52:23.235 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:22.037912+0000 mon.smithi144 (mon.0) 74 : audit [DBG] from='mgr.14146 172.21.15.144:0/2688218810' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:52:23.235 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:22.039456+0000 mon.smithi144 (mon.0) 75 : audit [DBG] from='mgr.14146 172.21.15.144:0/2688218810' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:52:23.235 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:22.053322+0000 mon.smithi144 (mon.0) 76 : audit [INF] from='mgr.14146 172.21.15.144:0/2688218810' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T06:52:23.235 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:22.057425+0000 mon.smithi144 (mon.0) 77 : audit [INF] from='mgr.14146 172.21.15.144:0/2688218810' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T06:52:23.307 INFO:teuthology.orchestra.run.smithi144.stderr:Deploying grafana service with default placement... 2024-01-21T06:52:23.307 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2024-01-21T06:52:23.843 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-21T06:52:24.142 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:52:22.938921+0000 mon.smithi144 (mon.0) 78 : cluster [DBG] mgrmap e11: smithi144.yddnfz(active, since 1.05582s) 2024-01-21T06:52:24.143 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:52:22.940047+0000 mgr.smithi144.yddnfz (mgr.14146) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-21T06:52:24.143 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:22.941929+0000 mon.smithi144 (mon.0) 79 : audit [INF] from='mgr.14146 172.21.15.144:0/2688218810' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:24.143 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:23.841414+0000 mon.smithi144 (mon.0) 80 : audit [INF] from='mgr.14146 172.21.15.144:0/2688218810' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:24.215 INFO:teuthology.orchestra.run.smithi144.stderr:Deploying node-exporter service with default placement... 2024-01-21T06:52:24.215 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2024-01-21T06:52:24.707 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-21T06:52:25.065 INFO:teuthology.orchestra.run.smithi144.stderr:Deploying alertmanager service with default placement... 2024-01-21T06:52:25.065 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2024-01-21T06:52:25.682 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-21T06:52:26.031 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2024-01-21T06:52:26.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:23.838752+0000 mgr.smithi144.yddnfz (mgr.14146) 3 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:52:26.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:52:23.839277+0000 mgr.smithi144.yddnfz (mgr.14146) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-21T06:52:26.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:24.702437+0000 mgr.smithi144.yddnfz (mgr.14146) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:52:26.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:52:24.703100+0000 mgr.smithi144.yddnfz (mgr.14146) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-21T06:52:26.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:24.705338+0000 mon.smithi144 (mon.0) 81 : audit [INF] from='mgr.14146 172.21.15.144:0/2688218810' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:26.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:52:24.842961+0000 mon.smithi144 (mon.0) 82 : cluster [DBG] mgrmap e12: smithi144.yddnfz(active, since 2s) 2024-01-21T06:52:26.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:25.680627+0000 mon.smithi144 (mon.0) 83 : audit [INF] from='mgr.14146 172.21.15.144:0/2688218810' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:26.857 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2024-01-21T06:52:27.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:26 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:25.677909+0000 mgr.smithi144.yddnfz (mgr.14146) 7 : audit [DBG] from='client.14158 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:52:27.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:26 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:52:25.678408+0000 mgr.smithi144.yddnfz (mgr.14146) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-21T06:52:27.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:26 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:26.494684+0000 mon.smithi144 (mon.0) 84 : audit [INF] from='client.? 172.21.15.144:0/1728655846' entity='client.admin' 2024-01-21T06:52:27.698 INFO:teuthology.orchestra.run.smithi144.stderr:Enabling the dashboard module... 2024-01-21T06:52:27.698 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2024-01-21T06:52:28.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:27.350658+0000 mon.smithi144 (mon.0) 85 : audit [INF] from='client.? 172.21.15.144:0/3054152754' entity='client.admin' 2024-01-21T06:52:28.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:28.231506+0000 mon.smithi144 (mon.0) 86 : audit [INF] from='client.? 172.21.15.144:0/2956806015' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-21T06:52:28.689 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-01-21T06:52:29.249 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: { 2024-01-21T06:52:29.249 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 13, 2024-01-21T06:52:29.249 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "available": true, 2024-01-21T06:52:29.249 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "active_name": "smithi144.yddnfz", 2024-01-21T06:52:29.249 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T06:52:29.249 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: } 2024-01-21T06:52:29.597 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for the mgr to restart... 2024-01-21T06:52:29.597 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for mgr epoch 13... 2024-01-21T06:52:29.597 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-01-21T06:52:29.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:29 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:28.351687+0000 mon.smithi144 (mon.0) 87 : audit [INF] from='client.? 172.21.15.144:0/2956806015' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-21T06:52:29.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:29 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:52:28.351738+0000 mon.smithi144 (mon.0) 88 : cluster [DBG] mgrmap e13: smithi144.yddnfz(active, since 6s) 2024-01-21T06:52:29.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:29 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:29.246957+0000 mon.smithi144 (mon.0) 89 : audit [DBG] from='client.? 172.21.15.144:0/2288156147' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T06:52:34.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:33 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:52:33.581692+0000 mon.smithi144 (mon.0) 90 : cluster [INF] Active manager daemon smithi144.yddnfz restarted 2024-01-21T06:52:34.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:33 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:52:33.582091+0000 mon.smithi144 (mon.0) 91 : cluster [INF] Activating manager daemon smithi144.yddnfz 2024-01-21T06:52:34.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:33 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:52:33.586515+0000 mon.smithi144 (mon.0) 92 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-21T06:52:34.659 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: { 2024-01-21T06:52:34.660 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-01-21T06:52:34.660 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T06:52:34.660 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: } 2024-01-21T06:52:34.908 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:52:33.637103+0000 mon.smithi144 (mon.0) 93 : cluster [DBG] mgrmap e14: smithi144.yddnfz(active, starting, since 0.055099s) 2024-01-21T06:52:34.908 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:33.638889+0000 mon.smithi144 (mon.0) 94 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-01-21T06:52:34.908 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:33.639527+0000 mon.smithi144 (mon.0) 95 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mgr metadata", "who": "smithi144.yddnfz", "id": "smithi144.yddnfz"}]: dispatch 2024-01-21T06:52:34.908 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:33.640184+0000 mon.smithi144 (mon.0) 96 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T06:52:34.908 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:33.640358+0000 mon.smithi144 (mon.0) 97 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T06:52:34.908 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:33.640522+0000 mon.smithi144 (mon.0) 98 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T06:52:34.908 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:52:33.654029+0000 mon.smithi144 (mon.0) 99 : cluster [INF] Manager daemon smithi144.yddnfz is now available 2024-01-21T06:52:34.908 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:33.751075+0000 mon.smithi144 (mon.0) 100 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:52:34.908 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:33.752325+0000 mon.smithi144 (mon.0) 101 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:52:34.908 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:33.776427+0000 mon.smithi144 (mon.0) 102 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T06:52:34.909 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:33.778896+0000 mon.smithi144 (mon.0) 103 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T06:52:34.953 INFO:teuthology.orchestra.run.smithi144.stderr:mgr epoch 13 is available 2024-01-21T06:52:34.953 INFO:teuthology.orchestra.run.smithi144.stderr:Generating a dashboard self-signed certificate... 2024-01-21T06:52:34.953 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2024-01-21T06:52:35.615 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-21T06:52:35.906 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:34.649955+0000 mgr.smithi144.yddnfz (mgr.14166) 1 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T06:52:35.907 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:52:34.650586+0000 mon.smithi144 (mon.0) 104 : cluster [DBG] mgrmap e15: smithi144.yddnfz(active, since 1.06858s) 2024-01-21T06:52:35.907 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:34.656561+0000 mgr.smithi144.yddnfz (mgr.14166) 2 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T06:52:35.907 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:35.611941+0000 mon.smithi144 (mon.0) 105 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:35.907 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:35.613789+0000 mon.smithi144 (mon.0) 106 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:35.979 INFO:teuthology.orchestra.run.smithi144.stderr:Creating initial admin user... 2024-01-21T06:52:35.980 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpzlwpz42t:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.5 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-01-21T06:52:36.777 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$.SJcoCrDfl22Ptrn9WAmIeUVuyvjtlGsTdeKXE8b0s1KNhFvEB4yG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705819956, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-21T06:52:36.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:35.489877+0000 mgr.smithi144.yddnfz (mgr.14166) 3 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:52:36.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:52:35.652553+0000 mon.smithi144 (mon.0) 107 : cluster [DBG] mgrmap e16: smithi144.yddnfz(active, since 2s) 2024-01-21T06:52:37.129 INFO:teuthology.orchestra.run.smithi144.stderr:Fetching dashboard port number... 2024-01-21T06:52:37.130 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpvs954w_o:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprhz138d_:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2024-01-21T06:52:37.614 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 8443 2024-01-21T06:52:37.915 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:37 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:36.554673+0000 mgr.smithi144.yddnfz (mgr.14166) 4 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:52:37.915 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:37 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:36.775245+0000 mon.smithi144 (mon.0) 108 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:37.915 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:37 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:37.612779+0000 mon.smithi144 (mon.0) 109 : audit [DBG] from='client.? 172.21.15.144:0/3566684514' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-21T06:52:37.987 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-21T06:52:37.995 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: disabled 2024-01-21T06:52:37.996 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: systemctl is-active firewalld.service 2024-01-21T06:52:38.002 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: inactive 2024-01-21T06:52:38.003 INFO:teuthology.orchestra.run.smithi144.stderr:firewalld.service is not enabled 2024-01-21T06:52:38.003 INFO:teuthology.orchestra.run.smithi144.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-21T06:52:38.006 INFO:teuthology.orchestra.run.smithi144.stderr:Ceph Dashboard is now available at: 2024-01-21T06:52:38.006 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-01-21T06:52:38.006 INFO:teuthology.orchestra.run.smithi144.stderr: URL: https://smithi144.front.sepia.ceph.com:8443/ 2024-01-21T06:52:38.006 INFO:teuthology.orchestra.run.smithi144.stderr: User: admin 2024-01-21T06:52:38.006 INFO:teuthology.orchestra.run.smithi144.stderr: Password: rrnpzcr96q 2024-01-21T06:52:38.006 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-01-21T06:52:38.006 INFO:teuthology.orchestra.run.smithi144.stderr:You can access the Ceph CLI with: 2024-01-21T06:52:38.006 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-01-21T06:52:38.006 INFO:teuthology.orchestra.run.smithi144.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-21T06:52:38.007 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-01-21T06:52:38.007 INFO:teuthology.orchestra.run.smithi144.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-21T06:52:38.007 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-01-21T06:52:38.007 INFO:teuthology.orchestra.run.smithi144.stderr: ceph telemetry on 2024-01-21T06:52:38.007 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-01-21T06:52:38.007 INFO:teuthology.orchestra.run.smithi144.stderr:For more information see: 2024-01-21T06:52:38.007 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-01-21T06:52:38.007 INFO:teuthology.orchestra.run.smithi144.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-01-21T06:52:38.007 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-01-21T06:52:38.007 INFO:teuthology.orchestra.run.smithi144.stderr:Bootstrap complete. 2024-01-21T06:52:38.007 INFO:teuthology.orchestra.run.smithi144.stderr:Releasing lock 140614807945344 on /run/cephadm/747d7f30-b829-11ee-95b0-87774f69a715.lock 2024-01-21T06:52:38.007 INFO:teuthology.orchestra.run.smithi144.stderr:Lock 140614807945344 released on /run/cephadm/747d7f30-b829-11ee-95b0-87774f69a715.lock 2024-01-21T06:52:38.037 INFO:tasks.cephadm:Fetching config... 2024-01-21T06:52:38.038 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T06:52:38.038 DEBUG:teuthology.orchestra.run.smithi144:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-21T06:52:38.056 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-21T06:52:38.056 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T06:52:38.057 DEBUG:teuthology.orchestra.run.smithi144:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-21T06:52:38.114 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-21T06:52:38.114 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T06:52:38.114 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/keyring of=/dev/stdout 2024-01-21T06:52:38.181 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-21T06:52:38.181 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T06:52:38.181 DEBUG:teuthology.orchestra.run.smithi144:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-21T06:52:38.239 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-21T06:52:38.239 DEBUG:teuthology.orchestra.run.smithi144:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD38ObDjzRUwo7oWuYlsivYEk/LkNEvYmBI4azbG486PzH9HGidhjFlISegSQPyqjd/RwduOjNfYR5TPkjwe6HmdaL0A7CvboKYdzHQCYaG6TXUJDwyXnKTJSZ8pgNB05IZCCZNnPw1qn8GWKDPwK31f+LkR4CO76JQwrQo71r1OMMlgTd+4yXfKop8MWL4rs4YkRLvEVenXlcradfN8l+cxK+HEdJGeyGOr958Is/4LjzTeINY+DnYCQ91ZH8MdR77RwefNXyaIgF3V4BalTqocBH6rLu9XT80Gi6RYp6lmQDbBs++pIhW5T5cBCfrosQMhq2Iq9TzXY3S0h8B4ATALHTnhq/HbfNsC3C0mOKqHgAA7OceUbTJiXW8J4iMrP9pr9ioB1A5VAB88tYdTx5nZ7s1feBmGDr91GwT59NYOsKSnnUyMknr7JZyUvT+X0P/jwxiQCCXKelY58xBoUyJU/+UFKmeOed9ZNKMQs6zfetlO0CAbA5vatylyO+MDwk= ceph-747d7f30-b829-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T06:52:38.315 INFO:teuthology.orchestra.run.smithi144.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD38ObDjzRUwo7oWuYlsivYEk/LkNEvYmBI4azbG486PzH9HGidhjFlISegSQPyqjd/RwduOjNfYR5TPkjwe6HmdaL0A7CvboKYdzHQCYaG6TXUJDwyXnKTJSZ8pgNB05IZCCZNnPw1qn8GWKDPwK31f+LkR4CO76JQwrQo71r1OMMlgTd+4yXfKop8MWL4rs4YkRLvEVenXlcradfN8l+cxK+HEdJGeyGOr958Is/4LjzTeINY+DnYCQ91ZH8MdR77RwefNXyaIgF3V4BalTqocBH6rLu9XT80Gi6RYp6lmQDbBs++pIhW5T5cBCfrosQMhq2Iq9TzXY3S0h8B4ATALHTnhq/HbfNsC3C0mOKqHgAA7OceUbTJiXW8J4iMrP9pr9ioB1A5VAB88tYdTx5nZ7s1feBmGDr91GwT59NYOsKSnnUyMknr7JZyUvT+X0P/jwxiQCCXKelY58xBoUyJU/+UFKmeOed9ZNKMQs6zfetlO0CAbA5vatylyO+MDwk= ceph-747d7f30-b829-11ee-95b0-87774f69a715 2024-01-21T06:52:38.326 DEBUG:teuthology.orchestra.run.smithi177:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD38ObDjzRUwo7oWuYlsivYEk/LkNEvYmBI4azbG486PzH9HGidhjFlISegSQPyqjd/RwduOjNfYR5TPkjwe6HmdaL0A7CvboKYdzHQCYaG6TXUJDwyXnKTJSZ8pgNB05IZCCZNnPw1qn8GWKDPwK31f+LkR4CO76JQwrQo71r1OMMlgTd+4yXfKop8MWL4rs4YkRLvEVenXlcradfN8l+cxK+HEdJGeyGOr958Is/4LjzTeINY+DnYCQ91ZH8MdR77RwefNXyaIgF3V4BalTqocBH6rLu9XT80Gi6RYp6lmQDbBs++pIhW5T5cBCfrosQMhq2Iq9TzXY3S0h8B4ATALHTnhq/HbfNsC3C0mOKqHgAA7OceUbTJiXW8J4iMrP9pr9ioB1A5VAB88tYdTx5nZ7s1feBmGDr91GwT59NYOsKSnnUyMknr7JZyUvT+X0P/jwxiQCCXKelY58xBoUyJU/+UFKmeOed9ZNKMQs6zfetlO0CAbA5vatylyO+MDwk= ceph-747d7f30-b829-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T06:52:38.373 INFO:teuthology.orchestra.run.smithi177.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD38ObDjzRUwo7oWuYlsivYEk/LkNEvYmBI4azbG486PzH9HGidhjFlISegSQPyqjd/RwduOjNfYR5TPkjwe6HmdaL0A7CvboKYdzHQCYaG6TXUJDwyXnKTJSZ8pgNB05IZCCZNnPw1qn8GWKDPwK31f+LkR4CO76JQwrQo71r1OMMlgTd+4yXfKop8MWL4rs4YkRLvEVenXlcradfN8l+cxK+HEdJGeyGOr958Is/4LjzTeINY+DnYCQ91ZH8MdR77RwefNXyaIgF3V4BalTqocBH6rLu9XT80Gi6RYp6lmQDbBs++pIhW5T5cBCfrosQMhq2Iq9TzXY3S0h8B4ATALHTnhq/HbfNsC3C0mOKqHgAA7OceUbTJiXW8J4iMrP9pr9ioB1A5VAB88tYdTx5nZ7s1feBmGDr91GwT59NYOsKSnnUyMknr7JZyUvT+X0P/jwxiQCCXKelY58xBoUyJU/+UFKmeOed9ZNKMQs6zfetlO0CAbA5vatylyO+MDwk= ceph-747d7f30-b829-11ee-95b0-87774f69a715 2024-01-21T06:52:38.385 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-21T06:52:40.015 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-21T06:52:40.016 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-21T06:52:40.971 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:39.621319+0000 mon.smithi144 (mon.0) 110 : audit [INF] from='client.? 172.21.15.144:0/2629730172' entity='client.admin' 2024-01-21T06:52:40.971 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:52:39.670645+0000 mon.smithi144 (mon.0) 111 : cluster [DBG] mgrmap e17: smithi144.yddnfz(active, since 6s) 2024-01-21T06:52:41.918 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi177 2024-01-21T06:52:41.919 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-21T06:52:41.919 DEBUG:teuthology.orchestra.run.smithi177:> dd of=/etc/ceph/ceph.conf 2024-01-21T06:52:41.941 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-21T06:52:41.941 DEBUG:teuthology.orchestra.run.smithi177:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T06:52:42.001 INFO:tasks.cephadm:Adding host smithi177 to orchestrator... 2024-01-21T06:52:42.002 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph orch host add smithi177 2024-01-21T06:52:42.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:42 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:41.377688+0000 mgr.smithi144.yddnfz (mgr.14166) 5 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:52:42.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:42 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:41.380231+0000 mon.smithi144 (mon.0) 112 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:42.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:42 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:41.891421+0000 mon.smithi144 (mon.0) 113 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:42.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:42 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:41.892965+0000 mon.smithi144 (mon.0) 114 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:52:42.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:42 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:41.893657+0000 mon.smithi144 (mon.0) 115 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:52:42.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:42 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:42.109891+0000 mon.smithi144 (mon.0) 116 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:43.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:43 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:52:41.894625+0000 mgr.smithi144.yddnfz (mgr.14166) 6 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(host_pattern='*'): Cannot place : No matching hosts 2024-01-21T06:52:43.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:43 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:42.708280+0000 mon.smithi144 (mon.0) 117 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:46.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:45 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:44.946321+0000 mon.smithi144 (mon.0) 118 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:46.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:45 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:45.218775+0000 mon.smithi144 (mon.0) 119 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:46.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:45 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:45.219301+0000 mon.smithi144 (mon.0) 120 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:52:46.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:45 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:45.222592+0000 mon.smithi144 (mon.0) 121 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:46.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:45 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:52:45.229102+0000 mgr.smithi144.yddnfz (mgr.14166) 7 : cephadm [INF] Deploying daemon alertmanager.smithi144 on smithi144 2024-01-21T06:52:54.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:54 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:52:53.641643+0000 mgr.smithi144.yddnfz (mgr.14166) 8 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:52:57.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:57 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:52:55.641899+0000 mgr.smithi144.yddnfz (mgr.14166) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:52:57.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:57 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:56.126348+0000 mon.smithi144 (mon.0) 122 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:57.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:57 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:56.127799+0000 mon.smithi144 (mon.0) 123 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T06:52:57.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:57 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:56.130080+0000 mon.smithi144 (mon.0) 124 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-21T06:52:57.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:57 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:56.130634+0000 mon.smithi144 (mon.0) 125 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:52:57.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:57 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:52:56.131218+0000 mgr.smithi144.yddnfz (mgr.14166) 10 : cephadm [INF] Deploying daemon crash.smithi144 on smithi144 2024-01-21T06:52:58.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:58 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:57.570937+0000 mon.smithi144 (mon.0) 126 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:58.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:58 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:52:57.642381+0000 mgr.smithi144.yddnfz (mgr.14166) 11 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:52:58.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:58 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:57.684801+0000 mon.smithi144 (mon.0) 127 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:58.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:58 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:57.686505+0000 mon.smithi144 (mon.0) 128 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:58.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:58 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:57.686833+0000 mon.smithi144 (mon.0) 129 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T06:52:58.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:58 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:57.687141+0000 mgr.smithi144.yddnfz (mgr.14166) 12 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T06:52:58.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:58 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:57.689205+0000 mon.smithi144 (mon.0) 130 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:52:58.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:58 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:52:57.692680+0000 mgr.smithi144.yddnfz (mgr.14166) 13 : cephadm [INF] Deploying daemon grafana.smithi144 on smithi144 2024-01-21T06:53:00.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:52:59 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:52:58.766748+0000 mon.smithi144 (mon.0) 131 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:53:01.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:52:59.642781+0000 mgr.smithi144.yddnfz (mgr.14166) 14 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:03.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:02 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:01.643085+0000 mgr.smithi144.yddnfz (mgr.14166) 15 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:05.016 INFO:teuthology.orchestra.run.smithi177.stdout:Added host 'smithi177' with addr '172.21.15.177' 2024-01-21T06:53:05.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:04 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:03.643336+0000 mgr.smithi144.yddnfz (mgr.14166) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:05.350 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph orch host ls --format=json 2024-01-21T06:53:06.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:06 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:04.423988+0000 mgr.smithi144.yddnfz (mgr.14166) 17 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi177", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:53:06.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:06 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:05.012839+0000 mon.smithi144 (mon.0) 132 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:53:06.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:06 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:53:05.013118+0000 mgr.smithi144.yddnfz (mgr.14166) 18 : cephadm [INF] Added host smithi177 2024-01-21T06:53:06.656 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:53:06.656 INFO:teuthology.orchestra.run.smithi177.stdout:[{"addr": "172.21.15.144", "hostname": "smithi144", "labels": [], "status": ""}, {"addr": "172.21.15.177", "hostname": "smithi177", "labels": [], "status": ""}] 2024-01-21T06:53:07.030 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-21T06:53:07.030 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph osd crush tunables default 2024-01-21T06:53:07.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:07 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:05.643604+0000 mgr.smithi144.yddnfz (mgr.14166) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:08.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:08 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:06.654007+0000 mgr.smithi144.yddnfz (mgr.14166) 20 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T06:53:09.030 INFO:teuthology.orchestra.run.smithi144.stderr:adjusted tunables profile to default 2024-01-21T06:53:09.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:09 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:07.643819+0000 mgr.smithi144.yddnfz (mgr.14166) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:09.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:09 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:08.403898+0000 mon.smithi144 (mon.0) 133 : audit [INF] from='client.? 172.21.15.144:0/3911428969' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-21T06:53:10.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:10 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:09.025467+0000 mon.smithi144 (mon.0) 134 : audit [INF] from='client.? 172.21.15.144:0/3911428969' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-21T06:53:10.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:10 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:09.025513+0000 mon.smithi144 (mon.0) 135 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T06:53:11.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:11 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:09.644034+0000 mgr.smithi144.yddnfz (mgr.14166) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:12.134 INFO:tasks.cephadm:Adding mon.smithi144 on smithi144 2024-01-21T06:53:12.134 INFO:tasks.cephadm:Adding mon.smithi177 on smithi177 2024-01-21T06:53:12.134 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph orch apply mon '2;smithi144:172.21.15.144=smithi144;smithi177:172.21.15.177=smithi177' 2024-01-21T06:53:13.330 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:13 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:11.644486+0000 mgr.smithi144.yddnfz (mgr.14166) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:13.432 INFO:teuthology.orchestra.run.smithi177.stdout:Scheduled mon update... 2024-01-21T06:53:13.799 DEBUG:teuthology.orchestra.run.smithi177:mon.smithi177> sudo journalctl -f -n 0 -u ceph-747d7f30-b829-11ee-95b0-87774f69a715@mon.smithi177.service 2024-01-21T06:53:13.801 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T06:53:13.801 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T06:53:13.829 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:-- Logs begin at Sun 2024-01-21 06:44:41 UTC. -- 2024-01-21T06:53:14.578 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:14 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:13.424197+0000 mgr.smithi144.yddnfz (mgr.14166) 24 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi144:172.21.15.144=smithi144;smithi177:172.21.15.177=smithi177", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:53:14.578 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:14 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:53:13.425402+0000 mgr.smithi144.yddnfz (mgr.14166) 25 : cephadm [INF] Saving service mon spec with placement smithi144:172.21.15.144=smithi144;smithi177:172.21.15.177=smithi177;count:2 2024-01-21T06:53:14.578 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:14 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:13.430582+0000 mon.smithi144 (mon.0) 136 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:53:14.578 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:14 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:13.644750+0000 mgr.smithi144.yddnfz (mgr.14166) 26 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:14.578 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:14 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:14.107292+0000 mon.smithi144 (mon.0) 137 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:53:14.578 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:14 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:53:14.109260+0000 mgr.smithi144.yddnfz (mgr.14166) 27 : cephadm [INF] Deploying daemon node-exporter.smithi144 on smithi144 2024-01-21T06:53:15.371 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:53:15.371 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"747d7f30-b829-11ee-95b0-87774f69a715","modified":"2024-01-21T06:51:35.869334Z","created":"2024-01-21T06:51:35.869334Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T06:53:15.372 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-01-21T06:53:15.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:15 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:15.369200+0000 mon.smithi144 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.177:0/2504316909' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T06:53:16.737 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T06:53:16.738 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T06:53:17.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:16 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:15.645031+0000 mgr.smithi144.yddnfz (mgr.14166) 28 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:18.085 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:53:18.085 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"747d7f30-b829-11ee-95b0-87774f69a715","modified":"2024-01-21T06:51:35.869334Z","created":"2024-01-21T06:51:35.869334Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T06:53:18.087 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-01-21T06:53:19.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:18 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:17.645406+0000 mgr.smithi144.yddnfz (mgr.14166) 29 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:19.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:18 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:18.083925+0000 mon.smithi144 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.177:0/323577685' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T06:53:19.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:18 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:18.770798+0000 mon.smithi144 (mon.0) 140 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:53:19.467 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T06:53:19.467 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T06:53:20.846 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:53:20.846 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"747d7f30-b829-11ee-95b0-87774f69a715","modified":"2024-01-21T06:51:35.869334Z","created":"2024-01-21T06:51:35.869334Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T06:53:20.847 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-01-21T06:53:21.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:19.645678+0000 mgr.smithi144.yddnfz (mgr.14166) 30 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:22.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:21 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:20.844174+0000 mon.smithi144 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.177:0/696393506' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T06:53:22.220 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T06:53:22.220 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T06:53:23.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:21.645923+0000 mgr.smithi144.yddnfz (mgr.14166) 31 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:23.614 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:53:23.614 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"747d7f30-b829-11ee-95b0-87774f69a715","modified":"2024-01-21T06:51:35.869334Z","created":"2024-01-21T06:51:35.869334Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T06:53:23.615 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-01-21T06:53:24.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:23.467606+0000 mon.smithi144 (mon.0) 142 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:53:24.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:53:23.473339+0000 mgr.smithi144.yddnfz (mgr.14166) 32 : cephadm [INF] Deploying daemon prometheus.smithi144 on smithi144 2024-01-21T06:53:24.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:23.612269+0000 mon.smithi144 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.177:0/3556231833' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T06:53:24.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:23.646126+0000 mgr.smithi144.yddnfz (mgr.14166) 33 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:24.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:23.776641+0000 mon.smithi144 (mon.0) 144 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:53:24.983 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T06:53:24.984 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T06:53:27.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:26 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:25.646386+0000 mgr.smithi144.yddnfz (mgr.14166) 34 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:27.320 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:53:27.321 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"747d7f30-b829-11ee-95b0-87774f69a715","modified":"2024-01-21T06:51:35.869334Z","created":"2024-01-21T06:51:35.869334Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T06:53:27.322 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-01-21T06:53:28.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:27 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:27.318987+0000 mon.smithi144 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.177:0/2037390281' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T06:53:28.699 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T06:53:28.699 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T06:53:29.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:27.646692+0000 mgr.smithi144.yddnfz (mgr.14166) 35 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:30.058 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:53:30.058 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"747d7f30-b829-11ee-95b0-87774f69a715","modified":"2024-01-21T06:51:35.869334Z","created":"2024-01-21T06:51:35.869334Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T06:53:30.059 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-01-21T06:53:31.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:30 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:29.646967+0000 mgr.smithi144.yddnfz (mgr.14166) 36 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:31.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:30 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:30.056337+0000 mon.smithi144 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.177:0/801420649' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T06:53:31.432 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T06:53:31.432 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T06:53:33.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:32 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:31.647196+0000 mgr.smithi144.yddnfz (mgr.14166) 37 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:33.418 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:53:33.418 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"747d7f30-b829-11ee-95b0-87774f69a715","modified":"2024-01-21T06:51:35.869334Z","created":"2024-01-21T06:51:35.869334Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T06:53:33.419 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-01-21T06:53:34.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:33 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:33.416264+0000 mon.smithi144 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.177:0/1201430571' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T06:53:34.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:33 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:33.778640+0000 mon.smithi144 (mon.0) 148 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T06:53:34.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:33 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:33.779951+0000 mon.smithi144 (mon.0) 149 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T06:53:34.789 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T06:53:34.790 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T06:53:34.961 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:33.647441+0000 mgr.smithi144.yddnfz (mgr.14166) 38 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:36.169 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:53:36.169 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"747d7f30-b829-11ee-95b0-87774f69a715","modified":"2024-01-21T06:51:35.869334Z","created":"2024-01-21T06:51:35.869334Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T06:53:36.171 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-01-21T06:53:36.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:35.159869+0000 mon.smithi144 (mon.0) 150 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:53:36.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:35.160811+0000 mon.smithi144 (mon.0) 151 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:53:36.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:35.161694+0000 mon.smithi144 (mon.0) 152 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:53:36.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:35.162223+0000 mon.smithi144 (mon.0) 153 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:53:36.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:35.597145+0000 mon.smithi144 (mon.0) 154 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:53:36.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:35.922178+0000 mon.smithi144 (mon.0) 155 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:53:37.588 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T06:53:37.588 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T06:53:37.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:37 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:35.647720+0000 mgr.smithi144.yddnfz (mgr.14166) 39 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:37.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:37 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:36.167681+0000 mon.smithi144 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.177:0/2093175481' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T06:53:38.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:37.458735+0000 mon.smithi144 (mon.0) 157 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:53:38.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:53:37.459182+0000 mgr.smithi144.yddnfz (mgr.14166) 40 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2024-01-21T06:53:38.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:53:37.480838+0000 mgr.smithi144.yddnfz (mgr.14166) 41 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2024-01-21T06:53:38.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:37.508659+0000 mon.smithi144 (mon.0) 158 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:53:38.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:37.648046+0000 mgr.smithi144.yddnfz (mgr.14166) 42 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:39.261 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:53:39.261 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"747d7f30-b829-11ee-95b0-87774f69a715","modified":"2024-01-21T06:51:35.869334Z","created":"2024-01-21T06:51:35.869334Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T06:53:39.263 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-01-21T06:53:40.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:38.776603+0000 mon.smithi144 (mon.0) 159 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:53:40.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:38.779610+0000 mon.smithi144 (mon.0) 160 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:53:40.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:39.113604+0000 mon.smithi144 (mon.0) 161 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:53:40.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:39.114571+0000 mon.smithi144 (mon.0) 162 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:53:40.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:39.117594+0000 mon.smithi144 (mon.0) 163 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:53:40.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:39.119412+0000 mon.smithi144 (mon.0) 164 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi177", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T06:53:40.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:39.121336+0000 mon.smithi144 (mon.0) 165 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi177", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-21T06:53:40.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:39.122057+0000 mon.smithi144 (mon.0) 166 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:53:40.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:53:39.122770+0000 mgr.smithi144.yddnfz (mgr.14166) 43 : cephadm [INF] Deploying daemon crash.smithi177 on smithi177 2024-01-21T06:53:40.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:39.259966+0000 mon.smithi144 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.177:0/3375893568' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T06:53:40.594 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T06:53:40.594 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T06:53:41.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:39.648404+0000 mgr.smithi144.yddnfz (mgr.14166) 44 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:41.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:41.113552+0000 mon.smithi144 (mon.0) 168 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:53:41.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:41.115762+0000 mon.smithi144 (mon.0) 169 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi177.msxlsw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T06:53:41.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:41.118864+0000 mon.smithi144 (mon.0) 170 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi177.msxlsw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-21T06:53:41.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:41.119631+0000 mon.smithi144 (mon.0) 171 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T06:53:41.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:41.120548+0000 mon.smithi144 (mon.0) 172 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:53:42.098 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:53:42.098 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"747d7f30-b829-11ee-95b0-87774f69a715","modified":"2024-01-21T06:51:35.869334Z","created":"2024-01-21T06:51:35.869334Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T06:53:42.100 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-01-21T06:53:42.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:42 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:53:41.121174+0000 mgr.smithi144.yddnfz (mgr.14166) 45 : cephadm [INF] Deploying daemon mgr.smithi177.msxlsw on smithi177 2024-01-21T06:53:42.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:42 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:42.096680+0000 mon.smithi144 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.177:0/2287580669' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T06:53:43.466 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T06:53:43.466 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T06:53:43.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:43 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:41.648801+0000 mgr.smithi144.yddnfz (mgr.14166) 46 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:43.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:43 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:42.984895+0000 mon.smithi144 (mon.0) 174 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:53:43.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:43 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:42.987253+0000 mon.smithi144 (mon.0) 175 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T06:53:43.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:43 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:42.988051+0000 mon.smithi144 (mon.0) 176 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:53:44.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:53:42.988744+0000 mgr.smithi144.yddnfz (mgr.14166) 47 : cephadm [INF] Deploying daemon mon.smithi177 on smithi177 2024-01-21T06:53:44.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:43.783504+0000 mon.smithi144 (mon.0) 177 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:53:45.178 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:44 smithi177 systemd[1]: Starting Ceph mon.smithi177 for 747d7f30-b829-11ee-95b0-87774f69a715... 2024-01-21T06:53:45.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:45 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:43.649184+0000 mgr.smithi144.yddnfz (mgr.14166) 48 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:45.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 bash[37192]: 2cc7fb209e849bef98ea67f8f644ccfdf5e8e34c22f3cadc80323b84456702ae 2024-01-21T06:53:45.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.233+0000 7f55ed035700 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T06:53:45.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.233+0000 7f55ed035700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-01-21T06:53:45.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.233+0000 7f55ed035700 0 pidfile_write: ignore empty --pid-file 2024-01-21T06:53:45.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 systemd[1]: Started Ceph mon.smithi177 for 747d7f30-b829-11ee-95b0-87774f69a715. 2024-01-21T06:53:45.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.239+0000 7f55ed035700 0 load: jerasure load: lrc load: isa 2024-01-21T06:53:45.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T06:53:45.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: 2024-01-21T06:53:45.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T06:53:45.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Compile date Jul 8 2021 2024-01-21T06:53:45.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: DB SUMMARY 2024-01-21T06:53:45.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: 2024-01-21T06:53:45.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: CURRENT file: CURRENT 2024-01-21T06:53:45.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: 2024-01-21T06:53:45.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: IDENTITY file: IDENTITY 2024-01-21T06:53:45.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: 2024-01-21T06:53:45.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-01-21T06:53:45.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: 2024-01-21T06:53:45.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi177/store.db dir, Total Num: 0, files: 2024-01-21T06:53:45.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: 2024-01-21T06:53:45.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi177/store.db: 000003.log size: 511 ; 2024-01-21T06:53:45.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: 2024-01-21T06:53:45.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.error_if_exists: 0 2024-01-21T06:53:45.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.create_if_missing: 0 2024-01-21T06:53:45.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T06:53:45.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.env: 0x561a359d51c0 2024-01-21T06:53:45.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.fs: Posix File System 2024-01-21T06:53:45.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.info_log: 0x561a3801da40 2024-01-21T06:53:45.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T06:53:45.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.statistics: (nil) 2024-01-21T06:53:45.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.use_fsync: 0 2024-01-21T06:53:45.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T06:53:45.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T06:53:45.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T06:53:45.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T06:53:45.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T06:53:45.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T06:53:45.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T06:53:45.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T06:53:45.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T06:53:45.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T06:53:45.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T06:53:45.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.db_log_dir: 2024-01-21T06:53:45.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi177/store.db 2024-01-21T06:53:45.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T06:53:45.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T06:53:45.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T06:53:45.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T06:53:45.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T06:53:45.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T06:53:45.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T06:53:45.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T06:53:45.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T06:53:45.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T06:53:45.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.write_buffer_manager: 0x561a38025fb0 2024-01-21T06:53:45.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T06:53:45.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T06:53:45.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T06:53:45.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T06:53:45.726 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T06:53:45.726 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T06:53:45.726 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T06:53:45.726 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T06:53:45.726 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T06:53:45.726 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.unordered_write: 0 2024-01-21T06:53:45.726 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T06:53:45.726 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T06:53:45.726 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T06:53:45.726 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T06:53:45.726 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.row_cache: None 2024-01-21T06:53:45.726 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.wal_filter: None 2024-01-21T06:53:45.726 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T06:53:45.726 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T06:53:45.727 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T06:53:45.727 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.two_write_queues: 0 2024-01-21T06:53:45.727 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T06:53:45.727 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.atomic_flush: 0 2024-01-21T06:53:45.727 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T06:53:45.727 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T06:53:45.727 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T06:53:45.727 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T06:53:45.727 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T06:53:45.727 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T06:53:45.727 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T06:53:45.727 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T06:53:45.727 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T06:53:45.727 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T06:53:45.728 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T06:53:45.728 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T06:53:45.728 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T06:53:45.728 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T06:53:45.728 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T06:53:45.728 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_open_files: -1 2024-01-21T06:53:45.728 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T06:53:45.728 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T06:53:45.728 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T06:53:45.728 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T06:53:45.728 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Compression algorithms supported: 2024-01-21T06:53:45.728 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T06:53:45.728 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: kZSTD supported: 0 2024-01-21T06:53:45.729 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: kXpressCompression supported: 0 2024-01-21T06:53:45.729 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T06:53:45.729 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T06:53:45.729 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T06:53:45.729 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: kZlibCompression supported: 1 2024-01-21T06:53:45.729 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T06:53:45.729 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T06:53:45.729 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi177/store.db/MANIFEST-000001 2024-01-21T06:53:45.729 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: 2024-01-21T06:53:45.729 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T06:53:45.729 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: 2024-01-21T06:53:45.729 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T06:53:45.729 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.merge_operator: 2024-01-21T06:53:45.729 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.compaction_filter: None 2024-01-21T06:53:45.729 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T06:53:45.730 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T06:53:45.730 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T06:53:45.730 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561a37f37cc0) 2024-01-21T06:53:45.730 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cache_index_and_filter_blocks: 1 2024-01-21T06:53:45.730 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T06:53:45.730 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T06:53:45.730 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: pin_top_level_index_and_filter: 1 2024-01-21T06:53:45.730 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: index_type: 0 2024-01-21T06:53:45.730 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: data_block_index_type: 0 2024-01-21T06:53:45.730 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: index_shortening: 1 2024-01-21T06:53:45.730 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: data_block_hash_table_util_ratio: 0.750000 2024-01-21T06:53:45.730 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: hash_index_allow_collision: 1 2024-01-21T06:53:45.731 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: checksum: 1 2024-01-21T06:53:45.731 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: no_block_cache: 0 2024-01-21T06:53:45.731 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: block_cache: 0x561a37f6cf10 2024-01-21T06:53:45.731 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: block_cache_name: BinnedLRUCache 2024-01-21T06:53:45.731 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: block_cache_options: 2024-01-21T06:53:45.731 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: capacity : 536870912 2024-01-21T06:53:45.731 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: num_shard_bits : 4 2024-01-21T06:53:45.731 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: strict_capacity_limit : 0 2024-01-21T06:53:45.732 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: high_pri_pool_ratio: 0.000 2024-01-21T06:53:45.732 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: block_cache_compressed: (nil) 2024-01-21T06:53:45.732 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: persistent_cache: (nil) 2024-01-21T06:53:45.732 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: block_size: 4096 2024-01-21T06:53:45.732 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: block_size_deviation: 10 2024-01-21T06:53:45.732 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: block_restart_interval: 16 2024-01-21T06:53:45.732 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: index_block_restart_interval: 1 2024-01-21T06:53:45.733 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: metadata_block_size: 4096 2024-01-21T06:53:45.733 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: partition_filters: 0 2024-01-21T06:53:45.733 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: use_delta_encoding: 1 2024-01-21T06:53:45.733 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T06:53:45.733 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: whole_key_filtering: 1 2024-01-21T06:53:45.733 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: verify_compression: 0 2024-01-21T06:53:45.733 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: read_amp_bytes_per_bit: 0 2024-01-21T06:53:45.734 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: format_version: 2 2024-01-21T06:53:45.734 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: enable_index_compression: 1 2024-01-21T06:53:45.734 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: block_align: 0 2024-01-21T06:53:45.734 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: 2024-01-21T06:53:45.734 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T06:53:45.734 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T06:53:45.735 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.compression: NoCompression 2024-01-21T06:53:45.735 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T06:53:45.735 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T06:53:45.735 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T06:53:45.735 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.num_levels: 7 2024-01-21T06:53:45.735 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T06:53:45.735 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T06:53:45.735 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T06:53:45.736 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T06:53:45.736 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T06:53:45.736 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T06:53:45.736 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T06:53:45.736 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T06:53:45.736 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T06:53:45.736 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T06:53:45.737 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T06:53:45.737 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T06:53:45.737 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T06:53:45.737 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T06:53:45.737 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T06:53:45.737 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T06:53:45.737 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T06:53:45.737 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T06:53:45.738 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T06:53:45.738 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T06:53:45.738 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T06:53:45.738 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T06:53:45.738 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T06:53:45.738 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T06:53:45.739 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T06:53:45.739 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T06:53:45.739 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T06:53:45.739 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T06:53:45.739 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T06:53:45.739 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T06:53:45.739 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T06:53:45.740 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T06:53:45.740 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T06:53:45.740 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T06:53:45.740 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T06:53:45.740 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T06:53:45.740 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T06:53:45.740 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T06:53:45.740 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T06:53:45.741 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T06:53:45.741 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T06:53:45.741 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T06:53:45.741 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T06:53:45.741 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T06:53:45.741 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T06:53:45.741 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T06:53:45.741 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T06:53:45.741 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.table_properties_collectors: 2024-01-21T06:53:45.741 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T06:53:45.741 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T06:53:45.741 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T06:53:45.741 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T06:53:45.742 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T06:53:45.742 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.bloom_locality: 0 2024-01-21T06:53:45.742 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T06:53:45.742 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T06:53:45.742 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T06:53:45.742 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T06:53:45.742 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T06:53:45.742 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.ttl: 2592000 2024-01-21T06:53:45.742 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.240+0000 7f55ed035700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T06:53:45.742 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.242+0000 7f55ed035700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi177/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-21T06:53:45.742 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: 2024-01-21T06:53:45.742 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.242+0000 7f55ed035700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-21T06:53:45.742 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: 2024-01-21T06:53:45.742 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.242+0000 7f55ed035700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705820025242416, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-01-21T06:53:45.743 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.242+0000 7f55ed035700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-01-21T06:53:45.743 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.242+0000 7f55ed035700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-21T06:53:45.743 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.242+0000 7f55ed035700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705820025242890, "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": 1705820025, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-21T06:53:45.743 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.242+0000 7f55ed035700 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-01-21T06:53:45.743 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: 2024-01-21T06:53:45.743 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.243+0000 7f55ed035700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705820025243293, "job": 1, "event": "recovery_finished"} 2024-01-21T06:53:45.743 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.243+0000 7f55ed035700 4 rocksdb: DB pointer 0x561a38031800 2024-01-21T06:53:45.743 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.243+0000 7f55d3e3d700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T06:53:45.743 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.243+0000 7f55d3e3d700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T06:53:45.743 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: ** DB Stats ** 2024-01-21T06:53:45.743 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T06:53:45.743 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-21T06:53:45.743 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T06:53:45.743 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T06:53:45.743 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-21T06:53:45.744 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T06:53:45.744 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T06:53:45.744 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: 2024-01-21T06:53:45.744 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: ** Compaction Stats [default] ** 2024-01-21T06:53:45.744 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T06:53:45.744 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:53:45.744 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2024-01-21T06:53:45.744 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2024-01-21T06:53:45.744 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2024-01-21T06:53:45.744 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: 2024-01-21T06:53:45.744 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: ** Compaction Stats [default] ** 2024-01-21T06:53:45.744 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T06:53:45.744 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:53:45.745 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2024-01-21T06:53:45.745 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T06:53:45.745 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T06:53:45.745 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T06:53:45.745 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T06:53:45.745 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T06:53:45.745 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T06:53:45.745 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Cumulative compaction: 0.00 GB write, 0.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T06:53:45.745 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Interval compaction: 0.00 GB write, 0.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T06:53:45.745 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T06:53:45.745 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: 2024-01-21T06:53:45.745 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T06:53:45.745 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: 2024-01-21T06:53:45.745 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: ** Compaction Stats [default] ** 2024-01-21T06:53:45.745 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T06:53:45.746 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:53:45.746 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2024-01-21T06:53:45.746 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2024-01-21T06:53:45.746 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T06:53:45.746 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: 2024-01-21T06:53:45.746 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: ** Compaction Stats [default] ** 2024-01-21T06:53:45.746 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T06:53:45.746 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T06:53:45.746 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2024-01-21T06:53:45.746 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T06:53:45.746 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T06:53:45.746 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T06:53:45.746 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T06:53:45.746 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T06:53:45.746 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T06:53:45.746 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Cumulative compaction: 0.00 GB write, 0.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T06:53:45.746 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T06:53:45.747 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T06:53:45.747 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: 2024-01-21T06:53:45.747 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T06:53:45.747 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: 2024-01-21T06:53:45.747 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.243+0000 7f55ed035700 0 mon.smithi177 does not exist in monmap, will attempt to join an existing cluster 2024-01-21T06:53:45.747 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.244+0000 7f55ed035700 0 using public_addr v2:172.21.15.177:0/0 -> [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] 2024-01-21T06:53:45.747 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.244+0000 7f55ed035700 0 starting mon.smithi177 rank -1 at public addrs [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] at bind addrs [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi177 fsid 747d7f30-b829-11ee-95b0-87774f69a715 2024-01-21T06:53:45.747 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.245+0000 7f55ed035700 1 mon.smithi177@-1(???) e0 preinit fsid 747d7f30-b829-11ee-95b0-87774f69a715 2024-01-21T06:53:45.747 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.270+0000 7f55d6642700 0 mon.smithi177@-1(synchronizing).mds e1 new map 2024-01-21T06:53:45.747 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.270+0000 7f55d6642700 0 mon.smithi177@-1(synchronizing).mds e1 print_map 2024-01-21T06:53:45.747 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: e1 2024-01-21T06:53:45.747 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-21T06:53:45.747 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-21T06:53:45.747 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: legacy client fscid: -1 2024-01-21T06:53:45.747 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: 2024-01-21T06:53:45.748 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: No filesystems configured 2024-01-21T06:53:45.748 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: 2024-01-21T06:53:45.748 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.270+0000 7f55d6642700 1 mon.smithi177@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-21T06:53:45.748 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.270+0000 7f55d6642700 1 mon.smithi177@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-21T06:53:45.748 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.270+0000 7f55d6642700 1 mon.smithi177@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-21T06:53:45.748 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.270+0000 7f55d6642700 1 mon.smithi177@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-21T06:53:45.748 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.270+0000 7f55d6642700 1 mon.smithi177@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-21T06:53:45.748 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.270+0000 7f55d6642700 1 mon.smithi177@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-21T06:53:45.748 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.270+0000 7f55d6642700 1 mon.smithi177@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-21T06:53:45.748 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.272+0000 7f55d6642700 0 mon.smithi177@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-21T06:53:45.748 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.272+0000 7f55d6642700 0 mon.smithi177@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T06:53:45.748 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.272+0000 7f55d6642700 0 mon.smithi177@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T06:53:45.748 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.272+0000 7f55d6642700 0 mon.smithi177@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T06:53:45.749 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:53:43.649184+0000 mgr.smithi144.yddnfz (mgr.14166) 48 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:45.749 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.272+0000 7f55d6642700 1 mon.smithi177@-1(synchronizing).paxosservice(auth 1..7) refresh upgraded, format 0 -> 3 2024-01-21T06:53:45.749 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.274+0000 7f55d6642700 20 expand_channel_meta expand map: {default=false} 2024-01-21T06:53:45.749 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.274+0000 7f55d6642700 20 expand_channel_meta from 'false' to 'false' 2024-01-21T06:53:45.749 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.274+0000 7f55d6642700 20 expand_channel_meta expanded map: {default=false} 2024-01-21T06:53:45.749 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.274+0000 7f55d6642700 20 expand_channel_meta expand map: {default=info} 2024-01-21T06:53:45.749 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.274+0000 7f55d6642700 20 expand_channel_meta from 'info' to 'info' 2024-01-21T06:53:45.749 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.274+0000 7f55d6642700 20 expand_channel_meta expanded map: {default=info} 2024-01-21T06:53:45.749 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.274+0000 7f55d6642700 20 expand_channel_meta expand map: {default=daemon} 2024-01-21T06:53:45.749 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.274+0000 7f55d6642700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-01-21T06:53:45.749 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.274+0000 7f55d6642700 20 expand_channel_meta expanded map: {default=daemon} 2024-01-21T06:53:45.749 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.274+0000 7f55d6642700 20 expand_channel_meta expand map: {default=debug} 2024-01-21T06:53:45.750 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.274+0000 7f55d6642700 20 expand_channel_meta from 'debug' to 'debug' 2024-01-21T06:53:45.750 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T06:53:45.274+0000 7f55d6642700 20 expand_channel_meta expanded map: {default=debug} 2024-01-21T06:53:50.318 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T06:53:50.318 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":2,"fsid":"747d7f30-b829-11ee-95b0-87774f69a715","modified":"2024-01-21T06:53:45.276558Z","created":"2024-01-21T06:51:35.869334Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi177","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:3300","nonce":0},{"type":"v1","addr":"172.21.15.177:6789","nonce":0}]},"addr":"172.21.15.177:6789/0","public_addr":"172.21.15.177:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-21T06:53:50.320 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 2 2024-01-21T06:53:50.638 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:45.276964+0000 mon.smithi144 (mon.0) 178 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T06:53:50.638 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:45.279397+0000 mon.smithi144 (mon.0) 179 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-01-21T06:53:50.638 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:53:45.279544+0000 mon.smithi144 (mon.0) 180 : cluster [INF] mon.smithi144 calling monitor election 2024-01-21T06:53:50.638 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:45.292515+0000 mon.smithi144 (mon.0) 181 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T06:53:50.638 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:45.336474+0000 mon.smithi144 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.177:0/2115996802' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T06:53:50.638 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:53:45.649567+0000 mgr.smithi144.yddnfz (mgr.14166) 49 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:50.638 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:46.276003+0000 mon.smithi144 (mon.0) 183 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T06:53:50.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:47.276090+0000 mon.smithi144 (mon.0) 184 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T06:53:50.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:53:47.277288+0000 mon.smithi177 (mon.1) 1 : cluster [INF] mon.smithi177 calling monitor election 2024-01-21T06:53:50.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:53:47.649962+0000 mgr.smithi144.yddnfz (mgr.14166) 50 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:50.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:48.139222+0000 mon.smithi144 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.177:0/4253068384' entity='mgr.smithi177.msxlsw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi177.msxlsw/crt"}]: dispatch 2024-01-21T06:53:50.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:48.276184+0000 mon.smithi144 (mon.0) 186 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T06:53:50.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:49.276475+0000 mon.smithi144 (mon.0) 187 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T06:53:50.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:50.276632+0000 mon.smithi144 (mon.0) 188 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T06:53:50.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:53:50.306418+0000 mon.smithi144 (mon.0) 189 : cluster [INF] mon.smithi144 is new leader, mons smithi144,smithi177 in quorum (ranks 0,1) 2024-01-21T06:53:50.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:53:50.314427+0000 mon.smithi144 (mon.0) 190 : cluster [DBG] monmap e2: 2 mons at {smithi144=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],smithi177=[v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0]} 2024-01-21T06:53:50.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:53:50.314488+0000 mon.smithi144 (mon.0) 191 : cluster [DBG] fsmap 2024-01-21T06:53:50.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:53:50.314516+0000 mon.smithi144 (mon.0) 192 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T06:53:50.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:53:50.314734+0000 mon.smithi144 (mon.0) 193 : cluster [DBG] mgrmap e17: smithi144.yddnfz(active, since 76s) 2024-01-21T06:53:50.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:53:50.316094+0000 mon.smithi144 (mon.0) 194 : cluster [DBG] Standby manager daemon smithi177.msxlsw started 2024-01-21T06:53:50.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:50.316992+0000 mon.smithi144 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.177:0/4253068384' entity='mgr.smithi177.msxlsw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-21T06:53:50.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:50.318646+0000 mon.smithi144 (mon.0) 196 : audit [DBG] from='mgr.? 172.21.15.177:0/4253068384' entity='mgr.smithi177.msxlsw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi177.msxlsw/key"}]: dispatch 2024-01-21T06:53:50.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:50.319260+0000 mon.smithi144 (mon.0) 197 : audit [DBG] from='mgr.? 172.21.15.177:0/4253068384' entity='mgr.smithi177.msxlsw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-21T06:53:50.640 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:53:50.330528+0000 mon.smithi144 (mon.0) 198 : cluster [INF] overall HEALTH_OK 2024-01-21T06:53:50.640 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:50.334084+0000 mon.smithi144 (mon.0) 199 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:53:50.641 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-21T06:53:50.641 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph config generate-minimal-conf 2024-01-21T06:53:50.676 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:45.276964+0000 mon.smithi144 (mon.0) 178 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T06:53:50.676 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:45.279397+0000 mon.smithi144 (mon.0) 179 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-01-21T06:53:50.676 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:45.279544+0000 mon.smithi144 (mon.0) 180 : cluster [INF] mon.smithi144 calling monitor election 2024-01-21T06:53:50.676 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:45.292515+0000 mon.smithi144 (mon.0) 181 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T06:53:50.676 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:45.336474+0000 mon.smithi144 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.177:0/2115996802' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T06:53:50.676 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:45.649567+0000 mgr.smithi144.yddnfz (mgr.14166) 49 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:50.676 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:46.276003+0000 mon.smithi144 (mon.0) 183 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T06:53:50.676 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:47.276090+0000 mon.smithi144 (mon.0) 184 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T06:53:50.676 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:47.277288+0000 mon.smithi177 (mon.1) 1 : cluster [INF] mon.smithi177 calling monitor election 2024-01-21T06:53:50.676 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:47.649962+0000 mgr.smithi144.yddnfz (mgr.14166) 50 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:50.677 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:48.139222+0000 mon.smithi144 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.177:0/4253068384' entity='mgr.smithi177.msxlsw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi177.msxlsw/crt"}]: dispatch 2024-01-21T06:53:50.677 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:48.276184+0000 mon.smithi144 (mon.0) 186 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T06:53:50.677 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:49.276475+0000 mon.smithi144 (mon.0) 187 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T06:53:50.677 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:50.276632+0000 mon.smithi144 (mon.0) 188 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T06:53:50.677 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:50.306418+0000 mon.smithi144 (mon.0) 189 : cluster [INF] mon.smithi144 is new leader, mons smithi144,smithi177 in quorum (ranks 0,1) 2024-01-21T06:53:50.677 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:50.314427+0000 mon.smithi144 (mon.0) 190 : cluster [DBG] monmap e2: 2 mons at {smithi144=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],smithi177=[v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0]} 2024-01-21T06:53:50.677 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:50.314488+0000 mon.smithi144 (mon.0) 191 : cluster [DBG] fsmap 2024-01-21T06:53:50.677 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:50.314516+0000 mon.smithi144 (mon.0) 192 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T06:53:50.677 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:50.314734+0000 mon.smithi144 (mon.0) 193 : cluster [DBG] mgrmap e17: smithi144.yddnfz(active, since 76s) 2024-01-21T06:53:50.677 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:50.316094+0000 mon.smithi144 (mon.0) 194 : cluster [DBG] Standby manager daemon smithi177.msxlsw started 2024-01-21T06:53:50.677 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:50.316992+0000 mon.smithi144 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.177:0/4253068384' entity='mgr.smithi177.msxlsw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-21T06:53:50.677 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:50.318646+0000 mon.smithi144 (mon.0) 196 : audit [DBG] from='mgr.? 172.21.15.177:0/4253068384' entity='mgr.smithi177.msxlsw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi177.msxlsw/key"}]: dispatch 2024-01-21T06:53:50.677 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:50.319260+0000 mon.smithi144 (mon.0) 197 : audit [DBG] from='mgr.? 172.21.15.177:0/4253068384' entity='mgr.smithi177.msxlsw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-21T06:53:50.678 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:50.330528+0000 mon.smithi144 (mon.0) 198 : cluster [INF] overall HEALTH_OK 2024-01-21T06:53:50.678 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:50.334084+0000 mon.smithi144 (mon.0) 199 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:53:51.674 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:51 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:49.650342+0000 mgr.smithi144.yddnfz (mgr.14166) 51 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:51.674 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:51 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:53:50.335652+0000 mgr.smithi144.yddnfz (mgr.14166) 52 : cephadm [INF] Deploying daemon node-exporter.smithi177 on smithi177 2024-01-21T06:53:51.674 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:51 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:50.374853+0000 mon.smithi144 (mon.0) 200 : cluster [DBG] mgrmap e18: smithi144.yddnfz(active, since 76s), standbys: smithi177.msxlsw 2024-01-21T06:53:51.674 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:51 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:50.374985+0000 mon.smithi144 (mon.0) 201 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mgr metadata", "who": "smithi177.msxlsw", "id": "smithi177.msxlsw"}]: dispatch 2024-01-21T06:53:51.674 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:51 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:51.276591+0000 mon.smithi144 (mon.0) 202 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T06:53:51.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:51 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:53:49.650342+0000 mgr.smithi144.yddnfz (mgr.14166) 51 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:51.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:51 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:53:50.335652+0000 mgr.smithi144.yddnfz (mgr.14166) 52 : cephadm [INF] Deploying daemon node-exporter.smithi177 on smithi177 2024-01-21T06:53:51.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:51 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:53:50.374853+0000 mon.smithi144 (mon.0) 200 : cluster [DBG] mgrmap e18: smithi144.yddnfz(active, since 76s), standbys: smithi177.msxlsw 2024-01-21T06:53:51.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:51 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:50.374985+0000 mon.smithi144 (mon.0) 201 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mgr metadata", "who": "smithi177.msxlsw", "id": "smithi177.msxlsw"}]: dispatch 2024-01-21T06:53:51.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:51 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:51.276591+0000 mon.smithi144 (mon.0) 202 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T06:53:52.006 INFO:teuthology.orchestra.run.smithi144.stdout:# minimal ceph.conf for 747d7f30-b829-11ee-95b0-87774f69a715 2024-01-21T06:53:52.006 INFO:teuthology.orchestra.run.smithi144.stdout:[global] 2024-01-21T06:53:52.006 INFO:teuthology.orchestra.run.smithi144.stdout: fsid = 747d7f30-b829-11ee-95b0-87774f69a715 2024-01-21T06:53:52.006 INFO:teuthology.orchestra.run.smithi144.stdout: mon_host = [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] 2024-01-21T06:53:52.402 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-21T06:53:52.402 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T06:53:52.402 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/ceph/ceph.conf 2024-01-21T06:53:52.472 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T06:53:52.472 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T06:53:52.540 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-21T06:53:52.540 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/ceph/ceph.conf 2024-01-21T06:53:52.579 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-21T06:53:52.579 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T06:53:52.647 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:52.004650+0000 mon.smithi144 (mon.0) 203 : audit [DBG] from='client.? 172.21.15.144:0/2749437203' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:53:52.651 INFO:tasks.cephadm:Deploying OSDs... 2024-01-21T06:53:52.651 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T06:53:52.651 DEBUG:teuthology.orchestra.run.smithi144:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T06:53:52.670 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-21T06:53:52.670 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_1 2024-01-21T06:53:52.727 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-21T06:53:52.727 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T06:53:52.728 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 162238 Links: 1 2024-01-21T06:53:52.728 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T06:53:52.728 INFO:teuthology.orchestra.run.smithi144.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T06:53:52.728 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-01-21 06:53:34.719641669 +0000 2024-01-21T06:53:52.728 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-01-21 06:50:07.316678241 +0000 2024-01-21T06:53:52.728 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-01-21 06:50:07.316678241 +0000 2024-01-21T06:53:52.728 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-01-21T06:53:52.728 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-21T06:53:52.791 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:52.004650+0000 mon.smithi144 (mon.0) 203 : audit [DBG] from='client.? 172.21.15.144:0/2749437203' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:53:52.793 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-01-21T06:53:52.793 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-01-21T06:53:52.793 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.00027237 s, 1.9 MB/s 2024-01-21T06:53:52.794 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-21T06:53:52.853 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_2 2024-01-21T06:53:52.911 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-21T06:53:52.911 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T06:53:52.911 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 162293 Links: 1 2024-01-21T06:53:52.911 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T06:53:52.911 INFO:teuthology.orchestra.run.smithi144.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T06:53:52.911 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-01-21 06:53:34.719641669 +0000 2024-01-21T06:53:52.911 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-01-21 06:50:07.680672006 +0000 2024-01-21T06:53:52.912 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-01-21 06:50:07.680672006 +0000 2024-01-21T06:53:52.912 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-01-21T06:53:52.912 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-21T06:53:52.977 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-01-21T06:53:52.977 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-01-21T06:53:52.977 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000238198 s, 2.1 MB/s 2024-01-21T06:53:52.978 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-21T06:53:53.038 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_3 2024-01-21T06:53:53.095 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-21T06:53:53.096 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T06:53:53.096 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 166394 Links: 1 2024-01-21T06:53:53.096 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T06:53:53.096 INFO:teuthology.orchestra.run.smithi144.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T06:53:53.096 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-01-21 06:53:34.719641669 +0000 2024-01-21T06:53:53.096 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-01-21 06:50:08.026666078 +0000 2024-01-21T06:53:53.096 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-01-21 06:50:08.026666078 +0000 2024-01-21T06:53:53.096 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-01-21T06:53:53.096 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-21T06:53:53.162 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-01-21T06:53:53.162 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-01-21T06:53:53.162 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000190077 s, 2.7 MB/s 2024-01-21T06:53:53.163 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-21T06:53:53.222 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_4 2024-01-21T06:53:53.280 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-21T06:53:53.280 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T06:53:53.281 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 166446 Links: 1 2024-01-21T06:53:53.281 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T06:53:53.281 INFO:teuthology.orchestra.run.smithi144.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T06:53:53.281 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-01-21 06:53:34.719641669 +0000 2024-01-21T06:53:53.281 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-01-21 06:50:08.368660219 +0000 2024-01-21T06:53:53.281 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-01-21 06:50:08.368660219 +0000 2024-01-21T06:53:53.281 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-01-21T06:53:53.281 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-21T06:53:53.346 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-01-21T06:53:53.347 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-01-21T06:53:53.347 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.00022961 s, 2.2 MB/s 2024-01-21T06:53:53.348 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-21T06:53:53.406 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-21T06:53:53.406 DEBUG:teuthology.orchestra.run.smithi177:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T06:53:53.429 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-21T06:53:53.429 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_1 2024-01-21T06:53:53.489 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-21T06:53:53.490 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T06:53:53.490 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 163980 Links: 1 2024-01-21T06:53:53.490 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T06:53:53.490 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T06:53:53.490 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-01-21 06:53:50.853867383 +0000 2024-01-21T06:53:53.490 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-01-21 06:50:07.315550150 +0000 2024-01-21T06:53:53.490 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-01-21 06:50:07.315550150 +0000 2024-01-21T06:53:53.490 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-01-21T06:53:53.490 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-21T06:53:53.559 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-01-21T06:53:53.560 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-01-21T06:53:53.560 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000272891 s, 1.9 MB/s 2024-01-21T06:53:53.561 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-21T06:53:53.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:53 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:51.650653+0000 mgr.smithi144.yddnfz (mgr.14166) 53 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:53.623 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_2 2024-01-21T06:53:53.684 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-21T06:53:53.684 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T06:53:53.684 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 163299 Links: 1 2024-01-21T06:53:53.684 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T06:53:53.684 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T06:53:53.684 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-01-21 06:53:50.853867383 +0000 2024-01-21T06:53:53.684 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-01-21 06:50:07.678539878 +0000 2024-01-21T06:53:53.685 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-01-21 06:50:07.678539878 +0000 2024-01-21T06:53:53.685 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-01-21T06:53:53.685 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-21T06:53:53.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:53 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:53:51.650653+0000 mgr.smithi144.yddnfz (mgr.14166) 53 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:53.745 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-01-21T06:53:53.745 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-01-21T06:53:53.745 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000216244 s, 2.4 MB/s 2024-01-21T06:53:53.746 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-21T06:53:53.807 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_3 2024-01-21T06:53:53.866 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-21T06:53:53.866 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T06:53:53.866 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 159507 Links: 1 2024-01-21T06:53:53.866 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T06:53:53.867 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T06:53:53.867 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-01-21 06:53:50.853867383 +0000 2024-01-21T06:53:53.867 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-01-21 06:50:08.038529690 +0000 2024-01-21T06:53:53.867 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-01-21 06:50:08.038529690 +0000 2024-01-21T06:53:53.867 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-01-21T06:53:53.867 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-21T06:53:53.932 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-01-21T06:53:53.932 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-01-21T06:53:53.932 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000223186 s, 2.3 MB/s 2024-01-21T06:53:53.933 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-21T06:53:53.993 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_4 2024-01-21T06:53:54.051 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-21T06:53:54.051 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T06:53:54.051 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 159554 Links: 1 2024-01-21T06:53:54.051 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T06:53:54.052 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T06:53:54.052 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-01-21 06:53:50.853867383 +0000 2024-01-21T06:53:54.052 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-01-21 06:50:08.369520323 +0000 2024-01-21T06:53:54.052 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-01-21 06:50:08.369520323 +0000 2024-01-21T06:53:54.052 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-01-21T06:53:54.052 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-21T06:53:54.117 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-01-21T06:53:54.117 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-01-21T06:53:54.117 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000211419 s, 2.4 MB/s 2024-01-21T06:53:54.118 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-21T06:53:54.177 INFO:tasks.cephadm:Deploying osd.0 on smithi144 with /dev/vg_nvme/lv_4... 2024-01-21T06:53:54.178 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-01-21T06:53:55.089 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:54 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:53.650933+0000 mgr.smithi144.yddnfz (mgr.14166) 54 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:55.089 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:54 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:53.789924+0000 mon.smithi144 (mon.0) 204 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:53:55.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:54 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:53:53.650933+0000 mgr.smithi144.yddnfz (mgr.14166) 54 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:55.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:54 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:53.789924+0000 mon.smithi144 (mon.0) 204 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:53:55.535 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-01-21T06:53:55.535 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-01-21T06:53:55.535 INFO:teuthology.orchestra.run.smithi144.stderr: stderr: 10+0 records in 2024-01-21T06:53:55.535 INFO:teuthology.orchestra.run.smithi144.stderr:10+0 records out 2024-01-21T06:53:55.536 INFO:teuthology.orchestra.run.smithi144.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0113325 s, 925 MB/s 2024-01-21T06:53:55.536 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping successful for: 2024-01-21T06:53:55.919 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph orch daemon add osd smithi144:vg_nvme/lv_4 2024-01-21T06:53:57.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:57 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:55.651145+0000 mgr.smithi144.yddnfz (mgr.14166) 55 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:57.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:57 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:53:55.651145+0000 mgr.smithi144.yddnfz (mgr.14166) 55 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:58.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:58 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:57.270017+0000 mgr.smithi144.yddnfz (mgr.14166) 56 : audit [DBG] from='client.14224 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:53:58.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:58 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:57.270820+0000 mon.smithi144 (mon.0) 205 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:53:58.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:58 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:57.272317+0000 mon.smithi144 (mon.0) 206 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:53:58.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:58 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:57.272868+0000 mon.smithi144 (mon.0) 207 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:53:58.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:58 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:57.270017+0000 mgr.smithi144.yddnfz (mgr.14166) 56 : audit [DBG] from='client.14224 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:53:58.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:58 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:57.270820+0000 mon.smithi144 (mon.0) 205 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:53:58.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:58 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:57.272317+0000 mon.smithi144 (mon.0) 206 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:53:58.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:58 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:57.272868+0000 mon.smithi144 (mon.0) 207 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:53:59.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:59 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:57.651418+0000 mgr.smithi144.yddnfz (mgr.14166) 57 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:59.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:59 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:59.089596+0000 mon.smithi144 (mon.0) 208 : audit [INF] from='client.? 172.21.15.144:0/1418788710' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5bfcd1f-1fad-4926-bd2c-d2b498f9c819"}]: dispatch 2024-01-21T06:53:59.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:59 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:59.095728+0000 mon.smithi144 (mon.0) 209 : audit [INF] from='client.? 172.21.15.144:0/1418788710' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5bfcd1f-1fad-4926-bd2c-d2b498f9c819"}]': finished 2024-01-21T06:53:59.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:59 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:59.095766+0000 mon.smithi144 (mon.0) 210 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-21T06:53:59.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:53:59 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:59.095860+0000 mon.smithi144 (mon.0) 211 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:53:59.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:59 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:53:57.651418+0000 mgr.smithi144.yddnfz (mgr.14166) 57 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:53:59.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:59 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:59.089596+0000 mon.smithi144 (mon.0) 208 : audit [INF] from='client.? 172.21.15.144:0/1418788710' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5bfcd1f-1fad-4926-bd2c-d2b498f9c819"}]: dispatch 2024-01-21T06:53:59.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:59 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:59.095728+0000 mon.smithi144 (mon.0) 209 : audit [INF] from='client.? 172.21.15.144:0/1418788710' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5bfcd1f-1fad-4926-bd2c-d2b498f9c819"}]': finished 2024-01-21T06:53:59.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:59 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:53:59.095766+0000 mon.smithi144 (mon.0) 210 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-21T06:53:59.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:53:59 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:59.095860+0000 mon.smithi144 (mon.0) 211 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:54:00.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:53:59.504620+0000 mon.smithi144 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.144:0/1379490590' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:54:00.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:00 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:53:59.504620+0000 mon.smithi144 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.144:0/1379490590' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:54:01.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:01 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:53:59.651671+0000 mgr.smithi144.yddnfz (mgr.14166) 58 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:54:01.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:01 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:53:59.651671+0000 mgr.smithi144.yddnfz (mgr.14166) 58 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:54:03.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:01.652027+0000 mgr.smithi144.yddnfz (mgr.14166) 59 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:54:03.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:01.652027+0000 mgr.smithi144.yddnfz (mgr.14166) 59 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:54:05.542 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:05 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:03.652508+0000 mgr.smithi144.yddnfz (mgr.14166) 60 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:54:05.543 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:05 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:04.690324+0000 mon.smithi144 (mon.0) 213 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-21T06:54:05.543 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:05 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:04.690902+0000 mon.smithi144 (mon.0) 214 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:54:05.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:05 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:03.652508+0000 mgr.smithi144.yddnfz (mgr.14166) 60 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:54:05.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:05 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:04.690324+0000 mon.smithi144 (mon.0) 213 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-21T06:54:05.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:05 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:04.690902+0000 mon.smithi144 (mon.0) 214 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:54:06.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:06 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:54:04.691340+0000 mgr.smithi144.yddnfz (mgr.14166) 61 : cephadm [INF] Deploying daemon osd.0 on smithi144 2024-01-21T06:54:06.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:06 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:54:04.691340+0000 mgr.smithi144.yddnfz (mgr.14166) 61 : cephadm [INF] Deploying daemon osd.0 on smithi144 2024-01-21T06:54:06.927 INFO:teuthology.orchestra.run.smithi144.stdout:Created osd(s) 0 on host 'smithi144' 2024-01-21T06:54:07.286 DEBUG:teuthology.orchestra.run.smithi144:osd.0> sudo journalctl -f -n 0 -u ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.0.service 2024-01-21T06:54:07.288 INFO:tasks.cephadm:Deploying osd.1 on smithi144 with /dev/vg_nvme/lv_3... 2024-01-21T06:54:07.288 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-01-21T06:54:07.317 INFO:journalctl@ceph.osd.0.smithi144.stdout:-- Logs begin at Sun 2024-01-21 06:44:35 UTC. -- 2024-01-21T06:54:07.404 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:07 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:05.652771+0000 mgr.smithi144.yddnfz (mgr.14166) 62 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:54:07.405 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:07 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:06.919791+0000 mon.smithi144 (mon.0) 215 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:54:07.405 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:07 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:06.923378+0000 mon.smithi144 (mon.0) 216 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:54:07.662 INFO:journalctl@ceph.osd.0.smithi144.stdout:Jan 21 06:54:07 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.0[43722]: debug 2024-01-21T06:54:07.402+0000 7f821afc4080 -1 Falling back to public interface 2024-01-21T06:54:07.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:07 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:05.652771+0000 mgr.smithi144.yddnfz (mgr.14166) 62 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:54:07.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:07 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:06.919791+0000 mon.smithi144 (mon.0) 215 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:54:07.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:07 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:06.923378+0000 mon.smithi144 (mon.0) 216 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:54:08.789 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-01-21T06:54:08.789 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-01-21T06:54:08.789 INFO:teuthology.orchestra.run.smithi144.stderr: stderr: 10+0 records in 2024-01-21T06:54:08.789 INFO:teuthology.orchestra.run.smithi144.stderr:10+0 records out 2024-01-21T06:54:08.789 INFO:teuthology.orchestra.run.smithi144.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0123124 s, 852 MB/s 2024-01-21T06:54:08.789 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping successful for: 2024-01-21T06:54:09.160 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph orch daemon add osd smithi144:vg_nvme/lv_3 2024-01-21T06:54:09.477 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:09 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:07.652986+0000 mgr.smithi144.yddnfz (mgr.14166) 63 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:54:09.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:09 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:07.652986+0000 mgr.smithi144.yddnfz (mgr.14166) 63 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:54:10.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:10 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:10.162864+0000 mon.smithi144 (mon.0) 217 : audit [INF] from='osd.0 [v2:172.21.15.144:6802/2531618124,v1:172.21.15.144:6803/2531618124]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T06:54:10.357 INFO:journalctl@ceph.osd.0.smithi144.stdout:Jan 21 06:54:10 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.0[43722]: debug 2024-01-21T06:54:10.158+0000 7f821afc4080 -1 osd.0 0 log_to_monitors {default=true} 2024-01-21T06:54:10.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:10 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:10.162864+0000 mon.smithi144 (mon.0) 217 : audit [INF] from='osd.0 [v2:172.21.15.144:6802/2531618124,v1:172.21.15.144:6803/2531618124]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T06:54:11.359 INFO:journalctl@ceph.osd.0.smithi144.stdout:Jan 21 06:54:11 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.0[43722]: debug 2024-01-21T06:54:11.298+0000 7f8211527700 -1 osd.0 0 waiting for initial osdmap 2024-01-21T06:54:11.359 INFO:journalctl@ceph.osd.0.smithi144.stdout:Jan 21 06:54:11 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.0[43722]: debug 2024-01-21T06:54:11.304+0000 7f820d4a2700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-21T06:54:11.360 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:11 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:09.653226+0000 mgr.smithi144.yddnfz (mgr.14166) 64 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:54:11.360 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:11 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:10.293010+0000 mon.smithi144 (mon.0) 218 : audit [INF] from='osd.0 [v2:172.21.15.144:6802/2531618124,v1:172.21.15.144:6803/2531618124]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-21T06:54:11.360 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:11 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:10.293068+0000 mon.smithi144 (mon.0) 219 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-01-21T06:54:11.360 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:11 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:10.293168+0000 mon.smithi144 (mon.0) 220 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:54:11.360 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:11 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:10.293483+0000 mon.smithi144 (mon.0) 221 : audit [INF] from='osd.0 [v2:172.21.15.144:6802/2531618124,v1:172.21.15.144:6803/2531618124]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-21T06:54:11.360 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:11 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:10.497892+0000 mon.smithi144 (mon.0) 222 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:54:11.360 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:11 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:10.499002+0000 mon.smithi144 (mon.0) 223 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:54:11.360 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:11 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:10.499477+0000 mon.smithi144 (mon.0) 224 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:54:11.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:11 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:09.653226+0000 mgr.smithi144.yddnfz (mgr.14166) 64 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:54:11.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:11 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:10.293010+0000 mon.smithi144 (mon.0) 218 : audit [INF] from='osd.0 [v2:172.21.15.144:6802/2531618124,v1:172.21.15.144:6803/2531618124]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-21T06:54:11.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:11 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:10.293068+0000 mon.smithi144 (mon.0) 219 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-01-21T06:54:11.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:11 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:10.293168+0000 mon.smithi144 (mon.0) 220 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:54:11.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:11 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:10.293483+0000 mon.smithi144 (mon.0) 221 : audit [INF] from='osd.0 [v2:172.21.15.144:6802/2531618124,v1:172.21.15.144:6803/2531618124]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-21T06:54:11.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:11 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:10.497892+0000 mon.smithi144 (mon.0) 222 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:54:11.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:11 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:10.499002+0000 mon.smithi144 (mon.0) 223 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:54:11.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:11 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:10.499477+0000 mon.smithi144 (mon.0) 224 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:54:12.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:10.497185+0000 mgr.smithi144.yddnfz (mgr.14166) 65 : audit [DBG] from='client.14242 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:54:12.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:11.296461+0000 mon.smithi144 (mon.0) 225 : audit [INF] from='osd.0 [v2:172.21.15.144:6802/2531618124,v1:172.21.15.144:6803/2531618124]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-21T06:54:12.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:11.296529+0000 mon.smithi144 (mon.0) 226 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-01-21T06:54:12.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:11.296885+0000 mon.smithi144 (mon.0) 227 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:54:12.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:11.302967+0000 mon.smithi144 (mon.0) 228 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:54:12.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:12.066090+0000 mon.smithi144 (mon.0) 229 : audit [INF] from='client.? 172.21.15.144:0/2138301877' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eec5dc8d-0b57-4c24-b1e4-b1a0c58ccdb5"}]: dispatch 2024-01-21T06:54:12.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:12.069744+0000 mon.smithi144 (mon.0) 230 : cluster [INF] osd.0 [v2:172.21.15.144:6802/2531618124,v1:172.21.15.144:6803/2531618124] boot 2024-01-21T06:54:12.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:12.069788+0000 mon.smithi144 (mon.0) 231 : audit [INF] from='client.? 172.21.15.144:0/2138301877' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eec5dc8d-0b57-4c24-b1e4-b1a0c58ccdb5"}]': finished 2024-01-21T06:54:12.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:12.069819+0000 mon.smithi144 (mon.0) 232 : cluster [DBG] osdmap e9: 2 total, 1 up, 2 in 2024-01-21T06:54:12.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:12.070093+0000 mon.smithi144 (mon.0) 233 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:54:12.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:12.070306+0000 mon.smithi144 (mon.0) 234 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:54:12.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:10.497185+0000 mgr.smithi144.yddnfz (mgr.14166) 65 : audit [DBG] from='client.14242 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:54:12.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:11.296461+0000 mon.smithi144 (mon.0) 225 : audit [INF] from='osd.0 [v2:172.21.15.144:6802/2531618124,v1:172.21.15.144:6803/2531618124]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-21T06:54:12.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:11.296529+0000 mon.smithi144 (mon.0) 226 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-01-21T06:54:12.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:11.296885+0000 mon.smithi144 (mon.0) 227 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:54:12.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:11.302967+0000 mon.smithi144 (mon.0) 228 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:54:12.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:12.066090+0000 mon.smithi144 (mon.0) 229 : audit [INF] from='client.? 172.21.15.144:0/2138301877' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eec5dc8d-0b57-4c24-b1e4-b1a0c58ccdb5"}]: dispatch 2024-01-21T06:54:12.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:12.069744+0000 mon.smithi144 (mon.0) 230 : cluster [INF] osd.0 [v2:172.21.15.144:6802/2531618124,v1:172.21.15.144:6803/2531618124] boot 2024-01-21T06:54:12.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:12.069788+0000 mon.smithi144 (mon.0) 231 : audit [INF] from='client.? 172.21.15.144:0/2138301877' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eec5dc8d-0b57-4c24-b1e4-b1a0c58ccdb5"}]': finished 2024-01-21T06:54:12.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:12.069819+0000 mon.smithi144 (mon.0) 232 : cluster [DBG] osdmap e9: 2 total, 1 up, 2 in 2024-01-21T06:54:12.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:12.070093+0000 mon.smithi144 (mon.0) 233 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T06:54:12.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:12.070306+0000 mon.smithi144 (mon.0) 234 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:54:13.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:13 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:11.112964+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:54:13.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:13 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:11.113129+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:54:13.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:13 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:11.653460+0000 mgr.smithi144.yddnfz (mgr.14166) 66 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:54:13.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:13 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:12.478567+0000 mon.smithi144 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.144:0/2030060914' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:54:13.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:13 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:13.071290+0000 mon.smithi144 (mon.0) 236 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-01-21T06:54:13.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:13 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:13.071429+0000 mon.smithi144 (mon.0) 237 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:54:13.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:13 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:11.112964+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:54:13.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:13 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:11.113129+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:54:13.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:13 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:11.653460+0000 mgr.smithi144.yddnfz (mgr.14166) 66 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T06:54:13.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:13 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:12.478567+0000 mon.smithi144 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.144:0/2030060914' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:54:13.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:13 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:13.071290+0000 mon.smithi144 (mon.0) 236 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-01-21T06:54:13.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:13 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:13.071429+0000 mon.smithi144 (mon.0) 237 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:54:15.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:15 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:13.653875+0000 mgr.smithi144.yddnfz (mgr.14166) 67 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-01-21T06:54:15.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:15 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:13.653875+0000 mgr.smithi144.yddnfz (mgr.14166) 67 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-01-21T06:54:17.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:17 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:15.654364+0000 mgr.smithi144.yddnfz (mgr.14166) 68 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-01-21T06:54:17.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:17 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:16.755511+0000 mon.smithi144 (mon.0) 238 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-21T06:54:17.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:17 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:16.756125+0000 mon.smithi144 (mon.0) 239 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:54:17.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:17 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:15.654364+0000 mgr.smithi144.yddnfz (mgr.14166) 68 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-01-21T06:54:17.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:17 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:16.755511+0000 mon.smithi144 (mon.0) 238 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-21T06:54:17.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:17 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:16.756125+0000 mon.smithi144 (mon.0) 239 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:54:18.586 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:18 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:54:16.756574+0000 mgr.smithi144.yddnfz (mgr.14166) 69 : cephadm [INF] Deploying daemon osd.1 on smithi144 2024-01-21T06:54:18.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:18 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:54:16.756574+0000 mgr.smithi144.yddnfz (mgr.14166) 69 : cephadm [INF] Deploying daemon osd.1 on smithi144 2024-01-21T06:54:19.075 INFO:teuthology.orchestra.run.smithi144.stdout:Created osd(s) 1 on host 'smithi144' 2024-01-21T06:54:19.410 DEBUG:teuthology.orchestra.run.smithi144:osd.1> sudo journalctl -f -n 0 -u ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.1.service 2024-01-21T06:54:19.412 INFO:tasks.cephadm:Deploying osd.2 on smithi144 with /dev/vg_nvme/lv_2... 2024-01-21T06:54:19.412 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-01-21T06:54:19.442 INFO:journalctl@ceph.osd.1.smithi144.stdout:-- Logs begin at Sun 2024-01-21 06:44:35 UTC. -- 2024-01-21T06:54:19.606 INFO:journalctl@ceph.osd.1.smithi144.stdout:Jan 21 06:54:19 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.1[46108]: debug 2024-01-21T06:54:19.542+0000 7f2079b8f080 -1 Falling back to public interface 2024-01-21T06:54:19.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:19 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:17.654712+0000 mgr.smithi144.yddnfz (mgr.14166) 70 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-01-21T06:54:19.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:19 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:19.068632+0000 mon.smithi144 (mon.0) 240 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:54:19.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:19 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:19.072412+0000 mon.smithi144 (mon.0) 241 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:54:19.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:19 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:17.654712+0000 mgr.smithi144.yddnfz (mgr.14166) 70 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-01-21T06:54:19.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:19 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:19.068632+0000 mon.smithi144 (mon.0) 240 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:54:19.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:19 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:19.072412+0000 mon.smithi144 (mon.0) 241 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:54:20.855 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-01-21T06:54:20.855 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-01-21T06:54:20.855 INFO:teuthology.orchestra.run.smithi144.stderr: stderr: 10+0 records in 2024-01-21T06:54:20.855 INFO:teuthology.orchestra.run.smithi144.stderr:10+0 records out 2024-01-21T06:54:20.855 INFO:teuthology.orchestra.run.smithi144.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0122682 s, 855 MB/s 2024-01-21T06:54:20.855 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping successful for: 2024-01-21T06:54:21.281 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph orch daemon add osd smithi144:vg_nvme/lv_2 2024-01-21T06:54:21.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:21 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:19.655006+0000 mgr.smithi144.yddnfz (mgr.14166) 71 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-01-21T06:54:21.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:21 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:19.655006+0000 mgr.smithi144.yddnfz (mgr.14166) 71 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-01-21T06:54:22.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:22.298752+0000 mon.smithi144 (mon.0) 242 : audit [INF] from='osd.1 [v2:172.21.15.144:6810/3886609568,v1:172.21.15.144:6811/3886609568]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-21T06:54:22.606 INFO:journalctl@ceph.osd.1.smithi144.stdout:Jan 21 06:54:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.1[46108]: debug 2024-01-21T06:54:22.294+0000 7f2079b8f080 -1 osd.1 0 log_to_monitors {default=true} 2024-01-21T06:54:22.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:22 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:22.298752+0000 mon.smithi144 (mon.0) 242 : audit [INF] from='osd.1 [v2:172.21.15.144:6810/3886609568,v1:172.21.15.144:6811/3886609568]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-21T06:54:23.451 INFO:journalctl@ceph.osd.1.smithi144.stdout:Jan 21 06:54:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.1[46108]: debug 2024-01-21T06:54:23.330+0000 7f20700f2700 -1 osd.1 0 waiting for initial osdmap 2024-01-21T06:54:23.451 INFO:journalctl@ceph.osd.1.smithi144.stdout:Jan 21 06:54:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.1[46108]: debug 2024-01-21T06:54:23.333+0000 7f206c86e700 -1 osd.1 12 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-21T06:54:23.452 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:21.655330+0000 mgr.smithi144.yddnfz (mgr.14166) 72 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-01-21T06:54:23.452 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:22.328605+0000 mon.smithi144 (mon.0) 243 : audit [INF] from='osd.1 [v2:172.21.15.144:6810/3886609568,v1:172.21.15.144:6811/3886609568]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-21T06:54:23.452 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:22.328646+0000 mon.smithi144 (mon.0) 244 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-01-21T06:54:23.452 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:22.328774+0000 mon.smithi144 (mon.0) 245 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:54:23.452 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:22.329223+0000 mon.smithi144 (mon.0) 246 : audit [INF] from='osd.1 [v2:172.21.15.144:6810/3886609568,v1:172.21.15.144:6811/3886609568]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-21T06:54:23.452 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:22.590452+0000 mon.smithi144 (mon.0) 247 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:54:23.452 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:22.591562+0000 mon.smithi144 (mon.0) 248 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:54:23.452 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:22.592025+0000 mon.smithi144 (mon.0) 249 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:54:23.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:23 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:21.655330+0000 mgr.smithi144.yddnfz (mgr.14166) 72 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-01-21T06:54:23.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:23 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:22.328605+0000 mon.smithi144 (mon.0) 243 : audit [INF] from='osd.1 [v2:172.21.15.144:6810/3886609568,v1:172.21.15.144:6811/3886609568]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-21T06:54:23.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:23 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:22.328646+0000 mon.smithi144 (mon.0) 244 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-01-21T06:54:23.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:23 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:22.328774+0000 mon.smithi144 (mon.0) 245 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:54:23.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:23 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:22.329223+0000 mon.smithi144 (mon.0) 246 : audit [INF] from='osd.1 [v2:172.21.15.144:6810/3886609568,v1:172.21.15.144:6811/3886609568]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-21T06:54:23.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:23 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:22.590452+0000 mon.smithi144 (mon.0) 247 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:54:23.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:23 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:22.591562+0000 mon.smithi144 (mon.0) 248 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:54:23.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:23 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:22.592025+0000 mon.smithi144 (mon.0) 249 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:54:24.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:22.589729+0000 mgr.smithi144.yddnfz (mgr.14166) 73 : audit [DBG] from='client.14260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:54:24.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:23.328712+0000 mon.smithi144 (mon.0) 250 : audit [INF] from='osd.1 [v2:172.21.15.144:6810/3886609568,v1:172.21.15.144:6811/3886609568]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-21T06:54:24.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:23.328776+0000 mon.smithi144 (mon.0) 251 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-01-21T06:54:24.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:23.329725+0000 mon.smithi144 (mon.0) 252 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:54:24.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:23.332486+0000 mon.smithi144 (mon.0) 253 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:54:24.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:24.116393+0000 mon.smithi144 (mon.0) 254 : audit [INF] from='client.? 172.21.15.144:0/1148703484' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b747a61b-06e6-484f-95d1-2db2e3e27fa0"}]: dispatch 2024-01-21T06:54:24.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:24.122970+0000 mon.smithi144 (mon.0) 255 : cluster [INF] osd.1 [v2:172.21.15.144:6810/3886609568,v1:172.21.15.144:6811/3886609568] boot 2024-01-21T06:54:24.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:24.123013+0000 mon.smithi144 (mon.0) 256 : audit [INF] from='client.? 172.21.15.144:0/1148703484' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b747a61b-06e6-484f-95d1-2db2e3e27fa0"}]': finished 2024-01-21T06:54:24.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:24.123063+0000 mon.smithi144 (mon.0) 257 : cluster [DBG] osdmap e13: 3 total, 2 up, 3 in 2024-01-21T06:54:24.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:24.123340+0000 mon.smithi144 (mon.0) 258 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:54:24.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:24.123586+0000 mon.smithi144 (mon.0) 259 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:54:24.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:22.589729+0000 mgr.smithi144.yddnfz (mgr.14166) 73 : audit [DBG] from='client.14260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:54:24.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:23.328712+0000 mon.smithi144 (mon.0) 250 : audit [INF] from='osd.1 [v2:172.21.15.144:6810/3886609568,v1:172.21.15.144:6811/3886609568]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-21T06:54:24.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:23.328776+0000 mon.smithi144 (mon.0) 251 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-01-21T06:54:24.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:23.329725+0000 mon.smithi144 (mon.0) 252 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:54:24.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:23.332486+0000 mon.smithi144 (mon.0) 253 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:54:24.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:24.116393+0000 mon.smithi144 (mon.0) 254 : audit [INF] from='client.? 172.21.15.144:0/1148703484' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b747a61b-06e6-484f-95d1-2db2e3e27fa0"}]: dispatch 2024-01-21T06:54:24.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:24.122970+0000 mon.smithi144 (mon.0) 255 : cluster [INF] osd.1 [v2:172.21.15.144:6810/3886609568,v1:172.21.15.144:6811/3886609568] boot 2024-01-21T06:54:24.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:24.123013+0000 mon.smithi144 (mon.0) 256 : audit [INF] from='client.? 172.21.15.144:0/1148703484' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b747a61b-06e6-484f-95d1-2db2e3e27fa0"}]': finished 2024-01-21T06:54:24.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:24.123063+0000 mon.smithi144 (mon.0) 257 : cluster [DBG] osdmap e13: 3 total, 2 up, 3 in 2024-01-21T06:54:24.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:24.123340+0000 mon.smithi144 (mon.0) 258 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T06:54:24.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:24.123586+0000 mon.smithi144 (mon.0) 259 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:54:25.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:23.289283+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:54:25.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:23.289426+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:54:25.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:23.655613+0000 mgr.smithi144.yddnfz (mgr.14166) 74 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-01-21T06:54:25.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:24.529561+0000 mon.smithi144 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.144:0/3814961699' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:54:25.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:25.121614+0000 mon.smithi144 (mon.0) 261 : cluster [DBG] osdmap e14: 3 total, 2 up, 3 in 2024-01-21T06:54:25.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:25.121726+0000 mon.smithi144 (mon.0) 262 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:54:25.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:23.289283+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:54:25.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:23.289426+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:54:25.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:23.655613+0000 mgr.smithi144.yddnfz (mgr.14166) 74 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-01-21T06:54:25.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:24.529561+0000 mon.smithi144 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.144:0/3814961699' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:54:25.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:25.121614+0000 mon.smithi144 (mon.0) 261 : cluster [DBG] osdmap e14: 3 total, 2 up, 3 in 2024-01-21T06:54:25.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:25.121726+0000 mon.smithi144 (mon.0) 262 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:54:27.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:27 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:25.656051+0000 mgr.smithi144.yddnfz (mgr.14166) 75 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-01-21T06:54:27.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:27 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:25.656051+0000 mgr.smithi144.yddnfz (mgr.14166) 75 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-01-21T06:54:29.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:29 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:27.656573+0000 mgr.smithi144.yddnfz (mgr.14166) 76 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-01-21T06:54:29.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:29 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:28.828444+0000 mon.smithi144 (mon.0) 263 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-21T06:54:29.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:29 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:28.828984+0000 mon.smithi144 (mon.0) 264 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:54:29.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:29 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:27.656573+0000 mgr.smithi144.yddnfz (mgr.14166) 76 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-01-21T06:54:29.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:29 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:28.828444+0000 mon.smithi144 (mon.0) 263 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-21T06:54:29.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:29 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:28.828984+0000 mon.smithi144 (mon.0) 264 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:54:30.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:30 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:54:28.829417+0000 mgr.smithi144.yddnfz (mgr.14166) 77 : cephadm [INF] Deploying daemon osd.2 on smithi144 2024-01-21T06:54:30.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:30 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:54:28.829417+0000 mgr.smithi144.yddnfz (mgr.14166) 77 : cephadm [INF] Deploying daemon osd.2 on smithi144 2024-01-21T06:54:31.305 INFO:teuthology.orchestra.run.smithi144.stdout:Created osd(s) 2 on host 'smithi144' 2024-01-21T06:54:31.567 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:31 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:29.656883+0000 mgr.smithi144.yddnfz (mgr.14166) 78 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-01-21T06:54:31.567 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:31 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:31.298068+0000 mon.smithi144 (mon.0) 265 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:54:31.567 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:31 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:31.301912+0000 mon.smithi144 (mon.0) 266 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:54:31.636 DEBUG:teuthology.orchestra.run.smithi144:osd.2> sudo journalctl -f -n 0 -u ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.2.service 2024-01-21T06:54:31.638 INFO:tasks.cephadm:Deploying osd.3 on smithi144 with /dev/vg_nvme/lv_1... 2024-01-21T06:54:31.638 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-01-21T06:54:31.669 INFO:journalctl@ceph.osd.2.smithi144.stdout:-- Logs begin at Sun 2024-01-21 06:44:35 UTC. -- 2024-01-21T06:54:31.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:31 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:29.656883+0000 mgr.smithi144.yddnfz (mgr.14166) 78 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-01-21T06:54:31.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:31 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:31.298068+0000 mon.smithi144 (mon.0) 265 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:54:31.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:31 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:31.301912+0000 mon.smithi144 (mon.0) 266 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:54:31.856 INFO:journalctl@ceph.osd.2.smithi144.stdout:Jan 21 06:54:31 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.2[48497]: debug 2024-01-21T06:54:31.762+0000 7fbfb6852080 -1 Falling back to public interface 2024-01-21T06:54:33.104 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-01-21T06:54:33.104 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-01-21T06:54:33.104 INFO:teuthology.orchestra.run.smithi144.stderr: stderr: 10+0 records in 2024-01-21T06:54:33.104 INFO:teuthology.orchestra.run.smithi144.stderr:10+0 records out 2024-01-21T06:54:33.104 INFO:teuthology.orchestra.run.smithi144.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0137471 s, 763 MB/s 2024-01-21T06:54:33.104 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping successful for: 2024-01-21T06:54:33.428 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:33 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:31.657118+0000 mgr.smithi144.yddnfz (mgr.14166) 79 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-01-21T06:54:33.496 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph orch daemon add osd smithi144:vg_nvme/lv_1 2024-01-21T06:54:33.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:33 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:31.657118+0000 mgr.smithi144.yddnfz (mgr.14166) 79 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-01-21T06:54:34.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:33.779785+0000 mon.smithi144 (mon.0) 267 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T06:54:34.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:33.780645+0000 mon.smithi144 (mon.0) 268 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T06:54:34.856 INFO:journalctl@ceph.osd.2.smithi144.stdout:Jan 21 06:54:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.2[48497]: debug 2024-01-21T06:54:34.484+0000 7fbfb6852080 -1 osd.2 0 log_to_monitors {default=true} 2024-01-21T06:54:34.859 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:33.779785+0000 mon.smithi144 (mon.0) 267 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T06:54:34.859 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:33.780645+0000 mon.smithi144 (mon.0) 268 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T06:54:35.674 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:33.657385+0000 mgr.smithi144.yddnfz (mgr.14166) 80 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-01-21T06:54:35.674 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:34.488109+0000 mon.smithi144 (mon.0) 269 : audit [INF] from='osd.2 [v2:172.21.15.144:6818/1350761214,v1:172.21.15.144:6819/1350761214]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T06:54:35.674 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:34.761091+0000 mon.smithi144 (mon.0) 270 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:54:35.674 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:34.762300+0000 mon.smithi144 (mon.0) 271 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:54:35.674 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:34.762771+0000 mon.smithi144 (mon.0) 272 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:54:35.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:33.657385+0000 mgr.smithi144.yddnfz (mgr.14166) 80 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-01-21T06:54:35.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:34.488109+0000 mon.smithi144 (mon.0) 269 : audit [INF] from='osd.2 [v2:172.21.15.144:6818/1350761214,v1:172.21.15.144:6819/1350761214]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T06:54:35.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:34.761091+0000 mon.smithi144 (mon.0) 270 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:54:35.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:34.762300+0000 mon.smithi144 (mon.0) 271 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:54:35.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:34.762771+0000 mon.smithi144 (mon.0) 272 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:54:36.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:34.760378+0000 mgr.smithi144.yddnfz (mgr.14166) 81 : audit [DBG] from='client.14278 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:54:36.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:35.363803+0000 mon.smithi144 (mon.0) 273 : audit [INF] from='osd.2 [v2:172.21.15.144:6818/1350761214,v1:172.21.15.144:6819/1350761214]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-21T06:54:36.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:35.363859+0000 mon.smithi144 (mon.0) 274 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-01-21T06:54:36.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:35.364207+0000 mon.smithi144 (mon.0) 275 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:54:36.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:35.364461+0000 mon.smithi144 (mon.0) 276 : audit [INF] from='osd.2 [v2:172.21.15.144:6818/1350761214,v1:172.21.15.144:6819/1350761214]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-21T06:54:36.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:36.325553+0000 mon.smithi144 (mon.0) 277 : audit [INF] from='client.? 172.21.15.144:0/3851966086' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2ab9946a-dd5a-4b21-9987-da825a8e8e3d"}]: dispatch 2024-01-21T06:54:36.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:36.329975+0000 mon.smithi144 (mon.0) 278 : audit [INF] from='osd.2 [v2:172.21.15.144:6818/1350761214,v1:172.21.15.144:6819/1350761214]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-21T06:54:36.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:36.330047+0000 mon.smithi144 (mon.0) 279 : audit [INF] from='client.? 172.21.15.144:0/3851966086' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2ab9946a-dd5a-4b21-9987-da825a8e8e3d"}]': finished 2024-01-21T06:54:36.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:36.330095+0000 mon.smithi144 (mon.0) 280 : cluster [DBG] osdmap e16: 4 total, 2 up, 4 in 2024-01-21T06:54:36.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:36.330185+0000 mon.smithi144 (mon.0) 281 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:54:36.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:36.330497+0000 mon.smithi144 (mon.0) 282 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:54:36.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:36.333444+0000 mon.smithi144 (mon.0) 283 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:54:36.607 INFO:journalctl@ceph.osd.2.smithi144.stdout:Jan 21 06:54:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.2[48497]: debug 2024-01-21T06:54:36.332+0000 7fbfacdb5700 -1 osd.2 0 waiting for initial osdmap 2024-01-21T06:54:36.608 INFO:journalctl@ceph.osd.2.smithi144.stdout:Jan 21 06:54:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.2[48497]: debug 2024-01-21T06:54:36.335+0000 7fbfa5d2a700 -1 osd.2 16 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-21T06:54:36.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:34.760378+0000 mgr.smithi144.yddnfz (mgr.14166) 81 : audit [DBG] from='client.14278 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:54:36.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:35.363803+0000 mon.smithi144 (mon.0) 273 : audit [INF] from='osd.2 [v2:172.21.15.144:6818/1350761214,v1:172.21.15.144:6819/1350761214]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-21T06:54:36.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:35.363859+0000 mon.smithi144 (mon.0) 274 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-01-21T06:54:36.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:35.364207+0000 mon.smithi144 (mon.0) 275 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:54:36.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:35.364461+0000 mon.smithi144 (mon.0) 276 : audit [INF] from='osd.2 [v2:172.21.15.144:6818/1350761214,v1:172.21.15.144:6819/1350761214]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-21T06:54:36.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:36.325553+0000 mon.smithi144 (mon.0) 277 : audit [INF] from='client.? 172.21.15.144:0/3851966086' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2ab9946a-dd5a-4b21-9987-da825a8e8e3d"}]: dispatch 2024-01-21T06:54:36.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:36.329975+0000 mon.smithi144 (mon.0) 278 : audit [INF] from='osd.2 [v2:172.21.15.144:6818/1350761214,v1:172.21.15.144:6819/1350761214]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-21T06:54:36.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:36.330047+0000 mon.smithi144 (mon.0) 279 : audit [INF] from='client.? 172.21.15.144:0/3851966086' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2ab9946a-dd5a-4b21-9987-da825a8e8e3d"}]': finished 2024-01-21T06:54:36.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:36.330095+0000 mon.smithi144 (mon.0) 280 : cluster [DBG] osdmap e16: 4 total, 2 up, 4 in 2024-01-21T06:54:36.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:36.330185+0000 mon.smithi144 (mon.0) 281 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:54:36.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:36.330497+0000 mon.smithi144 (mon.0) 282 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:54:36.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:36.333444+0000 mon.smithi144 (mon.0) 283 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:54:37.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:37 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:35.657808+0000 mgr.smithi144.yddnfz (mgr.14166) 82 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-01-21T06:54:37.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:37 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:36.754888+0000 mon.smithi144 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.144:0/1647272880' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:54:37.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:37 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:37.332021+0000 mon.smithi144 (mon.0) 285 : cluster [INF] osd.2 [v2:172.21.15.144:6818/1350761214,v1:172.21.15.144:6819/1350761214] boot 2024-01-21T06:54:37.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:37 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:37.332080+0000 mon.smithi144 (mon.0) 286 : cluster [DBG] osdmap e17: 4 total, 3 up, 4 in 2024-01-21T06:54:37.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:37 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:37.332260+0000 mon.smithi144 (mon.0) 287 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:54:37.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:37 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:37.332684+0000 mon.smithi144 (mon.0) 288 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:54:37.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:37 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:35.657808+0000 mgr.smithi144.yddnfz (mgr.14166) 82 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-01-21T06:54:37.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:37 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:36.754888+0000 mon.smithi144 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.144:0/1647272880' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:54:37.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:37 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:37.332021+0000 mon.smithi144 (mon.0) 285 : cluster [INF] osd.2 [v2:172.21.15.144:6818/1350761214,v1:172.21.15.144:6819/1350761214] boot 2024-01-21T06:54:37.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:37 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:37.332080+0000 mon.smithi144 (mon.0) 286 : cluster [DBG] osdmap e17: 4 total, 3 up, 4 in 2024-01-21T06:54:37.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:37 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:37.332260+0000 mon.smithi144 (mon.0) 287 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T06:54:37.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:37 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:37.332684+0000 mon.smithi144 (mon.0) 288 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:54:38.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:38 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:35.506428+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:54:38.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:38 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:35.506519+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:54:38.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:35.506428+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:54:38.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:35.506519+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:54:39.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:39 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:37.658150+0000 mgr.smithi144.yddnfz (mgr.14166) 83 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-01-21T06:54:39.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:39 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:38.380722+0000 mon.smithi144 (mon.0) 289 : cluster [DBG] osdmap e18: 4 total, 3 up, 4 in 2024-01-21T06:54:39.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:39 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:38.380988+0000 mon.smithi144 (mon.0) 290 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:54:39.730 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:37.658150+0000 mgr.smithi144.yddnfz (mgr.14166) 83 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-01-21T06:54:39.730 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:38.380722+0000 mon.smithi144 (mon.0) 289 : cluster [DBG] osdmap e18: 4 total, 3 up, 4 in 2024-01-21T06:54:39.730 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:38.380988+0000 mon.smithi144 (mon.0) 290 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:54:41.590 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:39.658536+0000 mgr.smithi144.yddnfz (mgr.14166) 84 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-01-21T06:54:41.590 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:40.976437+0000 mon.smithi144 (mon.0) 291 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-21T06:54:41.590 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:40.977024+0000 mon.smithi144 (mon.0) 292 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:54:41.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:39.658536+0000 mgr.smithi144.yddnfz (mgr.14166) 84 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-01-21T06:54:41.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:40.976437+0000 mon.smithi144 (mon.0) 291 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-21T06:54:41.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:40.977024+0000 mon.smithi144 (mon.0) 292 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:54:42.548 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:42 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:54:40.977431+0000 mgr.smithi144.yddnfz (mgr.14166) 85 : cephadm [INF] Deploying daemon osd.3 on smithi144 2024-01-21T06:54:42.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:42 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:54:40.977431+0000 mgr.smithi144.yddnfz (mgr.14166) 85 : cephadm [INF] Deploying daemon osd.3 on smithi144 2024-01-21T06:54:43.190 INFO:teuthology.orchestra.run.smithi144.stdout:Created osd(s) 3 on host 'smithi144' 2024-01-21T06:54:43.545 DEBUG:teuthology.orchestra.run.smithi144:osd.3> sudo journalctl -f -n 0 -u ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.3.service 2024-01-21T06:54:43.547 INFO:tasks.cephadm:Deploying osd.4 on smithi177 with /dev/vg_nvme/lv_4... 2024-01-21T06:54:43.547 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-01-21T06:54:43.576 INFO:journalctl@ceph.osd.3.smithi144.stdout:-- Logs begin at Sun 2024-01-21 06:44:35 UTC. -- 2024-01-21T06:54:43.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:43 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:41.658862+0000 mgr.smithi144.yddnfz (mgr.14166) 86 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-01-21T06:54:43.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:43 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:43.180438+0000 mon.smithi144 (mon.0) 293 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:54:43.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:43 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:43.186200+0000 mon.smithi144 (mon.0) 294 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:54:43.856 INFO:journalctl@ceph.osd.3.smithi144.stdout:Jan 21 06:54:43 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.3[50902]: debug 2024-01-21T06:54:43.654+0000 7f35c33e9080 -1 Falling back to public interface 2024-01-21T06:54:43.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:43 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:41.658862+0000 mgr.smithi144.yddnfz (mgr.14166) 86 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-01-21T06:54:43.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:43 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:43.180438+0000 mon.smithi144 (mon.0) 293 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:54:43.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:43 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:43.186200+0000 mon.smithi144 (mon.0) 294 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:54:44.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:44 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:43.187382+0000 mon.smithi144 (mon.0) 295 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-01-21T06:54:44.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:44 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:43.659103+0000 mgr.smithi144.yddnfz (mgr.14166) 87 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-01-21T06:54:44.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:44 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:44.191411+0000 mon.smithi144 (mon.0) 296 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-01-21T06:54:44.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:44 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:44.191518+0000 mon.smithi144 (mon.0) 297 : cluster [DBG] osdmap e19: 4 total, 3 up, 4 in 2024-01-21T06:54:44.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:44 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:44.191638+0000 mon.smithi144 (mon.0) 298 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:54:44.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:44 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:44.192406+0000 mon.smithi144 (mon.0) 299 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-21T06:54:44.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:43.187382+0000 mon.smithi144 (mon.0) 295 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-01-21T06:54:44.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:43.659103+0000 mgr.smithi144.yddnfz (mgr.14166) 87 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-01-21T06:54:44.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:44.191411+0000 mon.smithi144 (mon.0) 296 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-01-21T06:54:44.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:44.191518+0000 mon.smithi144 (mon.0) 297 : cluster [DBG] osdmap e19: 4 total, 3 up, 4 in 2024-01-21T06:54:44.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:44.191638+0000 mon.smithi144 (mon.0) 298 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:54:44.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:44.192406+0000 mon.smithi144 (mon.0) 299 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-21T06:54:44.964 INFO:teuthology.orchestra.run.smithi177.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-01-21T06:54:44.964 INFO:teuthology.orchestra.run.smithi177.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-01-21T06:54:44.964 INFO:teuthology.orchestra.run.smithi177.stderr: stderr: 10+0 records in 2024-01-21T06:54:44.964 INFO:teuthology.orchestra.run.smithi177.stderr:10+0 records out 2024-01-21T06:54:44.964 INFO:teuthology.orchestra.run.smithi177.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0109314 s, 959 MB/s 2024-01-21T06:54:44.964 INFO:teuthology.orchestra.run.smithi177.stderr:--> Zapping successful for: 2024-01-21T06:54:45.330 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph orch daemon add osd smithi177:vg_nvme/lv_4 2024-01-21T06:54:46.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:46 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:45.190902+0000 mon.smithi144 (mon.0) 300 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-21T06:54:46.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:46 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:45.190978+0000 mon.smithi144 (mon.0) 301 : cluster [DBG] osdmap e20: 4 total, 3 up, 4 in 2024-01-21T06:54:46.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:46 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:45.191124+0000 mon.smithi144 (mon.0) 302 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:54:46.606 INFO:journalctl@ceph.osd.3.smithi144.stdout:Jan 21 06:54:46 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.3[50902]: debug 2024-01-21T06:54:46.360+0000 7f35c33e9080 -1 osd.3 0 log_to_monitors {default=true} 2024-01-21T06:54:46.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:46 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:45.190902+0000 mon.smithi144 (mon.0) 300 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-21T06:54:46.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:46 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:45.190978+0000 mon.smithi144 (mon.0) 301 : cluster [DBG] osdmap e20: 4 total, 3 up, 4 in 2024-01-21T06:54:46.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:46 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:45.191124+0000 mon.smithi144 (mon.0) 302 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:54:47.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:47 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:45.659614+0000 mgr.smithi144.yddnfz (mgr.14166) 88 : cluster [DBG] pgmap v75: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-01-21T06:54:47.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:47 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:46.364183+0000 mon.smithi177 (mon.1) 2 : audit [INF] from='osd.3 [v2:172.21.15.144:6826/2763970121,v1:172.21.15.144:6827/2763970121]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T06:54:47.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:47 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:46.364557+0000 mon.smithi144 (mon.0) 303 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T06:54:47.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:47 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:46.606998+0000 mon.smithi144 (mon.0) 304 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:54:47.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:47 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:46.608641+0000 mon.smithi144 (mon.0) 305 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:54:47.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:47 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:46.609297+0000 mon.smithi144 (mon.0) 306 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:54:47.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:47 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:46.806554+0000 mon.smithi144 (mon.0) 307 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-21T06:54:47.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:47 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:46.806613+0000 mon.smithi144 (mon.0) 308 : cluster [DBG] osdmap e21: 4 total, 3 up, 4 in 2024-01-21T06:54:47.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:47 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:46.806732+0000 mon.smithi144 (mon.0) 309 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:54:47.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:47 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:46.808984+0000 mon.smithi177 (mon.1) 3 : audit [INF] from='osd.3 [v2:172.21.15.144:6826/2763970121,v1:172.21.15.144:6827/2763970121]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-21T06:54:47.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:47 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:46.809316+0000 mon.smithi144 (mon.0) 310 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-21T06:54:47.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:45.659614+0000 mgr.smithi144.yddnfz (mgr.14166) 88 : cluster [DBG] pgmap v75: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-01-21T06:54:47.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:46.364183+0000 mon.smithi177 (mon.1) 2 : audit [INF] from='osd.3 [v2:172.21.15.144:6826/2763970121,v1:172.21.15.144:6827/2763970121]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T06:54:47.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:46.364557+0000 mon.smithi144 (mon.0) 303 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T06:54:47.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:46.606998+0000 mon.smithi144 (mon.0) 304 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:54:47.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:46.608641+0000 mon.smithi144 (mon.0) 305 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:54:47.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:46.609297+0000 mon.smithi144 (mon.0) 306 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:54:47.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:46.806554+0000 mon.smithi144 (mon.0) 307 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-21T06:54:47.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:46.806613+0000 mon.smithi144 (mon.0) 308 : cluster [DBG] osdmap e21: 4 total, 3 up, 4 in 2024-01-21T06:54:47.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:46.806732+0000 mon.smithi144 (mon.0) 309 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:54:47.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:46.808984+0000 mon.smithi177 (mon.1) 3 : audit [INF] from='osd.3 [v2:172.21.15.144:6826/2763970121,v1:172.21.15.144:6827/2763970121]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-21T06:54:47.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:46.809316+0000 mon.smithi144 (mon.0) 310 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-21T06:54:48.106 INFO:journalctl@ceph.osd.3.smithi144.stdout:Jan 21 06:54:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.3[50902]: debug 2024-01-21T06:54:47.811+0000 7f35b994c700 -1 osd.3 0 waiting for initial osdmap 2024-01-21T06:54:48.107 INFO:journalctl@ceph.osd.3.smithi144.stdout:Jan 21 06:54:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.3[50902]: debug 2024-01-21T06:54:47.815+0000 7f35b40c4700 -1 osd.3 22 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-21T06:54:48.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:48 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:46.606091+0000 mgr.smithi144.yddnfz (mgr.14166) 89 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:54:48.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:48 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:47.808344+0000 mon.smithi144 (mon.0) 311 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-21T06:54:48.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:48 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:47.808430+0000 mon.smithi144 (mon.0) 312 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-01-21T06:54:48.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:48 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:47.808561+0000 mon.smithi144 (mon.0) 313 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:54:48.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:48 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:47.812097+0000 mon.smithi144 (mon.0) 314 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:54:48.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:48 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:46.606091+0000 mgr.smithi144.yddnfz (mgr.14166) 89 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:54:48.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:48 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:47.808344+0000 mon.smithi144 (mon.0) 311 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-21T06:54:48.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:48 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:47.808430+0000 mon.smithi144 (mon.0) 312 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-01-21T06:54:48.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:48 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:47.808561+0000 mon.smithi144 (mon.0) 313 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:54:48.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:48 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:47.812097+0000 mon.smithi144 (mon.0) 314 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:54:49.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:49 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:47.660067+0000 mgr.smithi144.yddnfz (mgr.14166) 90 : cluster [DBG] pgmap v77: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-01-21T06:54:49.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:49 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:48.809806+0000 mon.smithi144 (mon.0) 315 : cluster [INF] osd.3 [v2:172.21.15.144:6826/2763970121,v1:172.21.15.144:6827/2763970121] boot 2024-01-21T06:54:49.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:49 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:48.809844+0000 mon.smithi144 (mon.0) 316 : cluster [DBG] osdmap e23: 4 total, 4 up, 4 in 2024-01-21T06:54:49.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:49 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:54:48.809968+0000 mon.smithi144 (mon.0) 317 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:54:49.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:49 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:47.660067+0000 mgr.smithi144.yddnfz (mgr.14166) 90 : cluster [DBG] pgmap v77: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-01-21T06:54:49.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:49 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:48.809806+0000 mon.smithi144 (mon.0) 315 : cluster [INF] osd.3 [v2:172.21.15.144:6826/2763970121,v1:172.21.15.144:6827/2763970121] boot 2024-01-21T06:54:49.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:49 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:48.809844+0000 mon.smithi144 (mon.0) 316 : cluster [DBG] osdmap e23: 4 total, 4 up, 4 in 2024-01-21T06:54:49.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:49 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:54:48.809968+0000 mon.smithi144 (mon.0) 317 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T06:54:50.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:47.370957+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:54:50.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:47.371065+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:54:50.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:47.370957+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:54:50.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:47.371065+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:54:51.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:51 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:49.660535+0000 mgr.smithi144.yddnfz (mgr.14166) 91 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 19 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:54:51.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:51 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:50.208305+0000 mon.smithi144 (mon.0) 318 : cluster [DBG] osdmap e24: 4 total, 4 up, 4 in 2024-01-21T06:54:51.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:51 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:49.660535+0000 mgr.smithi144.yddnfz (mgr.14166) 91 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 19 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:54:51.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:51 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:50.208305+0000 mon.smithi144 (mon.0) 318 : cluster [DBG] osdmap e24: 4 total, 4 up, 4 in 2024-01-21T06:54:53.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:53 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:51.661097+0000 mgr.smithi144.yddnfz (mgr.14166) 92 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 19 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:54:53.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:53 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:51.661097+0000 mgr.smithi144.yddnfz (mgr.14166) 92 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 19 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:54:55.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:55 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:53.661445+0000 mgr.smithi144.yddnfz (mgr.14166) 93 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:54:55.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:55 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:53.661445+0000 mgr.smithi144.yddnfz (mgr.14166) 93 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:54:57.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:57 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:55.661821+0000 mgr.smithi144.yddnfz (mgr.14166) 94 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:54:57.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:57 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:55.661821+0000 mgr.smithi144.yddnfz (mgr.14166) 94 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:54:59.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:54:59 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:57.662274+0000 mgr.smithi144.yddnfz (mgr.14166) 95 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:54:59.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:54:59 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:57.662274+0000 mgr.smithi144.yddnfz (mgr.14166) 95 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:01.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:01 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:54:59.662619+0000 mgr.smithi144.yddnfz (mgr.14166) 96 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:01.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:01 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:54:59.662619+0000 mgr.smithi144.yddnfz (mgr.14166) 96 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:03.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:01.662943+0000 mgr.smithi144.yddnfz (mgr.14166) 97 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:03.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:01.662943+0000 mgr.smithi144.yddnfz (mgr.14166) 97 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:05.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:05 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:03.663315+0000 mgr.smithi144.yddnfz (mgr.14166) 98 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:05.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:05 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:03.663315+0000 mgr.smithi144.yddnfz (mgr.14166) 98 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:07.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:07 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:05.663864+0000 mgr.smithi144.yddnfz (mgr.14166) 99 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:07.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:07 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:05.663864+0000 mgr.smithi144.yddnfz (mgr.14166) 99 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:09.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:09 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:07.664360+0000 mgr.smithi144.yddnfz (mgr.14166) 100 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:09.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:09 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:07.664360+0000 mgr.smithi144.yddnfz (mgr.14166) 100 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:11.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:11 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:09.664919+0000 mgr.smithi144.yddnfz (mgr.14166) 101 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:11.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:11 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:09.664919+0000 mgr.smithi144.yddnfz (mgr.14166) 101 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:13.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:13 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:11.665242+0000 mgr.smithi144.yddnfz (mgr.14166) 102 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:13.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:13 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:11.665242+0000 mgr.smithi144.yddnfz (mgr.14166) 102 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:15.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:15 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:13.665610+0000 mgr.smithi144.yddnfz (mgr.14166) 103 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:15.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:15 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:13.665610+0000 mgr.smithi144.yddnfz (mgr.14166) 103 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:17.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:17 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:15.666135+0000 mgr.smithi144.yddnfz (mgr.14166) 104 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:17.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:17 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:15.666135+0000 mgr.smithi144.yddnfz (mgr.14166) 104 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:19.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:19 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:17.666526+0000 mgr.smithi144.yddnfz (mgr.14166) 105 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:19.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:19 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:17.666526+0000 mgr.smithi144.yddnfz (mgr.14166) 105 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:21.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:21 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:19.666938+0000 mgr.smithi144.yddnfz (mgr.14166) 106 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:21.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:21 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:19.666938+0000 mgr.smithi144.yddnfz (mgr.14166) 106 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:23.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:21.667298+0000 mgr.smithi144.yddnfz (mgr.14166) 107 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:23.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:23 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:21.667298+0000 mgr.smithi144.yddnfz (mgr.14166) 107 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:25.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:23.667696+0000 mgr.smithi144.yddnfz (mgr.14166) 108 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:25.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:23.667696+0000 mgr.smithi144.yddnfz (mgr.14166) 108 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:27.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:27 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:25.668060+0000 mgr.smithi144.yddnfz (mgr.14166) 109 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:27.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:27 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:25.668060+0000 mgr.smithi144.yddnfz (mgr.14166) 109 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:29.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:29 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:27.668399+0000 mgr.smithi144.yddnfz (mgr.14166) 110 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:29.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:29 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:27.668399+0000 mgr.smithi144.yddnfz (mgr.14166) 110 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:31.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:31 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:29.668730+0000 mgr.smithi144.yddnfz (mgr.14166) 111 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:31.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:31 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:29.668730+0000 mgr.smithi144.yddnfz (mgr.14166) 111 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:33.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:33 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:31.669218+0000 mgr.smithi144.yddnfz (mgr.14166) 112 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:33.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:33 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:31.669218+0000 mgr.smithi144.yddnfz (mgr.14166) 112 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:34.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:33.782233+0000 mon.smithi144 (mon.0) 319 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T06:55:34.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:33.782436+0000 mon.smithi144 (mon.0) 320 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T06:55:34.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:33.782233+0000 mon.smithi144 (mon.0) 319 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T06:55:34.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:33.782436+0000 mon.smithi144 (mon.0) 320 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T06:55:35.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:33.669783+0000 mgr.smithi144.yddnfz (mgr.14166) 113 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:35.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:33.669783+0000 mgr.smithi144.yddnfz (mgr.14166) 113 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:37.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:37 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:35.670151+0000 mgr.smithi144.yddnfz (mgr.14166) 114 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:37.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:37 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:35.670151+0000 mgr.smithi144.yddnfz (mgr.14166) 114 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:39.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:37.670636+0000 mgr.smithi144.yddnfz (mgr.14166) 115 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:39.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:39 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:37.670636+0000 mgr.smithi144.yddnfz (mgr.14166) 115 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:41.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:39.671063+0000 mgr.smithi144.yddnfz (mgr.14166) 116 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:41.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:39.671063+0000 mgr.smithi144.yddnfz (mgr.14166) 116 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:43.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:43 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:41.671636+0000 mgr.smithi144.yddnfz (mgr.14166) 117 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:43.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:43 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:41.671636+0000 mgr.smithi144.yddnfz (mgr.14166) 117 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:45.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:45 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:43.672109+0000 mgr.smithi144.yddnfz (mgr.14166) 118 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:45.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:43.672109+0000 mgr.smithi144.yddnfz (mgr.14166) 118 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:47.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:45.672475+0000 mgr.smithi144.yddnfz (mgr.14166) 119 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:47.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:47 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:45.672475+0000 mgr.smithi144.yddnfz (mgr.14166) 119 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:49.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:49 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:47.672942+0000 mgr.smithi144.yddnfz (mgr.14166) 120 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:49.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:49 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:47.672942+0000 mgr.smithi144.yddnfz (mgr.14166) 120 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:51.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:51 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:49.673335+0000 mgr.smithi144.yddnfz (mgr.14166) 121 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:51.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:51 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:51.007665+0000 mon.smithi144 (mon.0) 321 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:55:51.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:51 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:51.008842+0000 mon.smithi144 (mon.0) 322 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:55:51.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:51 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:51.009566+0000 mon.smithi144 (mon.0) 323 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:55:51.710 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:51 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:49.673335+0000 mgr.smithi144.yddnfz (mgr.14166) 121 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:51.710 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:51 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:51.007665+0000 mon.smithi144 (mon.0) 321 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:55:51.710 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:51 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:51.008842+0000 mon.smithi144 (mon.0) 322 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:55:51.710 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:51 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:51.009566+0000 mon.smithi144 (mon.0) 323 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:55:52.587 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:55:51.006192+0000 mgr.smithi144.yddnfz (mgr.14166) 122 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T06:55:52.587 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: /bin/podman: stderr Error: no such container ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T06:55:52.587 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Deploy daemon node-exporter.smithi177 ... 2024-01-21T06:55:52.587 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Verifying port 9100 ... 2024-01-21T06:55:52.587 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Non-zero exit code 1 from systemctl start ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T06:55:52.587 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: systemctl: stderr Job for ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service failed because a timeout was exceeded. 2024-01-21T06:55:52.587 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: systemctl: stderr See "systemctl status ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service" and "journalctl -xe" for details. 2024-01-21T06:55:52.587 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Traceback (most recent call last): 2024-01-21T06:55:52.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T06:55:52.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: main() 2024-01-21T06:55:52.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T06:55:52.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: r = ctx.func(ctx) 2024-01-21T06:55:52.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T06:55:52.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: return func(ctx) 2024-01-21T06:55:52.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T06:55:52.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: ports=daemon_ports) 2024-01-21T06:55:52.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-01-21T06:55:52.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-21T06:55:52.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-01-21T06:55:52.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-21T06:55:52.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T06:55:52.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T06:55:52.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: RuntimeError: Failed command: systemctl start ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T06:55:52.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Traceback (most recent call last): 2024-01-21T06:55:52.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-01-21T06:55:52.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: yield (conn, connr) 2024-01-21T06:55:52.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-01-21T06:55:52.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: code, '\n'.join(err))) 2024-01-21T06:55:52.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T06:55:52.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: /bin/podman: stderr Error: no such container ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T06:55:52.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Deploy daemon node-exporter.smithi177 ... 2024-01-21T06:55:52.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Verifying port 9100 ... 2024-01-21T06:55:52.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Non-zero exit code 1 from systemctl start ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T06:55:52.590 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: systemctl: stderr Job for ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service failed because a timeout was exceeded. 2024-01-21T06:55:52.590 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: systemctl: stderr See "systemctl status ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service" and "journalctl -xe" for details. 2024-01-21T06:55:52.590 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Traceback (most recent call last): 2024-01-21T06:55:52.590 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T06:55:52.590 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: main() 2024-01-21T06:55:52.590 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T06:55:52.590 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: r = ctx.func(ctx) 2024-01-21T06:55:52.590 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T06:55:52.590 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: return func(ctx) 2024-01-21T06:55:52.590 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T06:55:52.590 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: ports=daemon_ports) 2024-01-21T06:55:52.591 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-01-21T06:55:52.591 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-21T06:55:52.591 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-01-21T06:55:52.591 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-21T06:55:52.591 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T06:55:52.591 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T06:55:52.591 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: RuntimeError: Failed command: systemctl start ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T06:55:52.592 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:55:51.006445+0000 mgr.smithi144.yddnfz (mgr.14166) 123 : cephadm [ERR] Failed while placing node-exporter.smithi177 on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T06:55:52.592 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: /bin/podman: stderr Error: no such container ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T06:55:52.592 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Deploy daemon node-exporter.smithi177 ... 2024-01-21T06:55:52.592 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Verifying port 9100 ... 2024-01-21T06:55:52.592 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Non-zero exit code 1 from systemctl start ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T06:55:52.592 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: systemctl: stderr Job for ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service failed because a timeout was exceeded. 2024-01-21T06:55:52.592 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: systemctl: stderr See "systemctl status ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service" and "journalctl -xe" for details. 2024-01-21T06:55:52.592 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Traceback (most recent call last): 2024-01-21T06:55:52.592 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T06:55:52.592 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: main() 2024-01-21T06:55:52.592 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T06:55:52.592 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: r = ctx.func(ctx) 2024-01-21T06:55:52.593 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T06:55:52.593 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: return func(ctx) 2024-01-21T06:55:52.593 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T06:55:52.593 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: ports=daemon_ports) 2024-01-21T06:55:52.593 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-01-21T06:55:52.593 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-21T06:55:52.593 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-01-21T06:55:52.593 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-21T06:55:52.593 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T06:55:52.593 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T06:55:52.593 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: RuntimeError: Failed command: systemctl start ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T06:55:52.593 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:51.878335+0000 mon.smithi177 (mon.1) 4 : audit [INF] from='client.? 172.21.15.177:0/519479583' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2cf2d76d-0756-4e6b-9658-f3241d910183"}]: dispatch 2024-01-21T06:55:52.594 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:51.878880+0000 mon.smithi144 (mon.0) 324 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2cf2d76d-0756-4e6b-9658-f3241d910183"}]: dispatch 2024-01-21T06:55:52.594 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:51.882467+0000 mon.smithi144 (mon.0) 325 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2cf2d76d-0756-4e6b-9658-f3241d910183"}]': finished 2024-01-21T06:55:52.594 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:51.882511+0000 mon.smithi144 (mon.0) 326 : cluster [DBG] osdmap e25: 5 total, 4 up, 5 in 2024-01-21T06:55:52.594 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:51.882602+0000 mon.smithi144 (mon.0) 327 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:55:52.594 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:52.075824+0000 mon.smithi144 (mon.0) 328 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:55:52.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:55:51.006192+0000 mgr.smithi144.yddnfz (mgr.14166) 122 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T06:55:52.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: /bin/podman: stderr Error: no such container ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T06:55:52.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Deploy daemon node-exporter.smithi177 ... 2024-01-21T06:55:52.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Verifying port 9100 ... 2024-01-21T06:55:52.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Non-zero exit code 1 from systemctl start ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T06:55:52.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: systemctl: stderr Job for ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service failed because a timeout was exceeded. 2024-01-21T06:55:52.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: systemctl: stderr See "systemctl status ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service" and "journalctl -xe" for details. 2024-01-21T06:55:52.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Traceback (most recent call last): 2024-01-21T06:55:52.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T06:55:52.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: main() 2024-01-21T06:55:52.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T06:55:52.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: r = ctx.func(ctx) 2024-01-21T06:55:52.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T06:55:52.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: return func(ctx) 2024-01-21T06:55:52.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T06:55:52.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: ports=daemon_ports) 2024-01-21T06:55:52.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-01-21T06:55:52.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-21T06:55:52.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-01-21T06:55:52.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-21T06:55:52.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T06:55:52.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T06:55:52.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: RuntimeError: Failed command: systemctl start ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T06:55:52.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Traceback (most recent call last): 2024-01-21T06:55:52.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-01-21T06:55:52.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: yield (conn, connr) 2024-01-21T06:55:52.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-01-21T06:55:52.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: code, '\n'.join(err))) 2024-01-21T06:55:52.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T06:55:52.721 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: /bin/podman: stderr Error: no such container ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T06:55:52.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Deploy daemon node-exporter.smithi177 ... 2024-01-21T06:55:52.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Verifying port 9100 ... 2024-01-21T06:55:52.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Non-zero exit code 1 from systemctl start ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T06:55:52.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: systemctl: stderr Job for ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service failed because a timeout was exceeded. 2024-01-21T06:55:52.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: systemctl: stderr See "systemctl status ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service" and "journalctl -xe" for details. 2024-01-21T06:55:52.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Traceback (most recent call last): 2024-01-21T06:55:52.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T06:55:52.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: main() 2024-01-21T06:55:52.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T06:55:52.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: r = ctx.func(ctx) 2024-01-21T06:55:52.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T06:55:52.722 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: return func(ctx) 2024-01-21T06:55:52.723 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T06:55:52.723 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: ports=daemon_ports) 2024-01-21T06:55:52.723 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-01-21T06:55:52.723 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-21T06:55:52.723 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-01-21T06:55:52.723 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-21T06:55:52.723 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T06:55:52.723 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T06:55:52.723 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: RuntimeError: Failed command: systemctl start ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T06:55:52.723 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:55:51.006445+0000 mgr.smithi144.yddnfz (mgr.14166) 123 : cephadm [ERR] Failed while placing node-exporter.smithi177 on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T06:55:52.723 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: /bin/podman: stderr Error: no such container ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T06:55:52.723 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Deploy daemon node-exporter.smithi177 ... 2024-01-21T06:55:52.724 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Verifying port 9100 ... 2024-01-21T06:55:52.724 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Non-zero exit code 1 from systemctl start ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T06:55:52.724 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: systemctl: stderr Job for ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service failed because a timeout was exceeded. 2024-01-21T06:55:52.724 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: systemctl: stderr See "systemctl status ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service" and "journalctl -xe" for details. 2024-01-21T06:55:52.724 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Traceback (most recent call last): 2024-01-21T06:55:52.724 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T06:55:52.724 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: main() 2024-01-21T06:55:52.724 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T06:55:52.724 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: r = ctx.func(ctx) 2024-01-21T06:55:52.724 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T06:55:52.724 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: return func(ctx) 2024-01-21T06:55:52.724 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T06:55:52.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: ports=daemon_ports) 2024-01-21T06:55:52.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-01-21T06:55:52.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-21T06:55:52.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-01-21T06:55:52.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-21T06:55:52.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T06:55:52.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T06:55:52.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: RuntimeError: Failed command: systemctl start ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T06:55:52.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:51.878335+0000 mon.smithi177 (mon.1) 4 : audit [INF] from='client.? 172.21.15.177:0/519479583' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2cf2d76d-0756-4e6b-9658-f3241d910183"}]: dispatch 2024-01-21T06:55:52.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:51.878880+0000 mon.smithi144 (mon.0) 324 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2cf2d76d-0756-4e6b-9658-f3241d910183"}]: dispatch 2024-01-21T06:55:52.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:51.882467+0000 mon.smithi144 (mon.0) 325 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2cf2d76d-0756-4e6b-9658-f3241d910183"}]': finished 2024-01-21T06:55:52.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:51.882511+0000 mon.smithi144 (mon.0) 326 : cluster [DBG] osdmap e25: 5 total, 4 up, 5 in 2024-01-21T06:55:52.725 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:51.882602+0000 mon.smithi144 (mon.0) 327 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:55:52.726 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:52.075824+0000 mon.smithi144 (mon.0) 328 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:55:53.571 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:53 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:51.673622+0000 mgr.smithi144.yddnfz (mgr.14166) 124 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:53.571 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:53 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:52.323795+0000 mon.smithi177 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.177:0/4291083407' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:55:53.571 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:53 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:55:52.326796+0000 mgr.smithi144.yddnfz (mgr.14166) 125 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-01-21T06:55:53.572 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:53 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:55:52.354240+0000 mgr.smithi144.yddnfz (mgr.14166) 126 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-01-21T06:55:53.572 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:53 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:52.385578+0000 mon.smithi144 (mon.0) 329 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:55:53.572 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:53 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:53.284352+0000 mon.smithi144 (mon.0) 330 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:55:53.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:53 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:51.673622+0000 mgr.smithi144.yddnfz (mgr.14166) 124 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:53.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:53 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:52.323795+0000 mon.smithi177 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.177:0/4291083407' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:55:53.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:53 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:55:52.326796+0000 mgr.smithi144.yddnfz (mgr.14166) 125 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-01-21T06:55:53.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:53 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:55:52.354240+0000 mgr.smithi144.yddnfz (mgr.14166) 126 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-01-21T06:55:53.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:53 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:52.385578+0000 mon.smithi144 (mon.0) 329 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:55:53.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:53 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:53.284352+0000 mon.smithi144 (mon.0) 330 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:55:54.968 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:54 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:53.673986+0000 mgr.smithi144.yddnfz (mgr.14166) 127 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:54.968 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:54 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:53.798384+0000 mon.smithi144 (mon.0) 331 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:55:55.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:54 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:53.673986+0000 mgr.smithi144.yddnfz (mgr.14166) 127 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:55.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:54 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:53.798384+0000 mon.smithi144 (mon.0) 331 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:55:56.807 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:55:55.533001+0000 mgr.smithi144.yddnfz (mgr.14166) 128 : cephadm [INF] Detected new or changed devices on smithi144 2024-01-21T06:55:56.807 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:55.537760+0000 mon.smithi144 (mon.0) 332 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:55:56.807 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:55.674330+0000 mgr.smithi144.yddnfz (mgr.14166) 129 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:56.807 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:55.780339+0000 mon.smithi144 (mon.0) 333 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:55:56.807 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:55.780951+0000 mon.smithi144 (mon.0) 334 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:55:56.807 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:55.781377+0000 mon.smithi144 (mon.0) 335 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:55:56.807 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:55.781802+0000 mon.smithi144 (mon.0) 336 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:55:56.807 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:55:55.782157+0000 mgr.smithi144.yddnfz (mgr.14166) 130 : cephadm [INF] Adjusting osd_memory_target on smithi144 to 3224M 2024-01-21T06:55:56.807 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:55.786051+0000 mon.smithi144 (mon.0) 337 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:55:56.808 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:55:55.786447+0000 mgr.smithi144.yddnfz (mgr.14166) 131 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2024-01-21T06:55:56.808 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:55.819553+0000 mon.smithi144 (mon.0) 338 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:55:56.808 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:55.820364+0000 mgr.smithi144.yddnfz (mgr.14166) 132 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:56.808 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:55.823621+0000 mon.smithi144 (mon.0) 339 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:55:56.808 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:55:55.825796+0000 mgr.smithi144.yddnfz (mgr.14166) 133 : cephadm [INF] Reconfiguring mon.smithi144 (unknown last config time)... 2024-01-21T06:55:56.808 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:55.825986+0000 mon.smithi144 (mon.0) 340 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T06:55:56.808 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:55.826452+0000 mon.smithi144 (mon.0) 341 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T06:55:56.808 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:55.826882+0000 mon.smithi144 (mon.0) 342 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:55:56.808 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:55:55.827254+0000 mgr.smithi144.yddnfz (mgr.14166) 134 : cephadm [INF] Reconfiguring daemon mon.smithi144 on smithi144 2024-01-21T06:55:56.808 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:56.457145+0000 mon.smithi144 (mon.0) 343 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-21T06:55:56.808 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:56.457746+0000 mon.smithi144 (mon.0) 344 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:55:56.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:55:55.533001+0000 mgr.smithi144.yddnfz (mgr.14166) 128 : cephadm [INF] Detected new or changed devices on smithi144 2024-01-21T06:55:56.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:55.537760+0000 mon.smithi144 (mon.0) 332 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:55:56.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:55.674330+0000 mgr.smithi144.yddnfz (mgr.14166) 129 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:56.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:55.780339+0000 mon.smithi144 (mon.0) 333 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:55:56.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:55.780951+0000 mon.smithi144 (mon.0) 334 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:55:56.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:55.781377+0000 mon.smithi144 (mon.0) 335 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:55:56.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:55.781802+0000 mon.smithi144 (mon.0) 336 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:55:56.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:55:55.782157+0000 mgr.smithi144.yddnfz (mgr.14166) 130 : cephadm [INF] Adjusting osd_memory_target on smithi144 to 3224M 2024-01-21T06:55:56.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:55.786051+0000 mon.smithi144 (mon.0) 337 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:55:56.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:55:55.786447+0000 mgr.smithi144.yddnfz (mgr.14166) 131 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2024-01-21T06:55:56.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:55.819553+0000 mon.smithi144 (mon.0) 338 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:55:56.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:55.820364+0000 mgr.smithi144.yddnfz (mgr.14166) 132 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:56.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:55.823621+0000 mon.smithi144 (mon.0) 339 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:55:56.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:55:55.825796+0000 mgr.smithi144.yddnfz (mgr.14166) 133 : cephadm [INF] Reconfiguring mon.smithi144 (unknown last config time)... 2024-01-21T06:55:56.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:55.825986+0000 mon.smithi144 (mon.0) 340 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T06:55:56.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:55.826452+0000 mon.smithi144 (mon.0) 341 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T06:55:56.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:55.826882+0000 mon.smithi144 (mon.0) 342 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:55:56.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:55:55.827254+0000 mgr.smithi144.yddnfz (mgr.14166) 134 : cephadm [INF] Reconfiguring daemon mon.smithi144 on smithi144 2024-01-21T06:55:56.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:56.457145+0000 mon.smithi144 (mon.0) 343 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-21T06:55:56.858 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:56.457746+0000 mon.smithi144 (mon.0) 344 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:55:57.821 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:57 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:55:56.458179+0000 mgr.smithi144.yddnfz (mgr.14166) 135 : cephadm [INF] Deploying daemon osd.4 on smithi177 2024-01-21T06:55:57.821 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:57 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:56.536072+0000 mon.smithi144 (mon.0) 345 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-01-21T06:55:57.821 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:57 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:56.678917+0000 mon.smithi144 (mon.0) 346 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:55:57.821 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:57 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:55:56.679489+0000 mgr.smithi144.yddnfz (mgr.14166) 136 : cephadm [INF] Reconfiguring mgr.smithi144.yddnfz (unknown last config time)... 2024-01-21T06:55:57.821 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:57 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:56.679768+0000 mon.smithi144 (mon.0) 347 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi144.yddnfz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T06:55:57.821 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:57 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:56.680431+0000 mon.smithi144 (mon.0) 348 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T06:55:57.821 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:57 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:56.680906+0000 mon.smithi144 (mon.0) 349 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:55:57.821 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:57 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:55:56.681306+0000 mgr.smithi144.yddnfz (mgr.14166) 137 : cephadm [INF] Reconfiguring daemon mgr.smithi144.yddnfz on smithi144 2024-01-21T06:55:57.821 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:57 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:57.497883+0000 mon.smithi144 (mon.0) 350 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:55:57.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:57 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:55:56.458179+0000 mgr.smithi144.yddnfz (mgr.14166) 135 : cephadm [INF] Deploying daemon osd.4 on smithi177 2024-01-21T06:55:57.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:57 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:56.536072+0000 mon.smithi144 (mon.0) 345 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-01-21T06:55:57.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:57 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:56.678917+0000 mon.smithi144 (mon.0) 346 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:55:57.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:57 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:55:56.679489+0000 mgr.smithi144.yddnfz (mgr.14166) 136 : cephadm [INF] Reconfiguring mgr.smithi144.yddnfz (unknown last config time)... 2024-01-21T06:55:57.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:57 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:56.679768+0000 mon.smithi144 (mon.0) 347 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi144.yddnfz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T06:55:57.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:57 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:56.680431+0000 mon.smithi144 (mon.0) 348 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T06:55:57.970 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:57 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:56.680906+0000 mon.smithi144 (mon.0) 349 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:55:57.970 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:57 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:55:56.681306+0000 mgr.smithi144.yddnfz (mgr.14166) 137 : cephadm [INF] Reconfiguring daemon mgr.smithi144.yddnfz on smithi144 2024-01-21T06:55:57.970 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:57 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:57.497883+0000 mon.smithi144 (mon.0) 350 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:55:58.784 INFO:teuthology.orchestra.run.smithi177.stdout:Created osd(s) 4 on host 'smithi177' 2024-01-21T06:55:58.808 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:58 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:55:57.498560+0000 mgr.smithi144.yddnfz (mgr.14166) 138 : cephadm [INF] Reconfiguring alertmanager.smithi144 (dependencies changed)... 2024-01-21T06:55:58.808 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:58 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:55:57.500838+0000 mgr.smithi144.yddnfz (mgr.14166) 139 : cephadm [INF] Reconfiguring daemon alertmanager.smithi144 on smithi144 2024-01-21T06:55:58.808 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:58 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:57.820639+0000 mgr.smithi144.yddnfz (mgr.14166) 140 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:58.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:58 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:55:57.498560+0000 mgr.smithi144.yddnfz (mgr.14166) 138 : cephadm [INF] Reconfiguring alertmanager.smithi144 (dependencies changed)... 2024-01-21T06:55:58.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:58 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:55:57.500838+0000 mgr.smithi144.yddnfz (mgr.14166) 139 : cephadm [INF] Reconfiguring daemon alertmanager.smithi144 on smithi144 2024-01-21T06:55:58.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:58 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:57.820639+0000 mgr.smithi144.yddnfz (mgr.14166) 140 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:55:59.117 DEBUG:teuthology.orchestra.run.smithi177:osd.4> sudo journalctl -f -n 0 -u ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.4.service 2024-01-21T06:55:59.119 INFO:tasks.cephadm:Deploying osd.5 on smithi177 with /dev/vg_nvme/lv_3... 2024-01-21T06:55:59.119 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-01-21T06:55:59.149 INFO:journalctl@ceph.osd.4.smithi177.stdout:-- Logs begin at Sun 2024-01-21 06:44:41 UTC. -- 2024-01-21T06:56:00.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:59 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:58.777446+0000 mon.smithi144 (mon.0) 351 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:00.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:59 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:58.780636+0000 mon.smithi144 (mon.0) 352 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:00.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:55:59 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:58.804173+0000 mon.smithi144 (mon.0) 353 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:00.092 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:59 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:58.777446+0000 mon.smithi144 (mon.0) 351 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:00.092 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:59 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:58.780636+0000 mon.smithi144 (mon.0) 352 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:00.092 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:55:59 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:58.804173+0000 mon.smithi144 (mon.0) 353 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:00.479 INFO:teuthology.orchestra.run.smithi177.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-01-21T06:56:00.479 INFO:teuthology.orchestra.run.smithi177.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-01-21T06:56:00.479 INFO:teuthology.orchestra.run.smithi177.stderr: stderr: 10+0 records in 2024-01-21T06:56:00.479 INFO:teuthology.orchestra.run.smithi177.stderr:10+0 records out 2024-01-21T06:56:00.479 INFO:teuthology.orchestra.run.smithi177.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0142841 s, 734 MB/s 2024-01-21T06:56:00.479 INFO:teuthology.orchestra.run.smithi177.stderr:--> Zapping successful for: 2024-01-21T06:56:00.865 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph orch daemon add osd smithi177:vg_nvme/lv_3 2024-01-21T06:56:01.063 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:00 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:59.802763+0000 mon.smithi144 (mon.0) 354 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:01.063 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:00 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:55:59.803320+0000 mgr.smithi144.yddnfz (mgr.14166) 141 : cephadm [INF] Reconfiguring crash.smithi144 (monmap changed)... 2024-01-21T06:56:01.063 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:00 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:59.803542+0000 mon.smithi144 (mon.0) 355 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T06:56:01.064 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:00 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:55:59.804149+0000 mon.smithi144 (mon.0) 356 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:01.064 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:00 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:55:59.804692+0000 mgr.smithi144.yddnfz (mgr.14166) 142 : cephadm [INF] Reconfiguring daemon crash.smithi144 on smithi144 2024-01-21T06:56:01.064 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:00 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:55:59.820929+0000 mgr.smithi144.yddnfz (mgr.14166) 143 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:56:01.064 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:00 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:00.676514+0000 mon.smithi144 (mon.0) 357 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:01.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:59.802763+0000 mon.smithi144 (mon.0) 354 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:01.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:55:59.803320+0000 mgr.smithi144.yddnfz (mgr.14166) 141 : cephadm [INF] Reconfiguring crash.smithi144 (monmap changed)... 2024-01-21T06:56:01.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:59.803542+0000 mon.smithi144 (mon.0) 355 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T06:56:01.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:55:59.804149+0000 mon.smithi144 (mon.0) 356 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:01.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:55:59.804692+0000 mgr.smithi144.yddnfz (mgr.14166) 142 : cephadm [INF] Reconfiguring daemon crash.smithi144 on smithi144 2024-01-21T06:56:01.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:55:59.820929+0000 mgr.smithi144.yddnfz (mgr.14166) 143 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:56:01.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:00.676514+0000 mon.smithi144 (mon.0) 357 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:01.978 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:01 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:56:00.677117+0000 mgr.smithi144.yddnfz (mgr.14166) 144 : cephadm [INF] Reconfiguring grafana.smithi144 (dependencies changed)... 2024-01-21T06:56:01.978 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:01 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:56:00.681372+0000 mgr.smithi144.yddnfz (mgr.14166) 145 : cephadm [INF] Reconfiguring daemon grafana.smithi144 on smithi144 2024-01-21T06:56:02.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:01 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:56:00.677117+0000 mgr.smithi144.yddnfz (mgr.14166) 144 : cephadm [INF] Reconfiguring grafana.smithi144 (dependencies changed)... 2024-01-21T06:56:02.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:01 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:56:00.681372+0000 mgr.smithi144.yddnfz (mgr.14166) 145 : cephadm [INF] Reconfiguring daemon grafana.smithi144 on smithi144 2024-01-21T06:56:02.219 INFO:journalctl@ceph.osd.4.smithi177.stdout:Jan 21 06:56:01 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.4[39880]: debug 2024-01-21T06:56:01.880+0000 7ff28977b080 -1 osd.4 0 log_to_monitors {default=true} 2024-01-21T06:56:03.028 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:02 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:01.821164+0000 mgr.smithi144.yddnfz (mgr.14166) 146 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:56:03.029 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:02 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:01.882932+0000 mon.smithi177 (mon.1) 6 : audit [INF] from='osd.4 [v2:172.21.15.177:6800/3555061384,v1:172.21.15.177:6801/3555061384]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T06:56:03.029 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:02 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:01.883492+0000 mon.smithi144 (mon.0) 358 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T06:56:03.029 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:02 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:02.160771+0000 mgr.smithi144.yddnfz (mgr.14166) 147 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:56:03.029 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:02 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:02.161546+0000 mon.smithi144 (mon.0) 359 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:56:03.029 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:02 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:02.162682+0000 mon.smithi144 (mon.0) 360 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:56:03.029 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:02 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:02.163158+0000 mon.smithi144 (mon.0) 361 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:03.030 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:02 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:02.704676+0000 mon.smithi144 (mon.0) 362 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:03.052 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:02 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:01.821164+0000 mgr.smithi144.yddnfz (mgr.14166) 146 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:56:03.053 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:02 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:01.882932+0000 mon.smithi177 (mon.1) 6 : audit [INF] from='osd.4 [v2:172.21.15.177:6800/3555061384,v1:172.21.15.177:6801/3555061384]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T06:56:03.053 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:02 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:01.883492+0000 mon.smithi144 (mon.0) 358 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T06:56:03.053 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:02 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:02.160771+0000 mgr.smithi144.yddnfz (mgr.14166) 147 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:56:03.053 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:02 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:02.161546+0000 mon.smithi144 (mon.0) 359 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:56:03.053 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:02 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:02.162682+0000 mon.smithi144 (mon.0) 360 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:56:03.053 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:02 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:02.163158+0000 mon.smithi144 (mon.0) 361 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:03.053 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:02 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:02.704676+0000 mon.smithi144 (mon.0) 362 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:03.968 INFO:journalctl@ceph.osd.4.smithi177.stdout:Jan 21 06:56:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.4[39880]: debug 2024-01-21T06:56:03.698+0000 7ff27fcde700 -1 osd.4 0 waiting for initial osdmap 2024-01-21T06:56:03.969 INFO:journalctl@ceph.osd.4.smithi177.stdout:Jan 21 06:56:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.4[39880]: debug 2024-01-21T06:56:03.703+0000 7ff27c45a700 -1 osd.4 27 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-21T06:56:03.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:56:02.705476+0000 mgr.smithi144.yddnfz (mgr.14166) 148 : cephadm [INF] Reconfiguring prometheus.smithi144 (dependencies changed)... 2024-01-21T06:56:03.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:56:02.708056+0000 mgr.smithi144.yddnfz (mgr.14166) 149 : cephadm [INF] Reconfiguring daemon prometheus.smithi144 on smithi144 2024-01-21T06:56:03.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:02.825994+0000 mon.smithi144 (mon.0) 363 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-21T06:56:03.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:02.826054+0000 mon.smithi144 (mon.0) 364 : cluster [DBG] osdmap e26: 5 total, 4 up, 5 in 2024-01-21T06:56:03.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:02.826149+0000 mon.smithi144 (mon.0) 365 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:56:03.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:02.828678+0000 mon.smithi177 (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.177:6800/3555061384,v1:172.21.15.177:6801/3555061384]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T06:56:03.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:02.828917+0000 mon.smithi144 (mon.0) 366 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T06:56:03.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:03.690913+0000 mon.smithi177 (mon.1) 8 : audit [INF] from='client.? 172.21.15.177:0/3214256525' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "436d8518-d5ee-4a10-8f9d-127363480af7"}]: dispatch 2024-01-21T06:56:03.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:03.691431+0000 mon.smithi144 (mon.0) 367 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "436d8518-d5ee-4a10-8f9d-127363480af7"}]: dispatch 2024-01-21T06:56:03.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:03.696325+0000 mon.smithi144 (mon.0) 368 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-01-21T06:56:03.970 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:03.696445+0000 mon.smithi144 (mon.0) 369 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "436d8518-d5ee-4a10-8f9d-127363480af7"}]': finished 2024-01-21T06:56:03.970 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:03.696536+0000 mon.smithi144 (mon.0) 370 : cluster [DBG] osdmap e27: 6 total, 4 up, 6 in 2024-01-21T06:56:03.970 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:03.696753+0000 mon.smithi144 (mon.0) 371 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:56:03.970 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:03.697137+0000 mon.smithi144 (mon.0) 372 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:56:03.970 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:03.699482+0000 mon.smithi144 (mon.0) 373 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:56:04.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:56:02.705476+0000 mgr.smithi144.yddnfz (mgr.14166) 148 : cephadm [INF] Reconfiguring prometheus.smithi144 (dependencies changed)... 2024-01-21T06:56:04.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:56:02.708056+0000 mgr.smithi144.yddnfz (mgr.14166) 149 : cephadm [INF] Reconfiguring daemon prometheus.smithi144 on smithi144 2024-01-21T06:56:04.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:02.825994+0000 mon.smithi144 (mon.0) 363 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-21T06:56:04.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:02.826054+0000 mon.smithi144 (mon.0) 364 : cluster [DBG] osdmap e26: 5 total, 4 up, 5 in 2024-01-21T06:56:04.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:02.826149+0000 mon.smithi144 (mon.0) 365 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:56:04.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:02.828678+0000 mon.smithi177 (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.177:6800/3555061384,v1:172.21.15.177:6801/3555061384]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T06:56:04.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:02.828917+0000 mon.smithi144 (mon.0) 366 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T06:56:04.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:03.690913+0000 mon.smithi177 (mon.1) 8 : audit [INF] from='client.? 172.21.15.177:0/3214256525' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "436d8518-d5ee-4a10-8f9d-127363480af7"}]: dispatch 2024-01-21T06:56:04.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:03.691431+0000 mon.smithi144 (mon.0) 367 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "436d8518-d5ee-4a10-8f9d-127363480af7"}]: dispatch 2024-01-21T06:56:04.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:03.696325+0000 mon.smithi144 (mon.0) 368 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-01-21T06:56:04.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:03.696445+0000 mon.smithi144 (mon.0) 369 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "436d8518-d5ee-4a10-8f9d-127363480af7"}]': finished 2024-01-21T06:56:04.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:03.696536+0000 mon.smithi144 (mon.0) 370 : cluster [DBG] osdmap e27: 6 total, 4 up, 6 in 2024-01-21T06:56:04.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:03.696753+0000 mon.smithi144 (mon.0) 371 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:56:04.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:03.697137+0000 mon.smithi144 (mon.0) 372 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:56:04.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:03.699482+0000 mon.smithi144 (mon.0) 373 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:56:05.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:04 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:03.821466+0000 mgr.smithi144.yddnfz (mgr.14166) 150 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:56:05.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:04 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:04.109646+0000 mon.smithi177 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.177:0/4188347142' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:56:05.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:04 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:04.700545+0000 mon.smithi144 (mon.0) 374 : cluster [INF] osd.4 [v2:172.21.15.177:6800/3555061384,v1:172.21.15.177:6801/3555061384] boot 2024-01-21T06:56:05.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:04 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:04.700592+0000 mon.smithi144 (mon.0) 375 : cluster [DBG] osdmap e28: 6 total, 5 up, 6 in 2024-01-21T06:56:05.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:04 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:04.700760+0000 mon.smithi144 (mon.0) 376 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:56:05.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:04 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:04.701111+0000 mon.smithi144 (mon.0) 377 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:56:05.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:04 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:04.823886+0000 mon.smithi144 (mon.0) 378 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:05.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:04 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:04.824749+0000 mon.smithi144 (mon.0) 379 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi177", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T06:56:05.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:04 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:03.821466+0000 mgr.smithi144.yddnfz (mgr.14166) 150 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-01-21T06:56:05.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:04 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:04.109646+0000 mon.smithi177 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.177:0/4188347142' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:56:05.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:04 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:04.700545+0000 mon.smithi144 (mon.0) 374 : cluster [INF] osd.4 [v2:172.21.15.177:6800/3555061384,v1:172.21.15.177:6801/3555061384] boot 2024-01-21T06:56:05.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:04 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:04.700592+0000 mon.smithi144 (mon.0) 375 : cluster [DBG] osdmap e28: 6 total, 5 up, 6 in 2024-01-21T06:56:05.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:04 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:04.700760+0000 mon.smithi144 (mon.0) 376 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T06:56:05.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:04 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:04.701111+0000 mon.smithi144 (mon.0) 377 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:56:05.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:04 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:04.823886+0000 mon.smithi144 (mon.0) 378 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:05.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:04 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:04.824749+0000 mon.smithi144 (mon.0) 379 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi177", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T06:56:06.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:05 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:02.874324+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:56:06.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:05 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:02.874410+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:56:06.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:05 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:56:04.824491+0000 mgr.smithi144.yddnfz (mgr.14166) 151 : cephadm [INF] Reconfiguring crash.smithi177 (monmap changed)... 2024-01-21T06:56:06.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:05 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:04.825759+0000 mon.smithi144 (mon.0) 380 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:06.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:05 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:56:04.826219+0000 mgr.smithi144.yddnfz (mgr.14166) 152 : cephadm [INF] Reconfiguring daemon crash.smithi177 on smithi177 2024-01-21T06:56:06.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:05 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:05.701963+0000 mon.smithi144 (mon.0) 381 : cluster [DBG] osdmap e29: 6 total, 5 up, 6 in 2024-01-21T06:56:06.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:05 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:05.702102+0000 mon.smithi144 (mon.0) 382 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:56:06.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:05 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:02.874324+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:56:06.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:05 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:02.874410+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:56:06.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:05 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:56:04.824491+0000 mgr.smithi144.yddnfz (mgr.14166) 151 : cephadm [INF] Reconfiguring crash.smithi177 (monmap changed)... 2024-01-21T06:56:06.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:05 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:04.825759+0000 mon.smithi144 (mon.0) 380 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:06.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:05 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:56:04.826219+0000 mgr.smithi144.yddnfz (mgr.14166) 152 : cephadm [INF] Reconfiguring daemon crash.smithi177 on smithi177 2024-01-21T06:56:06.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:05 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:05.701963+0000 mon.smithi144 (mon.0) 381 : cluster [DBG] osdmap e29: 6 total, 5 up, 6 in 2024-01-21T06:56:06.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:05 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:05.702102+0000 mon.smithi144 (mon.0) 382 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:56:07.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:06 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:05.821866+0000 mgr.smithi144.yddnfz (mgr.14166) 153 : cluster [DBG] pgmap v125: 1 pgs: 1 peering; 0 B data, 24 MiB used, 447 GiB / 447 GiB avail 2024-01-21T06:56:07.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:06 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:06.703612+0000 mon.smithi144 (mon.0) 383 : cluster [DBG] osdmap e30: 6 total, 5 up, 6 in 2024-01-21T06:56:07.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:06 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:06.703800+0000 mon.smithi144 (mon.0) 384 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:56:07.171 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:06 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:05.821866+0000 mgr.smithi144.yddnfz (mgr.14166) 153 : cluster [DBG] pgmap v125: 1 pgs: 1 peering; 0 B data, 24 MiB used, 447 GiB / 447 GiB avail 2024-01-21T06:56:07.171 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:06 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:06.703612+0000 mon.smithi144 (mon.0) 383 : cluster [DBG] osdmap e30: 6 total, 5 up, 6 in 2024-01-21T06:56:07.171 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:06 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:06.703800+0000 mon.smithi144 (mon.0) 384 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:56:08.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:08 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:07.386716+0000 mon.smithi144 (mon.0) 385 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:08.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:08 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:56:07.387265+0000 mgr.smithi144.yddnfz (mgr.14166) 154 : cephadm [INF] Reconfiguring mgr.smithi177.msxlsw (monmap changed)... 2024-01-21T06:56:08.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:08 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:07.387568+0000 mon.smithi144 (mon.0) 386 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi177.msxlsw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T06:56:08.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:08 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:07.388458+0000 mon.smithi144 (mon.0) 387 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T06:56:08.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:08 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:07.389161+0000 mon.smithi144 (mon.0) 388 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:08.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:08 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:56:07.389819+0000 mgr.smithi144.yddnfz (mgr.14166) 155 : cephadm [INF] Reconfiguring daemon mgr.smithi177.msxlsw on smithi177 2024-01-21T06:56:08.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:08 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:08.218945+0000 mon.smithi144 (mon.0) 389 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:08.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:08 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:08.219803+0000 mon.smithi144 (mon.0) 390 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T06:56:08.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:08 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:08.220474+0000 mon.smithi144 (mon.0) 391 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T06:56:08.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:08 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:08.221093+0000 mon.smithi144 (mon.0) 392 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:08.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:08 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:07.386716+0000 mon.smithi144 (mon.0) 385 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:08.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:08 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:56:07.387265+0000 mgr.smithi144.yddnfz (mgr.14166) 154 : cephadm [INF] Reconfiguring mgr.smithi177.msxlsw (monmap changed)... 2024-01-21T06:56:08.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:08 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:07.387568+0000 mon.smithi144 (mon.0) 386 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi177.msxlsw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T06:56:08.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:08 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:07.388458+0000 mon.smithi144 (mon.0) 387 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T06:56:08.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:08 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:07.389161+0000 mon.smithi144 (mon.0) 388 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:08.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:08 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:56:07.389819+0000 mgr.smithi144.yddnfz (mgr.14166) 155 : cephadm [INF] Reconfiguring daemon mgr.smithi177.msxlsw on smithi177 2024-01-21T06:56:08.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:08 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:08.218945+0000 mon.smithi144 (mon.0) 389 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:08.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:08 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:08.219803+0000 mon.smithi144 (mon.0) 390 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T06:56:08.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:08 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:08.220474+0000 mon.smithi144 (mon.0) 391 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T06:56:08.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:08 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:08.221093+0000 mon.smithi144 (mon.0) 392 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:09.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:09 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:07.822241+0000 mgr.smithi144.yddnfz (mgr.14166) 156 : cluster [DBG] pgmap v127: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-01-21T06:56:09.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:09 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:56:08.219517+0000 mgr.smithi144.yddnfz (mgr.14166) 157 : cephadm [INF] Reconfiguring mon.smithi177 (monmap changed)... 2024-01-21T06:56:09.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:09 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:56:08.221620+0000 mgr.smithi144.yddnfz (mgr.14166) 158 : cephadm [INF] Reconfiguring daemon mon.smithi177 on smithi177 2024-01-21T06:56:09.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:09 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:09.063544+0000 mon.smithi144 (mon.0) 393 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-21T06:56:09.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:09 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:09.064465+0000 mon.smithi144 (mon.0) 394 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:09.770 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:09 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:07.822241+0000 mgr.smithi144.yddnfz (mgr.14166) 156 : cluster [DBG] pgmap v127: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-01-21T06:56:09.770 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:09 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:56:08.219517+0000 mgr.smithi144.yddnfz (mgr.14166) 157 : cephadm [INF] Reconfiguring mon.smithi177 (monmap changed)... 2024-01-21T06:56:09.770 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:09 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:56:08.221620+0000 mgr.smithi144.yddnfz (mgr.14166) 158 : cephadm [INF] Reconfiguring daemon mon.smithi177 on smithi177 2024-01-21T06:56:09.770 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:09 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:09.063544+0000 mon.smithi144 (mon.0) 393 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-21T06:56:09.771 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:09 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:09.064465+0000 mon.smithi144 (mon.0) 394 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:10.567 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:10 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:56:09.065188+0000 mgr.smithi144.yddnfz (mgr.14166) 159 : cephadm [INF] Deploying daemon osd.5 on smithi177 2024-01-21T06:56:10.567 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:10 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:09.750773+0000 mon.smithi144 (mon.0) 395 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:10.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:10 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:56:09.065188+0000 mgr.smithi144.yddnfz (mgr.14166) 159 : cephadm [INF] Deploying daemon osd.5 on smithi177 2024-01-21T06:56:10.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:10 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:09.750773+0000 mon.smithi144 (mon.0) 395 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:11.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:11 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:56:09.751314+0000 mgr.smithi144.yddnfz (mgr.14166) 160 : cephadm [INF] Reconfiguring node-exporter.smithi177 (unknown last config time)... 2024-01-21T06:56:11.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:11 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:56:09.751467+0000 mgr.smithi144.yddnfz (mgr.14166) 161 : cephadm [INF] Reconfiguring daemon node-exporter.smithi177 on smithi177 2024-01-21T06:56:11.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:11 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:09.822587+0000 mgr.smithi144.yddnfz (mgr.14166) 162 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-01-21T06:56:11.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:11 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:56:09.751314+0000 mgr.smithi144.yddnfz (mgr.14166) 160 : cephadm [INF] Reconfiguring node-exporter.smithi177 (unknown last config time)... 2024-01-21T06:56:11.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:11 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:56:09.751467+0000 mgr.smithi144.yddnfz (mgr.14166) 161 : cephadm [INF] Reconfiguring daemon node-exporter.smithi177 on smithi177 2024-01-21T06:56:11.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:11 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:09.822587+0000 mgr.smithi144.yddnfz (mgr.14166) 162 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-01-21T06:56:11.857 INFO:teuthology.orchestra.run.smithi177.stdout:Created osd(s) 5 on host 'smithi177' 2024-01-21T06:56:12.198 DEBUG:teuthology.orchestra.run.smithi177:osd.5> sudo journalctl -f -n 0 -u ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.5.service 2024-01-21T06:56:12.200 INFO:tasks.cephadm:Deploying osd.6 on smithi177 with /dev/vg_nvme/lv_2... 2024-01-21T06:56:12.201 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-01-21T06:56:12.232 INFO:journalctl@ceph.osd.5.smithi177.stdout:-- Logs begin at Sun 2024-01-21 06:44:41 UTC. -- 2024-01-21T06:56:12.468 INFO:journalctl@ceph.osd.5.smithi177.stdout:Jan 21 06:56:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.5[42575]: debug 2024-01-21T06:56:12.302+0000 7fd86638e080 -1 Falling back to public interface 2024-01-21T06:56:13.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:11.823058+0000 mgr.smithi144.yddnfz (mgr.14166) 163 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-01-21T06:56:13.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:11.849653+0000 mon.smithi144 (mon.0) 396 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:13.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:11.853568+0000 mon.smithi144 (mon.0) 397 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:13.160 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:11.823058+0000 mgr.smithi144.yddnfz (mgr.14166) 163 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-01-21T06:56:13.160 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:11.849653+0000 mon.smithi144 (mon.0) 396 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:13.160 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:11.853568+0000 mon.smithi144 (mon.0) 397 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:56:13.621 INFO:teuthology.orchestra.run.smithi177.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-01-21T06:56:13.621 INFO:teuthology.orchestra.run.smithi177.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-01-21T06:56:13.621 INFO:teuthology.orchestra.run.smithi177.stderr: stderr: 10+0 records in 2024-01-21T06:56:13.621 INFO:teuthology.orchestra.run.smithi177.stderr:10+0 records out 2024-01-21T06:56:13.621 INFO:teuthology.orchestra.run.smithi177.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0123675 s, 848 MB/s 2024-01-21T06:56:13.621 INFO:teuthology.orchestra.run.smithi177.stderr:--> Zapping successful for: 2024-01-21T06:56:13.943 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph orch daemon add osd smithi177:vg_nvme/lv_2 2024-01-21T06:56:15.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:14 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:13.823553+0000 mgr.smithi144.yddnfz (mgr.14166) 164 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-01-21T06:56:15.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:14 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:13.823553+0000 mgr.smithi144.yddnfz (mgr.14166) 164 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-01-21T06:56:15.219 INFO:journalctl@ceph.osd.5.smithi177.stdout:Jan 21 06:56:15 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.5[42575]: debug 2024-01-21T06:56:15.041+0000 7fd86638e080 -1 osd.5 0 log_to_monitors {default=true} 2024-01-21T06:56:16.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:15 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:15.045179+0000 mon.smithi177 (mon.1) 10 : audit [INF] from='osd.5 [v2:172.21.15.177:6808/1782678599,v1:172.21.15.177:6809/1782678599]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-21T06:56:16.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:15 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:15.045617+0000 mon.smithi144 (mon.0) 398 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-21T06:56:16.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:15 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:15.230321+0000 mgr.smithi144.yddnfz (mgr.14166) 165 : audit [DBG] from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:56:16.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:15 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:15.231223+0000 mon.smithi144 (mon.0) 399 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:56:16.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:15 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:15.233040+0000 mon.smithi144 (mon.0) 400 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:56:16.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:15 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:15.233739+0000 mon.smithi144 (mon.0) 401 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:16.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:15 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:15.045179+0000 mon.smithi177 (mon.1) 10 : audit [INF] from='osd.5 [v2:172.21.15.177:6808/1782678599,v1:172.21.15.177:6809/1782678599]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-21T06:56:16.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:15 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:15.045617+0000 mon.smithi144 (mon.0) 398 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-21T06:56:16.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:15 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:15.230321+0000 mgr.smithi144.yddnfz (mgr.14166) 165 : audit [DBG] from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:56:16.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:15 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:15.231223+0000 mon.smithi144 (mon.0) 399 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:56:16.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:15 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:15.233040+0000 mon.smithi144 (mon.0) 400 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:56:16.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:15 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:15.233739+0000 mon.smithi144 (mon.0) 401 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:56:17.218 INFO:journalctl@ceph.osd.5.smithi177.stdout:Jan 21 06:56:16 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.5[42575]: debug 2024-01-21T06:56:16.869+0000 7fd85c8f1700 -1 osd.5 0 waiting for initial osdmap 2024-01-21T06:56:17.218 INFO:journalctl@ceph.osd.5.smithi177.stdout:Jan 21 06:56:16 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.5[42575]: debug 2024-01-21T06:56:16.875+0000 7fd85906d700 -1 osd.5 32 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-21T06:56:17.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:16 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:15.823890+0000 mgr.smithi144.yddnfz (mgr.14166) 166 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-01-21T06:56:17.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:16 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:15.859525+0000 mon.smithi144 (mon.0) 402 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-21T06:56:17.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:16 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:15.859602+0000 mon.smithi144 (mon.0) 403 : cluster [DBG] osdmap e31: 6 total, 5 up, 6 in 2024-01-21T06:56:17.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:16 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:15.859740+0000 mon.smithi144 (mon.0) 404 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:56:17.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:16 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:15.862456+0000 mon.smithi177 (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.177:6808/1782678599,v1:172.21.15.177:6809/1782678599]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T06:56:17.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:16 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:15.862839+0000 mon.smithi144 (mon.0) 405 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T06:56:17.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:16 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:15.823890+0000 mgr.smithi144.yddnfz (mgr.14166) 166 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-01-21T06:56:17.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:16 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:15.859525+0000 mon.smithi144 (mon.0) 402 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-21T06:56:17.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:16 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:15.859602+0000 mon.smithi144 (mon.0) 403 : cluster [DBG] osdmap e31: 6 total, 5 up, 6 in 2024-01-21T06:56:17.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:16 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:15.859740+0000 mon.smithi144 (mon.0) 404 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:56:17.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:16 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:15.862456+0000 mon.smithi177 (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.177:6808/1782678599,v1:172.21.15.177:6809/1782678599]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T06:56:17.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:16 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:15.862839+0000 mon.smithi144 (mon.0) 405 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T06:56:18.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:17 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:16.861488+0000 mon.smithi144 (mon.0) 406 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-01-21T06:56:18.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:17 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:16.861589+0000 mon.smithi144 (mon.0) 407 : cluster [DBG] osdmap e32: 6 total, 5 up, 6 in 2024-01-21T06:56:18.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:17 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:16.861990+0000 mon.smithi144 (mon.0) 408 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:56:18.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:17 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:16.870463+0000 mon.smithi144 (mon.0) 409 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:56:18.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:17 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:17.864165+0000 mon.smithi144 (mon.0) 410 : cluster [INF] osd.5 [v2:172.21.15.177:6808/1782678599,v1:172.21.15.177:6809/1782678599] boot 2024-01-21T06:56:18.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:17 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:17.864213+0000 mon.smithi144 (mon.0) 411 : cluster [DBG] osdmap e33: 6 total, 6 up, 6 in 2024-01-21T06:56:18.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:17 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:17.864380+0000 mon.smithi144 (mon.0) 412 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:56:18.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:17 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:16.861488+0000 mon.smithi144 (mon.0) 406 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-01-21T06:56:18.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:17 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:16.861589+0000 mon.smithi144 (mon.0) 407 : cluster [DBG] osdmap e32: 6 total, 5 up, 6 in 2024-01-21T06:56:18.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:17 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:16.861990+0000 mon.smithi144 (mon.0) 408 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:56:18.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:17 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:16.870463+0000 mon.smithi144 (mon.0) 409 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:56:18.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:17 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:17.864165+0000 mon.smithi144 (mon.0) 410 : cluster [INF] osd.5 [v2:172.21.15.177:6808/1782678599,v1:172.21.15.177:6809/1782678599] boot 2024-01-21T06:56:18.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:17 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:17.864213+0000 mon.smithi144 (mon.0) 411 : cluster [DBG] osdmap e33: 6 total, 6 up, 6 in 2024-01-21T06:56:18.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:17 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:17.864380+0000 mon.smithi144 (mon.0) 412 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T06:56:19.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:18 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:15.998524+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:56:19.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:18 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:15.998605+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:56:19.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:18 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:17.824329+0000 mgr.smithi144.yddnfz (mgr.14166) 167 : cluster [DBG] pgmap v134: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-01-21T06:56:19.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:18 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:18.865509+0000 mon.smithi144 (mon.0) 413 : cluster [DBG] osdmap e34: 6 total, 6 up, 6 in 2024-01-21T06:56:19.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:18 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:15.998524+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:56:19.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:18 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:15.998605+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:56:19.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:18 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:17.824329+0000 mgr.smithi144.yddnfz (mgr.14166) 167 : cluster [DBG] pgmap v134: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-01-21T06:56:19.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:18 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:18.865509+0000 mon.smithi144 (mon.0) 413 : cluster [DBG] osdmap e34: 6 total, 6 up, 6 in 2024-01-21T06:56:21.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:19.824795+0000 mgr.smithi144.yddnfz (mgr.14166) 168 : cluster [DBG] pgmap v137: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:21.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:19.866945+0000 mon.smithi144 (mon.0) 414 : cluster [DBG] osdmap e35: 6 total, 6 up, 6 in 2024-01-21T06:56:21.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:19.824795+0000 mgr.smithi144.yddnfz (mgr.14166) 168 : cluster [DBG] pgmap v137: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:21.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:19.866945+0000 mon.smithi144 (mon.0) 414 : cluster [DBG] osdmap e35: 6 total, 6 up, 6 in 2024-01-21T06:56:23.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:22 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:21.825131+0000 mgr.smithi144.yddnfz (mgr.14166) 169 : cluster [DBG] pgmap v139: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:23.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:21.825131+0000 mgr.smithi144.yddnfz (mgr.14166) 169 : cluster [DBG] pgmap v139: 1 pgs: 1 peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:25.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:23.825644+0000 mgr.smithi144.yddnfz (mgr.14166) 170 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:25.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:23.825644+0000 mgr.smithi144.yddnfz (mgr.14166) 170 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:27.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:26 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:25.825997+0000 mgr.smithi144.yddnfz (mgr.14166) 171 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:27.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:26 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:25.825997+0000 mgr.smithi144.yddnfz (mgr.14166) 171 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:29.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:27.826433+0000 mgr.smithi144.yddnfz (mgr.14166) 172 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:29.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:27.826433+0000 mgr.smithi144.yddnfz (mgr.14166) 172 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:31.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:30 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:29.826926+0000 mgr.smithi144.yddnfz (mgr.14166) 173 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:31.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:30 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:29.826926+0000 mgr.smithi144.yddnfz (mgr.14166) 173 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:33.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:32 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:31.827303+0000 mgr.smithi144.yddnfz (mgr.14166) 174 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:33.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:32 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:31.827303+0000 mgr.smithi144.yddnfz (mgr.14166) 174 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:34.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:33 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:33.786032+0000 mon.smithi144 (mon.0) 415 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T06:56:34.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:33 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:56:33.786231+0000 mon.smithi144 (mon.0) 416 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T06:56:34.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:33 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:33.786032+0000 mon.smithi144 (mon.0) 415 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T06:56:34.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:33 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:56:33.786231+0000 mon.smithi144 (mon.0) 416 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T06:56:35.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:33.827616+0000 mgr.smithi144.yddnfz (mgr.14166) 175 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:35.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:33.827616+0000 mgr.smithi144.yddnfz (mgr.14166) 175 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:37.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:35.827985+0000 mgr.smithi144.yddnfz (mgr.14166) 176 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:37.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:35.827985+0000 mgr.smithi144.yddnfz (mgr.14166) 176 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:39.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:37.828351+0000 mgr.smithi144.yddnfz (mgr.14166) 177 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:39.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:38 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:37.828351+0000 mgr.smithi144.yddnfz (mgr.14166) 177 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:41.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:39.828955+0000 mgr.smithi144.yddnfz (mgr.14166) 178 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:41.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:40 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:39.828955+0000 mgr.smithi144.yddnfz (mgr.14166) 178 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:43.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:42 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:41.829482+0000 mgr.smithi144.yddnfz (mgr.14166) 179 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:43.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:42 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:41.829482+0000 mgr.smithi144.yddnfz (mgr.14166) 179 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:45.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:43.829973+0000 mgr.smithi144.yddnfz (mgr.14166) 180 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:45.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:44 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:43.829973+0000 mgr.smithi144.yddnfz (mgr.14166) 180 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:47.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:46 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:45.830344+0000 mgr.smithi144.yddnfz (mgr.14166) 181 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:47.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:46 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:45.830344+0000 mgr.smithi144.yddnfz (mgr.14166) 181 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:49.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:48 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:47.830741+0000 mgr.smithi144.yddnfz (mgr.14166) 182 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:49.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:48 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:47.830741+0000 mgr.smithi144.yddnfz (mgr.14166) 182 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:51.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:49.831115+0000 mgr.smithi144.yddnfz (mgr.14166) 183 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:51.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:49.831115+0000 mgr.smithi144.yddnfz (mgr.14166) 183 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:53.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:51.831511+0000 mgr.smithi144.yddnfz (mgr.14166) 184 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:53.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:51.831511+0000 mgr.smithi144.yddnfz (mgr.14166) 184 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:55.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:54 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:53.832097+0000 mgr.smithi144.yddnfz (mgr.14166) 185 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:55.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:54 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:53.832097+0000 mgr.smithi144.yddnfz (mgr.14166) 185 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:57.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:55.832450+0000 mgr.smithi144.yddnfz (mgr.14166) 186 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:57.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:55.832450+0000 mgr.smithi144.yddnfz (mgr.14166) 186 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:59.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:56:58 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:57.832867+0000 mgr.smithi144.yddnfz (mgr.14166) 187 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:56:59.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:56:58 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:57.832867+0000 mgr.smithi144.yddnfz (mgr.14166) 187 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:01.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:56:59.833258+0000 mgr.smithi144.yddnfz (mgr.14166) 188 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:01.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:00 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:56:59.833258+0000 mgr.smithi144.yddnfz (mgr.14166) 188 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:03.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:02 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:01.833620+0000 mgr.smithi144.yddnfz (mgr.14166) 189 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:03.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:02 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:01.833620+0000 mgr.smithi144.yddnfz (mgr.14166) 189 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:05.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:04 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:03.834155+0000 mgr.smithi144.yddnfz (mgr.14166) 190 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:05.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:04 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:03.834155+0000 mgr.smithi144.yddnfz (mgr.14166) 190 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:07.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:06 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:05.834513+0000 mgr.smithi144.yddnfz (mgr.14166) 191 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:07.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:06 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:05.834513+0000 mgr.smithi144.yddnfz (mgr.14166) 191 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:09.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:08 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:07.834901+0000 mgr.smithi144.yddnfz (mgr.14166) 192 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:09.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:08 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:07.834901+0000 mgr.smithi144.yddnfz (mgr.14166) 192 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:11.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:10 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:09.835313+0000 mgr.smithi144.yddnfz (mgr.14166) 193 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:11.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:10 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:09.835313+0000 mgr.smithi144.yddnfz (mgr.14166) 193 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:13.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:11.835826+0000 mgr.smithi144.yddnfz (mgr.14166) 194 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:13.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:11.835826+0000 mgr.smithi144.yddnfz (mgr.14166) 194 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:15.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:14 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:13.836164+0000 mgr.smithi144.yddnfz (mgr.14166) 195 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:15.190 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:14 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:13.836164+0000 mgr.smithi144.yddnfz (mgr.14166) 195 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:17.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:16 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:15.836507+0000 mgr.smithi144.yddnfz (mgr.14166) 196 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:17.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:16 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:15.836507+0000 mgr.smithi144.yddnfz (mgr.14166) 196 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:19.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:18 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:17.837037+0000 mgr.smithi144.yddnfz (mgr.14166) 197 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:19.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:18 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:17.837037+0000 mgr.smithi144.yddnfz (mgr.14166) 197 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:21.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:19.837479+0000 mgr.smithi144.yddnfz (mgr.14166) 198 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:21.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:19.837479+0000 mgr.smithi144.yddnfz (mgr.14166) 198 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:23.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:21.837985+0000 mgr.smithi144.yddnfz (mgr.14166) 199 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:23.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:22 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:21.837985+0000 mgr.smithi144.yddnfz (mgr.14166) 199 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:25.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:23.838552+0000 mgr.smithi144.yddnfz (mgr.14166) 200 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:25.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:23.838552+0000 mgr.smithi144.yddnfz (mgr.14166) 200 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:27.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:26 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:25.838918+0000 mgr.smithi144.yddnfz (mgr.14166) 201 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:27.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:26 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:25.838918+0000 mgr.smithi144.yddnfz (mgr.14166) 201 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:29.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:27.839332+0000 mgr.smithi144.yddnfz (mgr.14166) 202 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:29.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:27.839332+0000 mgr.smithi144.yddnfz (mgr.14166) 202 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:31.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:30 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:29.839755+0000 mgr.smithi144.yddnfz (mgr.14166) 203 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:31.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:30 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:29.839755+0000 mgr.smithi144.yddnfz (mgr.14166) 203 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:33.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:32 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:31.840246+0000 mgr.smithi144.yddnfz (mgr.14166) 204 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:33.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:32 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:31.840246+0000 mgr.smithi144.yddnfz (mgr.14166) 204 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:34.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:33 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:57:33.787377+0000 mon.smithi144 (mon.0) 417 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T06:57:34.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:33 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:57:33.788284+0000 mon.smithi144 (mon.0) 418 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T06:57:34.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:33 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:57:33.787377+0000 mon.smithi144 (mon.0) 417 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T06:57:34.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:33 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:57:33.788284+0000 mon.smithi144 (mon.0) 418 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T06:57:35.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:33.840680+0000 mgr.smithi144.yddnfz (mgr.14166) 205 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:33.840680+0000 mgr.smithi144.yddnfz (mgr.14166) 205 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:37.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:35.841016+0000 mgr.smithi144.yddnfz (mgr.14166) 206 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:37.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:35.841016+0000 mgr.smithi144.yddnfz (mgr.14166) 206 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:39.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:37.841309+0000 mgr.smithi144.yddnfz (mgr.14166) 207 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:39.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:38 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:37.841309+0000 mgr.smithi144.yddnfz (mgr.14166) 207 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:41.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:39.841759+0000 mgr.smithi144.yddnfz (mgr.14166) 208 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:41.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:40 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:39.841759+0000 mgr.smithi144.yddnfz (mgr.14166) 208 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:43.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:42 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:41.842116+0000 mgr.smithi144.yddnfz (mgr.14166) 209 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:43.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:42 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:41.842116+0000 mgr.smithi144.yddnfz (mgr.14166) 209 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:45.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:44 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:43.842483+0000 mgr.smithi144.yddnfz (mgr.14166) 210 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:45.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:43.842483+0000 mgr.smithi144.yddnfz (mgr.14166) 210 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:47.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:46 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:45.842988+0000 mgr.smithi144.yddnfz (mgr.14166) 211 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:47.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:46 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:45.842988+0000 mgr.smithi144.yddnfz (mgr.14166) 211 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:49.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:48 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:47.843423+0000 mgr.smithi144.yddnfz (mgr.14166) 212 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:49.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:48 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:47.843423+0000 mgr.smithi144.yddnfz (mgr.14166) 212 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:51.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:49.843884+0000 mgr.smithi144.yddnfz (mgr.14166) 213 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:51.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:49.843884+0000 mgr.smithi144.yddnfz (mgr.14166) 213 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:53.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:51.844344+0000 mgr.smithi144.yddnfz (mgr.14166) 214 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:53.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:51.844344+0000 mgr.smithi144.yddnfz (mgr.14166) 214 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:55.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:54 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:53.844913+0000 mgr.smithi144.yddnfz (mgr.14166) 215 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:55.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:54 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:53.844913+0000 mgr.smithi144.yddnfz (mgr.14166) 215 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:57.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:55.845292+0000 mgr.smithi144.yddnfz (mgr.14166) 216 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:57.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:55.845292+0000 mgr.smithi144.yddnfz (mgr.14166) 216 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:59.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:57:58 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:57.845784+0000 mgr.smithi144.yddnfz (mgr.14166) 217 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:57:59.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:57:58 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:57.845784+0000 mgr.smithi144.yddnfz (mgr.14166) 217 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:01.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:00 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:57:59.846312+0000 mgr.smithi144.yddnfz (mgr.14166) 218 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:01.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:57:59.846312+0000 mgr.smithi144.yddnfz (mgr.14166) 218 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:03.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:02 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:01.846762+0000 mgr.smithi144.yddnfz (mgr.14166) 219 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:03.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:02 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:01.846762+0000 mgr.smithi144.yddnfz (mgr.14166) 219 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:05.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:04 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:03.847247+0000 mgr.smithi144.yddnfz (mgr.14166) 220 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:05.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:04 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:03.847247+0000 mgr.smithi144.yddnfz (mgr.14166) 220 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:07.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:06 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:05.847581+0000 mgr.smithi144.yddnfz (mgr.14166) 221 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:07.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:06 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:05.847581+0000 mgr.smithi144.yddnfz (mgr.14166) 221 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:09.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:08 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:07.847992+0000 mgr.smithi144.yddnfz (mgr.14166) 222 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:09.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:08 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:07.847992+0000 mgr.smithi144.yddnfz (mgr.14166) 222 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:11.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:10 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:09.848491+0000 mgr.smithi144.yddnfz (mgr.14166) 223 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:11.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:10 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:09.848491+0000 mgr.smithi144.yddnfz (mgr.14166) 223 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:13.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:11.848961+0000 mgr.smithi144.yddnfz (mgr.14166) 224 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:13.204 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:58:12.005992+0000 mgr.smithi144.yddnfz (mgr.14166) 225 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T06:58:13.204 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: /bin/podman: stderr Error: no such container ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T06:58:13.204 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Reconfig daemon node-exporter.smithi177 ... 2024-01-21T06:58:13.204 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Non-zero exit code 1 from systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T06:58:13.204 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: systemctl: stderr Job for ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service failed because a timeout was exceeded. 2024-01-21T06:58:13.204 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: systemctl: stderr See "systemctl status ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service" and "journalctl -xe" for details. 2024-01-21T06:58:13.204 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Traceback (most recent call last): 2024-01-21T06:58:13.204 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T06:58:13.204 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: main() 2024-01-21T06:58:13.204 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T06:58:13.204 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: r = ctx.func(ctx) 2024-01-21T06:58:13.204 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T06:58:13.205 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: return func(ctx) 2024-01-21T06:58:13.205 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T06:58:13.205 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: ports=daemon_ports) 2024-01-21T06:58:13.205 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2661, in deploy_daemon 2024-01-21T06:58:13.205 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-01-21T06:58:13.205 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T06:58:13.205 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T06:58:13.205 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: RuntimeError: Failed command: systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T06:58:13.205 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Traceback (most recent call last): 2024-01-21T06:58:13.205 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-01-21T06:58:13.205 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: yield (conn, connr) 2024-01-21T06:58:13.205 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-01-21T06:58:13.205 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: code, '\n'.join(err))) 2024-01-21T06:58:13.205 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T06:58:13.205 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: /bin/podman: stderr Error: no such container ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T06:58:13.206 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Reconfig daemon node-exporter.smithi177 ... 2024-01-21T06:58:13.206 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Non-zero exit code 1 from systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T06:58:13.206 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: systemctl: stderr Job for ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service failed because a timeout was exceeded. 2024-01-21T06:58:13.206 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: systemctl: stderr See "systemctl status ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service" and "journalctl -xe" for details. 2024-01-21T06:58:13.206 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Traceback (most recent call last): 2024-01-21T06:58:13.206 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T06:58:13.206 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: main() 2024-01-21T06:58:13.206 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T06:58:13.206 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: r = ctx.func(ctx) 2024-01-21T06:58:13.206 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T06:58:13.206 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: return func(ctx) 2024-01-21T06:58:13.206 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T06:58:13.206 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: ports=daemon_ports) 2024-01-21T06:58:13.206 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2661, in deploy_daemon 2024-01-21T06:58:13.206 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-01-21T06:58:13.207 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T06:58:13.207 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T06:58:13.207 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: RuntimeError: Failed command: systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T06:58:13.207 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:12.010026+0000 mon.smithi144 (mon.0) 419 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T06:58:13.207 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:12.010447+0000 mgr.smithi144.yddnfz (mgr.14166) 226 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T06:58:13.207 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:12.810726+0000 mon.smithi177 (mon.1) 12 : audit [INF] from='client.? 172.21.15.177:0/3770537782' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1fc7154e-c4f1-4e62-aae1-4ca03320790c"}]: dispatch 2024-01-21T06:58:13.207 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:12.811282+0000 mon.smithi144 (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1fc7154e-c4f1-4e62-aae1-4ca03320790c"}]: dispatch 2024-01-21T06:58:13.207 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:12.816130+0000 mon.smithi144 (mon.0) 421 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1fc7154e-c4f1-4e62-aae1-4ca03320790c"}]': finished 2024-01-21T06:58:13.207 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:12.816189+0000 mon.smithi144 (mon.0) 422 : cluster [DBG] osdmap e36: 7 total, 6 up, 7 in 2024-01-21T06:58:13.207 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:12.816368+0000 mon.smithi144 (mon.0) 423 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:58:13.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:11.848961+0000 mgr.smithi144.yddnfz (mgr.14166) 224 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:13.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:58:12.005992+0000 mgr.smithi144.yddnfz (mgr.14166) 225 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T06:58:13.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: /bin/podman: stderr Error: no such container ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T06:58:13.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Reconfig daemon node-exporter.smithi177 ... 2024-01-21T06:58:13.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Non-zero exit code 1 from systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T06:58:13.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: systemctl: stderr Job for ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service failed because a timeout was exceeded. 2024-01-21T06:58:13.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: systemctl: stderr See "systemctl status ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service" and "journalctl -xe" for details. 2024-01-21T06:58:13.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Traceback (most recent call last): 2024-01-21T06:58:13.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T06:58:13.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: main() 2024-01-21T06:58:13.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T06:58:13.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: r = ctx.func(ctx) 2024-01-21T06:58:13.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T06:58:13.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: return func(ctx) 2024-01-21T06:58:13.358 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T06:58:13.358 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: ports=daemon_ports) 2024-01-21T06:58:13.358 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2661, in deploy_daemon 2024-01-21T06:58:13.358 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-01-21T06:58:13.358 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T06:58:13.358 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T06:58:13.358 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: RuntimeError: Failed command: systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T06:58:13.358 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Traceback (most recent call last): 2024-01-21T06:58:13.358 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-01-21T06:58:13.358 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: yield (conn, connr) 2024-01-21T06:58:13.358 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-01-21T06:58:13.358 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: code, '\n'.join(err))) 2024-01-21T06:58:13.358 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T06:58:13.358 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: /bin/podman: stderr Error: no such container ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T06:58:13.358 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Reconfig daemon node-exporter.smithi177 ... 2024-01-21T06:58:13.358 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Non-zero exit code 1 from systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T06:58:13.359 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: systemctl: stderr Job for ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service failed because a timeout was exceeded. 2024-01-21T06:58:13.359 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: systemctl: stderr See "systemctl status ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service" and "journalctl -xe" for details. 2024-01-21T06:58:13.359 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Traceback (most recent call last): 2024-01-21T06:58:13.359 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T06:58:13.359 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: main() 2024-01-21T06:58:13.359 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T06:58:13.359 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: r = ctx.func(ctx) 2024-01-21T06:58:13.359 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T06:58:13.359 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: return func(ctx) 2024-01-21T06:58:13.359 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T06:58:13.359 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: ports=daemon_ports) 2024-01-21T06:58:13.359 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2661, in deploy_daemon 2024-01-21T06:58:13.359 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-01-21T06:58:13.359 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T06:58:13.359 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T06:58:13.359 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: RuntimeError: Failed command: systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T06:58:13.360 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:12.010026+0000 mon.smithi144 (mon.0) 419 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T06:58:13.360 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:12.010447+0000 mgr.smithi144.yddnfz (mgr.14166) 226 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T06:58:13.360 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:12.810726+0000 mon.smithi177 (mon.1) 12 : audit [INF] from='client.? 172.21.15.177:0/3770537782' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1fc7154e-c4f1-4e62-aae1-4ca03320790c"}]: dispatch 2024-01-21T06:58:13.360 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:12.811282+0000 mon.smithi144 (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1fc7154e-c4f1-4e62-aae1-4ca03320790c"}]: dispatch 2024-01-21T06:58:13.360 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:12.816130+0000 mon.smithi144 (mon.0) 421 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1fc7154e-c4f1-4e62-aae1-4ca03320790c"}]': finished 2024-01-21T06:58:13.360 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:12.816189+0000 mon.smithi144 (mon.0) 422 : cluster [DBG] osdmap e36: 7 total, 6 up, 7 in 2024-01-21T06:58:13.360 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:12.816368+0000 mon.smithi144 (mon.0) 423 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:58:14.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:13 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:13.227587+0000 mon.smithi177 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.177:0/1256924225' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:58:14.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:13 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:13.227587+0000 mon.smithi177 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.177:0/1256924225' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:58:15.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:14 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:13.849410+0000 mgr.smithi144.yddnfz (mgr.14166) 227 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:15.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:14 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:13.849410+0000 mgr.smithi144.yddnfz (mgr.14166) 227 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:16.968 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:16 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:15.849914+0000 mgr.smithi144.yddnfz (mgr.14166) 228 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:17.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:16 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:15.849914+0000 mgr.smithi144.yddnfz (mgr.14166) 228 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:18.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:17 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:17.506944+0000 mon.smithi144 (mon.0) 424 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-21T06:58:18.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:17 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:17.507776+0000 mon.smithi144 (mon.0) 425 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:58:18.145 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:17 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:17.506944+0000 mon.smithi144 (mon.0) 424 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-21T06:58:18.145 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:17 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:17.507776+0000 mon.smithi144 (mon.0) 425 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:58:19.158 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:18 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:58:17.508397+0000 mgr.smithi144.yddnfz (mgr.14166) 229 : cephadm [INF] Deploying daemon osd.6 on smithi177 2024-01-21T06:58:19.158 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:18 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:17.850328+0000 mgr.smithi144.yddnfz (mgr.14166) 230 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:19.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:18 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:58:17.508397+0000 mgr.smithi144.yddnfz (mgr.14166) 229 : cephadm [INF] Deploying daemon osd.6 on smithi177 2024-01-21T06:58:19.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:18 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:17.850328+0000 mgr.smithi144.yddnfz (mgr.14166) 230 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:19.827 INFO:teuthology.orchestra.run.smithi177.stdout:Created osd(s) 6 on host 'smithi177' 2024-01-21T06:58:20.144 DEBUG:teuthology.orchestra.run.smithi177:osd.6> sudo journalctl -f -n 0 -u ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.6.service 2024-01-21T06:58:20.146 INFO:tasks.cephadm:Deploying osd.7 on smithi177 with /dev/vg_nvme/lv_1... 2024-01-21T06:58:20.146 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-01-21T06:58:20.177 INFO:journalctl@ceph.osd.6.smithi177.stdout:-- Logs begin at Sun 2024-01-21 06:44:41 UTC. -- 2024-01-21T06:58:20.383 INFO:journalctl@ceph.osd.6.smithi177.stdout:Jan 21 06:58:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.6[45044]: debug 2024-01-21T06:58:20.296+0000 7f428eed9080 -1 Falling back to public interface 2024-01-21T06:58:21.064 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:19.819749+0000 mon.smithi144 (mon.0) 426 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:58:21.065 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:19.823995+0000 mon.smithi144 (mon.0) 427 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:58:21.065 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:19.850646+0000 mgr.smithi144.yddnfz (mgr.14166) 231 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:21.065 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:19.872073+0000 mon.smithi144 (mon.0) 428 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.144:9093"}]: dispatch 2024-01-21T06:58:21.065 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:19.872414+0000 mgr.smithi144.yddnfz (mgr.14166) 232 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.144:9093"}]: dispatch 2024-01-21T06:58:21.065 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:19.880061+0000 mon.smithi144 (mon.0) 429 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:58:21.065 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:19.883001+0000 mon.smithi144 (mon.0) 430 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T06:58:21.065 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:19.883408+0000 mgr.smithi144.yddnfz (mgr.14166) 233 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T06:58:21.065 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:19.888168+0000 mon.smithi144 (mon.0) 431 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.144:3000"}]: dispatch 2024-01-21T06:58:21.065 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:19.888449+0000 mgr.smithi144.yddnfz (mgr.14166) 234 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.144:3000"}]: dispatch 2024-01-21T06:58:21.065 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:19.892204+0000 mon.smithi144 (mon.0) 432 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:58:21.065 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:19.894955+0000 mon.smithi144 (mon.0) 433 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T06:58:21.065 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:19.895290+0000 mgr.smithi144.yddnfz (mgr.14166) 235 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T06:58:21.065 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:19.899432+0000 mon.smithi144 (mon.0) 434 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.144:9095"}]: dispatch 2024-01-21T06:58:21.065 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:19.899735+0000 mgr.smithi144.yddnfz (mgr.14166) 236 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.144:9095"}]: dispatch 2024-01-21T06:58:21.066 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:19.903198+0000 mon.smithi144 (mon.0) 435 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:58:21.066 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:19.905339+0000 mon.smithi144 (mon.0) 436 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:58:21.066 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:19.906478+0000 mon.smithi144 (mon.0) 437 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:58:21.066 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:19.907212+0000 mon.smithi144 (mon.0) 438 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:58:21.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:19.819749+0000 mon.smithi144 (mon.0) 426 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:58:21.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:19.823995+0000 mon.smithi144 (mon.0) 427 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:58:21.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:19.850646+0000 mgr.smithi144.yddnfz (mgr.14166) 231 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:21.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:19.872073+0000 mon.smithi144 (mon.0) 428 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.144:9093"}]: dispatch 2024-01-21T06:58:21.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:19.872414+0000 mgr.smithi144.yddnfz (mgr.14166) 232 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.144:9093"}]: dispatch 2024-01-21T06:58:21.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:19.880061+0000 mon.smithi144 (mon.0) 429 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:58:21.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:19.883001+0000 mon.smithi144 (mon.0) 430 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T06:58:21.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:19.883408+0000 mgr.smithi144.yddnfz (mgr.14166) 233 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T06:58:21.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:19.888168+0000 mon.smithi144 (mon.0) 431 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.144:3000"}]: dispatch 2024-01-21T06:58:21.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:19.888449+0000 mgr.smithi144.yddnfz (mgr.14166) 234 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.144:3000"}]: dispatch 2024-01-21T06:58:21.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:19.892204+0000 mon.smithi144 (mon.0) 432 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:58:21.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:19.894955+0000 mon.smithi144 (mon.0) 433 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T06:58:21.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:19.895290+0000 mgr.smithi144.yddnfz (mgr.14166) 235 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T06:58:21.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:19.899432+0000 mon.smithi144 (mon.0) 434 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.144:9095"}]: dispatch 2024-01-21T06:58:21.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:19.899735+0000 mgr.smithi144.yddnfz (mgr.14166) 236 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.144:9095"}]: dispatch 2024-01-21T06:58:21.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:19.903198+0000 mon.smithi144 (mon.0) 435 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:58:21.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:19.905339+0000 mon.smithi144 (mon.0) 436 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T06:58:21.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:19.906478+0000 mon.smithi144 (mon.0) 437 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:58:21.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:19.907212+0000 mon.smithi144 (mon.0) 438 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T06:58:21.706 INFO:teuthology.orchestra.run.smithi177.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-01-21T06:58:21.706 INFO:teuthology.orchestra.run.smithi177.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-01-21T06:58:21.706 INFO:teuthology.orchestra.run.smithi177.stderr: stderr: 10+0 records in 2024-01-21T06:58:21.706 INFO:teuthology.orchestra.run.smithi177.stderr:10+0 records out 2024-01-21T06:58:21.706 INFO:teuthology.orchestra.run.smithi177.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0120115 s, 873 MB/s 2024-01-21T06:58:21.706 INFO:teuthology.orchestra.run.smithi177.stderr:--> Zapping successful for: 2024-01-21T06:58:22.082 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph orch daemon add osd smithi177:vg_nvme/lv_1 2024-01-21T06:58:22.572 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:22 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:21.437608+0000 mon.smithi144 (mon.0) 439 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:58:22.573 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:22 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:22.159431+0000 mon.smithi144 (mon.0) 440 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:58:22.751 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:21.437608+0000 mon.smithi144 (mon.0) 439 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:58:22.751 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:22.159431+0000 mon.smithi144 (mon.0) 440 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:58:23.030 INFO:journalctl@ceph.osd.6.smithi177.stdout:Jan 21 06:58:23 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.6[45044]: debug 2024-01-21T06:58:23.027+0000 7f428eed9080 -1 osd.6 0 log_to_monitors {default=true} 2024-01-21T06:58:23.688 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:23 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:21.850982+0000 mgr.smithi144.yddnfz (mgr.14166) 237 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:23.689 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:23 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:23.030655+0000 mon.smithi177 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.177:6816/2349419076,v1:172.21.15.177:6817/2349419076]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T06:58:23.689 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:23 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:23.030986+0000 mon.smithi144 (mon.0) 441 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T06:58:23.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:21.850982+0000 mgr.smithi144.yddnfz (mgr.14166) 237 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:23.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:23.030655+0000 mon.smithi177 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.177:6816/2349419076,v1:172.21.15.177:6817/2349419076]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T06:58:23.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:23.030986+0000 mon.smithi144 (mon.0) 441 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T06:58:24.718 INFO:journalctl@ceph.osd.6.smithi177.stdout:Jan 21 06:58:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.6[45044]: debug 2024-01-21T06:58:24.457+0000 7f428543c700 -1 osd.6 0 waiting for initial osdmap 2024-01-21T06:58:24.719 INFO:journalctl@ceph.osd.6.smithi177.stdout:Jan 21 06:58:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.6[45044]: debug 2024-01-21T06:58:24.463+0000 7f42813b7700 -1 osd.6 38 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-21T06:58:24.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:23.443574+0000 mon.smithi144 (mon.0) 442 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-21T06:58:24.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:23.443622+0000 mon.smithi144 (mon.0) 443 : cluster [DBG] osdmap e37: 7 total, 6 up, 7 in 2024-01-21T06:58:24.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:23.443935+0000 mon.smithi144 (mon.0) 444 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:58:24.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:23.444380+0000 mon.smithi177 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.177:6816/2349419076,v1:172.21.15.177:6817/2349419076]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T06:58:24.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:23.447111+0000 mon.smithi144 (mon.0) 445 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T06:58:24.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:23.538860+0000 mon.smithi144 (mon.0) 446 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:58:24.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:23.540034+0000 mon.smithi144 (mon.0) 447 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:58:24.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:23.540480+0000 mon.smithi144 (mon.0) 448 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:58:24.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:24.341368+0000 mon.smithi144 (mon.0) 449 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:58:24.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:23.443574+0000 mon.smithi144 (mon.0) 442 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-21T06:58:24.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:23.443622+0000 mon.smithi144 (mon.0) 443 : cluster [DBG] osdmap e37: 7 total, 6 up, 7 in 2024-01-21T06:58:24.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:23.443935+0000 mon.smithi144 (mon.0) 444 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:58:24.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:23.444380+0000 mon.smithi177 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.177:6816/2349419076,v1:172.21.15.177:6817/2349419076]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T06:58:24.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:23.447111+0000 mon.smithi144 (mon.0) 445 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T06:58:24.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:23.538860+0000 mon.smithi144 (mon.0) 446 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T06:58:24.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:23.540034+0000 mon.smithi144 (mon.0) 447 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T06:58:24.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:23.540480+0000 mon.smithi144 (mon.0) 448 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T06:58:24.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:24.341368+0000 mon.smithi144 (mon.0) 449 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:58:25.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:23.538084+0000 mgr.smithi144.yddnfz (mgr.14166) 238 : audit [DBG] from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:58:25.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:23.851438+0000 mgr.smithi144.yddnfz (mgr.14166) 239 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:25.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:58:24.336694+0000 mgr.smithi144.yddnfz (mgr.14166) 240 : cephadm [INF] Detected new or changed devices on smithi177 2024-01-21T06:58:25.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:24.449005+0000 mon.smithi144 (mon.0) 450 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-01-21T06:58:25.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:24.449093+0000 mon.smithi144 (mon.0) 451 : cluster [DBG] osdmap e38: 7 total, 6 up, 7 in 2024-01-21T06:58:25.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:24.449532+0000 mon.smithi144 (mon.0) 452 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:58:25.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:24.456985+0000 mon.smithi144 (mon.0) 453 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:58:25.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:24.496360+0000 mon.smithi144 (mon.0) 454 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:58:25.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:24.592499+0000 mon.smithi144 (mon.0) 455 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:58:25.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:24.593162+0000 mon.smithi144 (mon.0) 456 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:58:25.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:24.593661+0000 mon.smithi144 (mon.0) 457 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:58:25.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:58:24.594069+0000 mgr.smithi144.yddnfz (mgr.14166) 241 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 5323M 2024-01-21T06:58:25.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:24.597837+0000 mon.smithi144 (mon.0) 458 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:58:25.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:24.729275+0000 mon.smithi144 (mon.0) 459 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:58:25.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:58:24.731924+0000 mgr.smithi144.yddnfz (mgr.14166) 242 : cephadm [INF] Reconfiguring node-exporter.smithi177 (unknown last config time)... 2024-01-21T06:58:25.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T06:58:24.732040+0000 mgr.smithi144.yddnfz (mgr.14166) 243 : cephadm [INF] Reconfiguring daemon node-exporter.smithi177 on smithi177 2024-01-21T06:58:25.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:25.091406+0000 mon.smithi177 (mon.1) 16 : audit [INF] from='client.? 172.21.15.177:0/1200540058' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db186c0d-67a3-42b3-b138-dd8b6aeddb6f"}]: dispatch 2024-01-21T06:58:25.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:25.092052+0000 mon.smithi144 (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db186c0d-67a3-42b3-b138-dd8b6aeddb6f"}]: dispatch 2024-01-21T06:58:25.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:25.096590+0000 mon.smithi144 (mon.0) 461 : cluster [INF] osd.6 [v2:172.21.15.177:6816/2349419076,v1:172.21.15.177:6817/2349419076] boot 2024-01-21T06:58:25.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:25.096633+0000 mon.smithi144 (mon.0) 462 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "db186c0d-67a3-42b3-b138-dd8b6aeddb6f"}]': finished 2024-01-21T06:58:25.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:25.096711+0000 mon.smithi144 (mon.0) 463 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2024-01-21T06:58:25.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:25.096822+0000 mon.smithi144 (mon.0) 464 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:58:25.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:25.097146+0000 mon.smithi144 (mon.0) 465 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:58:25.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:23.538084+0000 mgr.smithi144.yddnfz (mgr.14166) 238 : audit [DBG] from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T06:58:25.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:23.851438+0000 mgr.smithi144.yddnfz (mgr.14166) 239 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-01-21T06:58:25.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:58:24.336694+0000 mgr.smithi144.yddnfz (mgr.14166) 240 : cephadm [INF] Detected new or changed devices on smithi177 2024-01-21T06:58:25.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:24.449005+0000 mon.smithi144 (mon.0) 450 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-01-21T06:58:25.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:24.449093+0000 mon.smithi144 (mon.0) 451 : cluster [DBG] osdmap e38: 7 total, 6 up, 7 in 2024-01-21T06:58:25.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:24.449532+0000 mon.smithi144 (mon.0) 452 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:58:25.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:24.456985+0000 mon.smithi144 (mon.0) 453 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:58:25.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:24.496360+0000 mon.smithi144 (mon.0) 454 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:58:25.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:24.592499+0000 mon.smithi144 (mon.0) 455 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:58:25.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:24.593162+0000 mon.smithi144 (mon.0) 456 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:58:25.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:24.593661+0000 mon.smithi144 (mon.0) 457 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T06:58:25.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:58:24.594069+0000 mgr.smithi144.yddnfz (mgr.14166) 241 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 5323M 2024-01-21T06:58:25.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:24.597837+0000 mon.smithi144 (mon.0) 458 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:58:25.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:24.729275+0000 mon.smithi144 (mon.0) 459 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T06:58:25.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:58:24.731924+0000 mgr.smithi144.yddnfz (mgr.14166) 242 : cephadm [INF] Reconfiguring node-exporter.smithi177 (unknown last config time)... 2024-01-21T06:58:25.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T06:58:24.732040+0000 mgr.smithi144.yddnfz (mgr.14166) 243 : cephadm [INF] Reconfiguring daemon node-exporter.smithi177 on smithi177 2024-01-21T06:58:25.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:25.091406+0000 mon.smithi177 (mon.1) 16 : audit [INF] from='client.? 172.21.15.177:0/1200540058' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db186c0d-67a3-42b3-b138-dd8b6aeddb6f"}]: dispatch 2024-01-21T06:58:25.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:25.092052+0000 mon.smithi144 (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db186c0d-67a3-42b3-b138-dd8b6aeddb6f"}]: dispatch 2024-01-21T06:58:25.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:25.096590+0000 mon.smithi144 (mon.0) 461 : cluster [INF] osd.6 [v2:172.21.15.177:6816/2349419076,v1:172.21.15.177:6817/2349419076] boot 2024-01-21T06:58:25.858 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:25.096633+0000 mon.smithi144 (mon.0) 462 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "db186c0d-67a3-42b3-b138-dd8b6aeddb6f"}]': finished 2024-01-21T06:58:25.858 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:25.096711+0000 mon.smithi144 (mon.0) 463 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2024-01-21T06:58:25.858 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:25.096822+0000 mon.smithi144 (mon.0) 464 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T06:58:25.858 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:25.097146+0000 mon.smithi144 (mon.0) 465 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:58:26.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:26 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:24.037591+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:58:26.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:26 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:24.037730+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:58:26.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:26 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:25.517108+0000 mon.smithi177 (mon.1) 17 : audit [DBG] from='client.? 172.21.15.177:0/1129614344' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:58:26.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:26 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:25.849464+0000 mon.smithi144 (mon.0) 466 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2024-01-21T06:58:26.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:26 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:25.849793+0000 mon.smithi144 (mon.0) 467 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:58:26.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:26 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:25.851779+0000 mgr.smithi144.yddnfz (mgr.14166) 244 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 35 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:26.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:26 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:24.037591+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T06:58:26.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:26 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:24.037730+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T06:58:26.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:26 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:25.517108+0000 mon.smithi177 (mon.1) 17 : audit [DBG] from='client.? 172.21.15.177:0/1129614344' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T06:58:26.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:26 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:25.849464+0000 mon.smithi144 (mon.0) 466 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2024-01-21T06:58:26.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:26 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:25.849793+0000 mon.smithi144 (mon.0) 467 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:58:26.856 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:26 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:25.851779+0000 mgr.smithi144.yddnfz (mgr.14166) 244 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 35 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:28.072 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:27 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:26.859282+0000 mon.smithi144 (mon.0) 468 : cluster [DBG] osdmap e41: 8 total, 7 up, 8 in 2024-01-21T06:58:28.072 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:27 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:26.859416+0000 mon.smithi144 (mon.0) 469 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:58:28.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:27 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:26.859282+0000 mon.smithi144 (mon.0) 468 : cluster [DBG] osdmap e41: 8 total, 7 up, 8 in 2024-01-21T06:58:28.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:27 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:26.859416+0000 mon.smithi144 (mon.0) 469 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T06:58:29.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:27.852152+0000 mgr.smithi144.yddnfz (mgr.14166) 245 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:29.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:27.852152+0000 mgr.smithi144.yddnfz (mgr.14166) 245 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:31.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:30 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:29.852510+0000 mgr.smithi144.yddnfz (mgr.14166) 246 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:31.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:30 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:29.852510+0000 mgr.smithi144.yddnfz (mgr.14166) 246 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:33.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:32 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:31.852997+0000 mgr.smithi144.yddnfz (mgr.14166) 247 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:33.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:32 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:31.852997+0000 mgr.smithi144.yddnfz (mgr.14166) 247 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:34.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:33 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:33.791457+0000 mon.smithi144 (mon.0) 470 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T06:58:34.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:33 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:58:33.791686+0000 mon.smithi144 (mon.0) 471 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T06:58:34.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:33 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:33.791457+0000 mon.smithi144 (mon.0) 470 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T06:58:34.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:33 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:58:33.791686+0000 mon.smithi144 (mon.0) 471 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T06:58:35.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:33.853448+0000 mgr.smithi144.yddnfz (mgr.14166) 248 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:33.853448+0000 mgr.smithi144.yddnfz (mgr.14166) 248 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:37.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:35.853846+0000 mgr.smithi144.yddnfz (mgr.14166) 249 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:37.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:35.853846+0000 mgr.smithi144.yddnfz (mgr.14166) 249 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:39.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:38 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:37.854331+0000 mgr.smithi144.yddnfz (mgr.14166) 250 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:39.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:37.854331+0000 mgr.smithi144.yddnfz (mgr.14166) 250 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:41.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:40 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:39.854759+0000 mgr.smithi144.yddnfz (mgr.14166) 251 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:41.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:39.854759+0000 mgr.smithi144.yddnfz (mgr.14166) 251 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:43.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:42 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:41.855171+0000 mgr.smithi144.yddnfz (mgr.14166) 252 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:43.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:42 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:41.855171+0000 mgr.smithi144.yddnfz (mgr.14166) 252 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:45.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:44 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:43.855508+0000 mgr.smithi144.yddnfz (mgr.14166) 253 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:45.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:43.855508+0000 mgr.smithi144.yddnfz (mgr.14166) 253 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:47.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:46 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:45.855837+0000 mgr.smithi144.yddnfz (mgr.14166) 254 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:47.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:46 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:45.855837+0000 mgr.smithi144.yddnfz (mgr.14166) 254 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:49.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:48 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:47.856248+0000 mgr.smithi144.yddnfz (mgr.14166) 255 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:49.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:48 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:47.856248+0000 mgr.smithi144.yddnfz (mgr.14166) 255 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:51.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:49.856760+0000 mgr.smithi144.yddnfz (mgr.14166) 256 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:51.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:49.856760+0000 mgr.smithi144.yddnfz (mgr.14166) 256 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:53.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:51.857233+0000 mgr.smithi144.yddnfz (mgr.14166) 257 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:53.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:51.857233+0000 mgr.smithi144.yddnfz (mgr.14166) 257 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:55.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:54 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:53.857639+0000 mgr.smithi144.yddnfz (mgr.14166) 258 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:55.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:54 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:53.857639+0000 mgr.smithi144.yddnfz (mgr.14166) 258 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:57.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:55.857958+0000 mgr.smithi144.yddnfz (mgr.14166) 259 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:57.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:55.857958+0000 mgr.smithi144.yddnfz (mgr.14166) 259 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:59.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:58:58 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:57.858412+0000 mgr.smithi144.yddnfz (mgr.14166) 260 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:58:59.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:58:58 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:57.858412+0000 mgr.smithi144.yddnfz (mgr.14166) 260 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:01.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:00 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:58:59.858815+0000 mgr.smithi144.yddnfz (mgr.14166) 261 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:01.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:58:59.858815+0000 mgr.smithi144.yddnfz (mgr.14166) 261 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:03.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:02 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:01.859212+0000 mgr.smithi144.yddnfz (mgr.14166) 262 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:03.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:02 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:01.859212+0000 mgr.smithi144.yddnfz (mgr.14166) 262 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:05.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:04 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:03.859760+0000 mgr.smithi144.yddnfz (mgr.14166) 263 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:05.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:04 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:03.859760+0000 mgr.smithi144.yddnfz (mgr.14166) 263 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:07.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:06 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:05.860145+0000 mgr.smithi144.yddnfz (mgr.14166) 264 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:07.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:06 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:05.860145+0000 mgr.smithi144.yddnfz (mgr.14166) 264 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:09.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:08 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:07.860632+0000 mgr.smithi144.yddnfz (mgr.14166) 265 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:09.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:08 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:07.860632+0000 mgr.smithi144.yddnfz (mgr.14166) 265 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:11.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:10 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:09.861059+0000 mgr.smithi144.yddnfz (mgr.14166) 266 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:11.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:10 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:09.861059+0000 mgr.smithi144.yddnfz (mgr.14166) 266 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:13.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:11.861579+0000 mgr.smithi144.yddnfz (mgr.14166) 267 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:13.358 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:11.861579+0000 mgr.smithi144.yddnfz (mgr.14166) 267 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:15.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:14 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:13.862172+0000 mgr.smithi144.yddnfz (mgr.14166) 268 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:15.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:14 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:13.862172+0000 mgr.smithi144.yddnfz (mgr.14166) 268 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:17.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:16 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:15.862592+0000 mgr.smithi144.yddnfz (mgr.14166) 269 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:17.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:16 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:15.862592+0000 mgr.smithi144.yddnfz (mgr.14166) 269 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:19.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:18 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:17.863218+0000 mgr.smithi144.yddnfz (mgr.14166) 270 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:19.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:18 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:17.863218+0000 mgr.smithi144.yddnfz (mgr.14166) 270 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:21.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:19.863876+0000 mgr.smithi144.yddnfz (mgr.14166) 271 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:21.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:19.863876+0000 mgr.smithi144.yddnfz (mgr.14166) 271 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:23.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:22 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:21.864250+0000 mgr.smithi144.yddnfz (mgr.14166) 272 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:23.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:21.864250+0000 mgr.smithi144.yddnfz (mgr.14166) 272 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:25.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:23.864655+0000 mgr.smithi144.yddnfz (mgr.14166) 273 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:25.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:23.864655+0000 mgr.smithi144.yddnfz (mgr.14166) 273 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:27.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:26 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:25.865227+0000 mgr.smithi144.yddnfz (mgr.14166) 274 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:27.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:26 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:25.865227+0000 mgr.smithi144.yddnfz (mgr.14166) 274 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:29.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:27.865806+0000 mgr.smithi144.yddnfz (mgr.14166) 275 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:29.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:27.865806+0000 mgr.smithi144.yddnfz (mgr.14166) 275 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:31.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:30 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:29.866380+0000 mgr.smithi144.yddnfz (mgr.14166) 276 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:31.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:30 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:29.866380+0000 mgr.smithi144.yddnfz (mgr.14166) 276 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:33.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:32 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:31.866903+0000 mgr.smithi144.yddnfz (mgr.14166) 277 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:33.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:32 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:31.866903+0000 mgr.smithi144.yddnfz (mgr.14166) 277 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:34.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:33 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:59:33.793847+0000 mon.smithi144 (mon.0) 472 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T06:59:34.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:33 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T06:59:33.794061+0000 mon.smithi144 (mon.0) 473 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T06:59:34.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:33 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:59:33.793847+0000 mon.smithi144 (mon.0) 472 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T06:59:34.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:33 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T06:59:33.794061+0000 mon.smithi144 (mon.0) 473 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T06:59:35.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:33.867247+0000 mgr.smithi144.yddnfz (mgr.14166) 278 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:33.867247+0000 mgr.smithi144.yddnfz (mgr.14166) 278 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:37.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:35.867591+0000 mgr.smithi144.yddnfz (mgr.14166) 279 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:37.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:35.867591+0000 mgr.smithi144.yddnfz (mgr.14166) 279 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:39.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:38 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:37.868053+0000 mgr.smithi144.yddnfz (mgr.14166) 280 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:39.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:37.868053+0000 mgr.smithi144.yddnfz (mgr.14166) 280 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:41.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:40 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:39.868401+0000 mgr.smithi144.yddnfz (mgr.14166) 281 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:41.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:39.868401+0000 mgr.smithi144.yddnfz (mgr.14166) 281 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:43.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:42 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:41.868819+0000 mgr.smithi144.yddnfz (mgr.14166) 282 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:43.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:42 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:41.868819+0000 mgr.smithi144.yddnfz (mgr.14166) 282 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:45.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:44 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:43.869163+0000 mgr.smithi144.yddnfz (mgr.14166) 283 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:45.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:43.869163+0000 mgr.smithi144.yddnfz (mgr.14166) 283 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:47.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:46 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:45.869482+0000 mgr.smithi144.yddnfz (mgr.14166) 284 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:47.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:46 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:45.869482+0000 mgr.smithi144.yddnfz (mgr.14166) 284 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:49.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:48 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:47.869895+0000 mgr.smithi144.yddnfz (mgr.14166) 285 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:49.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:48 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:47.869895+0000 mgr.smithi144.yddnfz (mgr.14166) 285 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:51.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:49.870253+0000 mgr.smithi144.yddnfz (mgr.14166) 286 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:51.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:49.870253+0000 mgr.smithi144.yddnfz (mgr.14166) 286 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:53.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:51.870834+0000 mgr.smithi144.yddnfz (mgr.14166) 287 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:53.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:51.870834+0000 mgr.smithi144.yddnfz (mgr.14166) 287 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:55.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:54 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:53.871395+0000 mgr.smithi144.yddnfz (mgr.14166) 288 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:55.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:54 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:53.871395+0000 mgr.smithi144.yddnfz (mgr.14166) 288 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:57.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:55.871742+0000 mgr.smithi144.yddnfz (mgr.14166) 289 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:57.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:55.871742+0000 mgr.smithi144.yddnfz (mgr.14166) 289 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:59.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 06:59:58 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:57.872061+0000 mgr.smithi144.yddnfz (mgr.14166) 290 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T06:59:59.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 06:59:58 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:57.872061+0000 mgr.smithi144.yddnfz (mgr.14166) 290 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:01.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:00 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T06:59:59.872473+0000 mgr.smithi144.yddnfz (mgr.14166) 291 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:01.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:00 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:00.000117+0000 mon.smithi144 (mon.0) 474 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-01-21T07:00:01.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:00 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:00.000162+0000 mon.smithi144 (mon.0) 475 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-01-21T07:00:01.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:00 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:00.000184+0000 mon.smithi144 (mon.0) 476 : cluster [WRN] daemon node-exporter.smithi177 on smithi177 is in unknown state 2024-01-21T07:00:01.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T06:59:59.872473+0000 mgr.smithi144.yddnfz (mgr.14166) 291 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:01.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:00.000117+0000 mon.smithi144 (mon.0) 474 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-01-21T07:00:01.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:00.000162+0000 mon.smithi144 (mon.0) 475 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-01-21T07:00:01.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:00.000184+0000 mon.smithi144 (mon.0) 476 : cluster [WRN] daemon node-exporter.smithi177 on smithi177 is in unknown state 2024-01-21T07:00:03.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:02 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:01.873068+0000 mgr.smithi144.yddnfz (mgr.14166) 292 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:03.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:02 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:01.873068+0000 mgr.smithi144.yddnfz (mgr.14166) 292 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:05.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:04 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:03.873559+0000 mgr.smithi144.yddnfz (mgr.14166) 293 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:05.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:04 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:03.873559+0000 mgr.smithi144.yddnfz (mgr.14166) 293 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:07.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:06 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:05.874069+0000 mgr.smithi144.yddnfz (mgr.14166) 294 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:07.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:06 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:05.874069+0000 mgr.smithi144.yddnfz (mgr.14166) 294 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:09.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:08 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:07.874685+0000 mgr.smithi144.yddnfz (mgr.14166) 295 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:09.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:08 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:07.874685+0000 mgr.smithi144.yddnfz (mgr.14166) 295 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:11.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:10 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:09.875199+0000 mgr.smithi144.yddnfz (mgr.14166) 296 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:11.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:10 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:09.875199+0000 mgr.smithi144.yddnfz (mgr.14166) 296 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:13.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:11.875729+0000 mgr.smithi144.yddnfz (mgr.14166) 297 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:13.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:11.875729+0000 mgr.smithi144.yddnfz (mgr.14166) 297 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:15.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:14 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:13.876193+0000 mgr.smithi144.yddnfz (mgr.14166) 298 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:15.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:14 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:13.876193+0000 mgr.smithi144.yddnfz (mgr.14166) 298 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:17.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:16 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:15.876835+0000 mgr.smithi144.yddnfz (mgr.14166) 299 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:17.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:16 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:15.876835+0000 mgr.smithi144.yddnfz (mgr.14166) 299 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:19.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:18 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:17.877243+0000 mgr.smithi144.yddnfz (mgr.14166) 300 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:19.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:18 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:17.877243+0000 mgr.smithi144.yddnfz (mgr.14166) 300 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:21.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:19.877625+0000 mgr.smithi144.yddnfz (mgr.14166) 301 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:21.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:19.877625+0000 mgr.smithi144.yddnfz (mgr.14166) 301 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:23.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:22 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:21.877966+0000 mgr.smithi144.yddnfz (mgr.14166) 302 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:23.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:21.877966+0000 mgr.smithi144.yddnfz (mgr.14166) 302 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:25.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:23.878339+0000 mgr.smithi144.yddnfz (mgr.14166) 303 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:25.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:23.878339+0000 mgr.smithi144.yddnfz (mgr.14166) 303 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:27.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:26 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:25.878736+0000 mgr.smithi144.yddnfz (mgr.14166) 304 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:27.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:26 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:25.878736+0000 mgr.smithi144.yddnfz (mgr.14166) 304 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:29.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:27.879074+0000 mgr.smithi144.yddnfz (mgr.14166) 305 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:29.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T07:00:28.257003+0000 mgr.smithi144.yddnfz (mgr.14166) 306 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:00:29.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: /bin/podman: stderr Error: no such container ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:00:29.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Reconfig daemon node-exporter.smithi177 ... 2024-01-21T07:00:29.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Non-zero exit code 1 from systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:00:29.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: systemctl: stderr Job for ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service failed because a timeout was exceeded. 2024-01-21T07:00:29.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: systemctl: stderr See "systemctl status ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service" and "journalctl -xe" for details. 2024-01-21T07:00:29.107 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Traceback (most recent call last): 2024-01-21T07:00:29.108 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T07:00:29.108 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: main() 2024-01-21T07:00:29.108 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T07:00:29.108 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: r = ctx.func(ctx) 2024-01-21T07:00:29.108 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T07:00:29.108 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: return func(ctx) 2024-01-21T07:00:29.108 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T07:00:29.108 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: ports=daemon_ports) 2024-01-21T07:00:29.108 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2661, in deploy_daemon 2024-01-21T07:00:29.108 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-01-21T07:00:29.108 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T07:00:29.108 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T07:00:29.108 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: RuntimeError: Failed command: systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:00:29.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Traceback (most recent call last): 2024-01-21T07:00:29.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-01-21T07:00:29.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: yield (conn, connr) 2024-01-21T07:00:29.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-01-21T07:00:29.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: code, '\n'.join(err))) 2024-01-21T07:00:29.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:00:29.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: /bin/podman: stderr Error: no such container ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:00:29.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Reconfig daemon node-exporter.smithi177 ... 2024-01-21T07:00:29.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Non-zero exit code 1 from systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:00:29.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: systemctl: stderr Job for ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service failed because a timeout was exceeded. 2024-01-21T07:00:29.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: systemctl: stderr See "systemctl status ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service" and "journalctl -xe" for details. 2024-01-21T07:00:29.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Traceback (most recent call last): 2024-01-21T07:00:29.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T07:00:29.109 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: main() 2024-01-21T07:00:29.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T07:00:29.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: r = ctx.func(ctx) 2024-01-21T07:00:29.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T07:00:29.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: return func(ctx) 2024-01-21T07:00:29.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T07:00:29.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: ports=daemon_ports) 2024-01-21T07:00:29.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2661, in deploy_daemon 2024-01-21T07:00:29.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-01-21T07:00:29.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T07:00:29.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T07:00:29.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: RuntimeError: Failed command: systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:00:29.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:28.257732+0000 mon.smithi144 (mon.0) 477 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:00:29.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:28.258851+0000 mon.smithi144 (mon.0) 478 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:00:29.110 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:28.259523+0000 mon.smithi144 (mon.0) 479 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:00:29.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:27.879074+0000 mgr.smithi144.yddnfz (mgr.14166) 305 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:29.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T07:00:28.257003+0000 mgr.smithi144.yddnfz (mgr.14166) 306 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:00:29.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: /bin/podman: stderr Error: no such container ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:00:29.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Reconfig daemon node-exporter.smithi177 ... 2024-01-21T07:00:29.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Non-zero exit code 1 from systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:00:29.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: systemctl: stderr Job for ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service failed because a timeout was exceeded. 2024-01-21T07:00:29.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: systemctl: stderr See "systemctl status ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service" and "journalctl -xe" for details. 2024-01-21T07:00:29.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Traceback (most recent call last): 2024-01-21T07:00:29.220 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T07:00:29.220 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: main() 2024-01-21T07:00:29.220 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T07:00:29.220 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: r = ctx.func(ctx) 2024-01-21T07:00:29.220 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T07:00:29.220 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: return func(ctx) 2024-01-21T07:00:29.220 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T07:00:29.220 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: ports=daemon_ports) 2024-01-21T07:00:29.220 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2661, in deploy_daemon 2024-01-21T07:00:29.220 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-01-21T07:00:29.220 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T07:00:29.220 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T07:00:29.220 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: RuntimeError: Failed command: systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:00:29.220 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Traceback (most recent call last): 2024-01-21T07:00:29.221 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-01-21T07:00:29.221 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: yield (conn, connr) 2024-01-21T07:00:29.221 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-01-21T07:00:29.221 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: code, '\n'.join(err))) 2024-01-21T07:00:29.221 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:00:29.221 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: /bin/podman: stderr Error: no such container ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:00:29.221 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Reconfig daemon node-exporter.smithi177 ... 2024-01-21T07:00:29.221 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Non-zero exit code 1 from systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:00:29.221 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: systemctl: stderr Job for ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service failed because a timeout was exceeded. 2024-01-21T07:00:29.221 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: systemctl: stderr See "systemctl status ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service" and "journalctl -xe" for details. 2024-01-21T07:00:29.221 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Traceback (most recent call last): 2024-01-21T07:00:29.221 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T07:00:29.221 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: main() 2024-01-21T07:00:29.221 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T07:00:29.221 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: r = ctx.func(ctx) 2024-01-21T07:00:29.222 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T07:00:29.222 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: return func(ctx) 2024-01-21T07:00:29.222 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T07:00:29.222 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: ports=daemon_ports) 2024-01-21T07:00:29.222 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2661, in deploy_daemon 2024-01-21T07:00:29.222 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-01-21T07:00:29.222 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T07:00:29.222 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T07:00:29.222 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: RuntimeError: Failed command: systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:00:29.222 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:28.257732+0000 mon.smithi144 (mon.0) 477 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:00:29.222 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:28.258851+0000 mon.smithi144 (mon.0) 478 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:00:29.222 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:28.259523+0000 mon.smithi144 (mon.0) 479 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:00:29.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:29 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:29.354768+0000 mon.smithi144 (mon.0) 480 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-21T07:00:29.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:29 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:29.355350+0000 mon.smithi144 (mon.0) 481 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:00:29.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:29 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T07:00:29.355821+0000 mgr.smithi144.yddnfz (mgr.14166) 307 : cephadm [INF] Deploying daemon osd.7 on smithi177 2024-01-21T07:00:29.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:29 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:29.623442+0000 mon.smithi144 (mon.0) 482 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:00:30.084 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:29 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:29.354768+0000 mon.smithi144 (mon.0) 480 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-21T07:00:30.084 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:29 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:29.355350+0000 mon.smithi144 (mon.0) 481 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:00:30.084 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:29 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T07:00:29.355821+0000 mgr.smithi144.yddnfz (mgr.14166) 307 : cephadm [INF] Deploying daemon osd.7 on smithi177 2024-01-21T07:00:30.084 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:29 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:29.623442+0000 mon.smithi144 (mon.0) 482 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:00:30.968 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:30 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:29.879396+0000 mgr.smithi144.yddnfz (mgr.14166) 308 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:30.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:30 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:30.807024+0000 mon.smithi144 (mon.0) 483 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:00:31.240 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:30 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:29.879396+0000 mgr.smithi144.yddnfz (mgr.14166) 308 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:31.241 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:30 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:30.807024+0000 mon.smithi144 (mon.0) 483 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:00:31.945 INFO:teuthology.orchestra.run.smithi177.stdout:Created osd(s) 7 on host 'smithi177' 2024-01-21T07:00:32.393 DEBUG:teuthology.orchestra.run.smithi177:osd.7> sudo journalctl -f -n 0 -u ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.7.service 2024-01-21T07:00:32.395 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-21T07:00:32.396 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T07:00:32.427 INFO:journalctl@ceph.osd.7.smithi177.stdout:-- Logs begin at Sun 2024-01-21 06:44:41 UTC. -- 2024-01-21T07:00:33.062 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:32 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:31.879715+0000 mgr.smithi144.yddnfz (mgr.14166) 309 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:33.062 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:32 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:31.937449+0000 mon.smithi144 (mon.0) 484 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:00:33.062 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:32 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:31.942070+0000 mon.smithi144 (mon.0) 485 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:00:33.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:32 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:31.879715+0000 mgr.smithi144.yddnfz (mgr.14166) 309 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:33.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:32 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:31.937449+0000 mon.smithi144 (mon.0) 484 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:00:33.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:32 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:31.942070+0000 mon.smithi144 (mon.0) 485 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:00:33.666 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:00:34.056 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":41,"num_osds":8,"num_up_osds":7,"osd_up_since":1705820305,"num_in_osds":8,"osd_in_since":1705820305,"num_remapped_pgs":0} 2024-01-21T07:00:34.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:33.243940+0000 mon.smithi144 (mon.0) 486 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:00:34.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:33.483259+0000 mon.smithi144 (mon.0) 487 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:00:34.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:33.665538+0000 mon.smithi144 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.144:0/1200480528' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T07:00:34.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:33.729363+0000 mon.smithi144 (mon.0) 489 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:00:34.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:33.730117+0000 mon.smithi144 (mon.0) 490 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:00:34.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:33.730679+0000 mon.smithi144 (mon.0) 491 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:00:34.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:33.731250+0000 mon.smithi144 (mon.0) 492 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:00:34.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:33.735597+0000 mon.smithi144 (mon.0) 493 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:00:34.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:33.739757+0000 mon.smithi144 (mon.0) 494 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:00:34.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:33.795026+0000 mon.smithi144 (mon.0) 495 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T07:00:34.607 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:33.795823+0000 mon.smithi144 (mon.0) 496 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T07:00:34.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:33.243940+0000 mon.smithi144 (mon.0) 486 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:00:34.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:33.483259+0000 mon.smithi144 (mon.0) 487 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:00:34.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:33.665538+0000 mon.smithi144 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.144:0/1200480528' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T07:00:34.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:33.729363+0000 mon.smithi144 (mon.0) 489 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:00:34.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:33.730117+0000 mon.smithi144 (mon.0) 490 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:00:34.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:33.730679+0000 mon.smithi144 (mon.0) 491 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:00:34.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:33.731250+0000 mon.smithi144 (mon.0) 492 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T07:00:34.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:33.735597+0000 mon.smithi144 (mon.0) 493 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:00:34.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:33.739757+0000 mon.smithi144 (mon.0) 494 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:00:34.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:33.795026+0000 mon.smithi144 (mon.0) 495 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T07:00:34.720 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:33.795823+0000 mon.smithi144 (mon.0) 496 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T07:00:35.057 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T07:00:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T07:00:33.479046+0000 mgr.smithi144.yddnfz (mgr.14166) 310 : cephadm [INF] Detected new or changed devices on smithi177 2024-01-21T07:00:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T07:00:33.731621+0000 mgr.smithi144.yddnfz (mgr.14166) 311 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 3992M 2024-01-21T07:00:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T07:00:33.744284+0000 mgr.smithi144.yddnfz (mgr.14166) 312 : cephadm [INF] Reconfiguring node-exporter.smithi177 (unknown last config time)... 2024-01-21T07:00:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T07:00:33.744457+0000 mgr.smithi144.yddnfz (mgr.14166) 313 : cephadm [INF] Reconfiguring daemon node-exporter.smithi177 on smithi177 2024-01-21T07:00:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:33.879971+0000 mgr.smithi144.yddnfz (mgr.14166) 314 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:35.140787+0000 mon.smithi177 (mon.1) 18 : audit [INF] from='osd.7 [v2:172.21.15.177:6824/999533669,v1:172.21.15.177:6825/999533669]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-21T07:00:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:35.141220+0000 mon.smithi144 (mon.0) 497 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-21T07:00:35.468 INFO:journalctl@ceph.osd.7.smithi177.stdout:Jan 21 07:00:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.7[48306]: debug 2024-01-21T07:00:35.135+0000 7fa95df11080 -1 osd.7 0 log_to_monitors {default=true} 2024-01-21T07:00:35.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T07:00:33.479046+0000 mgr.smithi144.yddnfz (mgr.14166) 310 : cephadm [INF] Detected new or changed devices on smithi177 2024-01-21T07:00:35.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T07:00:33.731621+0000 mgr.smithi144.yddnfz (mgr.14166) 311 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 3992M 2024-01-21T07:00:35.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T07:00:33.744284+0000 mgr.smithi144.yddnfz (mgr.14166) 312 : cephadm [INF] Reconfiguring node-exporter.smithi177 (unknown last config time)... 2024-01-21T07:00:35.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T07:00:33.744457+0000 mgr.smithi144.yddnfz (mgr.14166) 313 : cephadm [INF] Reconfiguring daemon node-exporter.smithi177 on smithi177 2024-01-21T07:00:35.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:33.879971+0000 mgr.smithi144.yddnfz (mgr.14166) 314 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:35.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:35.140787+0000 mon.smithi177 (mon.1) 18 : audit [INF] from='osd.7 [v2:172.21.15.177:6824/999533669,v1:172.21.15.177:6825/999533669]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-21T07:00:35.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:35.141220+0000 mon.smithi144 (mon.0) 497 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-21T07:00:36.341 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:00:36.706 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":42,"num_osds":8,"num_up_osds":7,"osd_up_since":1705820305,"num_in_osds":8,"osd_in_since":1705820305,"num_remapped_pgs":0} 2024-01-21T07:00:37.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:35.743161+0000 mon.smithi144 (mon.0) 498 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-21T07:00:37.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:35.743234+0000 mon.smithi144 (mon.0) 499 : cluster [DBG] osdmap e42: 8 total, 7 up, 8 in 2024-01-21T07:00:37.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:35.743341+0000 mon.smithi144 (mon.0) 500 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T07:00:37.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:35.744673+0000 mon.smithi177 (mon.1) 19 : audit [INF] from='osd.7 [v2:172.21.15.177:6824/999533669,v1:172.21.15.177:6825/999533669]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T07:00:37.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:35.744987+0000 mon.smithi144 (mon.0) 501 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T07:00:37.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:35.880281+0000 mgr.smithi144.yddnfz (mgr.14166) 315 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:37.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:36.339095+0000 mon.smithi144 (mon.0) 502 : audit [DBG] from='client.? 172.21.15.144:0/823222030' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T07:00:37.218 INFO:journalctl@ceph.osd.7.smithi177.stdout:Jan 21 07:00:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.7[48306]: debug 2024-01-21T07:00:36.747+0000 7fa954474700 -1 osd.7 0 waiting for initial osdmap 2024-01-21T07:00:37.218 INFO:journalctl@ceph.osd.7.smithi177.stdout:Jan 21 07:00:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.7[48306]: debug 2024-01-21T07:00:36.757+0000 7fa94ebec700 -1 osd.7 43 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-21T07:00:37.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:35.743161+0000 mon.smithi144 (mon.0) 498 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-21T07:00:37.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:35.743234+0000 mon.smithi144 (mon.0) 499 : cluster [DBG] osdmap e42: 8 total, 7 up, 8 in 2024-01-21T07:00:37.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:35.743341+0000 mon.smithi144 (mon.0) 500 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T07:00:37.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:35.744673+0000 mon.smithi177 (mon.1) 19 : audit [INF] from='osd.7 [v2:172.21.15.177:6824/999533669,v1:172.21.15.177:6825/999533669]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T07:00:37.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:35.744987+0000 mon.smithi144 (mon.0) 501 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T07:00:37.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:35.880281+0000 mgr.smithi144.yddnfz (mgr.14166) 315 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:37.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:36.339095+0000 mon.smithi144 (mon.0) 502 : audit [DBG] from='client.? 172.21.15.144:0/823222030' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T07:00:37.707 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T07:00:38.041 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:37 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:36.744535+0000 mon.smithi144 (mon.0) 503 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-01-21T07:00:38.041 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:37 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:36.744611+0000 mon.smithi144 (mon.0) 504 : cluster [DBG] osdmap e43: 8 total, 7 up, 8 in 2024-01-21T07:00:38.041 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:37 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:36.744944+0000 mon.smithi144 (mon.0) 505 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T07:00:38.041 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:37 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:36.749303+0000 mon.smithi144 (mon.0) 506 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T07:00:38.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:37 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:36.744535+0000 mon.smithi144 (mon.0) 503 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-01-21T07:00:38.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:37 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:36.744611+0000 mon.smithi144 (mon.0) 504 : cluster [DBG] osdmap e43: 8 total, 7 up, 8 in 2024-01-21T07:00:38.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:37 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:36.744944+0000 mon.smithi144 (mon.0) 505 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T07:00:38.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:37 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:36.749303+0000 mon.smithi144 (mon.0) 506 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T07:00:38.983 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:00:39.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:36.124909+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T07:00:39.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:36.125095+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T07:00:39.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:37.751714+0000 mon.smithi144 (mon.0) 507 : cluster [INF] osd.7 [v2:172.21.15.177:6824/999533669,v1:172.21.15.177:6825/999533669] boot 2024-01-21T07:00:39.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:37.751838+0000 mon.smithi144 (mon.0) 508 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-21T07:00:39.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:37.752400+0000 mon.smithi144 (mon.0) 509 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T07:00:39.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:37.752856+0000 mon.smithi144 (mon.0) 510 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T07:00:39.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:37.880611+0000 mgr.smithi144.yddnfz (mgr.14166) 316 : cluster [DBG] pgmap v276: 1 pgs: 1 peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:39.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:38.751523+0000 mon.smithi144 (mon.0) 511 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-21T07:00:39.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:38 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:36.124909+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T07:00:39.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:38 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:36.125095+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T07:00:39.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:38 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:37.751714+0000 mon.smithi144 (mon.0) 507 : cluster [INF] osd.7 [v2:172.21.15.177:6824/999533669,v1:172.21.15.177:6825/999533669] boot 2024-01-21T07:00:39.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:38 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:37.751838+0000 mon.smithi144 (mon.0) 508 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-21T07:00:39.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:38 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:37.752400+0000 mon.smithi144 (mon.0) 509 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T07:00:39.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:38 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:37.752856+0000 mon.smithi144 (mon.0) 510 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T07:00:39.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:38 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:37.880611+0000 mgr.smithi144.yddnfz (mgr.14166) 316 : cluster [DBG] pgmap v276: 1 pgs: 1 peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-01-21T07:00:39.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:38 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:38.751523+0000 mon.smithi144 (mon.0) 511 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-21T07:00:39.372 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":45,"num_osds":8,"num_up_osds":8,"osd_up_since":1705820437,"num_in_osds":8,"osd_in_since":1705820305,"num_remapped_pgs":0} 2024-01-21T07:00:39.372 INFO:tasks.cephadm:Setting up client nodes... 2024-01-21T07:00:39.373 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-21T07:00:40.018 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:38.754239+0000 mon.smithi144 (mon.0) 512 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-01-21T07:00:40.018 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:38.982063+0000 mon.smithi144 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.144:0/4131418744' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T07:00:40.018 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:39.752540+0000 mon.smithi144 (mon.0) 514 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-21T07:00:40.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:39 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:38.754239+0000 mon.smithi144 (mon.0) 512 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-01-21T07:00:40.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:39 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:38.982063+0000 mon.smithi144 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.144:0/4131418744' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T07:00:40.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:39 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:39.752540+0000 mon.smithi144 (mon.0) 514 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-21T07:00:40.747 INFO:teuthology.orchestra.run.smithi144.stdout:[client.0] 2024-01-21T07:00:40.747 INFO:teuthology.orchestra.run.smithi144.stdout: key = AQAYwaxlxeM/LBAASqM7sWoYStH7mukMnr2qpA== 2024-01-21T07:00:41.079 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:39.881091+0000 mgr.smithi144.yddnfz (mgr.14166) 317 : cluster [DBG] pgmap v279: 1 pgs: 1 peering; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:00:41.079 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:40.742213+0000 mon.smithi144 (mon.0) 515 : audit [INF] from='client.? 172.21.15.144:0/2408364638' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T07:00:41.080 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:40.745585+0000 mon.smithi144 (mon.0) 516 : audit [INF] from='client.? 172.21.15.144:0/2408364638' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T07:00:41.157 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T07:00:41.157 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-21T07:00:41.157 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-21T07:00:41.197 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T07:00:41.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:40 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:39.881091+0000 mgr.smithi144.yddnfz (mgr.14166) 317 : cluster [DBG] pgmap v279: 1 pgs: 1 peering; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:00:41.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:40 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:40.742213+0000 mon.smithi144 (mon.0) 515 : audit [INF] from='client.? 172.21.15.144:0/2408364638' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T07:00:41.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:40 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:40.745585+0000 mon.smithi144 (mon.0) 516 : audit [INF] from='client.? 172.21.15.144:0/2408364638' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T07:00:41.457 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:00:42.525 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:00:42.525 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":46,"fsid":"747d7f30-b829-11ee-95b0-87774f69a715","created":"2024-01-21T06:51:37.796411+0000","modified":"2024-01-21T07:00:39.749171+0000","last_up_change":"2024-01-21T07:00:37.746112+0000","last_in_change":"2024-01-21T06:58:25.092546+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":"2024-01-21T06:54:43.438536+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":"b5bfcd1f-1fad-4926-bd2c-d2b498f9c819","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6802","nonce":2531618124},{"type":"v1","addr":"172.21.15.144:6803","nonce":2531618124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6804","nonce":2531618124},{"type":"v1","addr":"172.21.15.144:6805","nonce":2531618124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6808","nonce":2531618124},{"type":"v1","addr":"172.21.15.144:6809","nonce":2531618124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6806","nonce":2531618124},{"type":"v1","addr":"172.21.15.144:6807","nonce":2531618124}]},"public_addr":"172.21.15.144:6803/2531618124","cluster_addr":"172.21.15.144:6805/2531618124","heartbeat_back_addr":"172.21.15.144:6809/2531618124","heartbeat_front_addr":"172.21.15.144:6807/2531618124","state":["exists","up"]},{"osd":1,"uuid":"eec5dc8d-0b57-4c24-b1e4-b1a0c58ccdb5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6810","nonce":3886609568},{"type":"v1","addr":"172.21.15.144:6811","nonce":3886609568}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6812","nonce":3886609568},{"type":"v1","addr":"172.21.15.144:6813","nonce":3886609568}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6816","nonce":3886609568},{"type":"v1","addr":"172.21.15.144:6817","nonce":3886609568}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6814","nonce":3886609568},{"type":"v1","addr":"172.21.15.144:6815","nonce":3886609568}]},"public_addr":"172.21.15.144:6811/3886609568","cluster_addr":"172.21.15.144:6813/3886609568","heartbeat_back_addr":"172.21.15.144:6817/3886609568","heartbeat_front_addr":"172.21.15.144:6815/3886609568","state":["exists","up"]},{"osd":2,"uuid":"b747a61b-06e6-484f-95d1-2db2e3e27fa0","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.144:6818","nonce":1350761214},{"type":"v1","addr":"172.21.15.144:6819","nonce":1350761214}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6820","nonce":1350761214},{"type":"v1","addr":"172.21.15.144:6821","nonce":1350761214}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6824","nonce":1350761214},{"type":"v1","addr":"172.21.15.144:6825","nonce":1350761214}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6822","nonce":1350761214},{"type":"v1","addr":"172.21.15.144:6823","nonce":1350761214}]},"public_addr":"172.21.15.144:6819/1350761214","cluster_addr":"172.21.15.144:6821/1350761214","heartbeat_back_addr":"172.21.15.144:6825/1350761214","heartbeat_front_addr":"172.21.15.144:6823/1350761214","state":["exists","up"]},{"osd":3,"uuid":"2ab9946a-dd5a-4b21-9987-da825a8e8e3d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6826","nonce":2763970121},{"type":"v1","addr":"172.21.15.144:6827","nonce":2763970121}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6828","nonce":2763970121},{"type":"v1","addr":"172.21.15.144:6829","nonce":2763970121}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6832","nonce":2763970121},{"type":"v1","addr":"172.21.15.144:6833","nonce":2763970121}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6830","nonce":2763970121},{"type":"v1","addr":"172.21.15.144:6831","nonce":2763970121}]},"public_addr":"172.21.15.144:6827/2763970121","cluster_addr":"172.21.15.144:6829/2763970121","heartbeat_back_addr":"172.21.15.144:6833/2763970121","heartbeat_front_addr":"172.21.15.144:6831/2763970121","state":["exists","up"]},{"osd":4,"uuid":"2cf2d76d-0756-4e6b-9658-f3241d910183","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6800","nonce":3555061384},{"type":"v1","addr":"172.21.15.177:6801","nonce":3555061384}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":3555061384},{"type":"v1","addr":"172.21.15.177:6803","nonce":3555061384}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":3555061384},{"type":"v1","addr":"172.21.15.177:6807","nonce":3555061384}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":3555061384},{"type":"v1","addr":"172.21.15.177:6805","nonce":3555061384}]},"public_addr":"172.21.15.177:6801/3555061384","cluster_addr":"172.21.15.177:6803/3555061384","heartbeat_back_addr":"172.21.15.177:6807/3555061384","heartbeat_front_addr":"172.21.15.177:6805/3555061384","state":["exists","up"]},{"osd":5,"uuid":"436d8518-d5ee-4a10-8f9d-127363480af7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":1782678599},{"type":"v1","addr":"172.21.15.177:6809","nonce":1782678599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":1782678599},{"type":"v1","addr":"172.21.15.177:6811","nonce":1782678599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":1782678599},{"type":"v1","addr":"172.21.15.177:6815","nonce":1782678599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":1782678599},{"type":"v1","addr":"172.21.15.177:6813","nonce":1782678599}]},"public_addr":"172.21.15.177:6809/1782678599","cluster_addr":"172.21.15.177:6811/1782678599","heartbeat_back_addr":"172.21.15.177:6815/1782678599","heartbeat_front_addr":"172.21.15.177:6813/1782678599","state":["exists","up"]},{"osd":6,"uuid":"1fc7154e-c4f1-4e62-aae1-4ca03320790c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":2349419076},{"type":"v1","addr":"172.21.15.177:6817","nonce":2349419076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6818","nonce":2349419076},{"type":"v1","addr":"172.21.15.177:6819","nonce":2349419076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":2349419076},{"type":"v1","addr":"172.21.15.177:6823","nonce":2349419076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":2349419076},{"type":"v1","addr":"172.21.15.177:6821","nonce":2349419076}]},"public_addr":"172.21.15.177:6817/2349419076","cluster_addr":"172.21.15.177:6819/2349419076","heartbeat_back_addr":"172.21.15.177:6823/2349419076","heartbeat_front_addr":"172.21.15.177:6821/2349419076","state":["exists","up"]},{"osd":7,"uuid":"db186c0d-67a3-42b3-b138-dd8b6aeddb6f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":44,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":999533669},{"type":"v1","addr":"172.21.15.177:6825","nonce":999533669}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":999533669},{"type":"v1","addr":"172.21.15.177:6827","nonce":999533669}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":999533669},{"type":"v1","addr":"172.21.15.177:6831","nonce":999533669}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":999533669},{"type":"v1","addr":"172.21.15.177:6829","nonce":999533669}]},"public_addr":"172.21.15.177:6825/999533669","cluster_addr":"172.21.15.177:6827/999533669","heartbeat_back_addr":"172.21.15.177:6831/999533669","heartbeat_front_addr":"172.21.15.177:6829/999533669","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":"2024-01-21T06:54:11.113134+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":"2024-01-21T06:54:23.289428+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":"2024-01-21T06:54:35.506521+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":"2024-01-21T06:54:47.371068+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":"2024-01-21T06:56:02.874412+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":"2024-01-21T06:56:15.998608+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":"2024-01-21T06:58:24.037734+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":"2024-01-21T07:00:36.125101+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.144:6801/353189050":"2024-01-22T06:52:33.581713+0000","172.21.15.144:6800/353189050":"2024-01-22T06:52:33.581713+0000","172.21.15.144:0/3578258476":"2024-01-22T06:52:33.581713+0000","172.21.15.144:0/540288733":"2024-01-22T06:52:21.882742+0000","172.21.15.144:0/2270540425":"2024-01-22T06:52:21.882742+0000","172.21.15.144:6801/720259926":"2024-01-22T06:52:21.882742+0000","172.21.15.144:0/3638344336":"2024-01-22T06:52:33.581713+0000","172.21.15.144:6800/720259926":"2024-01-22T06:52:21.882742+0000","172.21.15.144:6800/3563301046":"2024-01-22T06:51:59.036635+0000","172.21.15.144:0/185433768":"2024-01-22T06:51:59.036635+0000","172.21.15.144:6801/3563301046":"2024-01-22T06:51:59.036635+0000","172.21.15.144:0/1130444013":"2024-01-22T06:51:59.036635+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}} 2024-01-21T07:00:42.911 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-21T06:54:43.438536+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': {}}}] 2024-01-21T07:00:42.912 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-21T07:00:43.135 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:00:43.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:42 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:41.881762+0000 mgr.smithi144.yddnfz (mgr.14166) 318 : cluster [DBG] pgmap v280: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:00:43.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:42 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:42.522661+0000 mon.smithi144 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.144:0/2911972478' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T07:00:43.258 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:42 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:41.881762+0000 mgr.smithi144.yddnfz (mgr.14166) 318 : cluster [DBG] pgmap v280: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:00:43.258 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:42 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:42.522661+0000 mon.smithi144 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.144:0/2911972478' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T07:00:44.268 INFO:teuthology.orchestra.run.smithi144.stdout:pg_num: 1 2024-01-21T07:00:44.299 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:43 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:43.935342+0000 mon.smithi144 (mon.0) 518 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-01-21T07:00:44.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:43 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:43.935342+0000 mon.smithi144 (mon.0) 518 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-01-21T07:00:44.679 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-21T07:00:44.679 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-21T07:00:44.679 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph mgr dump --format=json 2024-01-21T07:00:44.900 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:00:45.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:43.882240+0000 mgr.smithi144.yddnfz (mgr.14166) 319 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:00:45.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:44.267302+0000 mon.smithi144 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.144:0/2366892440' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-21T07:00:45.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:44 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:43.882240+0000 mgr.smithi144.yddnfz (mgr.14166) 319 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:00:45.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:44 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:44.267302+0000 mon.smithi144 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.144:0/2366892440' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-21T07:00:46.024 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:00:46.378 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":18,"active_gid":14166,"active_name":"smithi144.yddnfz","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6800","nonce":4262723388},{"type":"v1","addr":"172.21.15.144:6801","nonce":4262723388}]},"active_addr":"172.21.15.144:6801/4262723388","active_change":"2024-01-21T06:52:33.581994+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14214,"name":"smithi177.msxlsw","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":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","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":"docker.io/library/haproxy:2.3","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":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","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":"nfs","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","nfs","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":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","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":"docker.io/library/haproxy:2.3","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":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","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":"nfs","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://172.21.15.144:8443/","prometheus":"http://172.21.15.144: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.144:0","nonce":364319584}]},{"addrvec":[{"type":"v2","addr":"172.21.15.144:0","nonce":1999773434}]}]}} 2024-01-21T07:00:46.381 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-21T07:00:46.381 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-21T07:00:46.381 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T07:00:46.602 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:00:47.067 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:46 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:45.882575+0000 mgr.smithi144.yddnfz (mgr.14166) 320 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:00:47.067 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:46 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:46.018109+0000 mon.smithi144 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.144:0/108430517' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-21T07:00:47.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:46 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:45.882575+0000 mgr.smithi144.yddnfz (mgr.14166) 320 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:00:47.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:46 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:46.018109+0000 mon.smithi144 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.144:0/108430517' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-21T07:00:47.693 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:00:47.693 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":46,"fsid":"747d7f30-b829-11ee-95b0-87774f69a715","created":"2024-01-21T06:51:37.796411+0000","modified":"2024-01-21T07:00:39.749171+0000","last_up_change":"2024-01-21T07:00:37.746112+0000","last_in_change":"2024-01-21T06:58:25.092546+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":"2024-01-21T06:54:43.438536+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":"b5bfcd1f-1fad-4926-bd2c-d2b498f9c819","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6802","nonce":2531618124},{"type":"v1","addr":"172.21.15.144:6803","nonce":2531618124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6804","nonce":2531618124},{"type":"v1","addr":"172.21.15.144:6805","nonce":2531618124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6808","nonce":2531618124},{"type":"v1","addr":"172.21.15.144:6809","nonce":2531618124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6806","nonce":2531618124},{"type":"v1","addr":"172.21.15.144:6807","nonce":2531618124}]},"public_addr":"172.21.15.144:6803/2531618124","cluster_addr":"172.21.15.144:6805/2531618124","heartbeat_back_addr":"172.21.15.144:6809/2531618124","heartbeat_front_addr":"172.21.15.144:6807/2531618124","state":["exists","up"]},{"osd":1,"uuid":"eec5dc8d-0b57-4c24-b1e4-b1a0c58ccdb5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6810","nonce":3886609568},{"type":"v1","addr":"172.21.15.144:6811","nonce":3886609568}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6812","nonce":3886609568},{"type":"v1","addr":"172.21.15.144:6813","nonce":3886609568}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6816","nonce":3886609568},{"type":"v1","addr":"172.21.15.144:6817","nonce":3886609568}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6814","nonce":3886609568},{"type":"v1","addr":"172.21.15.144:6815","nonce":3886609568}]},"public_addr":"172.21.15.144:6811/3886609568","cluster_addr":"172.21.15.144:6813/3886609568","heartbeat_back_addr":"172.21.15.144:6817/3886609568","heartbeat_front_addr":"172.21.15.144:6815/3886609568","state":["exists","up"]},{"osd":2,"uuid":"b747a61b-06e6-484f-95d1-2db2e3e27fa0","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.144:6818","nonce":1350761214},{"type":"v1","addr":"172.21.15.144:6819","nonce":1350761214}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6820","nonce":1350761214},{"type":"v1","addr":"172.21.15.144:6821","nonce":1350761214}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6824","nonce":1350761214},{"type":"v1","addr":"172.21.15.144:6825","nonce":1350761214}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6822","nonce":1350761214},{"type":"v1","addr":"172.21.15.144:6823","nonce":1350761214}]},"public_addr":"172.21.15.144:6819/1350761214","cluster_addr":"172.21.15.144:6821/1350761214","heartbeat_back_addr":"172.21.15.144:6825/1350761214","heartbeat_front_addr":"172.21.15.144:6823/1350761214","state":["exists","up"]},{"osd":3,"uuid":"2ab9946a-dd5a-4b21-9987-da825a8e8e3d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6826","nonce":2763970121},{"type":"v1","addr":"172.21.15.144:6827","nonce":2763970121}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6828","nonce":2763970121},{"type":"v1","addr":"172.21.15.144:6829","nonce":2763970121}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6832","nonce":2763970121},{"type":"v1","addr":"172.21.15.144:6833","nonce":2763970121}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6830","nonce":2763970121},{"type":"v1","addr":"172.21.15.144:6831","nonce":2763970121}]},"public_addr":"172.21.15.144:6827/2763970121","cluster_addr":"172.21.15.144:6829/2763970121","heartbeat_back_addr":"172.21.15.144:6833/2763970121","heartbeat_front_addr":"172.21.15.144:6831/2763970121","state":["exists","up"]},{"osd":4,"uuid":"2cf2d76d-0756-4e6b-9658-f3241d910183","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6800","nonce":3555061384},{"type":"v1","addr":"172.21.15.177:6801","nonce":3555061384}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":3555061384},{"type":"v1","addr":"172.21.15.177:6803","nonce":3555061384}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":3555061384},{"type":"v1","addr":"172.21.15.177:6807","nonce":3555061384}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":3555061384},{"type":"v1","addr":"172.21.15.177:6805","nonce":3555061384}]},"public_addr":"172.21.15.177:6801/3555061384","cluster_addr":"172.21.15.177:6803/3555061384","heartbeat_back_addr":"172.21.15.177:6807/3555061384","heartbeat_front_addr":"172.21.15.177:6805/3555061384","state":["exists","up"]},{"osd":5,"uuid":"436d8518-d5ee-4a10-8f9d-127363480af7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":1782678599},{"type":"v1","addr":"172.21.15.177:6809","nonce":1782678599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":1782678599},{"type":"v1","addr":"172.21.15.177:6811","nonce":1782678599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":1782678599},{"type":"v1","addr":"172.21.15.177:6815","nonce":1782678599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":1782678599},{"type":"v1","addr":"172.21.15.177:6813","nonce":1782678599}]},"public_addr":"172.21.15.177:6809/1782678599","cluster_addr":"172.21.15.177:6811/1782678599","heartbeat_back_addr":"172.21.15.177:6815/1782678599","heartbeat_front_addr":"172.21.15.177:6813/1782678599","state":["exists","up"]},{"osd":6,"uuid":"1fc7154e-c4f1-4e62-aae1-4ca03320790c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":2349419076},{"type":"v1","addr":"172.21.15.177:6817","nonce":2349419076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6818","nonce":2349419076},{"type":"v1","addr":"172.21.15.177:6819","nonce":2349419076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":2349419076},{"type":"v1","addr":"172.21.15.177:6823","nonce":2349419076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":2349419076},{"type":"v1","addr":"172.21.15.177:6821","nonce":2349419076}]},"public_addr":"172.21.15.177:6817/2349419076","cluster_addr":"172.21.15.177:6819/2349419076","heartbeat_back_addr":"172.21.15.177:6823/2349419076","heartbeat_front_addr":"172.21.15.177:6821/2349419076","state":["exists","up"]},{"osd":7,"uuid":"db186c0d-67a3-42b3-b138-dd8b6aeddb6f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":44,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":999533669},{"type":"v1","addr":"172.21.15.177:6825","nonce":999533669}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":999533669},{"type":"v1","addr":"172.21.15.177:6827","nonce":999533669}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":999533669},{"type":"v1","addr":"172.21.15.177:6831","nonce":999533669}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":999533669},{"type":"v1","addr":"172.21.15.177:6829","nonce":999533669}]},"public_addr":"172.21.15.177:6825/999533669","cluster_addr":"172.21.15.177:6827/999533669","heartbeat_back_addr":"172.21.15.177:6831/999533669","heartbeat_front_addr":"172.21.15.177:6829/999533669","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":"2024-01-21T06:54:11.113134+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":"2024-01-21T06:54:23.289428+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":"2024-01-21T06:54:35.506521+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":"2024-01-21T06:54:47.371068+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":"2024-01-21T06:56:02.874412+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":"2024-01-21T06:56:15.998608+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":"2024-01-21T06:58:24.037734+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":"2024-01-21T07:00:36.125101+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.144:6801/353189050":"2024-01-22T06:52:33.581713+0000","172.21.15.144:6800/353189050":"2024-01-22T06:52:33.581713+0000","172.21.15.144:0/3578258476":"2024-01-22T06:52:33.581713+0000","172.21.15.144:0/540288733":"2024-01-22T06:52:21.882742+0000","172.21.15.144:0/2270540425":"2024-01-22T06:52:21.882742+0000","172.21.15.144:6801/720259926":"2024-01-22T06:52:21.882742+0000","172.21.15.144:0/3638344336":"2024-01-22T06:52:33.581713+0000","172.21.15.144:6800/720259926":"2024-01-22T06:52:21.882742+0000","172.21.15.144:6800/3563301046":"2024-01-22T06:51:59.036635+0000","172.21.15.144:0/185433768":"2024-01-22T06:51:59.036635+0000","172.21.15.144:6801/3563301046":"2024-01-22T06:51:59.036635+0000","172.21.15.144:0/1130444013":"2024-01-22T06:51:59.036635+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}} 2024-01-21T07:00:47.995 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:47.691129+0000 mon.smithi144 (mon.0) 521 : audit [DBG] from='client.? 172.21.15.144:0/657354756' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T07:00:48.062 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-21T07:00:48.063 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T07:00:48.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:47 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:47.691129+0000 mon.smithi144 (mon.0) 521 : audit [DBG] from='client.? 172.21.15.144:0/657354756' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T07:00:48.284 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:00:49.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:48 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:47.882923+0000 mgr.smithi144.yddnfz (mgr.14166) 321 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:00:49.323 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:00:49.323 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":46,"fsid":"747d7f30-b829-11ee-95b0-87774f69a715","created":"2024-01-21T06:51:37.796411+0000","modified":"2024-01-21T07:00:39.749171+0000","last_up_change":"2024-01-21T07:00:37.746112+0000","last_in_change":"2024-01-21T06:58:25.092546+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":"2024-01-21T06:54:43.438536+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":"b5bfcd1f-1fad-4926-bd2c-d2b498f9c819","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6802","nonce":2531618124},{"type":"v1","addr":"172.21.15.144:6803","nonce":2531618124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6804","nonce":2531618124},{"type":"v1","addr":"172.21.15.144:6805","nonce":2531618124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6808","nonce":2531618124},{"type":"v1","addr":"172.21.15.144:6809","nonce":2531618124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6806","nonce":2531618124},{"type":"v1","addr":"172.21.15.144:6807","nonce":2531618124}]},"public_addr":"172.21.15.144:6803/2531618124","cluster_addr":"172.21.15.144:6805/2531618124","heartbeat_back_addr":"172.21.15.144:6809/2531618124","heartbeat_front_addr":"172.21.15.144:6807/2531618124","state":["exists","up"]},{"osd":1,"uuid":"eec5dc8d-0b57-4c24-b1e4-b1a0c58ccdb5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6810","nonce":3886609568},{"type":"v1","addr":"172.21.15.144:6811","nonce":3886609568}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6812","nonce":3886609568},{"type":"v1","addr":"172.21.15.144:6813","nonce":3886609568}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6816","nonce":3886609568},{"type":"v1","addr":"172.21.15.144:6817","nonce":3886609568}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6814","nonce":3886609568},{"type":"v1","addr":"172.21.15.144:6815","nonce":3886609568}]},"public_addr":"172.21.15.144:6811/3886609568","cluster_addr":"172.21.15.144:6813/3886609568","heartbeat_back_addr":"172.21.15.144:6817/3886609568","heartbeat_front_addr":"172.21.15.144:6815/3886609568","state":["exists","up"]},{"osd":2,"uuid":"b747a61b-06e6-484f-95d1-2db2e3e27fa0","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.144:6818","nonce":1350761214},{"type":"v1","addr":"172.21.15.144:6819","nonce":1350761214}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6820","nonce":1350761214},{"type":"v1","addr":"172.21.15.144:6821","nonce":1350761214}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6824","nonce":1350761214},{"type":"v1","addr":"172.21.15.144:6825","nonce":1350761214}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6822","nonce":1350761214},{"type":"v1","addr":"172.21.15.144:6823","nonce":1350761214}]},"public_addr":"172.21.15.144:6819/1350761214","cluster_addr":"172.21.15.144:6821/1350761214","heartbeat_back_addr":"172.21.15.144:6825/1350761214","heartbeat_front_addr":"172.21.15.144:6823/1350761214","state":["exists","up"]},{"osd":3,"uuid":"2ab9946a-dd5a-4b21-9987-da825a8e8e3d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6826","nonce":2763970121},{"type":"v1","addr":"172.21.15.144:6827","nonce":2763970121}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6828","nonce":2763970121},{"type":"v1","addr":"172.21.15.144:6829","nonce":2763970121}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6832","nonce":2763970121},{"type":"v1","addr":"172.21.15.144:6833","nonce":2763970121}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6830","nonce":2763970121},{"type":"v1","addr":"172.21.15.144:6831","nonce":2763970121}]},"public_addr":"172.21.15.144:6827/2763970121","cluster_addr":"172.21.15.144:6829/2763970121","heartbeat_back_addr":"172.21.15.144:6833/2763970121","heartbeat_front_addr":"172.21.15.144:6831/2763970121","state":["exists","up"]},{"osd":4,"uuid":"2cf2d76d-0756-4e6b-9658-f3241d910183","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6800","nonce":3555061384},{"type":"v1","addr":"172.21.15.177:6801","nonce":3555061384}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":3555061384},{"type":"v1","addr":"172.21.15.177:6803","nonce":3555061384}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":3555061384},{"type":"v1","addr":"172.21.15.177:6807","nonce":3555061384}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":3555061384},{"type":"v1","addr":"172.21.15.177:6805","nonce":3555061384}]},"public_addr":"172.21.15.177:6801/3555061384","cluster_addr":"172.21.15.177:6803/3555061384","heartbeat_back_addr":"172.21.15.177:6807/3555061384","heartbeat_front_addr":"172.21.15.177:6805/3555061384","state":["exists","up"]},{"osd":5,"uuid":"436d8518-d5ee-4a10-8f9d-127363480af7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":1782678599},{"type":"v1","addr":"172.21.15.177:6809","nonce":1782678599}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":1782678599},{"type":"v1","addr":"172.21.15.177:6811","nonce":1782678599}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":1782678599},{"type":"v1","addr":"172.21.15.177:6815","nonce":1782678599}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":1782678599},{"type":"v1","addr":"172.21.15.177:6813","nonce":1782678599}]},"public_addr":"172.21.15.177:6809/1782678599","cluster_addr":"172.21.15.177:6811/1782678599","heartbeat_back_addr":"172.21.15.177:6815/1782678599","heartbeat_front_addr":"172.21.15.177:6813/1782678599","state":["exists","up"]},{"osd":6,"uuid":"1fc7154e-c4f1-4e62-aae1-4ca03320790c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":2349419076},{"type":"v1","addr":"172.21.15.177:6817","nonce":2349419076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6818","nonce":2349419076},{"type":"v1","addr":"172.21.15.177:6819","nonce":2349419076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":2349419076},{"type":"v1","addr":"172.21.15.177:6823","nonce":2349419076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":2349419076},{"type":"v1","addr":"172.21.15.177:6821","nonce":2349419076}]},"public_addr":"172.21.15.177:6817/2349419076","cluster_addr":"172.21.15.177:6819/2349419076","heartbeat_back_addr":"172.21.15.177:6823/2349419076","heartbeat_front_addr":"172.21.15.177:6821/2349419076","state":["exists","up"]},{"osd":7,"uuid":"db186c0d-67a3-42b3-b138-dd8b6aeddb6f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":44,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":999533669},{"type":"v1","addr":"172.21.15.177:6825","nonce":999533669}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":999533669},{"type":"v1","addr":"172.21.15.177:6827","nonce":999533669}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":999533669},{"type":"v1","addr":"172.21.15.177:6831","nonce":999533669}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":999533669},{"type":"v1","addr":"172.21.15.177:6829","nonce":999533669}]},"public_addr":"172.21.15.177:6825/999533669","cluster_addr":"172.21.15.177:6827/999533669","heartbeat_back_addr":"172.21.15.177:6831/999533669","heartbeat_front_addr":"172.21.15.177:6829/999533669","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":"2024-01-21T06:54:11.113134+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":"2024-01-21T06:54:23.289428+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":"2024-01-21T06:54:35.506521+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":"2024-01-21T06:54:47.371068+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":"2024-01-21T06:56:02.874412+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":"2024-01-21T06:56:15.998608+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":"2024-01-21T06:58:24.037734+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":"2024-01-21T07:00:36.125101+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.144:6801/353189050":"2024-01-22T06:52:33.581713+0000","172.21.15.144:6800/353189050":"2024-01-22T06:52:33.581713+0000","172.21.15.144:0/3578258476":"2024-01-22T06:52:33.581713+0000","172.21.15.144:0/540288733":"2024-01-22T06:52:21.882742+0000","172.21.15.144:0/2270540425":"2024-01-22T06:52:21.882742+0000","172.21.15.144:6801/720259926":"2024-01-22T06:52:21.882742+0000","172.21.15.144:0/3638344336":"2024-01-22T06:52:33.581713+0000","172.21.15.144:6800/720259926":"2024-01-22T06:52:21.882742+0000","172.21.15.144:6800/3563301046":"2024-01-22T06:51:59.036635+0000","172.21.15.144:0/185433768":"2024-01-22T06:51:59.036635+0000","172.21.15.144:6801/3563301046":"2024-01-22T06:51:59.036635+0000","172.21.15.144:0/1130444013":"2024-01-22T06:51:59.036635+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}} 2024-01-21T07:00:49.344 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:48 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:47.882923+0000 mgr.smithi144.yddnfz (mgr.14166) 321 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:00:49.679 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-21T07:00:49.899 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:00:50.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:49 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:00:49.320828+0000 mon.smithi144 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.144:0/3265940569' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T07:00:50.343 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:49 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:00:49.320828+0000 mon.smithi144 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.144:0/3265940569' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T07:00:51.178 INFO:teuthology.orchestra.run.smithi144.stdout:38654705746 2024-01-21T07:00:51.179 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-21T07:00:51.204 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:49.883236+0000 mgr.smithi144.yddnfz (mgr.14166) 322 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:00:51.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:49.883236+0000 mgr.smithi144.yddnfz (mgr.14166) 322 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:00:51.400 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:00:52.768 INFO:teuthology.orchestra.run.smithi144.stdout:55834574928 2024-01-21T07:00:52.769 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-21T07:00:53.033 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:00:53.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:51.883687+0000 mgr.smithi144.yddnfz (mgr.14166) 323 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:00:53.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:51.883687+0000 mgr.smithi144.yddnfz (mgr.14166) 323 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:00:54.410 INFO:teuthology.orchestra.run.smithi144.stdout:73014444110 2024-01-21T07:00:54.411 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-21T07:00:54.632 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:00:55.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:54 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:53.884002+0000 mgr.smithi144.yddnfz (mgr.14166) 324 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:00:55.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:54 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:53.884002+0000 mgr.smithi144.yddnfz (mgr.14166) 324 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:00:55.953 INFO:teuthology.orchestra.run.smithi144.stdout:98784247884 2024-01-21T07:00:55.954 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-21T07:00:56.176 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:00:56.973 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:55.884241+0000 mgr.smithi144.yddnfz (mgr.14166) 325 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:00:57.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:55.884241+0000 mgr.smithi144.yddnfz (mgr.14166) 325 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:00:57.536 INFO:teuthology.orchestra.run.smithi144.stdout:120259084350 2024-01-21T07:00:57.536 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-21T07:00:57.757 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:00:59.159 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:00:58 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:57.884599+0000 mgr.smithi144.yddnfz (mgr.14166) 326 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:00:59.161 INFO:teuthology.orchestra.run.smithi144.stdout:141733920827 2024-01-21T07:00:59.161 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-21T07:00:59.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:00:58 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:57.884599+0000 mgr.smithi144.yddnfz (mgr.14166) 326 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:00:59.381 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:01:00.660 INFO:teuthology.orchestra.run.smithi144.stdout:167503724577 2024-01-21T07:01:00.660 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-21T07:01:00.883 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:01:01.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:00 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:00:59.884924+0000 mgr.smithi144.yddnfz (mgr.14166) 327 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:01.256 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:00:59.884924+0000 mgr.smithi144.yddnfz (mgr.14166) 327 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:02.176 INFO:teuthology.orchestra.run.smithi144.stdout:188978561032 2024-01-21T07:01:02.177 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-21T07:01:02.399 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:01:03.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:02 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:01.885452+0000 mgr.smithi144.yddnfz (mgr.14166) 328 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:03.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:02 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:01.885452+0000 mgr.smithi144.yddnfz (mgr.14166) 328 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:03.461 INFO:teuthology.orchestra.run.smithi144.stdout:38654705748 2024-01-21T07:01:03.817 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705746 got 38654705748 for osd.0 2024-01-21T07:01:03.817 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-21T07:01:04.041 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:01:04.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:01:03.459087+0000 mon.smithi144 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.144:0/21310309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-21T07:01:04.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:01:03.459087+0000 mon.smithi144 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.144:0/21310309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-21T07:01:05.070 INFO:teuthology.orchestra.run.smithi144.stdout:55834574930 2024-01-21T07:01:05.097 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:04 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:03.885863+0000 mgr.smithi144.yddnfz (mgr.14166) 329 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:05.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:04 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:03.885863+0000 mgr.smithi144.yddnfz (mgr.14166) 329 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:05.433 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574928 got 55834574930 for osd.1 2024-01-21T07:01:05.433 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-21T07:01:05.654 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:01:06.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:05 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:01:05.069032+0000 mon.smithi144 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.144:0/412088382' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-21T07:01:06.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:05 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:01:05.069032+0000 mon.smithi144 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.144:0/412088382' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-21T07:01:06.700 INFO:teuthology.orchestra.run.smithi144.stdout:73014444112 2024-01-21T07:01:06.983 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:06 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:05.886133+0000 mgr.smithi144.yddnfz (mgr.14166) 330 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:06.983 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:06 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:01:06.698779+0000 mon.smithi144 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.144:0/1553500416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-21T07:01:07.075 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444110 got 73014444112 for osd.2 2024-01-21T07:01:07.076 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-21T07:01:07.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:06 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:05.886133+0000 mgr.smithi144.yddnfz (mgr.14166) 330 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:07.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:06 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:01:06.698779+0000 mon.smithi144 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.144:0/1553500416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-21T07:01:07.297 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:01:08.426 INFO:teuthology.orchestra.run.smithi144.stdout:98784247886 2024-01-21T07:01:08.800 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247884 got 98784247886 for osd.3 2024-01-21T07:01:08.801 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-21T07:01:09.023 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:01:09.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:08 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:07.886609+0000 mgr.smithi144.yddnfz (mgr.14166) 331 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:09.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:08 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:01:08.425122+0000 mon.smithi144 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.144:0/1237297241' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-21T07:01:09.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:08 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:07.886609+0000 mgr.smithi144.yddnfz (mgr.14166) 331 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:09.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:08 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:01:08.425122+0000 mon.smithi144 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.144:0/1237297241' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-21T07:01:10.168 INFO:teuthology.orchestra.run.smithi144.stdout:120259084352 2024-01-21T07:01:10.532 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084350 got 120259084352 for osd.4 2024-01-21T07:01:10.533 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-21T07:01:10.755 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:01:11.170 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:10 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:09.887154+0000 mgr.smithi144.yddnfz (mgr.14166) 332 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:11.170 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:10 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:01:10.166197+0000 mon.smithi144 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.144:0/2712271420' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-21T07:01:11.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:10 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:09.887154+0000 mgr.smithi144.yddnfz (mgr.14166) 332 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:11.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:10 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:01:10.166197+0000 mon.smithi144 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.144:0/2712271420' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-21T07:01:11.768 INFO:teuthology.orchestra.run.smithi144.stdout:141733920829 2024-01-21T07:01:12.057 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:11 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:01:11.766364+0000 mon.smithi144 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.144:0/3843420363' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-21T07:01:12.132 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920827 got 141733920829 for osd.5 2024-01-21T07:01:12.133 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-21T07:01:12.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:11 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:01:11.766364+0000 mon.smithi144 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.144:0/3843420363' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-21T07:01:12.354 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:01:13.095 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:11.887495+0000 mgr.smithi144.yddnfz (mgr.14166) 333 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:13.202 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:11.887495+0000 mgr.smithi144.yddnfz (mgr.14166) 333 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:13.464 INFO:teuthology.orchestra.run.smithi144.stdout:167503724580 2024-01-21T07:01:13.833 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724577 got 167503724580 for osd.6 2024-01-21T07:01:13.833 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-21T07:01:14.057 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:01:14.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:13 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:01:13.463222+0000 mon.smithi144 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.144:0/1120197071' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-21T07:01:14.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:13 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:01:13.463222+0000 mon.smithi144 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.144:0/1120197071' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-21T07:01:15.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:14 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:13.887877+0000 mgr.smithi144.yddnfz (mgr.14166) 334 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:15.179 INFO:teuthology.orchestra.run.smithi144.stdout:188978561035 2024-01-21T07:01:15.220 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:14 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:13.887877+0000 mgr.smithi144.yddnfz (mgr.14166) 334 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:15.557 INFO:tasks.cephadm.ceph_manager.ceph:need seq 188978561032 got 188978561035 for osd.7 2024-01-21T07:01:15.557 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-21T07:01:15.557 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-21T07:01:15.778 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:01:16.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:15 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:01:15.177665+0000 mon.smithi144 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.144:0/3971937903' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-21T07:01:16.253 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:15 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:01:15.177665+0000 mon.smithi144 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.144:0/3971937903' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-21T07:01:16.858 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:01:16.859 INFO:teuthology.orchestra.run.smithi144.stderr:dumped all 2024-01-21T07:01:17.148 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:16 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:15.888204+0000 mgr.smithi144.yddnfz (mgr.14166) 335 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:17.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:16 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:15.888204+0000 mgr.smithi144.yddnfz (mgr.14166) 335 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:17.232 INFO:teuthology.orchestra.run.smithi144.stdout:{"pg_ready":true,"pg_map":{"version":297,"stamp":"2024-01-21T07:01:15.888040+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":42896,"kb_used_data":3600,"kb_used_omap":0,"kb_used_meta":39232,"kb_avail":749918320,"statfs":{"total":767960285184,"available":767916359680,"internally_reserved":0,"allocated":3686400,"data_stored":1469580,"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":46,"state":"active+clean","last_fresh":"2024-01-21T07:00:39.894950+0000","last_change":"2024-01-21T07:00:39.894950+0000","last_active":"2024-01-21T07:00:39.894950+0000","last_peered":"2024-01-21T07:00:39.894950+0000","last_clean":"2024-01-21T07:00:39.894950+0000","last_became_active":"2024-01-21T07:00:39.894571+0000","last_became_peered":"2024-01-21T07:00:39.894571+0000","last_unstale":"2024-01-21T07:00:39.894950+0000","last_undegraded":"2024-01-21T07:00:39.894950+0000","last_fullsized":"2024-01-21T07:00:39.894950+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-21T06:54:44.184974+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-21T06:54:44.184974+0000","last_clean_scrub_stamp":"2024-01-21T06:54:44.184974+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":44,"seq":188978561035,"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":183540,"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.63600000000000001}]},{"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.69799999999999995}]},{"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.55400000000000005}]},{"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.60299999999999998}]},{"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.56699999999999995}]},{"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.79500000000000004}]},{"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.75700000000000001}]}]},{"osd":6,"up_from":39,"seq":167503724581,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5256,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739896,"statfs":{"total":95995035648,"available":95989653504,"internally_reserved":0,"allocated":458752,"data_stored":183540,"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":"Sun Jan 21 07:00:28 2024","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.57299999999999995,"15min":0.57399999999999995},"min":{"1min":0.42599999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.71599999999999997,"5min":0.872,"15min":0.872},"last":0.40300000000000002},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.57199999999999995,"15min":0.57699999999999996},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.75800000000000001,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.505}]},{"osd":1,"last update":"Sun Jan 21 07:00:28 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.55800000000000005,"15min":0.56200000000000006},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.65600000000000003,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.58299999999999996,"15min":0.58699999999999997},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.748,"5min":0.95399999999999996,"15min":0.95399999999999996},"last":0.51800000000000002}]},{"osd":2,"last update":"Sun Jan 21 07:00:28 2024","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.60999999999999999,"15min":0.61599999999999999},"min":{"1min":0.46999999999999997,"5min":0.438,"15min":0.438},"max":{"1min":0.77500000000000002,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.57999999999999996,"15min":0.58399999999999996},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.72999999999999998,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.47199999999999998}]},{"osd":3,"last update":"Sun Jan 21 07:00:28 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.58199999999999996,"15min":0.58399999999999996},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.72099999999999997,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.60999999999999999,"15min":0.61399999999999999},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.72299999999999998,"5min":0.92100000000000004,"15min":0.92100000000000004},"last":0.44700000000000001}]},{"osd":4,"last update":"Sun Jan 21 07:00:28 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.48099999999999998,"15min":0.49099999999999999},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.66300000000000003,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.437,"5min":0.46899999999999997,"15min":0.47499999999999998},"min":{"1min":0.32200000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.68999999999999995,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.32800000000000001}]},{"osd":5,"last update":"Sun Jan 21 07:00:28 2024","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.48799999999999999,"15min":0.495},"min":{"1min":0.35299999999999998,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.36299999999999999},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.50700000000000001,"15min":0.51300000000000001},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.72699999999999998,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.46000000000000002}]},{"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.53600000000000003}]}]},{"osd":1,"up_from":13,"seq":55834574933,"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":183855,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"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":"Sun Jan 21 07:00:41 2024","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.40400000000000003,"15min":0.38400000000000001},"min":{"1min":0.254,"5min":0.223,"15min":0.20200000000000001},"max":{"1min":0.59699999999999998,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.313},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.42499999999999999,"15min":0.40300000000000002},"min":{"1min":0.33200000000000002,"5min":0.27100000000000002,"15min":0.22900000000000001},"max":{"1min":0.53900000000000003,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.33300000000000002}]},{"osd":2,"last update":"Sun Jan 21 07:00:48 2024","interfaces":[{"interface":"back","average":{"1min":0.439,"5min":0.42499999999999999,"15min":0.42299999999999999},"min":{"1min":0.27200000000000002,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.42799999999999999,"5min":0.42299999999999999,"15min":0.42599999999999999},"min":{"1min":0.30299999999999999,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.373}]},{"osd":3,"last update":"Sun Jan 21 07:00:57 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42899999999999999,"15min":0.44600000000000001},"min":{"1min":0.32600000000000001,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.60299999999999998,"5min":0.626,"15min":0.626},"last":0.29899999999999999},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46400000000000002,"15min":0.47799999999999998},"min":{"1min":0.32500000000000001,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.34499999999999997}]},{"osd":4,"last update":"Sun Jan 21 07:00:16 2024","interfaces":[{"interface":"back","average":{"1min":0.62,"5min":0.58899999999999997,"15min":0.57699999999999996},"min":{"1min":0.45200000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.85799999999999998,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.63,"5min":0.59399999999999997,"15min":0.58799999999999997},"min":{"1min":0.501,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.44600000000000001}]},{"osd":5,"last update":"Sun Jan 21 07:00:21 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.60599999999999998,"15min":0.61499999999999999},"min":{"1min":0.47999999999999998,"5min":0.442,"15min":0.442},"max":{"1min":0.74099999999999999,"5min":0.91800000000000004,"15min":0.91800000000000004},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.63900000000000001,"5min":0.60799999999999998,"15min":0.59999999999999998},"min":{"1min":0.49099999999999999,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.84299999999999997,"5min":0.91000000000000003,"15min":0.91000000000000003},"last":0.503}]},{"osd":6,"last update":"Sun Jan 21 07:00:31 2024","interfaces":[{"interface":"back","average":{"1min":0.63300000000000001,"5min":0.625,"15min":0.624},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":0.77400000000000002,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.64000000000000001,"5min":0.65000000000000002,"15min":0.65200000000000002},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.46000000000000002}]},{"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.42699999999999999}]}]},{"osd":0,"up_from":9,"seq":38654705751,"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":183855,"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":"Sun Jan 21 07:00:46 2024","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.39100000000000001,"15min":0.378},"min":{"1min":0.183,"5min":0.183,"15min":0.183},"max":{"1min":0.56399999999999995,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.26500000000000001},{"interface":"front","average":{"1min":0.374,"5min":0.40400000000000003,"15min":0.38300000000000001},"min":{"1min":0.17499999999999999,"5min":0.17499999999999999,"15min":0.17499999999999999},"max":{"1min":0.54500000000000004,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.33200000000000002}]},{"osd":2,"last update":"Sun Jan 21 07:00:46 2024","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.39800000000000002,"15min":0.39100000000000001},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.53000000000000003,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.22800000000000001},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.42699999999999999,"15min":0.41099999999999998},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.57599999999999996,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.30499999999999999}]},{"osd":3,"last update":"Sun Jan 21 07:01:03 2024","interfaces":[{"interface":"back","average":{"1min":0.41699999999999998,"5min":0.435,"15min":0.42799999999999999},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.53500000000000003,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.316},{"interface":"front","average":{"1min":0.44,"5min":0.45200000000000001,"15min":0.438},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.60599999999999998,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.36299999999999999}]},{"osd":4,"last update":"Sun Jan 21 07:00:15 2024","interfaces":[{"interface":"back","average":{"1min":0.60999999999999999,"5min":0.57499999999999996,"15min":0.55900000000000005},"min":{"1min":0.44500000000000001,"5min":0.372,"15min":0.372},"max":{"1min":0.78700000000000003,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.624,"5min":0.58699999999999997,"15min":0.57199999999999995},"min":{"1min":0.50600000000000001,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.78400000000000003,"5min":0.95399999999999996,"15min":0.95399999999999996},"last":0.46100000000000002}]},{"osd":5,"last update":"Sun Jan 21 07:00:27 2024","interfaces":[{"interface":"back","average":{"1min":0.61299999999999999,"5min":0.59799999999999998,"15min":0.58999999999999997},"min":{"1min":0.47099999999999997,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.753,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.627,"5min":0.61099999999999999,"15min":0.60599999999999998},"min":{"1min":0.53000000000000003,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.72999999999999998,"5min":0.97599999999999998,"15min":0.97599999999999998},"last":0.437}]},{"osd":6,"last update":"Sun Jan 21 07:00:27 2024","interfaces":[{"interface":"back","average":{"1min":0.64000000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"min":{"1min":0.51000000000000001,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.623,"5min":0.66600000000000004,"15min":0.67300000000000004},"min":{"1min":0.496,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":0.747,"5min":0.91800000000000004,"15min":0.91800000000000004},"last":0.52400000000000002}]},{"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.505}]}]},{"osd":2,"up_from":17,"seq":73014444114,"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":183855,"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":"Sun Jan 21 07:00:49 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.39100000000000001,"15min":0.38100000000000001},"min":{"1min":0.28199999999999997,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.373},{"interface":"front","average":{"1min":0.42399999999999999,"5min":0.432,"15min":0.42799999999999999},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.55000000000000004,"5min":0.57399999999999995,"15min":0.57399999999999995},"last":0.38400000000000001}]},{"osd":1,"last update":"Sun Jan 21 07:00:49 2024","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.38300000000000001},"min":{"1min":0.29799999999999999,"5min":0.249,"15min":0.249},"max":{"1min":0.51600000000000001,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.438,"5min":0.433,"15min":0.40400000000000003},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.26000000000000001},"max":{"1min":0.60399999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.36699999999999999}]},{"osd":3,"last update":"Sun Jan 21 07:01:06 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.42499999999999999,"15min":0.42299999999999999},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.53500000000000003,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.46700000000000003,"15min":0.45100000000000001},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.57399999999999995,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.40000000000000002}]},{"osd":4,"last update":"Sun Jan 21 07:00:16 2024","interfaces":[{"interface":"back","average":{"1min":0.63800000000000001,"5min":0.60599999999999998,"15min":0.59899999999999998},"min":{"1min":0.50600000000000001,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.63300000000000001,"5min":0.58699999999999997,"15min":0.57299999999999995},"min":{"1min":0.439,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.84799999999999998}]},{"osd":5,"last update":"Sun Jan 21 07:00:23 2024","interfaces":[{"interface":"back","average":{"1min":0.64800000000000002,"5min":0.60499999999999998,"15min":0.59699999999999998},"min":{"1min":0.49199999999999999,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.64600000000000002,"5min":0.60699999999999998,"15min":0.58399999999999996},"min":{"1min":0.45000000000000001,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.78800000000000003,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.69799999999999995}]},{"osd":6,"last update":"Sun Jan 21 07:00:27 2024","interfaces":[{"interface":"back","average":{"1min":0.64600000000000002,"5min":0.65300000000000002,"15min":0.65400000000000003},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.75},{"interface":"front","average":{"1min":0.65300000000000002,"5min":0.68000000000000005,"15min":0.68400000000000005},"min":{"1min":0.53200000000000003,"5min":0.504,"15min":0.504},"max":{"1min":0.79800000000000004,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.63100000000000001}]},{"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.64800000000000002}]}]},{"osd":3,"up_from":23,"seq":98784247888,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5388,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739764,"statfs":{"total":95995035648,"available":95989518336,"internally_reserved":0,"allocated":462848,"data_stored":183855,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"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":"Sun Jan 21 07:01:00 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.38600000000000001,"15min":0.39300000000000002},"min":{"1min":0.252,"5min":0.252,"15min":0.23400000000000001},"max":{"1min":0.47599999999999998,"5min":0.58999999999999997,"15min":0.69599999999999995},"last":0.24299999999999999},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.41499999999999998,"15min":0.39900000000000002},"min":{"1min":0.28399999999999997,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.52900000000000003,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.35199999999999998}]},{"osd":1,"last update":"Sun Jan 21 07:01:00 2024","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.41699999999999998,"15min":0.40799999999999997},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.249},"max":{"1min":0.53900000000000003,"5min":0.57399999999999995,"15min":0.57399999999999995},"last":0.315},{"interface":"front","average":{"1min":0.39600000000000002,"5min":0.41499999999999998,"15min":0.40999999999999998},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.51500000000000001,"5min":0.60699999999999998,"15min":0.65800000000000003},"last":0.255}]},{"osd":2,"last update":"Sun Jan 21 07:01:00 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.44800000000000001,"15min":0.438},"min":{"1min":0.31,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.50900000000000001,"5min":0.627,"15min":0.627},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.41899999999999998,"15min":0.41199999999999998},"min":{"1min":0.29999999999999999,"5min":0.28799999999999998,"15min":0.27000000000000002},"max":{"1min":0.52500000000000002,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.27900000000000003}]},{"osd":4,"last update":"Sun Jan 21 07:01:10 2024","interfaces":[{"interface":"back","average":{"1min":0.59199999999999997,"5min":0.57999999999999996,"15min":0.58399999999999996},"min":{"1min":0.41199999999999998,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.84299999999999997,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.65100000000000002},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59099999999999997,"15min":0.59699999999999998},"min":{"1min":0.45400000000000001,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.53900000000000003}]},{"osd":5,"last update":"Sun Jan 21 07:00:29 2024","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58099999999999996},"min":{"1min":0.47399999999999998,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.73599999999999999,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.59099999999999997,"15min":0.58099999999999996},"min":{"1min":0.48099999999999998,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.77200000000000002,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.66000000000000003}]},{"osd":6,"last update":"Sun Jan 21 07:00:29 2024","interfaces":[{"interface":"back","average":{"1min":0.60999999999999999,"5min":0.61799999999999999,"15min":0.62},"min":{"1min":0.49099999999999999,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.63300000000000001,"15min":0.63900000000000001},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.73599999999999999,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.56799999999999995}]},{"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.55000000000000004}]}]},{"osd":4,"up_from":28,"seq":120259084354,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5316,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739836,"statfs":{"total":95995035648,"available":95989592064,"internally_reserved":0,"allocated":454656,"data_stored":183225,"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":"Sun Jan 21 07:01:15 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.56499999999999995,"15min":0.58799999999999997},"min":{"1min":0.41099999999999998,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.69199999999999995,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.68500000000000005},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.438,"5min":0.371,"15min":0.371},"max":{"1min":0.75,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.625}]},{"osd":1,"last update":"Sun Jan 21 07:01:15 2024","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.55000000000000004,"15min":0.56899999999999995},"min":{"1min":0.35999999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.67900000000000005,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.58199999999999996,"15min":0.58599999999999997},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.73199999999999998,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.72299999999999998}]},{"osd":2,"last update":"Sun Jan 21 07:01:15 2024","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.57199999999999995,"15min":0.56299999999999994},"min":{"1min":0.38100000000000001,"5min":0.375,"15min":0.375},"max":{"1min":0.77000000000000002,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.64700000000000002},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.56299999999999994,"15min":0.58099999999999996},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.78000000000000003,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.77800000000000002}]},{"osd":3,"last update":"Sun Jan 21 07:01:15 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.56899999999999995,"15min":0.59299999999999997},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.80800000000000005,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.66500000000000004},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.57899999999999996,"15min":0.57799999999999996},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":1.333,"5min":1.333,"15min":1.333},"last":0.65800000000000003}]},{"osd":5,"last update":"Sun Jan 21 07:00:24 2024","interfaces":[{"interface":"back","average":{"1min":0.45300000000000001,"5min":0.41199999999999998,"15min":0.41099999999999998},"min":{"1min":0.32800000000000001,"5min":0.255,"15min":0.255},"max":{"1min":0.63,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.70899999999999996},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.41899999999999998,"15min":0.41299999999999998},"min":{"1min":0.308,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.59799999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.53500000000000003}]},{"osd":6,"last update":"Sun Jan 21 07:00:29 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.35699999999999998,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.68000000000000005,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.496,"5min":0.49099999999999999,"15min":0.48999999999999999},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.66400000000000003,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.56699999999999995}]},{"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.61599999999999999}]}]},{"osd":5,"up_from":33,"seq":141733920830,"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":183855,"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":"Sun Jan 21 07:00:22 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55100000000000005,"15min":0.56100000000000005},"min":{"1min":0.38800000000000001,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.69699999999999995,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.53700000000000003,"15min":0.52700000000000002},"min":{"1min":0.41299999999999998,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.496}]},{"osd":1,"last update":"Sun Jan 21 07:00:22 2024","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.56599999999999995,"15min":0.57499999999999996},"min":{"1min":0.41899999999999998,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.751,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.61899999999999999},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.54200000000000004,"15min":0.54400000000000004},"min":{"1min":0.38200000000000001,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.55000000000000004}]},{"osd":2,"last update":"Sun Jan 21 07:00:22 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.52200000000000002,"15min":0.52800000000000002},"min":{"1min":0.34200000000000003,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.57199999999999995,"15min":0.58199999999999996},"min":{"1min":0.44600000000000001,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.66100000000000003,"5min":0.89700000000000002,"15min":0.89700000000000002},"last":0.505}]},{"osd":3,"last update":"Sun Jan 21 07:00:22 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.55200000000000005},"min":{"1min":0.39800000000000002,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.57099999999999995},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.57499999999999996,"15min":0.57699999999999996},"min":{"1min":0.52100000000000002,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.70799999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.46400000000000002}]},{"osd":4,"last update":"Sun Jan 21 07:00:22 2024","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.41299999999999998,"15min":0.41199999999999998},"min":{"1min":0.32400000000000001,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.56799999999999995,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42899999999999999,"15min":0.42399999999999999},"min":{"1min":0.34000000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.60499999999999998,"5min":0.63,"15min":0.63},"last":0.52000000000000002}]},{"osd":6,"last update":"Sun Jan 21 07:00:32 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.45000000000000001,"15min":0.45400000000000001},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.59699999999999998,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.47099999999999997,"15min":0.47299999999999998},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.63600000000000001,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.57999999999999996}]},{"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.60499999999999998}]}]}],"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}]}} 2024-01-21T07:01:17.234 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-21T07:01:17.454 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:01:18.203 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:17 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:01:16.854049+0000 mgr.smithi144.yddnfz (mgr.14166) 336 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:18.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:17 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:01:16.854049+0000 mgr.smithi144.yddnfz (mgr.14166) 336 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:18.538 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:01:18.540 INFO:teuthology.orchestra.run.smithi144.stderr:dumped all 2024-01-21T07:01:18.898 INFO:teuthology.orchestra.run.smithi144.stdout:{"pg_ready":true,"pg_map":{"version":298,"stamp":"2024-01-21T07:01:17.888422+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":42896,"kb_used_data":3600,"kb_used_omap":0,"kb_used_meta":39232,"kb_avail":749918320,"statfs":{"total":767960285184,"available":767916359680,"internally_reserved":0,"allocated":3686400,"data_stored":1469580,"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":46,"state":"active+clean","last_fresh":"2024-01-21T07:00:39.894950+0000","last_change":"2024-01-21T07:00:39.894950+0000","last_active":"2024-01-21T07:00:39.894950+0000","last_peered":"2024-01-21T07:00:39.894950+0000","last_clean":"2024-01-21T07:00:39.894950+0000","last_became_active":"2024-01-21T07:00:39.894571+0000","last_became_peered":"2024-01-21T07:00:39.894571+0000","last_unstale":"2024-01-21T07:00:39.894950+0000","last_undegraded":"2024-01-21T07:00:39.894950+0000","last_fullsized":"2024-01-21T07:00:39.894950+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-21T06:54:44.184974+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-21T06:54:44.184974+0000","last_clean_scrub_stamp":"2024-01-21T06:54:44.184974+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":44,"seq":188978561035,"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":183540,"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.63600000000000001}]},{"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.69799999999999995}]},{"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.55400000000000005}]},{"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.60299999999999998}]},{"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.56699999999999995}]},{"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.79500000000000004}]},{"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.75700000000000001}]}]},{"osd":6,"up_from":39,"seq":167503724581,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5256,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739896,"statfs":{"total":95995035648,"available":95989653504,"internally_reserved":0,"allocated":458752,"data_stored":183540,"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":"Sun Jan 21 07:00:28 2024","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.57299999999999995,"15min":0.57399999999999995},"min":{"1min":0.42599999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.71599999999999997,"5min":0.872,"15min":0.872},"last":0.40300000000000002},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.57199999999999995,"15min":0.57699999999999996},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.75800000000000001,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.505}]},{"osd":1,"last update":"Sun Jan 21 07:00:28 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.55800000000000005,"15min":0.56200000000000006},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.65600000000000003,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.58299999999999996,"15min":0.58699999999999997},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.748,"5min":0.95399999999999996,"15min":0.95399999999999996},"last":0.51800000000000002}]},{"osd":2,"last update":"Sun Jan 21 07:00:28 2024","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.60999999999999999,"15min":0.61599999999999999},"min":{"1min":0.46999999999999997,"5min":0.438,"15min":0.438},"max":{"1min":0.77500000000000002,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.57999999999999996,"15min":0.58399999999999996},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.72999999999999998,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.47199999999999998}]},{"osd":3,"last update":"Sun Jan 21 07:00:28 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.58199999999999996,"15min":0.58399999999999996},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.72099999999999997,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.60999999999999999,"15min":0.61399999999999999},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.72299999999999998,"5min":0.92100000000000004,"15min":0.92100000000000004},"last":0.44700000000000001}]},{"osd":4,"last update":"Sun Jan 21 07:00:28 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.48099999999999998,"15min":0.49099999999999999},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.66300000000000003,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.437,"5min":0.46899999999999997,"15min":0.47499999999999998},"min":{"1min":0.32200000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.68999999999999995,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.32800000000000001}]},{"osd":5,"last update":"Sun Jan 21 07:00:28 2024","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.48799999999999999,"15min":0.495},"min":{"1min":0.35299999999999998,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.36299999999999999},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.50700000000000001,"15min":0.51300000000000001},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.72699999999999998,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.46000000000000002}]},{"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.53600000000000003}]}]},{"osd":1,"up_from":13,"seq":55834574933,"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":183855,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"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":"Sun Jan 21 07:00:41 2024","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.40400000000000003,"15min":0.38400000000000001},"min":{"1min":0.254,"5min":0.223,"15min":0.20200000000000001},"max":{"1min":0.59699999999999998,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.313},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.42499999999999999,"15min":0.40300000000000002},"min":{"1min":0.33200000000000002,"5min":0.27100000000000002,"15min":0.22900000000000001},"max":{"1min":0.53900000000000003,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.33300000000000002}]},{"osd":2,"last update":"Sun Jan 21 07:00:48 2024","interfaces":[{"interface":"back","average":{"1min":0.439,"5min":0.42499999999999999,"15min":0.42299999999999999},"min":{"1min":0.27200000000000002,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.42799999999999999,"5min":0.42299999999999999,"15min":0.42599999999999999},"min":{"1min":0.30299999999999999,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.373}]},{"osd":3,"last update":"Sun Jan 21 07:00:57 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42899999999999999,"15min":0.44600000000000001},"min":{"1min":0.32600000000000001,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.60299999999999998,"5min":0.626,"15min":0.626},"last":0.29899999999999999},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46400000000000002,"15min":0.47799999999999998},"min":{"1min":0.32500000000000001,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.34499999999999997}]},{"osd":4,"last update":"Sun Jan 21 07:00:16 2024","interfaces":[{"interface":"back","average":{"1min":0.62,"5min":0.58899999999999997,"15min":0.57699999999999996},"min":{"1min":0.45200000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.85799999999999998,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.63,"5min":0.59399999999999997,"15min":0.58799999999999997},"min":{"1min":0.501,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.44600000000000001}]},{"osd":5,"last update":"Sun Jan 21 07:00:21 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.60599999999999998,"15min":0.61499999999999999},"min":{"1min":0.47999999999999998,"5min":0.442,"15min":0.442},"max":{"1min":0.74099999999999999,"5min":0.91800000000000004,"15min":0.91800000000000004},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.63900000000000001,"5min":0.60799999999999998,"15min":0.59999999999999998},"min":{"1min":0.49099999999999999,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.84299999999999997,"5min":0.91000000000000003,"15min":0.91000000000000003},"last":0.503}]},{"osd":6,"last update":"Sun Jan 21 07:00:31 2024","interfaces":[{"interface":"back","average":{"1min":0.63300000000000001,"5min":0.625,"15min":0.624},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":0.77400000000000002,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.64000000000000001,"5min":0.65000000000000002,"15min":0.65200000000000002},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.46000000000000002}]},{"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.42699999999999999}]}]},{"osd":0,"up_from":9,"seq":38654705752,"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":183855,"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":"Sun Jan 21 07:00:46 2024","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.39100000000000001,"15min":0.378},"min":{"1min":0.183,"5min":0.183,"15min":0.183},"max":{"1min":0.56399999999999995,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.374,"5min":0.40400000000000003,"15min":0.38300000000000001},"min":{"1min":0.17499999999999999,"5min":0.17499999999999999,"15min":0.17499999999999999},"max":{"1min":0.54500000000000004,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.307}]},{"osd":2,"last update":"Sun Jan 21 07:00:46 2024","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.39800000000000002,"15min":0.39100000000000001},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.53000000000000003,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.318},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.42699999999999999,"15min":0.41099999999999998},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.57599999999999996,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.33700000000000002}]},{"osd":3,"last update":"Sun Jan 21 07:01:03 2024","interfaces":[{"interface":"back","average":{"1min":0.41699999999999998,"5min":0.435,"15min":0.42799999999999999},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.53500000000000003,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.44,"5min":0.45200000000000001,"15min":0.438},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.60599999999999998,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.35799999999999998}]},{"osd":4,"last update":"Sun Jan 21 07:00:15 2024","interfaces":[{"interface":"back","average":{"1min":0.60999999999999999,"5min":0.57499999999999996,"15min":0.55900000000000005},"min":{"1min":0.44500000000000001,"5min":0.372,"15min":0.372},"max":{"1min":0.78700000000000003,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.67100000000000004},{"interface":"front","average":{"1min":0.624,"5min":0.58699999999999997,"15min":0.57199999999999995},"min":{"1min":0.50600000000000001,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.78400000000000003,"5min":0.95399999999999996,"15min":0.95399999999999996},"last":0.70699999999999996}]},{"osd":5,"last update":"Sun Jan 21 07:00:27 2024","interfaces":[{"interface":"back","average":{"1min":0.61299999999999999,"5min":0.59799999999999998,"15min":0.58999999999999997},"min":{"1min":0.47099999999999997,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.753,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.627,"5min":0.61099999999999999,"15min":0.60599999999999998},"min":{"1min":0.53000000000000003,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.72999999999999998,"5min":0.97599999999999998,"15min":0.97599999999999998},"last":0.76300000000000001}]},{"osd":6,"last update":"Sun Jan 21 07:00:27 2024","interfaces":[{"interface":"back","average":{"1min":0.64000000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"min":{"1min":0.51000000000000001,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.59399999999999997},{"interface":"front","average":{"1min":0.623,"5min":0.66600000000000004,"15min":0.67300000000000004},"min":{"1min":0.496,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":0.747,"5min":0.91800000000000004,"15min":0.91800000000000004},"last":0.72699999999999998}]},{"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.69499999999999995}]}]},{"osd":2,"up_from":17,"seq":73014444115,"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":183855,"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":"Sun Jan 21 07:00:49 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.39100000000000001,"15min":0.38100000000000001},"min":{"1min":0.28199999999999997,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.373},{"interface":"front","average":{"1min":0.42399999999999999,"5min":0.432,"15min":0.42799999999999999},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.55000000000000004,"5min":0.57399999999999995,"15min":0.57399999999999995},"last":0.38400000000000001}]},{"osd":1,"last update":"Sun Jan 21 07:00:49 2024","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.38300000000000001},"min":{"1min":0.29799999999999999,"5min":0.249,"15min":0.249},"max":{"1min":0.51600000000000001,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.438,"5min":0.433,"15min":0.40400000000000003},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.26000000000000001},"max":{"1min":0.60399999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.36699999999999999}]},{"osd":3,"last update":"Sun Jan 21 07:01:06 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.42499999999999999,"15min":0.42299999999999999},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.53500000000000003,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.46700000000000003,"15min":0.45100000000000001},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.57399999999999995,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.40000000000000002}]},{"osd":4,"last update":"Sun Jan 21 07:00:16 2024","interfaces":[{"interface":"back","average":{"1min":0.63800000000000001,"5min":0.60599999999999998,"15min":0.59899999999999998},"min":{"1min":0.50600000000000001,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.63300000000000001,"5min":0.58699999999999997,"15min":0.57299999999999995},"min":{"1min":0.439,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.84799999999999998}]},{"osd":5,"last update":"Sun Jan 21 07:00:23 2024","interfaces":[{"interface":"back","average":{"1min":0.64800000000000002,"5min":0.60499999999999998,"15min":0.59699999999999998},"min":{"1min":0.49199999999999999,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.64600000000000002,"5min":0.60699999999999998,"15min":0.58399999999999996},"min":{"1min":0.45000000000000001,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.78800000000000003,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.69799999999999995}]},{"osd":6,"last update":"Sun Jan 21 07:00:27 2024","interfaces":[{"interface":"back","average":{"1min":0.64600000000000002,"5min":0.65300000000000002,"15min":0.65400000000000003},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.75},{"interface":"front","average":{"1min":0.65300000000000002,"5min":0.68000000000000005,"15min":0.68400000000000005},"min":{"1min":0.53200000000000003,"5min":0.504,"15min":0.504},"max":{"1min":0.79800000000000004,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.63100000000000001}]},{"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.64800000000000002}]}]},{"osd":3,"up_from":23,"seq":98784247888,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5388,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739764,"statfs":{"total":95995035648,"available":95989518336,"internally_reserved":0,"allocated":462848,"data_stored":183855,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"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":"Sun Jan 21 07:01:00 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.38600000000000001,"15min":0.39300000000000002},"min":{"1min":0.252,"5min":0.252,"15min":0.23400000000000001},"max":{"1min":0.47599999999999998,"5min":0.58999999999999997,"15min":0.69599999999999995},"last":0.24299999999999999},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.41499999999999998,"15min":0.39900000000000002},"min":{"1min":0.28399999999999997,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.52900000000000003,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.35199999999999998}]},{"osd":1,"last update":"Sun Jan 21 07:01:00 2024","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.41699999999999998,"15min":0.40799999999999997},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.249},"max":{"1min":0.53900000000000003,"5min":0.57399999999999995,"15min":0.57399999999999995},"last":0.315},{"interface":"front","average":{"1min":0.39600000000000002,"5min":0.41499999999999998,"15min":0.40999999999999998},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.51500000000000001,"5min":0.60699999999999998,"15min":0.65800000000000003},"last":0.255}]},{"osd":2,"last update":"Sun Jan 21 07:01:00 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.44800000000000001,"15min":0.438},"min":{"1min":0.31,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.50900000000000001,"5min":0.627,"15min":0.627},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.41899999999999998,"15min":0.41199999999999998},"min":{"1min":0.29999999999999999,"5min":0.28799999999999998,"15min":0.27000000000000002},"max":{"1min":0.52500000000000002,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.27900000000000003}]},{"osd":4,"last update":"Sun Jan 21 07:01:10 2024","interfaces":[{"interface":"back","average":{"1min":0.59199999999999997,"5min":0.57999999999999996,"15min":0.58399999999999996},"min":{"1min":0.41199999999999998,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.84299999999999997,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.65100000000000002},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59099999999999997,"15min":0.59699999999999998},"min":{"1min":0.45400000000000001,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.53900000000000003}]},{"osd":5,"last update":"Sun Jan 21 07:00:29 2024","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58099999999999996},"min":{"1min":0.47399999999999998,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.73599999999999999,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.59099999999999997,"15min":0.58099999999999996},"min":{"1min":0.48099999999999998,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.77200000000000002,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.66000000000000003}]},{"osd":6,"last update":"Sun Jan 21 07:00:29 2024","interfaces":[{"interface":"back","average":{"1min":0.60999999999999999,"5min":0.61799999999999999,"15min":0.62},"min":{"1min":0.49099999999999999,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.63300000000000001,"15min":0.63900000000000001},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.73599999999999999,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.56799999999999995}]},{"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.55000000000000004}]}]},{"osd":4,"up_from":28,"seq":120259084354,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5316,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739836,"statfs":{"total":95995035648,"available":95989592064,"internally_reserved":0,"allocated":454656,"data_stored":183225,"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":"Sun Jan 21 07:01:15 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.56499999999999995,"15min":0.58799999999999997},"min":{"1min":0.41099999999999998,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.69199999999999995,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.68500000000000005},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.438,"5min":0.371,"15min":0.371},"max":{"1min":0.75,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.625}]},{"osd":1,"last update":"Sun Jan 21 07:01:15 2024","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.55000000000000004,"15min":0.56899999999999995},"min":{"1min":0.35999999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.67900000000000005,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.58199999999999996,"15min":0.58599999999999997},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.73199999999999998,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.72299999999999998}]},{"osd":2,"last update":"Sun Jan 21 07:01:15 2024","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.57199999999999995,"15min":0.56299999999999994},"min":{"1min":0.38100000000000001,"5min":0.375,"15min":0.375},"max":{"1min":0.77000000000000002,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.64700000000000002},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.56299999999999994,"15min":0.58099999999999996},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.78000000000000003,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.77800000000000002}]},{"osd":3,"last update":"Sun Jan 21 07:01:15 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.56899999999999995,"15min":0.59299999999999997},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.80800000000000005,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.66500000000000004},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.57899999999999996,"15min":0.57799999999999996},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":1.333,"5min":1.333,"15min":1.333},"last":0.65800000000000003}]},{"osd":5,"last update":"Sun Jan 21 07:00:24 2024","interfaces":[{"interface":"back","average":{"1min":0.45300000000000001,"5min":0.41199999999999998,"15min":0.41099999999999998},"min":{"1min":0.32800000000000001,"5min":0.255,"15min":0.255},"max":{"1min":0.63,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.70899999999999996},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.41899999999999998,"15min":0.41299999999999998},"min":{"1min":0.308,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.59799999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.53500000000000003}]},{"osd":6,"last update":"Sun Jan 21 07:00:29 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.35699999999999998,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.68000000000000005,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.496,"5min":0.49099999999999999,"15min":0.48999999999999999},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.66400000000000003,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.56699999999999995}]},{"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.61599999999999999}]}]},{"osd":5,"up_from":33,"seq":141733920830,"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":183855,"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":"Sun Jan 21 07:00:22 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55100000000000005,"15min":0.56100000000000005},"min":{"1min":0.38800000000000001,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.69699999999999995,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.53700000000000003,"15min":0.52700000000000002},"min":{"1min":0.41299999999999998,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.496}]},{"osd":1,"last update":"Sun Jan 21 07:00:22 2024","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.56599999999999995,"15min":0.57499999999999996},"min":{"1min":0.41899999999999998,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.751,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.61899999999999999},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.54200000000000004,"15min":0.54400000000000004},"min":{"1min":0.38200000000000001,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.55000000000000004}]},{"osd":2,"last update":"Sun Jan 21 07:00:22 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.52200000000000002,"15min":0.52800000000000002},"min":{"1min":0.34200000000000003,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.57199999999999995,"15min":0.58199999999999996},"min":{"1min":0.44600000000000001,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.66100000000000003,"5min":0.89700000000000002,"15min":0.89700000000000002},"last":0.505}]},{"osd":3,"last update":"Sun Jan 21 07:00:22 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.55200000000000005},"min":{"1min":0.39800000000000002,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.57099999999999995},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.57499999999999996,"15min":0.57699999999999996},"min":{"1min":0.52100000000000002,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.70799999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.46400000000000002}]},{"osd":4,"last update":"Sun Jan 21 07:00:22 2024","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.41299999999999998,"15min":0.41199999999999998},"min":{"1min":0.32400000000000001,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.56799999999999995,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42899999999999999,"15min":0.42399999999999999},"min":{"1min":0.34000000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.60499999999999998,"5min":0.63,"15min":0.63},"last":0.52000000000000002}]},{"osd":6,"last update":"Sun Jan 21 07:00:32 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.45000000000000001,"15min":0.45400000000000001},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.59699999999999998,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.47099999999999997,"15min":0.47299999999999998},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.63600000000000001,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.57999999999999996}]},{"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.60499999999999998}]}]}],"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}]}} 2024-01-21T07:01:18.899 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-21T07:01:18.899 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-21T07:01:18.899 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-21T07:01:18.900 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:01:19.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:18 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:17.888601+0000 mgr.smithi144.yddnfz (mgr.14166) 337 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:19.123 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:01:19.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:18 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:17.888601+0000 mgr.smithi144.yddnfz (mgr.14166) 337 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:20.097 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:19 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:01:18.534668+0000 mgr.smithi144.yddnfz (mgr.14166) 338 : audit [DBG] from='client.14452 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:20.216 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:01:20.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:19 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:01:18.534668+0000 mgr.smithi144.yddnfz (mgr.14166) 338 : audit [DBG] from='client.14452 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T07:01:20.614 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:01:21.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:19.888982+0000 mgr.smithi144.yddnfz (mgr.14166) 339 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:21.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:01:20.215041+0000 mon.smithi144 (mon.0) 531 : audit [DBG] from='client.? 172.21.15.144:0/3858597375' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:01:21.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:19.888982+0000 mgr.smithi144.yddnfz (mgr.14166) 339 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:21.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:01:20.215041+0000 mon.smithi144 (mon.0) 531 : audit [DBG] from='client.? 172.21.15.144:0/3858597375' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:01:23.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:22 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:21.889545+0000 mgr.smithi144.yddnfz (mgr.14166) 340 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:23.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:21.889545+0000 mgr.smithi144.yddnfz (mgr.14166) 340 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:23.615 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:01:23.852 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:01:25.018 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:01:25.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:23.890110+0000 mgr.smithi144.yddnfz (mgr.14166) 341 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:25.323 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:23.890110+0000 mgr.smithi144.yddnfz (mgr.14166) 341 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:25.379 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:01:26.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:01:25.017030+0000 mon.smithi144 (mon.0) 532 : audit [DBG] from='client.? 172.21.15.144:0/1759275557' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:01:26.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:01:25.017030+0000 mon.smithi144 (mon.0) 532 : audit [DBG] from='client.? 172.21.15.144:0/1759275557' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:01:27.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:26 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:25.890467+0000 mgr.smithi144.yddnfz (mgr.14166) 342 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:27.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:26 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:25.890467+0000 mgr.smithi144.yddnfz (mgr.14166) 342 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:28.380 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:01:28.616 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:01:29.017 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:28 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:27.891099+0000 mgr.smithi144.yddnfz (mgr.14166) 343 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:29.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:27.891099+0000 mgr.smithi144.yddnfz (mgr.14166) 343 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:29.714 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:01:30.077 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:29 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:01:29.713109+0000 mon.smithi144 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.144:0/2241624775' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:01:30.079 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:01:30.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:29 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:01:29.713109+0000 mon.smithi144 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.144:0/2241624775' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:01:31.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:30 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:29.891497+0000 mgr.smithi144.yddnfz (mgr.14166) 344 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:31.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:30 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:29.891497+0000 mgr.smithi144.yddnfz (mgr.14166) 344 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:33.079 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:01:33.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:32 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:31.891912+0000 mgr.smithi144.yddnfz (mgr.14166) 345 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:33.316 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:01:33.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:32 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:31.891912+0000 mgr.smithi144.yddnfz (mgr.14166) 345 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:34.093 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:33 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:01:33.797749+0000 mon.smithi144 (mon.0) 534 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T07:01:34.093 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:33 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:01:33.797936+0000 mon.smithi144 (mon.0) 535 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T07:01:34.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:33 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:01:33.797749+0000 mon.smithi144 (mon.0) 534 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T07:01:34.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:33 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:01:33.797936+0000 mon.smithi144 (mon.0) 535 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T07:01:34.489 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:01:34.854 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:01:35.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:33.892246+0000 mgr.smithi144.yddnfz (mgr.14166) 346 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:35.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:01:34.488461+0000 mon.smithi144 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.144:0/18762897' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:01:35.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:33.892246+0000 mgr.smithi144.yddnfz (mgr.14166) 346 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:35.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:01:34.488461+0000 mon.smithi144 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.144:0/18762897' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:01:37.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:35.892607+0000 mgr.smithi144.yddnfz (mgr.14166) 347 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:37.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:35.892607+0000 mgr.smithi144.yddnfz (mgr.14166) 347 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:37.855 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:01:38.095 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:01:39.280 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:01:39.304 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:37.892949+0000 mgr.smithi144.yddnfz (mgr.14166) 348 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:39.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:38 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:37.892949+0000 mgr.smithi144.yddnfz (mgr.14166) 348 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:39.652 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:01:40.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:01:39.279026+0000 mon.smithi144 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.144:0/9972045' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:01:40.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:39 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:01:39.279026+0000 mon.smithi144 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.144:0/9972045' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:01:41.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:39.893435+0000 mgr.smithi144.yddnfz (mgr.14166) 349 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:41.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:40 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:39.893435+0000 mgr.smithi144.yddnfz (mgr.14166) 349 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:42.653 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:01:42.889 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:01:43.348 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:42 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:41.894080+0000 mgr.smithi144.yddnfz (mgr.14166) 350 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:43.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:42 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:41.894080+0000 mgr.smithi144.yddnfz (mgr.14166) 350 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:44.044 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:01:44.411 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:01:45.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:43.894428+0000 mgr.smithi144.yddnfz (mgr.14166) 351 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:45.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:01:44.042725+0000 mon.smithi144 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.144:0/3944857431' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:01:45.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:44 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:43.894428+0000 mgr.smithi144.yddnfz (mgr.14166) 351 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:45.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:44 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:01:44.042725+0000 mon.smithi144 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.144:0/3944857431' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:01:47.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:46 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:45.894828+0000 mgr.smithi144.yddnfz (mgr.14166) 352 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:47.413 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:01:47.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:46 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:45.894828+0000 mgr.smithi144.yddnfz (mgr.14166) 352 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:47.648 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:01:48.849 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:01:49.167 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:48 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:47.895152+0000 mgr.smithi144.yddnfz (mgr.14166) 353 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:49.168 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:48 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:01:48.847708+0000 mon.smithi144 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.144:0/4096112407' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:01:49.233 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:01:49.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:48 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:47.895152+0000 mgr.smithi144.yddnfz (mgr.14166) 353 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:49.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:48 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:01:48.847708+0000 mon.smithi144 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.144:0/4096112407' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:01:51.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:51 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:49.895652+0000 mgr.smithi144.yddnfz (mgr.14166) 354 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:51.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:51 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:49.895652+0000 mgr.smithi144.yddnfz (mgr.14166) 354 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:52.235 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:01:52.474 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:01:53.230 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:53 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:51.896221+0000 mgr.smithi144.yddnfz (mgr.14166) 355 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:53.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:53 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:51.896221+0000 mgr.smithi144.yddnfz (mgr.14166) 355 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:53.609 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:01:53.967 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:01:54.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:54 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:01:53.608239+0000 mon.smithi144 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.144:0/1752876412' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:01:54.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:54 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:01:53.608239+0000 mon.smithi144 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.144:0/1752876412' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:01:55.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:55 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:53.896620+0000 mgr.smithi144.yddnfz (mgr.14166) 356 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:55.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:55 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:53.896620+0000 mgr.smithi144.yddnfz (mgr.14166) 356 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:56.968 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:01:57.206 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:01:57.302 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:57 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:55.897159+0000 mgr.smithi144.yddnfz (mgr.14166) 357 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:57.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:57 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:55.897159+0000 mgr.smithi144.yddnfz (mgr.14166) 357 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:58.331 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:01:58.700 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:01:59.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:59 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:57.897669+0000 mgr.smithi144.yddnfz (mgr.14166) 358 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:59.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:01:59 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:01:58.330256+0000 mon.smithi144 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.144:0/1374174452' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:01:59.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:59 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:57.897669+0000 mgr.smithi144.yddnfz (mgr.14166) 358 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:01:59.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:01:59 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:01:58.330256+0000 mon.smithi144 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.144:0/1374174452' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:01.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:01 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:01:59.898132+0000 mgr.smithi144.yddnfz (mgr.14166) 359 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:01.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:01 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:01:59.898132+0000 mgr.smithi144.yddnfz (mgr.14166) 359 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:01.701 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:02:01.938 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:02:03.100 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:02:03.303 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:01.898445+0000 mgr.smithi144.yddnfz (mgr.14166) 360 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:03.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:01.898445+0000 mgr.smithi144.yddnfz (mgr.14166) 360 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:03.490 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:02:04.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:04 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:02:03.099275+0000 mon.smithi144 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.144:0/96407121' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:04.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:04 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:02:03.099275+0000 mon.smithi144 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.144:0/96407121' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:05.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:05 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:03.898792+0000 mgr.smithi144.yddnfz (mgr.14166) 361 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:05.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:05 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:03.898792+0000 mgr.smithi144.yddnfz (mgr.14166) 361 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:06.492 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:02:06.728 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:02:07.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:07 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:05.899285+0000 mgr.smithi144.yddnfz (mgr.14166) 362 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:07.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:07 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:05.899285+0000 mgr.smithi144.yddnfz (mgr.14166) 362 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:07.880 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:02:08.164 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:08 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:02:07.878861+0000 mon.smithi144 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.144:0/4121151532' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:08.247 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:02:08.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:08 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:02:07.878861+0000 mon.smithi144 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.144:0/4121151532' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:09.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:09 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:07.899842+0000 mgr.smithi144.yddnfz (mgr.14166) 363 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:09.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:09 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:07.899842+0000 mgr.smithi144.yddnfz (mgr.14166) 363 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:11.248 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:02:11.281 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:11 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:09.900210+0000 mgr.smithi144.yddnfz (mgr.14166) 364 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:11.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:11 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:09.900210+0000 mgr.smithi144.yddnfz (mgr.14166) 364 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:11.484 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:02:12.664 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:02:13.065 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:02:13.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:13 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:11.900502+0000 mgr.smithi144.yddnfz (mgr.14166) 365 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:13.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:13 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:02:12.663278+0000 mon.smithi144 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.144:0/969050857' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:13.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:13 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:11.900502+0000 mgr.smithi144.yddnfz (mgr.14166) 365 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:13.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:13 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:02:12.663278+0000 mon.smithi144 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.144:0/969050857' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:15.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:15 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:13.901034+0000 mgr.smithi144.yddnfz (mgr.14166) 366 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:15.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:15 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:13.901034+0000 mgr.smithi144.yddnfz (mgr.14166) 366 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:16.066 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:02:16.301 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:02:17.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:17 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:15.901459+0000 mgr.smithi144.yddnfz (mgr.14166) 367 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:17.414 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:02:17.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:17 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:15.901459+0000 mgr.smithi144.yddnfz (mgr.14166) 367 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:17.778 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:02:18.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:18 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:02:17.412595+0000 mon.smithi144 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.144:0/1207010712' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:18.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:18 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:02:17.412595+0000 mon.smithi144 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.144:0/1207010712' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:19.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:19 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:17.901838+0000 mgr.smithi144.yddnfz (mgr.14166) 368 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:19.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:19 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:17.901838+0000 mgr.smithi144.yddnfz (mgr.14166) 368 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:20.780 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:02:21.016 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:02:21.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:21 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:19.902218+0000 mgr.smithi144.yddnfz (mgr.14166) 369 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:21.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:21 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:19.902218+0000 mgr.smithi144.yddnfz (mgr.14166) 369 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:22.210 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:02:22.570 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:02:23.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:21.902540+0000 mgr.smithi144.yddnfz (mgr.14166) 370 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:23.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:02:22.208682+0000 mon.smithi144 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.144:0/3944983924' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:23.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:23 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:21.902540+0000 mgr.smithi144.yddnfz (mgr.14166) 370 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:23.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:23 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:02:22.208682+0000 mon.smithi144 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.144:0/3944983924' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:25.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:23.903046+0000 mgr.smithi144.yddnfz (mgr.14166) 371 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:25.410 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:23.903046+0000 mgr.smithi144.yddnfz (mgr.14166) 371 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:25.571 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:02:25.807 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:02:26.997 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:02:27.285 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:27 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:25.903466+0000 mgr.smithi144.yddnfz (mgr.14166) 372 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:27.285 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:27 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:02:26.995617+0000 mon.smithi144 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.144:0/3347264721' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:27.360 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:02:27.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:27 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:25.903466+0000 mgr.smithi144.yddnfz (mgr.14166) 372 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:27.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:27 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:02:26.995617+0000 mon.smithi144 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.144:0/3347264721' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:29.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:29 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:27.903957+0000 mgr.smithi144.yddnfz (mgr.14166) 373 : cluster [DBG] pgmap v333: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:29.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:29 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:27.903957+0000 mgr.smithi144.yddnfz (mgr.14166) 373 : cluster [DBG] pgmap v333: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:30.362 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:02:30.601 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:02:31.282 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:31 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:29.904379+0000 mgr.smithi144.yddnfz (mgr.14166) 374 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:31.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:31 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:29.904379+0000 mgr.smithi144.yddnfz (mgr.14166) 374 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:31.659 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:02:32.010 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:02:32.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:32 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:02:31.657827+0000 mon.smithi144 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.144:0/1164290217' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:32.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:32 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:02:31.657827+0000 mon.smithi144 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.144:0/1164290217' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:33.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:33 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:31.904665+0000 mgr.smithi144.yddnfz (mgr.14166) 375 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:33.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:33 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:31.904665+0000 mgr.smithi144.yddnfz (mgr.14166) 375 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:34.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:02:33.800630+0000 mon.smithi144 (mon.0) 549 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T07:02:34.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:02:33.800863+0000 mon.smithi144 (mon.0) 550 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T07:02:34.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:02:33.800630+0000 mon.smithi144 (mon.0) 549 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T07:02:34.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:02:33.800863+0000 mon.smithi144 (mon.0) 550 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T07:02:35.012 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:02:35.250 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:02:35.354 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:33.905181+0000 mgr.smithi144.yddnfz (mgr.14166) 376 : cluster [DBG] pgmap v336: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:35.354 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T07:02:34.254934+0000 mgr.smithi144.yddnfz (mgr.14166) 377 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:02:35.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: /bin/podman: stderr Error: no such container ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:02:35.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Reconfig daemon node-exporter.smithi177 ... 2024-01-21T07:02:35.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Non-zero exit code 1 from systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:02:35.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: systemctl: stderr Job for ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service failed because a timeout was exceeded. 2024-01-21T07:02:35.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: systemctl: stderr See "systemctl status ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service" and "journalctl -xe" for details. 2024-01-21T07:02:35.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Traceback (most recent call last): 2024-01-21T07:02:35.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T07:02:35.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: main() 2024-01-21T07:02:35.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T07:02:35.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: r = ctx.func(ctx) 2024-01-21T07:02:35.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T07:02:35.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: return func(ctx) 2024-01-21T07:02:35.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T07:02:35.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: ports=daemon_ports) 2024-01-21T07:02:35.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2661, in deploy_daemon 2024-01-21T07:02:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-01-21T07:02:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T07:02:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T07:02:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: RuntimeError: Failed command: systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:02:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Traceback (most recent call last): 2024-01-21T07:02:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-01-21T07:02:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: yield (conn, connr) 2024-01-21T07:02:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-01-21T07:02:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: code, '\n'.join(err))) 2024-01-21T07:02:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:02:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: /bin/podman: stderr Error: no such container ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:02:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Reconfig daemon node-exporter.smithi177 ... 2024-01-21T07:02:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Non-zero exit code 1 from systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:02:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: systemctl: stderr Job for ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service failed because a timeout was exceeded. 2024-01-21T07:02:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: systemctl: stderr See "systemctl status ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service" and "journalctl -xe" for details. 2024-01-21T07:02:35.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Traceback (most recent call last): 2024-01-21T07:02:35.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T07:02:35.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: main() 2024-01-21T07:02:35.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T07:02:35.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: r = ctx.func(ctx) 2024-01-21T07:02:35.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T07:02:35.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: return func(ctx) 2024-01-21T07:02:35.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T07:02:35.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: ports=daemon_ports) 2024-01-21T07:02:35.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2661, in deploy_daemon 2024-01-21T07:02:35.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-01-21T07:02:35.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T07:02:35.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T07:02:35.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: RuntimeError: Failed command: systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:02:35.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:02:34.255563+0000 mon.smithi144 (mon.0) 551 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:02:35.357 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:02:34.256624+0000 mon.smithi144 (mon.0) 552 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:02:35.358 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:02:34.257309+0000 mon.smithi144 (mon.0) 553 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:02:35.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:33.905181+0000 mgr.smithi144.yddnfz (mgr.14166) 376 : cluster [DBG] pgmap v336: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:35.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T07:02:34.254934+0000 mgr.smithi144.yddnfz (mgr.14166) 377 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:02:35.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: /bin/podman: stderr Error: no such container ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:02:35.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Reconfig daemon node-exporter.smithi177 ... 2024-01-21T07:02:35.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Non-zero exit code 1 from systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:02:35.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: systemctl: stderr Job for ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service failed because a timeout was exceeded. 2024-01-21T07:02:35.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: systemctl: stderr See "systemctl status ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service" and "journalctl -xe" for details. 2024-01-21T07:02:35.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Traceback (most recent call last): 2024-01-21T07:02:35.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T07:02:35.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: main() 2024-01-21T07:02:35.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T07:02:35.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: r = ctx.func(ctx) 2024-01-21T07:02:35.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T07:02:35.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: return func(ctx) 2024-01-21T07:02:35.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T07:02:35.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: ports=daemon_ports) 2024-01-21T07:02:35.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2661, in deploy_daemon 2024-01-21T07:02:35.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-01-21T07:02:35.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T07:02:35.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T07:02:35.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: RuntimeError: Failed command: systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:02:35.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Traceback (most recent call last): 2024-01-21T07:02:35.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-01-21T07:02:35.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: yield (conn, connr) 2024-01-21T07:02:35.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-01-21T07:02:35.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: code, '\n'.join(err))) 2024-01-21T07:02:35.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:02:35.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: /bin/podman: stderr Error: no such container ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:02:35.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Reconfig daemon node-exporter.smithi177 ... 2024-01-21T07:02:35.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Non-zero exit code 1 from systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:02:35.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: systemctl: stderr Job for ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service failed because a timeout was exceeded. 2024-01-21T07:02:35.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: systemctl: stderr See "systemctl status ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service" and "journalctl -xe" for details. 2024-01-21T07:02:35.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Traceback (most recent call last): 2024-01-21T07:02:35.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T07:02:35.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: main() 2024-01-21T07:02:35.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T07:02:35.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: r = ctx.func(ctx) 2024-01-21T07:02:35.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T07:02:35.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: return func(ctx) 2024-01-21T07:02:35.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T07:02:35.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: ports=daemon_ports) 2024-01-21T07:02:35.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2661, in deploy_daemon 2024-01-21T07:02:35.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-01-21T07:02:35.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T07:02:35.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T07:02:35.472 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: RuntimeError: Failed command: systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:02:35.472 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:02:34.255563+0000 mon.smithi144 (mon.0) 551 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:02:35.472 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:02:34.256624+0000 mon.smithi144 (mon.0) 552 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:02:35.472 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:02:34.257309+0000 mon.smithi144 (mon.0) 553 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:02:36.348 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:36 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:02:35.280229+0000 mon.smithi144 (mon.0) 554 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:02:36.719 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:36 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:02:35.280229+0000 mon.smithi144 (mon.0) 554 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:02:36.820 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:02:37.257 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:02:37.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:37 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:35.905507+0000 mgr.smithi144.yddnfz (mgr.14166) 378 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:37.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:37 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:02:36.819323+0000 mon.smithi144 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.144:0/2468054628' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:37.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:37 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:35.905507+0000 mgr.smithi144.yddnfz (mgr.14166) 378 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:37.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:37 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:02:36.819323+0000 mon.smithi144 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.144:0/2468054628' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:38.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:02:37.335849+0000 mon.smithi144 (mon.0) 556 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:02:38.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:38 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:02:37.557370+0000 mon.smithi144 (mon.0) 557 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:02:38.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:38 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:02:37.335849+0000 mon.smithi144 (mon.0) 556 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:02:38.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:38 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:02:37.557370+0000 mon.smithi144 (mon.0) 557 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:02:39.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:37.905797+0000 mgr.smithi144.yddnfz (mgr.14166) 379 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:39.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:39 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:37.905797+0000 mgr.smithi144.yddnfz (mgr.14166) 379 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:40.258 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:02:40.487 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:02:40.905 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:02:39.607378+0000 mon.smithi144 (mon.0) 558 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:02:40.905 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:02:39.855545+0000 mon.smithi144 (mon.0) 559 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:02:40.905 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T07:02:39.858361+0000 mgr.smithi144.yddnfz (mgr.14166) 380 : cephadm [INF] Reconfiguring node-exporter.smithi177 (unknown last config time)... 2024-01-21T07:02:40.906 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T07:02:39.858462+0000 mgr.smithi144.yddnfz (mgr.14166) 381 : cephadm [INF] Reconfiguring daemon node-exporter.smithi177 on smithi177 2024-01-21T07:02:40.906 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:39.906294+0000 mgr.smithi144.yddnfz (mgr.14166) 382 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:40.968 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:40 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:02:39.607378+0000 mon.smithi144 (mon.0) 558 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:02:40.968 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:40 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:02:39.855545+0000 mon.smithi144 (mon.0) 559 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:02:40.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:40 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T07:02:39.858361+0000 mgr.smithi144.yddnfz (mgr.14166) 380 : cephadm [INF] Reconfiguring node-exporter.smithi177 (unknown last config time)... 2024-01-21T07:02:40.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:40 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T07:02:39.858462+0000 mgr.smithi144.yddnfz (mgr.14166) 381 : cephadm [INF] Reconfiguring daemon node-exporter.smithi177 on smithi177 2024-01-21T07:02:40.969 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:40 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:39.906294+0000 mgr.smithi144.yddnfz (mgr.14166) 382 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:41.624 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:02:42.000 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:02:42.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:02:41.623065+0000 mon.smithi144 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.144:0/546536107' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:42.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:02:41.623065+0000 mon.smithi144 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.144:0/546536107' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:43.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:42 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:41.906764+0000 mgr.smithi144.yddnfz (mgr.14166) 383 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:43.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:42 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:41.906764+0000 mgr.smithi144.yddnfz (mgr.14166) 383 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:45.001 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:02:45.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:44 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:43.907299+0000 mgr.smithi144.yddnfz (mgr.14166) 384 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:45.238 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:02:45.344 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:43.907299+0000 mgr.smithi144.yddnfz (mgr.14166) 384 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:46.438 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:02:46.815 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:02:47.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:46 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:45.907672+0000 mgr.smithi144.yddnfz (mgr.14166) 385 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:47.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:46 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:02:46.436910+0000 mon.smithi144 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.144:0/184730147' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:47.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:46 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:45.907672+0000 mgr.smithi144.yddnfz (mgr.14166) 385 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:47.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:46 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:02:46.436910+0000 mon.smithi144 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.144:0/184730147' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:49.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:48 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:47.908100+0000 mgr.smithi144.yddnfz (mgr.14166) 386 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:49.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:48 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:47.908100+0000 mgr.smithi144.yddnfz (mgr.14166) 386 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:49.817 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:02:50.053 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:02:51.000 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:50 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:49.908481+0000 mgr.smithi144.yddnfz (mgr.14166) 387 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:51.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:50 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:49.908481+0000 mgr.smithi144.yddnfz (mgr.14166) 387 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:51.233 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:02:51.607 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:02:52.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:51 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:02:51.232433+0000 mon.smithi144 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.144:0/828044704' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:52.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:51 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:02:51.232433+0000 mon.smithi144 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.144:0/828044704' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:53.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:52 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:51.908861+0000 mgr.smithi144.yddnfz (mgr.14166) 388 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:53.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:52 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:51.908861+0000 mgr.smithi144.yddnfz (mgr.14166) 388 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:54.609 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:02:54.844 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:02:55.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:54 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:53.909260+0000 mgr.smithi144.yddnfz (mgr.14166) 389 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:55.294 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:54 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:53.909260+0000 mgr.smithi144.yddnfz (mgr.14166) 389 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:56.006 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:02:56.365 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:02:57.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:55.909596+0000 mgr.smithi144.yddnfz (mgr.14166) 390 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:57.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:02:56.005171+0000 mon.smithi144 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.144:0/1849187045' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:57.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:55.909596+0000 mgr.smithi144.yddnfz (mgr.14166) 390 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:57.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:02:56.005171+0000 mon.smithi144 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.144:0/1849187045' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:02:59.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:02:58 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:57.910128+0000 mgr.smithi144.yddnfz (mgr.14166) 391 : cluster [DBG] pgmap v348: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:59.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:02:58 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:57.910128+0000 mgr.smithi144.yddnfz (mgr.14166) 391 : cluster [DBG] pgmap v348: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:02:59.365 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:02:59.600 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:03:00.746 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:03:01.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:02:59.910466+0000 mgr.smithi144.yddnfz (mgr.14166) 392 : cluster [DBG] pgmap v349: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:01.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:03:00.745168+0000 mon.smithi144 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.144:0/467111043' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:01.122 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:03:01.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:00 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:02:59.910466+0000 mgr.smithi144.yddnfz (mgr.14166) 392 : cluster [DBG] pgmap v349: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:01.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:00 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:03:00.745168+0000 mon.smithi144 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.144:0/467111043' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:03.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:02 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:01.910889+0000 mgr.smithi144.yddnfz (mgr.14166) 393 : cluster [DBG] pgmap v350: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:03.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:02 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:01.910889+0000 mgr.smithi144.yddnfz (mgr.14166) 393 : cluster [DBG] pgmap v350: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:04.123 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:03:04.361 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:03:05.101 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:04 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:03.911355+0000 mgr.smithi144.yddnfz (mgr.14166) 394 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:05.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:04 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:03.911355+0000 mgr.smithi144.yddnfz (mgr.14166) 394 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:05.505 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:03:05.879 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:03:06.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:05 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:03:05.503129+0000 mon.smithi144 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.144:0/3326181141' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:06.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:05 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:03:05.503129+0000 mon.smithi144 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.144:0/3326181141' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:07.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:06 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:05.911738+0000 mgr.smithi144.yddnfz (mgr.14166) 395 : cluster [DBG] pgmap v352: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:07.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:06 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:05.911738+0000 mgr.smithi144.yddnfz (mgr.14166) 395 : cluster [DBG] pgmap v352: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:08.880 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:03:09.117 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:03:09.223 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:08 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:07.912092+0000 mgr.smithi144.yddnfz (mgr.14166) 396 : cluster [DBG] pgmap v353: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:09.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:08 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:07.912092+0000 mgr.smithi144.yddnfz (mgr.14166) 396 : cluster [DBG] pgmap v353: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:10.322 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:03:10.721 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:03:11.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:10 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:09.912434+0000 mgr.smithi144.yddnfz (mgr.14166) 397 : cluster [DBG] pgmap v354: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:11.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:10 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:03:10.320838+0000 mon.smithi144 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.144:0/1809985098' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:11.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:10 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:09.912434+0000 mgr.smithi144.yddnfz (mgr.14166) 397 : cluster [DBG] pgmap v354: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:11.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:10 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:03:10.320838+0000 mon.smithi144 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.144:0/1809985098' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:13.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:12 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:11.912880+0000 mgr.smithi144.yddnfz (mgr.14166) 398 : cluster [DBG] pgmap v355: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:13.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:12 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:11.912880+0000 mgr.smithi144.yddnfz (mgr.14166) 398 : cluster [DBG] pgmap v355: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:13.722 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:03:13.959 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:03:15.110 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:03:15.257 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:14 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:13.913252+0000 mgr.smithi144.yddnfz (mgr.14166) 399 : cluster [DBG] pgmap v356: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:15.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:14 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:13.913252+0000 mgr.smithi144.yddnfz (mgr.14166) 399 : cluster [DBG] pgmap v356: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:15.486 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:03:16.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:15 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:03:15.108803+0000 mon.smithi144 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.144:0/770151647' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:16.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:15 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:03:15.108803+0000 mon.smithi144 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.144:0/770151647' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:17.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:16 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:15.913594+0000 mgr.smithi144.yddnfz (mgr.14166) 400 : cluster [DBG] pgmap v357: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:17.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:16 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:15.913594+0000 mgr.smithi144.yddnfz (mgr.14166) 400 : cluster [DBG] pgmap v357: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:18.487 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:03:18.725 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:03:19.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:18 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:17.914031+0000 mgr.smithi144.yddnfz (mgr.14166) 401 : cluster [DBG] pgmap v358: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:19.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:18 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:17.914031+0000 mgr.smithi144.yddnfz (mgr.14166) 401 : cluster [DBG] pgmap v358: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:19.917 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:03:20.210 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:19 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:03:19.916439+0000 mon.smithi144 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.144:0/2991960898' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:20.302 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:03:20.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:19 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:03:19.916439+0000 mon.smithi144 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.144:0/2991960898' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:21.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:19.914371+0000 mgr.smithi144.yddnfz (mgr.14166) 402 : cluster [DBG] pgmap v359: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:21.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:19.914371+0000 mgr.smithi144.yddnfz (mgr.14166) 402 : cluster [DBG] pgmap v359: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:23.203 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:22 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:21.914757+0000 mgr.smithi144.yddnfz (mgr.14166) 403 : cluster [DBG] pgmap v360: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:23.303 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:03:23.336 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:21.914757+0000 mgr.smithi144.yddnfz (mgr.14166) 403 : cluster [DBG] pgmap v360: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:23.540 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:03:24.680 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:03:25.033 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:03:25.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:23.915099+0000 mgr.smithi144.yddnfz (mgr.14166) 404 : cluster [DBG] pgmap v361: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:25.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:03:24.679230+0000 mon.smithi144 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.144:0/2949560466' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:25.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:23.915099+0000 mgr.smithi144.yddnfz (mgr.14166) 404 : cluster [DBG] pgmap v361: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:25.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:03:24.679230+0000 mon.smithi144 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.144:0/2949560466' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:27.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:27 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:25.915525+0000 mgr.smithi144.yddnfz (mgr.14166) 405 : cluster [DBG] pgmap v362: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:27.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:27 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:25.915525+0000 mgr.smithi144.yddnfz (mgr.14166) 405 : cluster [DBG] pgmap v362: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:28.033 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:03:28.269 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:03:29.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:29 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:27.916050+0000 mgr.smithi144.yddnfz (mgr.14166) 406 : cluster [DBG] pgmap v363: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:29.375 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:03:29.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:29 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:27.916050+0000 mgr.smithi144.yddnfz (mgr.14166) 406 : cluster [DBG] pgmap v363: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:29.741 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:03:30.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:30 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:03:29.373830+0000 mon.smithi144 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.144:0/4130977072' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:30.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:30 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:03:29.373830+0000 mon.smithi144 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.144:0/4130977072' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:31.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:31 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:29.916359+0000 mgr.smithi144.yddnfz (mgr.14166) 407 : cluster [DBG] pgmap v364: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:31.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:31 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:29.916359+0000 mgr.smithi144.yddnfz (mgr.14166) 407 : cluster [DBG] pgmap v364: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:32.742 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:03:32.975 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:03:33.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:33 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:31.916759+0000 mgr.smithi144.yddnfz (mgr.14166) 408 : cluster [DBG] pgmap v365: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:33.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:33 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:31.916759+0000 mgr.smithi144.yddnfz (mgr.14166) 408 : cluster [DBG] pgmap v365: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:34.104 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:03:34.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:03:33.801919+0000 mon.smithi144 (mon.0) 571 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T07:03:34.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:03:33.802824+0000 mon.smithi144 (mon.0) 572 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T07:03:34.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:03:33.801919+0000 mon.smithi144 (mon.0) 571 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T07:03:34.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:03:33.802824+0000 mon.smithi144 (mon.0) 572 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T07:03:34.499 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:03:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:33.917039+0000 mgr.smithi144.yddnfz (mgr.14166) 409 : cluster [DBG] pgmap v366: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:35.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:03:34.102225+0000 mon.smithi144 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.144:0/2624296113' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:35.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:33.917039+0000 mgr.smithi144.yddnfz (mgr.14166) 409 : cluster [DBG] pgmap v366: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:35.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:03:34.102225+0000 mon.smithi144 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.144:0/2624296113' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:37.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:37 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:35.917487+0000 mgr.smithi144.yddnfz (mgr.14166) 410 : cluster [DBG] pgmap v367: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:37.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:37 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:35.917487+0000 mgr.smithi144.yddnfz (mgr.14166) 410 : cluster [DBG] pgmap v367: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:37.500 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:03:37.739 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:03:38.924 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:03:39.222 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:37.917858+0000 mgr.smithi144.yddnfz (mgr.14166) 411 : cluster [DBG] pgmap v368: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:39.223 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:03:38.922553+0000 mon.smithi144 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.144:0/1921606295' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:39.291 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:03:39.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:39 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:37.917858+0000 mgr.smithi144.yddnfz (mgr.14166) 411 : cluster [DBG] pgmap v368: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:39.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:39 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:03:38.922553+0000 mon.smithi144 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.144:0/1921606295' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:41.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:39.918200+0000 mgr.smithi144.yddnfz (mgr.14166) 412 : cluster [DBG] pgmap v369: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:41.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:39.918200+0000 mgr.smithi144.yddnfz (mgr.14166) 412 : cluster [DBG] pgmap v369: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:42.292 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:03:42.527 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:03:43.277 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:43 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:41.918688+0000 mgr.smithi144.yddnfz (mgr.14166) 413 : cluster [DBG] pgmap v370: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:43.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:43 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:41.918688+0000 mgr.smithi144.yddnfz (mgr.14166) 413 : cluster [DBG] pgmap v370: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:43.656 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:03:44.039 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:03:44.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:03:43.654918+0000 mon.smithi144 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.144:0/697383598' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:44.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:44 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:03:43.654918+0000 mon.smithi144 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.144:0/697383598' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:45.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:45 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:43.919247+0000 mgr.smithi144.yddnfz (mgr.14166) 414 : cluster [DBG] pgmap v371: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:45.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:43.919247+0000 mgr.smithi144.yddnfz (mgr.14166) 414 : cluster [DBG] pgmap v371: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:47.041 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:03:47.277 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:03:47.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:45.919757+0000 mgr.smithi144.yddnfz (mgr.14166) 415 : cluster [DBG] pgmap v372: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:47.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:47 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:45.919757+0000 mgr.smithi144.yddnfz (mgr.14166) 415 : cluster [DBG] pgmap v372: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:48.440 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:03:48.797 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:03:49.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:49 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:47.920060+0000 mgr.smithi144.yddnfz (mgr.14166) 416 : cluster [DBG] pgmap v373: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:49.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:49 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:03:48.439242+0000 mon.smithi144 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.144:0/492826692' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:49.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:49 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:47.920060+0000 mgr.smithi144.yddnfz (mgr.14166) 416 : cluster [DBG] pgmap v373: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:49.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:49 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:03:48.439242+0000 mon.smithi144 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.144:0/492826692' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:51.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:51 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:49.920660+0000 mgr.smithi144.yddnfz (mgr.14166) 417 : cluster [DBG] pgmap v374: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:51.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:51 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:49.920660+0000 mgr.smithi144.yddnfz (mgr.14166) 417 : cluster [DBG] pgmap v374: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:51.798 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:03:52.034 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:03:53.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:53 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:51.920990+0000 mgr.smithi144.yddnfz (mgr.14166) 418 : cluster [DBG] pgmap v375: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:53.226 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:03:53.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:53 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:51.920990+0000 mgr.smithi144.yddnfz (mgr.14166) 418 : cluster [DBG] pgmap v375: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:53.620 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:03:54.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:54 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:03:53.225612+0000 mon.smithi144 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.144:0/3629494163' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:54.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:54 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:03:53.225612+0000 mon.smithi144 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.144:0/3629494163' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:55.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:55 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:53.921359+0000 mgr.smithi144.yddnfz (mgr.14166) 419 : cluster [DBG] pgmap v376: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:55.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:55 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:53.921359+0000 mgr.smithi144.yddnfz (mgr.14166) 419 : cluster [DBG] pgmap v376: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:56.622 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:03:56.859 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:03:57.299 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:57 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:55.921737+0000 mgr.smithi144.yddnfz (mgr.14166) 420 : cluster [DBG] pgmap v377: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:57.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:57 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:55.921737+0000 mgr.smithi144.yddnfz (mgr.14166) 420 : cluster [DBG] pgmap v377: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:58.002 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:03:58.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:58 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:03:58.000863+0000 mon.smithi144 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.144:0/2204495587' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:58.361 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:03:58.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:58 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:03:58.000863+0000 mon.smithi144 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.144:0/2204495587' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:03:59.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:03:59 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:57.922060+0000 mgr.smithi144.yddnfz (mgr.14166) 421 : cluster [DBG] pgmap v378: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:03:59.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:03:59 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:57.922060+0000 mgr.smithi144.yddnfz (mgr.14166) 421 : cluster [DBG] pgmap v378: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:01.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:01 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:03:59.922587+0000 mgr.smithi144.yddnfz (mgr.14166) 422 : cluster [DBG] pgmap v379: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:01.362 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:04:01.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:01 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:03:59.922587+0000 mgr.smithi144.yddnfz (mgr.14166) 422 : cluster [DBG] pgmap v379: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:01.596 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:04:02.797 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:04:03.194 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:04:03.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:01.922997+0000 mgr.smithi144.yddnfz (mgr.14166) 423 : cluster [DBG] pgmap v380: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:03.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:04:02.796242+0000 mon.smithi144 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.144:0/4095515813' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:03.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:01.922997+0000 mgr.smithi144.yddnfz (mgr.14166) 423 : cluster [DBG] pgmap v380: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:03.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:04:02.796242+0000 mon.smithi144 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.144:0/4095515813' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:05.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:05 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:03.923496+0000 mgr.smithi144.yddnfz (mgr.14166) 424 : cluster [DBG] pgmap v381: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:05.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:05 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:03.923496+0000 mgr.smithi144.yddnfz (mgr.14166) 424 : cluster [DBG] pgmap v381: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:06.195 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:04:06.431 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:04:07.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:07 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:05.923983+0000 mgr.smithi144.yddnfz (mgr.14166) 425 : cluster [DBG] pgmap v382: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:07.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:07 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:05.923983+0000 mgr.smithi144.yddnfz (mgr.14166) 425 : cluster [DBG] pgmap v382: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:07.570 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:04:07.927 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:04:08.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:08 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:04:07.568814+0000 mon.smithi144 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.144:0/4136328331' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:08.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:08 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:04:07.568814+0000 mon.smithi144 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.144:0/4136328331' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:09.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:09 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:07.924345+0000 mgr.smithi144.yddnfz (mgr.14166) 426 : cluster [DBG] pgmap v383: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:09.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:09 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:07.924345+0000 mgr.smithi144.yddnfz (mgr.14166) 426 : cluster [DBG] pgmap v383: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:10.929 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:04:11.167 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:04:11.280 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:11 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:09.924795+0000 mgr.smithi144.yddnfz (mgr.14166) 427 : cluster [DBG] pgmap v384: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:11.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:11 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:09.924795+0000 mgr.smithi144.yddnfz (mgr.14166) 427 : cluster [DBG] pgmap v384: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:12.307 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:04:12.692 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:04:13.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:13 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:11.925140+0000 mgr.smithi144.yddnfz (mgr.14166) 428 : cluster [DBG] pgmap v385: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:13.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:13 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:04:12.306168+0000 mon.smithi144 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.144:0/1957812116' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:13.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:13 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:11.925140+0000 mgr.smithi144.yddnfz (mgr.14166) 428 : cluster [DBG] pgmap v385: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:13.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:13 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:04:12.306168+0000 mon.smithi144 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.144:0/1957812116' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:15.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:15 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:13.925904+0000 mgr.smithi144.yddnfz (mgr.14166) 429 : cluster [DBG] pgmap v386: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:15.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:15 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:13.925904+0000 mgr.smithi144.yddnfz (mgr.14166) 429 : cluster [DBG] pgmap v386: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:15.694 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:04:15.930 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:04:17.134 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:04:17.415 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:17 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:15.926276+0000 mgr.smithi144.yddnfz (mgr.14166) 430 : cluster [DBG] pgmap v387: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:17.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:17 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:15.926276+0000 mgr.smithi144.yddnfz (mgr.14166) 430 : cluster [DBG] pgmap v387: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:17.509 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:04:18.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:18 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:04:17.132907+0000 mon.smithi144 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.144:0/2455326868' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:18.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:18 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:04:17.132907+0000 mon.smithi144 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.144:0/2455326868' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:19.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:19 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:17.926604+0000 mgr.smithi144.yddnfz (mgr.14166) 431 : cluster [DBG] pgmap v388: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:19.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:19 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:17.926604+0000 mgr.smithi144.yddnfz (mgr.14166) 431 : cluster [DBG] pgmap v388: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:20.510 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:04:20.749 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:04:21.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:21 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:19.927004+0000 mgr.smithi144.yddnfz (mgr.14166) 432 : cluster [DBG] pgmap v389: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:21.495 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:21 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:19.927004+0000 mgr.smithi144.yddnfz (mgr.14166) 432 : cluster [DBG] pgmap v389: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:21.946 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:04:22.256 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:04:21.944791+0000 mon.smithi144 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.144:0/3277815766' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:22.307 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:04:22.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:22 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:04:21.944791+0000 mon.smithi144 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.144:0/3277815766' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:23.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:23 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:21.927324+0000 mgr.smithi144.yddnfz (mgr.14166) 433 : cluster [DBG] pgmap v390: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:23.511 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:21.927324+0000 mgr.smithi144.yddnfz (mgr.14166) 433 : cluster [DBG] pgmap v390: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:25.308 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:04:25.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:23.927823+0000 mgr.smithi144.yddnfz (mgr.14166) 434 : cluster [DBG] pgmap v391: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:25.542 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:04:25.605 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:23.927823+0000 mgr.smithi144.yddnfz (mgr.14166) 434 : cluster [DBG] pgmap v391: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:26.739 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:04:27.124 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:04:27.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:27 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:25.928177+0000 mgr.smithi144.yddnfz (mgr.14166) 435 : cluster [DBG] pgmap v392: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:27.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:27 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:04:26.735083+0000 mon.smithi144 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.144:0/609344508' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:27.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:27 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:25.928177+0000 mgr.smithi144.yddnfz (mgr.14166) 435 : cluster [DBG] pgmap v392: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:27.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:27 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:04:26.735083+0000 mon.smithi144 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.144:0/609344508' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:29.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:29 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:27.928795+0000 mgr.smithi144.yddnfz (mgr.14166) 436 : cluster [DBG] pgmap v393: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:29.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:29 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:27.928795+0000 mgr.smithi144.yddnfz (mgr.14166) 436 : cluster [DBG] pgmap v393: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:30.125 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:04:30.360 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:04:31.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:31 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:29.929298+0000 mgr.smithi144.yddnfz (mgr.14166) 437 : cluster [DBG] pgmap v394: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:31.566 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:04:31.586 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:31 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:29.929298+0000 mgr.smithi144.yddnfz (mgr.14166) 437 : cluster [DBG] pgmap v394: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:31.949 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:04:32.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:32 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:04:31.564966+0000 mon.smithi144 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.144:0/1878767097' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:32.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:32 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:04:31.564966+0000 mon.smithi144 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.144:0/1878767097' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:33.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:33 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:31.929663+0000 mgr.smithi144.yddnfz (mgr.14166) 438 : cluster [DBG] pgmap v395: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:33.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:33 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:31.929663+0000 mgr.smithi144.yddnfz (mgr.14166) 438 : cluster [DBG] pgmap v395: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:34.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:04:33.803927+0000 mon.smithi144 (mon.0) 586 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T07:04:34.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:04:33.804179+0000 mon.smithi144 (mon.0) 587 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T07:04:34.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:04:33.803927+0000 mon.smithi144 (mon.0) 586 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T07:04:34.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:04:33.804179+0000 mon.smithi144 (mon.0) 587 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T07:04:34.950 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:04:35.186 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:04:35.333 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:33.930086+0000 mgr.smithi144.yddnfz (mgr.14166) 439 : cluster [DBG] pgmap v396: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:35.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:33.930086+0000 mgr.smithi144.yddnfz (mgr.14166) 439 : cluster [DBG] pgmap v396: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:36.342 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:04:36.721 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:04:37.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:37 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:35.930561+0000 mgr.smithi144.yddnfz (mgr.14166) 440 : cluster [DBG] pgmap v397: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:37.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:37 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:04:36.340589+0000 mon.smithi144 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.144:0/2793230085' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:37.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:37 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:35.930561+0000 mgr.smithi144.yddnfz (mgr.14166) 440 : cluster [DBG] pgmap v397: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:37.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:37 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:04:36.340589+0000 mon.smithi144 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.144:0/2793230085' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:39.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:39 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:37.931089+0000 mgr.smithi144.yddnfz (mgr.14166) 441 : cluster [DBG] pgmap v398: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:39.605 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:37.931089+0000 mgr.smithi144.yddnfz (mgr.14166) 441 : cluster [DBG] pgmap v398: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:39.722 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:04:39.960 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:04:41.133 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:04:41.300 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:39.931445+0000 mgr.smithi144.yddnfz (mgr.14166) 442 : cluster [DBG] pgmap v399: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:41.300 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T07:04:40.254308+0000 mgr.smithi144.yddnfz (mgr.14166) 443 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:04:41.301 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: /bin/podman: stderr Error: no such container ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:04:41.301 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Reconfig daemon node-exporter.smithi177 ... 2024-01-21T07:04:41.301 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Non-zero exit code 1 from systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:04:41.301 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: systemctl: stderr Job for ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service failed because a timeout was exceeded. 2024-01-21T07:04:41.301 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: systemctl: stderr See "systemctl status ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service" and "journalctl -xe" for details. 2024-01-21T07:04:41.301 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Traceback (most recent call last): 2024-01-21T07:04:41.301 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T07:04:41.301 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: main() 2024-01-21T07:04:41.301 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T07:04:41.301 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: r = ctx.func(ctx) 2024-01-21T07:04:41.301 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T07:04:41.301 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: return func(ctx) 2024-01-21T07:04:41.301 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T07:04:41.301 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: ports=daemon_ports) 2024-01-21T07:04:41.301 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2661, in deploy_daemon 2024-01-21T07:04:41.302 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-01-21T07:04:41.302 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T07:04:41.302 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T07:04:41.302 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: RuntimeError: Failed command: systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:04:41.302 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Traceback (most recent call last): 2024-01-21T07:04:41.302 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-01-21T07:04:41.302 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: yield (conn, connr) 2024-01-21T07:04:41.302 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-01-21T07:04:41.302 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: code, '\n'.join(err))) 2024-01-21T07:04:41.302 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:04:41.302 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: /bin/podman: stderr Error: no such container ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:04:41.302 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Reconfig daemon node-exporter.smithi177 ... 2024-01-21T07:04:41.302 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Non-zero exit code 1 from systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:04:41.302 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: systemctl: stderr Job for ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service failed because a timeout was exceeded. 2024-01-21T07:04:41.302 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: systemctl: stderr See "systemctl status ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service" and "journalctl -xe" for details. 2024-01-21T07:04:41.302 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: Traceback (most recent call last): 2024-01-21T07:04:41.302 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T07:04:41.303 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: main() 2024-01-21T07:04:41.303 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T07:04:41.303 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: r = ctx.func(ctx) 2024-01-21T07:04:41.303 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T07:04:41.303 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: return func(ctx) 2024-01-21T07:04:41.303 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T07:04:41.303 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: ports=daemon_ports) 2024-01-21T07:04:41.303 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2661, in deploy_daemon 2024-01-21T07:04:41.303 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-01-21T07:04:41.303 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T07:04:41.303 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T07:04:41.303 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: RuntimeError: Failed command: systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:04:41.303 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:04:41.131231+0000 mon.smithi144 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.144:0/3872701296' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:41.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:39.931445+0000 mgr.smithi144.yddnfz (mgr.14166) 442 : cluster [DBG] pgmap v399: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:41.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T07:04:40.254308+0000 mgr.smithi144.yddnfz (mgr.14166) 443 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:04:41.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: /bin/podman: stderr Error: no such container ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:04:41.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Reconfig daemon node-exporter.smithi177 ... 2024-01-21T07:04:41.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Non-zero exit code 1 from systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:04:41.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: systemctl: stderr Job for ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service failed because a timeout was exceeded. 2024-01-21T07:04:41.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: systemctl: stderr See "systemctl status ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service" and "journalctl -xe" for details. 2024-01-21T07:04:41.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Traceback (most recent call last): 2024-01-21T07:04:41.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T07:04:41.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: main() 2024-01-21T07:04:41.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T07:04:41.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: r = ctx.func(ctx) 2024-01-21T07:04:41.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T07:04:41.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: return func(ctx) 2024-01-21T07:04:41.469 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T07:04:41.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: ports=daemon_ports) 2024-01-21T07:04:41.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2661, in deploy_daemon 2024-01-21T07:04:41.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-01-21T07:04:41.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T07:04:41.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T07:04:41.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: RuntimeError: Failed command: systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:04:41.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Traceback (most recent call last): 2024-01-21T07:04:41.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-01-21T07:04:41.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: yield (conn, connr) 2024-01-21T07:04:41.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-01-21T07:04:41.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: code, '\n'.join(err))) 2024-01-21T07:04:41.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:04:41.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: /bin/podman: stderr Error: no such container ceph-747d7f30-b829-11ee-95b0-87774f69a715-node-exporter.smithi177 2024-01-21T07:04:41.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Reconfig daemon node-exporter.smithi177 ... 2024-01-21T07:04:41.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Non-zero exit code 1 from systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:04:41.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: systemctl: stderr Job for ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service failed because a timeout was exceeded. 2024-01-21T07:04:41.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: systemctl: stderr See "systemctl status ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177.service" and "journalctl -xe" for details. 2024-01-21T07:04:41.470 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: Traceback (most recent call last): 2024-01-21T07:04:41.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-21T07:04:41.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: main() 2024-01-21T07:04:41.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-21T07:04:41.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: r = ctx.func(ctx) 2024-01-21T07:04:41.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-21T07:04:41.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: return func(ctx) 2024-01-21T07:04:41.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-21T07:04:41.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: ports=daemon_ports) 2024-01-21T07:04:41.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2661, in deploy_daemon 2024-01-21T07:04:41.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: get_unit_name(fsid, daemon_type, daemon_id)]) 2024-01-21T07:04:41.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: File "/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-21T07:04:41.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-21T07:04:41.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: RuntimeError: Failed command: systemctl restart ceph-747d7f30-b829-11ee-95b0-87774f69a715@node-exporter.smithi177 2024-01-21T07:04:41.471 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:04:41.131231+0000 mon.smithi144 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.144:0/3872701296' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:41.520 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:04:43.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:43 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:41.931789+0000 mgr.smithi144.yddnfz (mgr.14166) 444 : cluster [DBG] pgmap v400: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:43.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:43 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:41.931789+0000 mgr.smithi144.yddnfz (mgr.14166) 444 : cluster [DBG] pgmap v400: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:44.521 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:04:44.758 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:04:45.466 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:45 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:43.932169+0000 mgr.smithi144.yddnfz (mgr.14166) 445 : cluster [DBG] pgmap v401: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:45.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:45 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:43.932169+0000 mgr.smithi144.yddnfz (mgr.14166) 445 : cluster [DBG] pgmap v401: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:45.857 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:04:46.270 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:04:46.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:46 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:04:45.856028+0000 mon.smithi144 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.144:0/1109007636' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:46.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:46 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:04:45.856028+0000 mon.smithi144 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.144:0/1109007636' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:47.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:47 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:45.932589+0000 mgr.smithi144.yddnfz (mgr.14166) 446 : cluster [DBG] pgmap v402: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:47.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:45.932589+0000 mgr.smithi144.yddnfz (mgr.14166) 446 : cluster [DBG] pgmap v402: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:49.272 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:04:49.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:49 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:47.933199+0000 mgr.smithi144.yddnfz (mgr.14166) 447 : cluster [DBG] pgmap v403: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:49.507 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:04:49.605 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:49 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:47.933199+0000 mgr.smithi144.yddnfz (mgr.14166) 447 : cluster [DBG] pgmap v403: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:50.648 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:04:50.976 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:04:51.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:51 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:49.933611+0000 mgr.smithi144.yddnfz (mgr.14166) 448 : cluster [DBG] pgmap v404: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:51.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:51 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:04:50.646763+0000 mon.smithi144 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.144:0/1268444534' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:51.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:51 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:49.933611+0000 mgr.smithi144.yddnfz (mgr.14166) 448 : cluster [DBG] pgmap v404: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:51.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:51 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:04:50.646763+0000 mon.smithi144 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.144:0/1268444534' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:53.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:53 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:51.934136+0000 mgr.smithi144.yddnfz (mgr.14166) 449 : cluster [DBG] pgmap v405: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:53.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:53 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:51.934136+0000 mgr.smithi144.yddnfz (mgr.14166) 449 : cluster [DBG] pgmap v405: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:53.977 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:04:54.212 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:04:55.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:55 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:53.934663+0000 mgr.smithi144.yddnfz (mgr.14166) 450 : cluster [DBG] pgmap v406: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:55.389 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:04:55.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:55 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:53.934663+0000 mgr.smithi144.yddnfz (mgr.14166) 450 : cluster [DBG] pgmap v406: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:55.797 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:04:56.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:56 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:04:55.388042+0000 mon.smithi144 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.144:0/226416698' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:56.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:56 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:04:55.388042+0000 mon.smithi144 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.144:0/226416698' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:04:57.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:57 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:55.935215+0000 mgr.smithi144.yddnfz (mgr.14166) 451 : cluster [DBG] pgmap v407: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:57.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:57 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:55.935215+0000 mgr.smithi144.yddnfz (mgr.14166) 451 : cluster [DBG] pgmap v407: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:58.799 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:04:59.035 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:04:59.463 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:04:59 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:57.935612+0000 mgr.smithi144.yddnfz (mgr.14166) 452 : cluster [DBG] pgmap v408: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:04:59.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:04:59 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:57.935612+0000 mgr.smithi144.yddnfz (mgr.14166) 452 : cluster [DBG] pgmap v408: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:00.205 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:05:00.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:00 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:00.204238+0000 mon.smithi144 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.144:0/3943169091' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:00.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:00 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:00.204238+0000 mon.smithi144 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.144:0/3943169091' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:00.575 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:05:01.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:01 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:04:59.935904+0000 mgr.smithi144.yddnfz (mgr.14166) 453 : cluster [DBG] pgmap v409: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:01.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:01 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:04:59.935904+0000 mgr.smithi144.yddnfz (mgr.14166) 453 : cluster [DBG] pgmap v409: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:03.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:01.936263+0000 mgr.smithi144.yddnfz (mgr.14166) 454 : cluster [DBG] pgmap v410: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:03.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:01.936263+0000 mgr.smithi144.yddnfz (mgr.14166) 454 : cluster [DBG] pgmap v410: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:03.576 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:05:03.813 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:05:05.020 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:05:05.349 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:05 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:03.936618+0000 mgr.smithi144.yddnfz (mgr.14166) 455 : cluster [DBG] pgmap v411: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:05.350 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:05 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:05.019402+0000 mon.smithi144 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.144:0/3820429903' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:05.417 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:05:05.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:05 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:03.936618+0000 mgr.smithi144.yddnfz (mgr.14166) 455 : cluster [DBG] pgmap v411: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:05.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:05 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:05.019402+0000 mon.smithi144 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.144:0/3820429903' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:07.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:07 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:05.937073+0000 mgr.smithi144.yddnfz (mgr.14166) 456 : cluster [DBG] pgmap v412: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:07.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:07 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:05.937073+0000 mgr.smithi144.yddnfz (mgr.14166) 456 : cluster [DBG] pgmap v412: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:08.418 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:05:08.652 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:05:09.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:09 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:07.937454+0000 mgr.smithi144.yddnfz (mgr.14166) 457 : cluster [DBG] pgmap v413: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:09.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:09 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:07.937454+0000 mgr.smithi144.yddnfz (mgr.14166) 457 : cluster [DBG] pgmap v413: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:09.815 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:05:10.190 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:05:10.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:10 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:09.814003+0000 mon.smithi144 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.144:0/1067748880' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:10.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:10 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:09.814003+0000 mon.smithi144 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.144:0/1067748880' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:11.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:11 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:09.937802+0000 mgr.smithi144.yddnfz (mgr.14166) 458 : cluster [DBG] pgmap v414: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:11.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:11 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:09.937802+0000 mgr.smithi144.yddnfz (mgr.14166) 458 : cluster [DBG] pgmap v414: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:13.191 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:05:13.426 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:05:13.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:13 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:11.938250+0000 mgr.smithi144.yddnfz (mgr.14166) 459 : cluster [DBG] pgmap v415: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:13.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:13 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:11.938250+0000 mgr.smithi144.yddnfz (mgr.14166) 459 : cluster [DBG] pgmap v415: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:14.660 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:05:15.064 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:05:15.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:15 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:13.938752+0000 mgr.smithi144.yddnfz (mgr.14166) 460 : cluster [DBG] pgmap v416: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:15.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:15 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:14.659016+0000 mon.smithi144 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.144:0/523151747' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:15.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:15 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:13.938752+0000 mgr.smithi144.yddnfz (mgr.14166) 460 : cluster [DBG] pgmap v416: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:15.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:15 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:14.659016+0000 mon.smithi144 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.144:0/523151747' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:17.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:17 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:15.939077+0000 mgr.smithi144.yddnfz (mgr.14166) 461 : cluster [DBG] pgmap v417: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:17.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:17 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:15.939077+0000 mgr.smithi144.yddnfz (mgr.14166) 461 : cluster [DBG] pgmap v417: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:18.065 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:05:18.301 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:05:19.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:19 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:17.939524+0000 mgr.smithi144.yddnfz (mgr.14166) 462 : cluster [DBG] pgmap v418: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:19.449 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:05:19.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:19 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:17.939524+0000 mgr.smithi144.yddnfz (mgr.14166) 462 : cluster [DBG] pgmap v418: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:19.805 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:05:20.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:20 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:19.448463+0000 mon.smithi144 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.144:0/4164452226' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:20.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:20 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:19.448463+0000 mon.smithi144 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.144:0/4164452226' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:21.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:21 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:19.939858+0000 mgr.smithi144.yddnfz (mgr.14166) 463 : cluster [DBG] pgmap v419: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:21.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:21 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:19.939858+0000 mgr.smithi144.yddnfz (mgr.14166) 463 : cluster [DBG] pgmap v419: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:22.807 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:05:23.042 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:05:23.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:23 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:21.940256+0000 mgr.smithi144.yddnfz (mgr.14166) 464 : cluster [DBG] pgmap v420: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:23.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:21.940256+0000 mgr.smithi144.yddnfz (mgr.14166) 464 : cluster [DBG] pgmap v420: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:24.240 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:05:24.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:24.238396+0000 mon.smithi144 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.144:0/2739430949' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:24.706 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:05:24.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:24 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:24.238396+0000 mon.smithi144 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.144:0/2739430949' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:25.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:23.940600+0000 mgr.smithi144.yddnfz (mgr.14166) 465 : cluster [DBG] pgmap v421: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:25.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:25 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:23.940600+0000 mgr.smithi144.yddnfz (mgr.14166) 465 : cluster [DBG] pgmap v421: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:27.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:27 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:25.941004+0000 mgr.smithi144.yddnfz (mgr.14166) 466 : cluster [DBG] pgmap v422: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:27.707 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:05:27.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:27 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:25.941004+0000 mgr.smithi144.yddnfz (mgr.14166) 466 : cluster [DBG] pgmap v422: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:27.943 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:05:29.033 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:05:29.319 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:29 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:27.941364+0000 mgr.smithi144.yddnfz (mgr.14166) 467 : cluster [DBG] pgmap v423: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:29.319 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:29 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:29.032199+0000 mon.smithi144 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.144:0/3009772290' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:29.411 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:05:29.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:29 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:27.941364+0000 mgr.smithi144.yddnfz (mgr.14166) 467 : cluster [DBG] pgmap v423: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:29.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:29 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:29.032199+0000 mon.smithi144 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.144:0/3009772290' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:31.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:31 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:29.941787+0000 mgr.smithi144.yddnfz (mgr.14166) 468 : cluster [DBG] pgmap v424: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:31.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:31 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:29.941787+0000 mgr.smithi144.yddnfz (mgr.14166) 468 : cluster [DBG] pgmap v424: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:32.413 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:05:32.649 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:05:33.456 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:33 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:31.942314+0000 mgr.smithi144.yddnfz (mgr.14166) 469 : cluster [DBG] pgmap v425: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:33.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:33 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:31.942314+0000 mgr.smithi144.yddnfz (mgr.14166) 469 : cluster [DBG] pgmap v425: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:33.847 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:05:34.253 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:05:34.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:33.805194+0000 mon.smithi144 (mon.0) 600 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T07:05:34.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:33.806095+0000 mon.smithi144 (mon.0) 601 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T07:05:34.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:34 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:33.846067+0000 mon.smithi144 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.144:0/3607412389' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:34.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:33.805194+0000 mon.smithi144 (mon.0) 600 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/mirror_snapshot_schedule"}]: dispatch 2024-01-21T07:05:34.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:33.806095+0000 mon.smithi144 (mon.0) 601 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.yddnfz/trash_purge_schedule"}]: dispatch 2024-01-21T07:05:34.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:34 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:33.846067+0000 mon.smithi144 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.144:0/3607412389' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:35.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:35 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:33.942687+0000 mgr.smithi144.yddnfz (mgr.14166) 470 : cluster [DBG] pgmap v426: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:35.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:35 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:33.942687+0000 mgr.smithi144.yddnfz (mgr.14166) 470 : cluster [DBG] pgmap v426: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:37.254 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:05:37.497 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:05:37.605 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:37 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:35.943053+0000 mgr.smithi144.yddnfz (mgr.14166) 471 : cluster [DBG] pgmap v427: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:37.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:37 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:35.943053+0000 mgr.smithi144.yddnfz (mgr.14166) 471 : cluster [DBG] pgmap v427: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:38.613 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:05:38.977 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:05:39.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:37.943513+0000 mgr.smithi144.yddnfz (mgr.14166) 472 : cluster [DBG] pgmap v428: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:39.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:39 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:38.612376+0000 mon.smithi144 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.144:0/1233783514' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:39.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:39 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:37.943513+0000 mgr.smithi144.yddnfz (mgr.14166) 472 : cluster [DBG] pgmap v428: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:39.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:39 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:38.612376+0000 mon.smithi144 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.144:0/1233783514' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:40.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:40.255321+0000 mon.smithi144 (mon.0) 604 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:05:40.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:40.256749+0000 mon.smithi144 (mon.0) 605 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:05:40.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:40 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:40.257511+0000 mon.smithi144 (mon.0) 606 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:05:40.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:40 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:40.255321+0000 mon.smithi144 (mon.0) 604 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T07:05:40.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:40 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:40.256749+0000 mon.smithi144 (mon.0) 605 : audit [DBG] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T07:05:40.718 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:40 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:40.257511+0000 mon.smithi144 (mon.0) 606 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T07:05:41.742 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:39.943888+0000 mgr.smithi144.yddnfz (mgr.14166) 473 : cluster [DBG] pgmap v429: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:41.742 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:40.490756+0000 mon.smithi144 (mon.0) 607 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:05:41.742 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:40.497444+0000 mon.smithi144 (mon.0) 608 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:05:41.742 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:41 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:41.460746+0000 mon.smithi144 (mon.0) 609 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:05:41.752 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:39.943888+0000 mgr.smithi144.yddnfz (mgr.14166) 473 : cluster [DBG] pgmap v429: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:41.752 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:40.490756+0000 mon.smithi144 (mon.0) 607 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:05:41.753 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:40.497444+0000 mon.smithi144 (mon.0) 608 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:05:41.753 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:41 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:41.460746+0000 mon.smithi144 (mon.0) 609 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:05:41.978 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:05:42.559 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:05:43.785 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:05:43.810 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:43 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:41.944219+0000 mgr.smithi144.yddnfz (mgr.14166) 474 : cluster [DBG] pgmap v430: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:43.810 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:43 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:43.081733+0000 mon.smithi144 (mon.0) 610 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:05:43.968 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:43 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:41.944219+0000 mgr.smithi144.yddnfz (mgr.14166) 474 : cluster [DBG] pgmap v430: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:43.968 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:43 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:43.081733+0000 mon.smithi144 (mon.0) 610 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:05:44.159 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:05:45.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:43.754209+0000 mon.smithi144 (mon.0) 611 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:05:45.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:43.784297+0000 mon.smithi144 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.144:0/505549983' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:45.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:43.944812+0000 mgr.smithi144.yddnfz (mgr.14166) 475 : cluster [DBG] pgmap v431: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:45.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:43.986711+0000 mon.smithi144 (mon.0) 613 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:05:45.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T07:05:43.990046+0000 mgr.smithi144.yddnfz (mgr.14166) 476 : cephadm [INF] Reconfiguring node-exporter.smithi177 (unknown last config time)... 2024-01-21T07:05:45.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:44 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cephadm 2024-01-21T07:05:43.990161+0000 mgr.smithi144.yddnfz (mgr.14166) 477 : cephadm [INF] Reconfiguring daemon node-exporter.smithi177 on smithi177 2024-01-21T07:05:45.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:44 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:43.754209+0000 mon.smithi144 (mon.0) 611 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:05:45.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:44 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:43.784297+0000 mon.smithi144 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.144:0/505549983' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:45.218 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:44 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:43.944812+0000 mgr.smithi144.yddnfz (mgr.14166) 475 : cluster [DBG] pgmap v431: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:45.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:44 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:43.986711+0000 mon.smithi144 (mon.0) 613 : audit [INF] from='mgr.14166 172.21.15.144:0/3740820195' entity='mgr.smithi144.yddnfz' 2024-01-21T07:05:45.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:44 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T07:05:43.990046+0000 mgr.smithi144.yddnfz (mgr.14166) 476 : cephadm [INF] Reconfiguring node-exporter.smithi177 (unknown last config time)... 2024-01-21T07:05:45.219 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:44 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cephadm 2024-01-21T07:05:43.990161+0000 mgr.smithi144.yddnfz (mgr.14166) 477 : cephadm [INF] Reconfiguring daemon node-exporter.smithi177 on smithi177 2024-01-21T07:05:47.161 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:05:47.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:47 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:45.945301+0000 mgr.smithi144.yddnfz (mgr.14166) 478 : cluster [DBG] pgmap v432: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:47.397 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:05:47.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:47 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:45.945301+0000 mgr.smithi144.yddnfz (mgr.14166) 478 : cluster [DBG] pgmap v432: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:48.534 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:05:48.854 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:05:49.105 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:49 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:47.945706+0000 mgr.smithi144.yddnfz (mgr.14166) 479 : cluster [DBG] pgmap v433: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:49.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:49 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:48.532586+0000 mon.smithi144 (mon.0) 614 : audit [DBG] from='client.? 172.21.15.144:0/212018689' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:49.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:49 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:47.945706+0000 mgr.smithi144.yddnfz (mgr.14166) 479 : cluster [DBG] pgmap v433: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:49.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:49 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:48.532586+0000 mon.smithi144 (mon.0) 614 : audit [DBG] from='client.? 172.21.15.144:0/212018689' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:51.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:51 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:49.946316+0000 mgr.smithi144.yddnfz (mgr.14166) 480 : cluster [DBG] pgmap v434: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:51.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:51 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:49.946316+0000 mgr.smithi144.yddnfz (mgr.14166) 480 : cluster [DBG] pgmap v434: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:51.855 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:05:52.094 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:05:53.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:53 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:51.946678+0000 mgr.smithi144.yddnfz (mgr.14166) 481 : cluster [DBG] pgmap v435: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:53.253 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:05:53.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:53 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:51.946678+0000 mgr.smithi144.yddnfz (mgr.14166) 481 : cluster [DBG] pgmap v435: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:53.616 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:05:54.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:54 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:53.252164+0000 mon.smithi144 (mon.0) 615 : audit [DBG] from='client.? 172.21.15.144:0/644496954' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:54.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:54 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:53.252164+0000 mon.smithi144 (mon.0) 615 : audit [DBG] from='client.? 172.21.15.144:0/644496954' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:55.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:55 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:53.947038+0000 mgr.smithi144.yddnfz (mgr.14166) 482 : cluster [DBG] pgmap v436: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:55.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:55 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:53.947038+0000 mgr.smithi144.yddnfz (mgr.14166) 482 : cluster [DBG] pgmap v436: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:56.617 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:05:56.854 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:05:57.353 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:57 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:55.947511+0000 mgr.smithi144.yddnfz (mgr.14166) 483 : cluster [DBG] pgmap v437: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:57.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:57 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:55.947511+0000 mgr.smithi144.yddnfz (mgr.14166) 483 : cluster [DBG] pgmap v437: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:58.024 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:05:58.389 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:05:59.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:59 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:57.947876+0000 mgr.smithi144.yddnfz (mgr.14166) 484 : cluster [DBG] pgmap v438: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:59.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:05:59 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:05:58.022636+0000 mon.smithi144 (mon.0) 616 : audit [DBG] from='client.? 172.21.15.144:0/4203828115' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:05:59.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:59 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:57.947876+0000 mgr.smithi144.yddnfz (mgr.14166) 484 : cluster [DBG] pgmap v438: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:05:59.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:05:59 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:05:58.022636+0000 mon.smithi144 (mon.0) 616 : audit [DBG] from='client.? 172.21.15.144:0/4203828115' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:06:01.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:06:01 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:05:59.948323+0000 mgr.smithi144.yddnfz (mgr.14166) 485 : cluster [DBG] pgmap v439: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:06:01.390 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:06:01.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:06:01 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:05:59.948323+0000 mgr.smithi144.yddnfz (mgr.14166) 485 : cluster [DBG] pgmap v439: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:06:01.626 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:06:02.759 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:06:03.121 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:06:03.355 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:06:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:06:01.948653+0000 mgr.smithi144.yddnfz (mgr.14166) 486 : cluster [DBG] pgmap v440: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:06:03.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:06:03 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:06:02.757321+0000 mon.smithi144 (mon.0) 617 : audit [DBG] from='client.? 172.21.15.144:0/3137314015' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:06:03.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:06:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:06:01.948653+0000 mgr.smithi144.yddnfz (mgr.14166) 486 : cluster [DBG] pgmap v440: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:06:03.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:06:03 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:06:02.757321+0000 mon.smithi144 (mon.0) 617 : audit [DBG] from='client.? 172.21.15.144:0/3137314015' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:06:05.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:06:05 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:06:03.949058+0000 mgr.smithi144.yddnfz (mgr.14166) 487 : cluster [DBG] pgmap v441: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:06:05.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:06:05 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:06:03.949058+0000 mgr.smithi144.yddnfz (mgr.14166) 487 : cluster [DBG] pgmap v441: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:06:06.122 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:06:06.359 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:06:07.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:06:07 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:06:05.949428+0000 mgr.smithi144.yddnfz (mgr.14166) 488 : cluster [DBG] pgmap v442: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:06:07.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:06:07 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:06:05.949428+0000 mgr.smithi144.yddnfz (mgr.14166) 488 : cluster [DBG] pgmap v442: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:06:07.493 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:06:07.855 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:06:08.106 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:06:08 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:06:07.491793+0000 mon.smithi144 (mon.0) 618 : audit [DBG] from='client.? 172.21.15.144:0/4260103748' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:06:08.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:06:08 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:06:07.491793+0000 mon.smithi144 (mon.0) 618 : audit [DBG] from='client.? 172.21.15.144:0/4260103748' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:06:09.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:06:09 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:06:07.949795+0000 mgr.smithi144.yddnfz (mgr.14166) 489 : cluster [DBG] pgmap v443: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:06:09.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:06:09 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:06:07.949795+0000 mgr.smithi144.yddnfz (mgr.14166) 489 : cluster [DBG] pgmap v443: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:06:10.856 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:06:11.096 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:06:11.223 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:06:11 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:06:09.950149+0000 mgr.smithi144.yddnfz (mgr.14166) 490 : cluster [DBG] pgmap v444: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:06:11.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:06:11 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:06:09.950149+0000 mgr.smithi144.yddnfz (mgr.14166) 490 : cluster [DBG] pgmap v444: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:06:12.282 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:06:12.671 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:06:13.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:06:13 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:06:11.950582+0000 mgr.smithi144.yddnfz (mgr.14166) 491 : cluster [DBG] pgmap v445: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:06:13.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:06:13 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:06:12.280900+0000 mon.smithi144 (mon.0) 619 : audit [DBG] from='client.? 172.21.15.144:0/2911100729' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:06:13.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:06:13 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:06:11.950582+0000 mgr.smithi144.yddnfz (mgr.14166) 491 : cluster [DBG] pgmap v445: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:06:13.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:06:13 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:06:12.280900+0000 mon.smithi144 (mon.0) 619 : audit [DBG] from='client.? 172.21.15.144:0/2911100729' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:06:15.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:06:15 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:06:13.951024+0000 mgr.smithi144.yddnfz (mgr.14166) 492 : cluster [DBG] pgmap v446: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:06:15.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:06:15 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:06:13.951024+0000 mgr.smithi144.yddnfz (mgr.14166) 492 : cluster [DBG] pgmap v446: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:06:15.672 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:06:15.908 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:06:17.020 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:06:17.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:06:17 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:06:15.951479+0000 mgr.smithi144.yddnfz (mgr.14166) 493 : cluster [DBG] pgmap v447: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:06:17.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:06:17 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:06:17.019035+0000 mon.smithi144 (mon.0) 620 : audit [DBG] from='client.? 172.21.15.144:0/1702868227' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:06:17.386 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:06:17.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:06:17 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:06:15.951479+0000 mgr.smithi144.yddnfz (mgr.14166) 493 : cluster [DBG] pgmap v447: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:06:17.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:06:17 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:06:17.019035+0000 mon.smithi144 (mon.0) 620 : audit [DBG] from='client.? 172.21.15.144:0/1702868227' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:06:19.356 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:06:19 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:06:17.951873+0000 mgr.smithi144.yddnfz (mgr.14166) 494 : cluster [DBG] pgmap v448: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:06:19.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:06:19 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:06:17.951873+0000 mgr.smithi144.yddnfz (mgr.14166) 494 : cluster [DBG] pgmap v448: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:06:20.387 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 747d7f30-b829-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T07:06:20.627 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T07:06:21.335 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:06:21 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: cluster 2024-01-21T07:06:19.952386+0000 mgr.smithi144.yddnfz (mgr.14166) 495 : cluster [DBG] pgmap v449: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:06:21.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:06:21 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: cluster 2024-01-21T07:06:19.952386+0000 mgr.smithi144.yddnfz (mgr.14166) 495 : cluster [DBG] pgmap v449: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-01-21T07:06:21.736 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T07:06:22.095 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_WARN","checks":{"CEPHADM_FAILED_DAEMON":{"severity":"HEALTH_WARN","summary":{"message":"1 failed cephadm daemon(s)","count":1},"muted":false}},"mutes":[]} 2024-01-21T07:06:22.095 INFO:tasks.cephadm:Teardown begin 2024-01-21T07:06:22.095 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 32, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 1502, in task healthy(ctx=ctx, config=config) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/ceph.py", line 1482, in healthy manager.wait_until_healthy(timeout=300) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/ceph_manager.py", line 3184, in wait_until_healthy assert time.time() - start < timeout, \ AssertionError: timeout expired in wait_until_healthy 2024-01-21T07:06:22.097 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T07:06:22.128 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T07:06:22.167 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-21T07:06:22.167 DEBUG:teuthology.orchestra.run.smithi144:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T07:06:22.186 DEBUG:teuthology.orchestra.run.smithi177:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T07:06:22.227 INFO:tasks.cephadm:Stopping all daemons... 2024-01-21T07:06:22.227 INFO:tasks.cephadm.mon.smithi144:Stopping mon.smithi144... 2024-01-21T07:06:22.227 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-747d7f30-b829-11ee-95b0-87774f69a715@mon.smithi144 2024-01-21T07:06:22.320 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:06:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: audit 2024-01-21T07:06:21.734761+0000 mon.smithi144 (mon.0) 621 : audit [DBG] from='client.? 172.21.15.144:0/3871190561' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:06:22.320 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:06:22 smithi144 systemd[1]: Stopping Ceph mon.smithi144 for 747d7f30-b829-11ee-95b0-87774f69a715... 2024-01-21T07:06:22.320 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:06:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T07:06:22.318+0000 7f1184c65700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi144 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-21T07:06:22.468 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:06:22 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: audit 2024-01-21T07:06:21.734761+0000 mon.smithi144 (mon.0) 621 : audit [DBG] from='client.? 172.21.15.144:0/3871190561' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T07:06:22.580 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 07:06:22 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi144[34486]: debug 2024-01-21T07:06:22.318+0000 7f1184c65700 -1 mon.smithi144@0(leader) e2 *** Got Signal Terminated *** 2024-01-21T07:06:22.703 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-747d7f30-b829-11ee-95b0-87774f69a715@mon.smithi144.service' 2024-01-21T07:06:22.746 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T07:06:22.747 INFO:tasks.cephadm.mon.smithi144:Stopped mon.smithi144 2024-01-21T07:06:22.747 INFO:tasks.cephadm.mon.smithi177:Stopping mon.smithi177... 2024-01-21T07:06:22.747 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ceph-747d7f30-b829-11ee-95b0-87774f69a715@mon.smithi177 2024-01-21T07:06:23.141 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:06:22 smithi177 systemd[1]: Stopping Ceph mon.smithi177 for 747d7f30-b829-11ee-95b0-87774f69a715... 2024-01-21T07:06:23.141 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:06:22 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T07:06:22.879+0000 7f55dce4f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi177 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-21T07:06:23.141 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 07:06:22 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-mon.smithi177[37228]: debug 2024-01-21T07:06:22.879+0000 7f55dce4f700 -1 mon.smithi177@1(peon) e2 *** Got Signal Terminated *** 2024-01-21T07:06:23.310 DEBUG:teuthology.orchestra.run.smithi177:> sudo pkill -f 'journalctl -f -n 0 -u ceph-747d7f30-b829-11ee-95b0-87774f69a715@mon.smithi177.service' 2024-01-21T07:06:23.355 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T07:06:23.355 INFO:tasks.cephadm.mon.smithi177:Stopped mon.smithi177 2024-01-21T07:06:23.355 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-01-21T07:06:23.355 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.0 2024-01-21T07:06:23.639 INFO:journalctl@ceph.osd.0.smithi144.stdout:Jan 21 07:06:23 smithi144 systemd[1]: Stopping Ceph osd.0 for 747d7f30-b829-11ee-95b0-87774f69a715... 2024-01-21T07:06:23.639 INFO:journalctl@ceph.osd.0.smithi144.stdout:Jan 21 07:06:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.0[43722]: debug 2024-01-21T07:06:23.462+0000 7f8212529700 -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 2024-01-21T07:06:23.639 INFO:journalctl@ceph.osd.0.smithi144.stdout:Jan 21 07:06:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.0[43722]: debug 2024-01-21T07:06:23.462+0000 7f8212529700 -1 osd.0 46 *** Got signal Terminated *** 2024-01-21T07:06:23.639 INFO:journalctl@ceph.osd.0.smithi144.stdout:Jan 21 07:06:23 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.0[43722]: debug 2024-01-21T07:06:23.462+0000 7f8212529700 -1 osd.0 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-21T07:06:23.893 INFO:journalctl@ceph.osd.0.smithi144.stdout:Jan 21 07:06:23 smithi144 podman[74718]: ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.0 2024-01-21T07:06:24.548 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.0.service' 2024-01-21T07:06:24.587 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T07:06:24.587 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-01-21T07:06:24.588 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-01-21T07:06:24.588 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.1 2024-01-21T07:06:24.849 INFO:journalctl@ceph.osd.1.smithi144.stdout:Jan 21 07:06:24 smithi144 systemd[1]: Stopping Ceph osd.1 for 747d7f30-b829-11ee-95b0-87774f69a715... 2024-01-21T07:06:24.849 INFO:journalctl@ceph.osd.1.smithi144.stdout:Jan 21 07:06:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.1[46108]: debug 2024-01-21T07:06:24.720+0000 7f20710f4700 -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 2024-01-21T07:06:24.849 INFO:journalctl@ceph.osd.1.smithi144.stdout:Jan 21 07:06:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.1[46108]: debug 2024-01-21T07:06:24.720+0000 7f20710f4700 -1 osd.1 46 *** Got signal Terminated *** 2024-01-21T07:06:24.849 INFO:journalctl@ceph.osd.1.smithi144.stdout:Jan 21 07:06:24 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.1[46108]: debug 2024-01-21T07:06:24.720+0000 7f20710f4700 -1 osd.1 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-21T07:06:25.106 INFO:journalctl@ceph.osd.1.smithi144.stdout:Jan 21 07:06:24 smithi144 podman[74897]: ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.1 2024-01-21T07:06:25.823 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.1.service' 2024-01-21T07:06:25.863 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T07:06:25.863 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-01-21T07:06:25.863 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-01-21T07:06:25.863 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.2 2024-01-21T07:06:26.106 INFO:journalctl@ceph.osd.2.smithi144.stdout:Jan 21 07:06:25 smithi144 systemd[1]: Stopping Ceph osd.2 for 747d7f30-b829-11ee-95b0-87774f69a715... 2024-01-21T07:06:26.106 INFO:journalctl@ceph.osd.2.smithi144.stdout:Jan 21 07:06:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.2[48497]: debug 2024-01-21T07:06:25.992+0000 7fbfaddb7700 -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 2024-01-21T07:06:26.106 INFO:journalctl@ceph.osd.2.smithi144.stdout:Jan 21 07:06:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.2[48497]: debug 2024-01-21T07:06:25.992+0000 7fbfaddb7700 -1 osd.2 46 *** Got signal Terminated *** 2024-01-21T07:06:26.106 INFO:journalctl@ceph.osd.2.smithi144.stdout:Jan 21 07:06:25 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.2[48497]: debug 2024-01-21T07:06:25.992+0000 7fbfaddb7700 -1 osd.2 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-21T07:06:26.428 INFO:journalctl@ceph.osd.2.smithi144.stdout:Jan 21 07:06:26 smithi144 podman[75076]: ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.2 2024-01-21T07:06:27.099 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.2.service' 2024-01-21T07:06:27.138 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T07:06:27.138 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-01-21T07:06:27.138 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-01-21T07:06:27.138 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.3 2024-01-21T07:06:27.356 INFO:journalctl@ceph.osd.3.smithi144.stdout:Jan 21 07:06:27 smithi144 systemd[1]: Stopping Ceph osd.3 for 747d7f30-b829-11ee-95b0-87774f69a715... 2024-01-21T07:06:27.356 INFO:journalctl@ceph.osd.3.smithi144.stdout:Jan 21 07:06:27 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.3[50902]: debug 2024-01-21T07:06:27.275+0000 7f35ba94e700 -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 2024-01-21T07:06:27.356 INFO:journalctl@ceph.osd.3.smithi144.stdout:Jan 21 07:06:27 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.3[50902]: debug 2024-01-21T07:06:27.275+0000 7f35ba94e700 -1 osd.3 46 *** Got signal Terminated *** 2024-01-21T07:06:27.356 INFO:journalctl@ceph.osd.3.smithi144.stdout:Jan 21 07:06:27 smithi144 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.3[50902]: debug 2024-01-21T07:06:27.275+0000 7f35ba94e700 -1 osd.3 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-21T07:06:27.708 INFO:journalctl@ceph.osd.3.smithi144.stdout:Jan 21 07:06:27 smithi144 podman[75260]: ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.3 2024-01-21T07:06:28.388 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.3.service' 2024-01-21T07:06:28.428 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T07:06:28.428 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-01-21T07:06:28.428 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-01-21T07:06:28.428 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.4 2024-01-21T07:06:28.718 INFO:journalctl@ceph.osd.4.smithi177.stdout:Jan 21 07:06:28 smithi177 systemd[1]: Stopping Ceph osd.4 for 747d7f30-b829-11ee-95b0-87774f69a715... 2024-01-21T07:06:28.718 INFO:journalctl@ceph.osd.4.smithi177.stdout:Jan 21 07:06:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.4[39880]: debug 2024-01-21T07:06:28.536+0000 7ff280ce0700 -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 2024-01-21T07:06:28.718 INFO:journalctl@ceph.osd.4.smithi177.stdout:Jan 21 07:06:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.4[39880]: debug 2024-01-21T07:06:28.536+0000 7ff280ce0700 -1 osd.4 46 *** Got signal Terminated *** 2024-01-21T07:06:28.718 INFO:journalctl@ceph.osd.4.smithi177.stdout:Jan 21 07:06:28 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.4[39880]: debug 2024-01-21T07:06:28.536+0000 7ff280ce0700 -1 osd.4 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-21T07:06:29.009 INFO:journalctl@ceph.osd.4.smithi177.stdout:Jan 21 07:06:28 smithi177 podman[50504]: ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.4 2024-01-21T07:06:29.663 DEBUG:teuthology.orchestra.run.smithi177:> sudo pkill -f 'journalctl -f -n 0 -u ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.4.service' 2024-01-21T07:06:29.701 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T07:06:29.702 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-01-21T07:06:29.702 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-01-21T07:06:29.702 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.5 2024-01-21T07:06:29.968 INFO:journalctl@ceph.osd.5.smithi177.stdout:Jan 21 07:06:29 smithi177 systemd[1]: Stopping Ceph osd.5 for 747d7f30-b829-11ee-95b0-87774f69a715... 2024-01-21T07:06:29.968 INFO:journalctl@ceph.osd.5.smithi177.stdout:Jan 21 07:06:29 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.5[42575]: debug 2024-01-21T07:06:29.836+0000 7fd85d8f3700 -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 2024-01-21T07:06:29.968 INFO:journalctl@ceph.osd.5.smithi177.stdout:Jan 21 07:06:29 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.5[42575]: debug 2024-01-21T07:06:29.836+0000 7fd85d8f3700 -1 osd.5 46 *** Got signal Terminated *** 2024-01-21T07:06:29.969 INFO:journalctl@ceph.osd.5.smithi177.stdout:Jan 21 07:06:29 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.5[42575]: debug 2024-01-21T07:06:29.836+0000 7fd85d8f3700 -1 osd.5 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-21T07:06:30.345 INFO:journalctl@ceph.osd.5.smithi177.stdout:Jan 21 07:06:30 smithi177 podman[50684]: ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.5 2024-01-21T07:06:31.046 DEBUG:teuthology.orchestra.run.smithi177:> sudo pkill -f 'journalctl -f -n 0 -u ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.5.service' 2024-01-21T07:06:31.083 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T07:06:31.084 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-01-21T07:06:31.084 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-01-21T07:06:31.084 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.6 2024-01-21T07:06:31.364 INFO:journalctl@ceph.osd.6.smithi177.stdout:Jan 21 07:06:31 smithi177 systemd[1]: Stopping Ceph osd.6 for 747d7f30-b829-11ee-95b0-87774f69a715... 2024-01-21T07:06:31.364 INFO:journalctl@ceph.osd.6.smithi177.stdout:Jan 21 07:06:31 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.6[45044]: debug 2024-01-21T07:06:31.228+0000 7f428643e700 -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 2024-01-21T07:06:31.365 INFO:journalctl@ceph.osd.6.smithi177.stdout:Jan 21 07:06:31 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.6[45044]: debug 2024-01-21T07:06:31.228+0000 7f428643e700 -1 osd.6 46 *** Got signal Terminated *** 2024-01-21T07:06:31.365 INFO:journalctl@ceph.osd.6.smithi177.stdout:Jan 21 07:06:31 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.6[45044]: debug 2024-01-21T07:06:31.228+0000 7f428643e700 -1 osd.6 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-21T07:06:31.677 INFO:journalctl@ceph.osd.6.smithi177.stdout:Jan 21 07:06:31 smithi177 podman[50867]: ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.6 2024-01-21T07:06:32.354 DEBUG:teuthology.orchestra.run.smithi177:> sudo pkill -f 'journalctl -f -n 0 -u ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.6.service' 2024-01-21T07:06:32.394 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T07:06:32.394 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-01-21T07:06:32.395 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-01-21T07:06:32.395 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.7 2024-01-21T07:06:32.647 INFO:journalctl@ceph.osd.7.smithi177.stdout:Jan 21 07:06:32 smithi177 systemd[1]: Stopping Ceph osd.7 for 747d7f30-b829-11ee-95b0-87774f69a715... 2024-01-21T07:06:32.647 INFO:journalctl@ceph.osd.7.smithi177.stdout:Jan 21 07:06:32 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.7[48306]: debug 2024-01-21T07:06:32.536+0000 7fa955476700 -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 2024-01-21T07:06:32.647 INFO:journalctl@ceph.osd.7.smithi177.stdout:Jan 21 07:06:32 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.7[48306]: debug 2024-01-21T07:06:32.536+0000 7fa955476700 -1 osd.7 46 *** Got signal Terminated *** 2024-01-21T07:06:32.647 INFO:journalctl@ceph.osd.7.smithi177.stdout:Jan 21 07:06:32 smithi177 ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.7[48306]: debug 2024-01-21T07:06:32.536+0000 7fa955476700 -1 osd.7 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-21T07:06:32.932 INFO:journalctl@ceph.osd.7.smithi177.stdout:Jan 21 07:06:32 smithi177 podman[51049]: ceph-747d7f30-b829-11ee-95b0-87774f69a715-osd.7 2024-01-21T07:06:33.588 DEBUG:teuthology.orchestra.run.smithi177:> sudo pkill -f 'journalctl -f -n 0 -u ceph-747d7f30-b829-11ee-95b0-87774f69a715@osd.7.service' 2024-01-21T07:06:33.627 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T07:06:33.627 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-01-21T07:06:33.627 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 747d7f30-b829-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-21T07:06:37.189 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 747d7f30-b829-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-21T07:07:46.252 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T07:07:46.289 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T07:07:46.319 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-21T07:07:46.321 DEBUG:teuthology.misc:Transferring archived files from smithi144:/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524194/remote/ubuntu@smithi144.front.sepia.ceph.com/crash 2024-01-21T07:07:46.322 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/crash -- . 2024-01-21T07:07:46.368 INFO:teuthology.orchestra.run.smithi144.stderr:tar: /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-21T07:07:46.369 INFO:teuthology.orchestra.run.smithi144.stderr:tar: Error is not recoverable: exiting now 2024-01-21T07:07:46.370 DEBUG:teuthology.misc:Transferring archived files from smithi177:/var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524194/remote/ubuntu@smithi177.front.sepia.ceph.com/crash 2024-01-21T07:07:46.371 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/crash -- . 2024-01-21T07:07:46.409 INFO:teuthology.orchestra.run.smithi177.stderr:tar: /var/lib/ceph/747d7f30-b829-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-21T07:07:46.409 INFO:teuthology.orchestra.run.smithi177.stderr:tar: Error is not recoverable: exiting now 2024-01-21T07:07:46.411 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-21T07:07:46.411 DEBUG:teuthology.orchestra.run.smithi144:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-21T07:07:46.440 INFO:teuthology.orchestra.run.smithi144.stderr:grep: /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph.log: No such file or directory 2024-01-21T07:07:46.442 INFO:tasks.cephadm:Compressing logs... 2024-01-21T07:07:46.442 DEBUG:teuthology.orchestra.run.smithi144:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-21T07:07:46.484 DEBUG:teuthology.orchestra.run.smithi177:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-21T07:07:46.511 INFO:teuthology.orchestra.run.smithi177.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T07:07:46.511 INFO:teuthology.orchestra.run.smithi177.stderr:: No such file or directory 2024-01-21T07:07:46.511 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.6.log 2024-01-21T07:07:46.511 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T07:07:46.514 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-mon.smithi177.log 2024-01-21T07:07:46.514 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.6.log: /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-mgr.smithi177.msxlsw.log 2024-01-21T07:07:46.514 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-mon.smithi177.log: gzip -5 --verbose -- /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.7.log 2024-01-21T07:07:46.514 INFO:teuthology.orchestra.run.smithi144.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T07:07:46.514 INFO:teuthology.orchestra.run.smithi144.stderr:: No such file or directory 2024-01-21T07:07:46.514 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T07:07:46.514 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.2.log 2024-01-21T07:07:46.514 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.3.log 2024-01-21T07:07:46.514 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.0.log 2024-01-21T07:07:46.514 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.2.log: /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-mgr.smithi144.yddnfz.log 2024-01-21T07:07:46.514 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-mon.smithi144.log 2024-01-21T07:07:46.515 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-mgr.smithi177.msxlsw.log: /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.7.log: 90.6% -- replaced with /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T07:07:46.516 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-mgr.smithi144.yddnfz.log: /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-mon.smithi144.log: 91.1% -- replaced with /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T07:07:46.518 INFO:teuthology.orchestra.run.smithi177.stderr: 92.7% -- replaced with /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-mgr.smithi177.msxlsw.log.gz 2024-01-21T07:07:46.520 INFO:teuthology.orchestra.run.smithi144.stderr: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T07:07:46.520 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.1.log 2024-01-21T07:07:46.521 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.4.log 2024-01-21T07:07:46.522 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.5.log 2024-01-21T07:07:46.532 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.4.log: /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.5.log: 96.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T07:07:46.572 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.1.log: 92.2% -- replaced with /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.2.log.gz 2024-01-21T07:07:46.577 INFO:teuthology.orchestra.run.smithi177.stderr: 92.3% -- replaced with /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.4.log.gz 2024-01-21T07:07:46.577 INFO:teuthology.orchestra.run.smithi177.stderr: 92.2% -- replaced with /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.7.log.gz 2024-01-21T07:07:46.581 INFO:teuthology.orchestra.run.smithi177.stderr: 92.2% -- replaced with /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.5.log.gz 2024-01-21T07:07:46.586 INFO:teuthology.orchestra.run.smithi177.stderr: 91.9% -- replaced with /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.6.log.gz 2024-01-21T07:07:46.600 INFO:teuthology.orchestra.run.smithi144.stderr: 92.2% -- replaced with /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.3.log.gz 2024-01-21T07:07:46.611 INFO:teuthology.orchestra.run.smithi144.stderr: 91.7% -- replaced with /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.0.log.gz 2024-01-21T07:07:46.617 INFO:teuthology.orchestra.run.smithi177.stderr: 92.9% -- replaced with /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-mon.smithi177.log.gz 2024-01-21T07:07:46.618 INFO:teuthology.orchestra.run.smithi177.stderr: 2024-01-21T07:07:46.618 INFO:teuthology.orchestra.run.smithi177.stderr:real 0m0.117s 2024-01-21T07:07:46.619 INFO:teuthology.orchestra.run.smithi177.stderr:user 0m0.380s 2024-01-21T07:07:46.619 INFO:teuthology.orchestra.run.smithi177.stderr:sys 0m0.029s 2024-01-21T07:07:46.622 INFO:teuthology.orchestra.run.smithi144.stderr: 92.0% -- replaced with /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-osd.1.log.gz 2024-01-21T07:07:46.688 INFO:teuthology.orchestra.run.smithi144.stderr: 92.8% -- replaced with /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-mgr.smithi144.yddnfz.log.gz 2024-01-21T07:07:46.836 INFO:teuthology.orchestra.run.smithi144.stderr: 90.5% -- replaced with /var/log/ceph/747d7f30-b829-11ee-95b0-87774f69a715/ceph-mon.smithi144.log.gz 2024-01-21T07:07:46.837 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-01-21T07:07:46.837 INFO:teuthology.orchestra.run.smithi144.stderr:real 0m0.337s 2024-01-21T07:07:46.837 INFO:teuthology.orchestra.run.smithi144.stderr:user 0m0.836s 2024-01-21T07:07:46.837 INFO:teuthology.orchestra.run.smithi144.stderr:sys 0m0.045s 2024-01-21T07:07:46.838 INFO:tasks.cephadm:Archiving logs... 2024-01-21T07:07:46.838 DEBUG:teuthology.misc:Transferring archived files from smithi144:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524194/remote/ubuntu@smithi144.front.sepia.ceph.com/log 2024-01-21T07:07:46.839 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T07:07:47.039 DEBUG:teuthology.misc:Transferring archived files from smithi177:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524194/remote/ubuntu@smithi177.front.sepia.ceph.com/log 2024-01-21T07:07:47.039 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T07:07:47.127 INFO:tasks.cephadm:Removing cluster... 2024-01-21T07:07:47.128 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 747d7f30-b829-11ee-95b0-87774f69a715 --force 2024-01-21T07:07:47.422 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 747d7f30-b829-11ee-95b0-87774f69a715 --force 2024-01-21T07:07:47.715 INFO:tasks.cephadm:Removing cephadm ... 2024-01-21T07:07:47.716 DEBUG:teuthology.orchestra.run.smithi144:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T07:07:47.734 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T07:07:47.753 INFO:tasks.cephadm:Teardown complete 2024-01-21T07:07:47.753 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 1502, in task healthy(ctx=ctx, config=config) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/ceph.py", line 1482, in healthy manager.wait_until_healthy(timeout=300) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/ceph_manager.py", line 3184, in wait_until_healthy assert time.time() - start < timeout, \ AssertionError: timeout expired in wait_until_healthy 2024-01-21T07:07:47.985 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=76e108fb5f8d477eb366c8b64a4a7463 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 1502, in task healthy(ctx=ctx, config=config) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/ceph.py", line 1482, in healthy manager.wait_until_healthy(timeout=300) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/ceph_manager.py", line 3184, in wait_until_healthy assert time.time() - start < timeout, \ AssertionError: timeout expired in wait_until_healthy 2024-01-21T07:07:47.988 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-21T07:07:47.999 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-21T07:07:48.013 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-21T07:07:48.014 DEBUG:teuthology.orchestra.run.smithi144:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T07:07:48.036 DEBUG:teuthology.orchestra.run.smithi177:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T07:07:48.045 INFO:teuthology.orchestra.run.smithi144.stderr:bash: ntpq: command not found 2024-01-21T07:07:48.051 INFO:teuthology.orchestra.run.smithi144.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T07:07:48.051 INFO:teuthology.orchestra.run.smithi144.stdout:=============================================================================== 2024-01-21T07:07:48.051 INFO:teuthology.orchestra.run.smithi144.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 37 +444us[ +444us] +/- 74ms 2024-01-21T07:07:48.051 INFO:teuthology.orchestra.run.smithi144.stdout:^* hv02.front.sepia.ceph.com 3 6 377 37 -850us[ -850us] +/- 71ms 2024-01-21T07:07:48.052 INFO:teuthology.orchestra.run.smithi144.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 37 +539us[ +538us] +/- 87ms 2024-01-21T07:07:48.052 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T07:07:48.053 INFO:teuthology.orchestra.run.smithi177.stderr:bash: ntpq: command not found 2024-01-21T07:07:48.058 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T07:07:48.058 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2024-01-21T07:07:48.058 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 38 +435us[ +443us] +/- 74ms 2024-01-21T07:07:48.058 INFO:teuthology.orchestra.run.smithi177.stdout:^* hv02.front.sepia.ceph.com 3 6 377 36 -848us[ -841us] +/- 71ms 2024-01-21T07:07:48.058 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 39 +556us[ +564us] +/- 87ms 2024-01-21T07:07:48.058 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T07:07:48.058 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-21T07:07:48.070 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-21T07:07:48.071 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-21T07:07:48.085 DEBUG:teuthology.orchestra.run.smithi144:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-21T07:07:48.157 DEBUG:teuthology.orchestra.run.smithi177:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-21T07:07:48.216 DEBUG:teuthology.orchestra.run.smithi144:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-21T07:07:48.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T07:07:48.246 DEBUG:teuthology.orchestra.run.smithi177:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-21T07:07:48.275 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T07:07:48.275 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-21T07:07:48.284 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-21T07:07:48.301 INFO:teuthology.task.internal:Duration was 1365.731539 seconds 2024-01-21T07:07:48.301 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-21T07:07:48.316 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-21T07:07:48.316 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T07:07:48.319 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T07:07:48.362 INFO:teuthology.orchestra.run.smithi144.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T07:07:48.364 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T07:07:48.618 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-21T07:07:48.619 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi144.front.sepia.ceph.com 2024-01-21T07:07:48.619 DEBUG:teuthology.orchestra.run.smithi144:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-21T07:07:48.642 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi177.front.sepia.ceph.com 2024-01-21T07:07:48.642 DEBUG:teuthology.orchestra.run.smithi177:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-21T07:07:48.664 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-21T07:07:48.664 DEBUG:teuthology.orchestra.run.smithi144:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T07:07:48.685 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T07:07:48.753 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-21T07:07:48.753 DEBUG:teuthology.orchestra.run.smithi144:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T07:07:48.756 DEBUG:teuthology.orchestra.run.smithi177:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T07:07:48.858 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-21T07:07:48.872 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-21T07:07:48.872 DEBUG:teuthology.orchestra.run.smithi144:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T07:07:48.899 DEBUG:teuthology.orchestra.run.smithi177:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T07:07:48.927 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-21T07:07:48.937 DEBUG:teuthology.orchestra.run.smithi144:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-21T07:07:48.941 DEBUG:teuthology.orchestra.run.smithi177:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-21T07:07:48.966 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern = core 2024-01-21T07:07:48.993 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = core 2024-01-21T07:07:49.026 DEBUG:teuthology.orchestra.run.smithi144:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T07:07:49.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T07:07:49.057 DEBUG:teuthology.orchestra.run.smithi177:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T07:07:49.082 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T07:07:49.083 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-21T07:07:49.093 INFO:teuthology.task.internal:Transferring archived files... 2024-01-21T07:07:49.093 DEBUG:teuthology.misc:Transferring archived files from smithi144:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524194/remote/smithi144 2024-01-21T07:07:49.094 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T07:07:49.138 DEBUG:teuthology.misc:Transferring archived files from smithi177:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524194/remote/smithi177 2024-01-21T07:07:49.139 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T07:07:49.178 INFO:teuthology.task.internal:Removing archive directory... 2024-01-21T07:07:49.178 DEBUG:teuthology.orchestra.run.smithi144:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T07:07:49.180 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T07:07:49.230 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-21T07:07:49.242 INFO:teuthology.task.internal:Not uploading archives. 2024-01-21T07:07:49.242 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-21T07:07:49.253 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-21T07:07:49.253 DEBUG:teuthology.orchestra.run.smithi144:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T07:07:49.255 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T07:07:49.270 INFO:teuthology.orchestra.run.smithi144.stdout: 525353 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 07:07 /home/ubuntu/cephtest 2024-01-21T07:07:49.288 INFO:teuthology.orchestra.run.smithi177.stdout: 525948 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 07:07 /home/ubuntu/cephtest 2024-01-21T07:07:49.289 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-21T07:07:49.299 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-21T07:07:49.320 INFO:teuthology.nuke:Checking targets against current locks 2024-01-21T07:07:49.348 DEBUG:teuthology.nuke:shortname: smithi144 2024-01-21T07:07:49.348 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T07:07:49.375 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi144.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524194', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 06:36:23.049633', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAM/kKTWvzuo8/i2JIYZ7lQ5hm8kQoo7Gvg11MYWzYR8Dcg/H2FkDGYssEeD9ifaRdalS89OzWRCGf25++mZNfM='} 2024-01-21T07:07:49.378 DEBUG:teuthology.nuke:shortname: smithi177 2024-01-21T07:07:49.378 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T07:07:49.403 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524194', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 06:36:23.048213', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMUyBU2QWqeX+fIH/aWcB4xR0zk2Jx/fnVe1zxAl6RFDnK/nHj7P9Mkc3XcRfxDXRRUDWwFp/zcxz1kNS4ilBJk='} 2024-01-21T07:07:49.432 INFO:teuthology.orchestra.console.smithi144:Power off 2024-01-21T07:07:49.433 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T07:07:49.455 DEBUG:teuthology.orchestra.console.smithi144:power off output: Chassis Power Control: Down/Off 2024-01-21T07:07:49.455 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T07:07:49.471 INFO:teuthology.orchestra.console.smithi177:Power off 2024-01-21T07:07:49.471 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T07:07:49.481 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is on 2024-01-21T07:07:49.494 DEBUG:teuthology.orchestra.console.smithi177:power off output: Chassis Power Control: Down/Off 2024-01-21T07:07:49.494 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T07:07:49.516 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2024-01-21T07:07:53.482 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T07:07:53.517 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T07:07:53.593 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is on 2024-01-21T07:07:53.627 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2024-01-21T07:07:57.598 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T07:07:57.627 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T07:07:57.708 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is off 2024-01-21T07:07:57.737 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2024-01-21T07:07:57.809 INFO:teuthology.orchestra.console.smithi144:Power off completed 2024-01-21T07:08:01.741 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T07:08:01.850 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is off 2024-01-21T07:08:01.950 INFO:teuthology.orchestra.console.smithi177:Power off completed 2024-01-21T07:08:02.054 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1365.7315385341644 failure_reason: timeout expired in wait_until_healthy owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=76e108fb5f8d477eb366c8b64a4a7463 status: fail success: false 2024-01-21T07:08:02.054 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T07:08:02.147 INFO:teuthology.run:FAIL